org.grinvin.workspace

Class WindowSubsystem

Implemented Interfaces:
Subsystem

public class WindowSubsystem
extends java.lang.Object
implements Subsystem

Constructor Summary

WindowSubsystem()

Method Summary

void
dispose()
String
getElementName()
int
getMajorVersion()
int
getMinorVersion()
void
init()
void
load(Element root, SectionLoader sloader)
void
load_1_0(Element root, SectionLoader sloader)
void
save(Element parent, SectionSaver ssaver)

Constructor Details

WindowSubsystem

public WindowSubsystem()

Method Details

dispose

public void dispose()
Specified by:
dispose in interface Subsystem

getElementName

public String getElementName()

getMajorVersion

public int getMajorVersion()

getMinorVersion

public int getMinorVersion()

init

public void init()
Specified by:
init in interface Subsystem

load

public void load(Element root,
                 SectionLoader sloader)
            throws IOException
Specified by:
load in interface Subsystem

load_1_0

public void load_1_0(Element root,
                     SectionLoader sloader)
            throws IOException

save

public void save(Element parent,
                 SectionSaver ssaver)
            throws IOException
Specified by:
save in interface Subsystem