|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.ifremer.coser.ui.common.CommonHandler
fr.ifremer.coser.ui.option.OptionHandler
public class OptionHandler
Handler for options.
| Field Summary |
|---|
| Fields inherited from class fr.ifremer.coser.ui.common.CommonHandler |
|---|
fileChooserInstance |
| Constructor Summary | |
|---|---|
OptionHandler()
|
|
| Method Summary | |
|---|---|
void |
copyDefaultValidators(ValidatorDialog view)
Appelé par le layer pour copier les validateurs par defaut sur le disque de l'utilisateur. |
void |
createNew(ValidatorDialog view)
Create new file. |
void |
deleteValidator(ValidatorDialog view)
Delete a single validator. |
protected File |
getValidatorFile(ValidatorDialog view)
Retourne le File qui correspond (ou devrait) a un fichier de validateur sur le disque. |
void |
restoreDefaults(ValidatorDialog view)
Restaure les validateurs par defaut en supprimant ceux ceux du répertoire et en utilsant le class path. |
void |
saveValidator(ValidatorDialog view)
Save current file. |
void |
selectValidator(ValidatorDialog view)
Control selected in tree. |
| Methods inherited from class fr.ifremer.coser.ui.common.CommonHandler |
|---|
browseFile, getFileChooserInstance, setDefaultCursor, setWaitCursor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OptionHandler()
| Method Detail |
|---|
public void restoreDefaults(ValidatorDialog view)
view - viewpublic void copyDefaultValidators(ValidatorDialog view)
view - viewprotected File getValidatorFile(ValidatorDialog view)
view - view
public void selectValidator(ValidatorDialog view)
view - viewpublic void saveValidator(ValidatorDialog view)
view - viewpublic void createNew(ValidatorDialog view)
view - viewpublic void deleteValidator(ValidatorDialog view)
view - view
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||