|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmri.configurexml.AbstractXmlAdapter
apps.configurexml.SystemConsoleConfigPanelXml
public class SystemConsoleConfigPanelXml
Handle XML persistance of SystemConsoleConfigPanel objects.
JMRI is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. See the "COPYING" file for a copy of this license.
JMRI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
SystemConsoleConfigPanel| Constructor Summary | |
|---|---|
SystemConsoleConfigPanelXml()
|
|
| Method Summary | |
|---|---|
boolean |
load(Element e)
Update static data from XML file |
void |
load(Element element,
Object o)
Update static data from XML file |
boolean |
loadDeferred()
Object should be loaded after basic GUI constructed |
Element |
store(Object o)
Arrange for console settings to be stored |
| Methods inherited from class jmri.configurexml.AbstractXmlAdapter |
|---|
creationErrorEncountered, getConfigXmlManager, loadOrder, setConfigXmlManager |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystemConsoleConfigPanelXml()
| Method Detail |
|---|
public Element store(Object o)
o - Object to store, of type SystemConsole
public boolean loadDeferred()
loadDeferred in interface XmlAdapterloadDeferred in class AbstractXmlAdapterAbstractXmlAdapter.loadDeferred(),
XmlAdapter.loadDeferred()public boolean load(Element e)
e - Top level Element to unpack.
public void load(Element element,
Object o)
element - Top level Element to unpack.o - ignored
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||