net.sourceforge.hivegui.application
Class HiveGuiApplicationMain

java.lang.Object
  extended by org.jdesktop.application.AbstractBean
      extended by org.jdesktop.application.Application
          extended by org.jdesktop.application.SingleFrameApplication
              extended by net.sourceforge.hivegui.application.HiveGuiApplicationMain

public class HiveGuiApplicationMain
extends org.jdesktop.application.SingleFrameApplication


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jdesktop.application.Application
org.jdesktop.application.Application.ExitListener
 
Field Summary
static java.lang.String ARG_CONFIG_DIR
           
 
Constructor Summary
protected HiveGuiApplicationMain()
           
 
Method Summary
protected  void checkArguments(java.lang.String[] args)
           
protected  org.apache.hivemind.Registry createRegistry()
           
protected  java.lang.String getConfigDir()
           
protected  java.lang.String getDefaultConfigDir()
           
 ApplicationInitializer getInitializer()
           
protected  java.lang.String getLogFileName()
           
protected  java.lang.String getPropsFileName()
           
 org.apache.hivemind.Registry getRegistry()
           
protected  void initialize(java.lang.String[] args)
           
protected  void initLogging()
           
protected  void initProperties()
           
protected  void initRegistry()
           
static void main(java.lang.String[] args)
           
protected  void ready()
           
protected  void registerConverters()
           
 void show(javax.swing.JComponent component)
           
 boolean showDialog(DialogPanel panel)
           
 UserChoice showMessage(java.lang.String id, java.lang.Object... args)
           
protected  void shutdown()
           
protected  void shutdownLogging()
           
protected  void shutdownRegistry()
           
protected  void startup()
           
 
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
 

Field Detail

ARG_CONFIG_DIR

public static final java.lang.String ARG_CONFIG_DIR
See Also:
Constant Field Values
Constructor Detail

HiveGuiApplicationMain

protected HiveGuiApplicationMain()
Method Detail

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()