cz.vity.freerapid.sandbox
Class EasyApp

java.lang.Object
  extended by org.jdesktop.application.AbstractBean
      extended by org.jdesktop.application.Application
          extended by org.jdesktop.application.SingleFrameApplication
              extended by cz.vity.freerapid.sandbox.EasyApp

public class EasyApp
extends org.jdesktop.application.SingleFrameApplication

Author:
Ladislav Vitasek

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jdesktop.application.Application
org.jdesktop.application.Application.ExitListener
 
Field Summary
(package private)  org.jdesktop.application.ResourceMap resource
           
 
Constructor Summary
EasyApp()
           
 
Method Summary
protected  void initialize(String[] args)
           
protected  void startup()
           
 
Methods inherited from class org.jdesktop.application.SingleFrameApplication
configureWindow, getMainFrame, getMainView, setMainFrame, show, show, show, show, shutdown
 
Methods inherited from class org.jdesktop.application.Application
addExitListener, exit, exit, getContext, getExitListeners, getInstance, getInstance, hide, launch, quit, ready, 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

resource

org.jdesktop.application.ResourceMap resource
Constructor Detail

EasyApp

public EasyApp()
Method Detail

initialize

protected void initialize(String[] args)
Overrides:
initialize in class org.jdesktop.application.Application

startup

protected void startup()
Specified by:
startup in class org.jdesktop.application.Application