|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.application.AbstractBean
org.jdesktop.application.Application
org.jdesktop.application.SingleFrameApplication
control.AtletiGUIApp
public class AtletiGUIApp
The main class of the application.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jdesktop.application.Application |
---|
org.jdesktop.application.Application.ExitListener |
Field Summary | |
---|---|
static boolean |
DEBUG
|
Constructor Summary | |
---|---|
AtletiGUIApp()
|
Method Summary | |
---|---|
protected void |
configureWindow(java.awt.Window root)
This method is to initialize the specified window by injecting resources. |
static AtletiGUIApp |
getApplication()
A convenient static getter for the application instance. |
void |
leggiDaFile()
Carica i dati da file indicato con il filechhoser invocato dall'handler dell'evento click sulla voce di menu gestisce l'eccezione |
static void |
main(java.lang.String[] args)
Main method launching the application. |
void |
myStartup()
istanzia gli oggetti necessari all'applicazione |
void |
ricercaPettorale()
Ricerca dell'atleta in base al pettorale viene invocato dall'handler dell'evento click sul bottone cerca |
protected void |
startup()
At startup create and show the main frame of the application. |
Methods inherited from class org.jdesktop.application.SingleFrameApplication |
---|
getMainFrame, getMainView, setMainFrame, show, show, show, show, shutdown |
Methods inherited from class org.jdesktop.application.Application |
---|
addExitListener, end, exit, exit, getContext, getExitListeners, getInstance, getInstance, hide, initialize, 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 |
---|
public static final boolean DEBUG
Constructor Detail |
---|
public AtletiGUIApp()
Method Detail |
---|
protected void startup()
startup
in class org.jdesktop.application.Application
protected void configureWindow(java.awt.Window root)
configureWindow
in class org.jdesktop.application.SingleFrameApplication
public static AtletiGUIApp getApplication()
public static void main(java.lang.String[] args)
public void ricercaPettorale()
public void leggiDaFile()
public void myStartup()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |