Package jmri.jmrix.can.cbus.eventtable
Class CbusEventTableXmlAction
- java.lang.Object
-
- jmri.jmrix.can.cbus.eventtable.CbusEventTableXmlAction
-
public class CbusEventTableXmlAction extends java.lang.Object
Save / Load routines for the EventTableData.xml file.
-
-
Constructor Summary
Constructors Constructor Description CbusEventTableXmlAction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static java.text.SimpleDateFormat
getXmlDateStyle()
protected static void
restoreEventsFromXmlTablestart(CbusEventTableDataModel model)
protected static void
storeEventsToXml(CbusEventTableDataModel model)
Saves table event data to the EventTableData.xml file.
-
-
-
Constructor Detail
-
CbusEventTableXmlAction
public CbusEventTableXmlAction()
-
-
Method Detail
-
getXmlDateStyle
protected static java.text.SimpleDateFormat getXmlDateStyle()
-
restoreEventsFromXmlTablestart
protected static void restoreEventsFromXmlTablestart(CbusEventTableDataModel model)
-
storeEventsToXml
protected static void storeEventsToXml(CbusEventTableDataModel model)
Saves table event data to the EventTableData.xml file.- Parameters:
model
- Table Model to save.
-
-