net.sourceforge.hivegui.application
Class HiveGuiApplicationMain
java.lang.Object
org.jdesktop.application.AbstractBean
org.jdesktop.application.Application
org.jdesktop.application.SingleFrameApplication
net.sourceforge.hivegui.application.HiveGuiApplicationMain
public class HiveGuiApplicationMain
- extends org.jdesktop.application.SingleFrameApplication
Nested classes/interfaces inherited from class org.jdesktop.application.Application |
org.jdesktop.application.Application.ExitListener |
Methods inherited from class org.jdesktop.application.SingleFrameApplication |
configureWindow, getMainFrame, getMainView, setMainFrame, show, show, show |
Methods inherited from class org.jdesktop.application.Application |
addExitListener, end, exit, exit, getContext, getExitListeners, getInstance, getInstance, hide, launch, quit, removeExitListener |
Methods inherited from class org.jdesktop.application.AbstractBean |
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ARG_CONFIG_DIR
public static final java.lang.String ARG_CONFIG_DIR
- See Also:
- Constant Field Values
HiveGuiApplicationMain
protected HiveGuiApplicationMain()
main
public static void main(java.lang.String[] args)
initialize
protected void initialize(java.lang.String[] args)
- Overrides:
initialize
in class org.jdesktop.application.Application
startup
protected void startup()
- Specified by:
startup
in class org.jdesktop.application.Application
ready
protected void ready()
- Overrides:
ready
in class org.jdesktop.application.Application
shutdown
protected void shutdown()
- Overrides:
shutdown
in class org.jdesktop.application.SingleFrameApplication
shutdownRegistry
protected void shutdownRegistry()
shutdownLogging
protected void shutdownLogging()
showDialog
public boolean showDialog(DialogPanel panel)
show
public void show(javax.swing.JComponent component)
- Overrides:
show
in class org.jdesktop.application.SingleFrameApplication
showMessage
public UserChoice showMessage(java.lang.String id,
java.lang.Object... args)
registerConverters
protected void registerConverters()
checkArguments
protected void checkArguments(java.lang.String[] args)
getDefaultConfigDir
protected java.lang.String getDefaultConfigDir()
getConfigDir
protected java.lang.String getConfigDir()
initLogging
protected void initLogging()
getLogFileName
protected java.lang.String getLogFileName()
initProperties
protected void initProperties()
getPropsFileName
protected java.lang.String getPropsFileName()
initRegistry
protected final void initRegistry()
createRegistry
protected org.apache.hivemind.Registry createRegistry()
getRegistry
public org.apache.hivemind.Registry getRegistry()
getInitializer
public ApplicationInitializer getInitializer()