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 protected
AbstractSwingApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
end()
F
getFrame()
void
init(org.apache.commons.cli.CommandLine commandLine)
protected void
show(F frame)
protected void
updateLocalization()
-
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:
init
in classAbstractApplication
-
end
protected void end()
- Overrides:
end
in classAbstractApplication
-
getFrame
public final F getFrame()
-
show
protected final void show(F frame)
-
updateLocalization
protected void updateLocalization()
- Overrides:
updateLocalization
in classAbstractApplication
-
-