|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.ifremer.coser.ui.common.CommonHandler
public class CommonHandler
Common application handler.
| Field Summary | |
|---|---|
protected JFileChooser |
fileChooserInstance
File chooser instance. |
| Constructor Summary | |
|---|---|
CommonHandler()
|
|
| Method Summary | |
|---|---|
protected void |
browseFile(Component parentComponent,
File report)
Ouvre un fichier dans le navigateur systeme. |
protected JFileChooser |
getFileChooserInstance(File currentDirectory)
Retourne une unique instance du file chooser pour conserver le répertoire de sélection d'un appel sur l'autre. |
void |
setDefaultCursor(Component comp)
Repositionne le curseur a sa valeur par defaut. |
void |
setWaitCursor(Component comp)
Install le curseur sablier. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JFileChooser fileChooserInstance
| Constructor Detail |
|---|
public CommonHandler()
| Method Detail |
|---|
protected JFileChooser getFileChooserInstance(File currentDirectory)
currentDirectory - current directory
public void setWaitCursor(Component comp)
comp - component to set cursorpublic void setDefaultCursor(Component comp)
comp - component to set cursor
protected void browseFile(Component parentComponent,
File report)
parentComponent - parent componentreport - report to open
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||