org.grinvin.workspace

Class LoggingWindowWrapper

Implemented Interfaces:
Wrapper<C>

public class LoggingWindowWrapper
extends DefaultWindowWrapper<W,extends,Window>

Window wrapper for the factory window.

Method Summary

@Override
JDialog create()
String
getElementName()
Return the XML-element name by which this type of wrapper is identified within its parent.

Methods inherited from class org.grinvin.workspace.DefaultWindowWrapper<W,extends,Window>

baseElement, create, dispose, getMajorVersion, getMinorVersion, load, loadWindowProperties, save, saveWindowProperties

Method Details

JDialog create

public @Override JDialog create()

getElementName

public String getElementName()
Return the XML-element name by which this type of wrapper is identified within its parent.
Specified by:
getElementName in interface Wrapper<C>