Package com.openindex.openestate.tool
Class AbstractSwingApplication<F extends AbstractFrame>
- java.lang.Object
-
- com.openindex.openestate.tool.AbstractApplication
-
- com.openindex.openestate.tool.AbstractSwingApplication<F>
-
- All Implemented Interfaces:
org.xnap.commons.i18n.LocaleChangeListener
- Direct Known Subclasses:
AdminApp,ImmoToolApp
public abstract class AbstractSwingApplication<F extends AbstractFrame> extends AbstractApplication
AbstractSwingApplication.- Author:
- Andreas Rudolph
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openindex.openestate.tool.AbstractApplication
AbstractApplication.ExitListener, AbstractApplication.TaskAdapter, AbstractApplication.TaskListener
-
-
Field Summary
-
Fields inherited from class com.openindex.openestate.tool.AbstractApplication
CMD_HELP, CMD_JDBC_LOGGING
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractSwingApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidend()FgetFrame()voidinit(org.apache.commons.cli.CommandLine commandLine)protected voidshow(F frame)protected voidupdateLocalization()-
Methods inherited from class com.openindex.openestate.tool.AbstractApplication
addExitListener, addTaskListener, executeTask, executeTaskAndWait, executeTaskAndWait, exit, exit, exit, exit, getCommandLine, getCommandLineOptions, getDbDriver, getDbExtension, getName, getTitle, getVersion, isConsole, isJdbcLogging, isLocalDb, isRemoteDb, isSwing, localeChanged, removeExitListener, removeTaskListener, shutdown, start
-
-
-
-
Method Detail
-
init
public void init(org.apache.commons.cli.CommandLine commandLine)
- Overrides:
initin classAbstractApplication
-
end
protected void end()
- Overrides:
endin classAbstractApplication
-
getFrame
public final F getFrame()
-
show
protected final void show(F frame)
-
updateLocalization
protected void updateLocalization()
- Overrides:
updateLocalizationin classAbstractApplication
-
-