|
||||||||||
| 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.View
org.jdesktop.application.FrameView
atletigui.AtletiGUIView
public class AtletiGUIView
The application's main frame.
| Constructor Summary | |
|---|---|
AtletiGUIView(org.jdesktop.application.SingleFrameApplication app)
|
|
| Method Summary | |
|---|---|
java.io.File |
getFile()
getter del file utilizzando finesrtra file chooser |
int |
getPettorale()
getter del pettorale da cercare |
void |
mostraPannelloAtleta()
mostra il pannello con i dati di un atleta da editare |
void |
nascondiPannelloAtleta()
nasconde il pannello con i dati di un atleta |
void |
scriviRisultato(Atleta a)
scrive risultato atleta su tre text field |
void |
scriviRisultato(java.lang.String s)
Scrive il risutltato su label |
void |
scriviStato(java.lang.String s)
Scrive messaggio di stato |
void |
showAboutBox()
|
| Methods inherited from class org.jdesktop.application.FrameView |
|---|
getFrame, getRootPane, setFrame |
| Methods inherited from class org.jdesktop.application.View |
|---|
getApplication, getComponent, getContext, getMenuBar, getResourceMap, getStatusBar, getToolBar, getToolBars, setComponent, setMenuBar, setStatusBar, setToolBar, setToolBars |
| 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 |
| Constructor Detail |
|---|
public AtletiGUIView(org.jdesktop.application.SingleFrameApplication app)
| Method Detail |
|---|
@Action public void showAboutBox()
public void scriviRisultato(java.lang.String s)
s - public void scriviRisultato(Atleta a)
a - public void scriviStato(java.lang.String s)
s -
public int getPettorale()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic java.io.File getFile()
public void mostraPannelloAtleta()
public void nascondiPannelloAtleta()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||