|
||||||||||
| 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.CoserFrameHandler
public class CoserFrameHandler
Coser handler for main frame.
| Nested Class Summary | |
|---|---|
static class |
CoserFrameHandler.SelectionFileFilter
Selection file filtrer for selection file chooser. |
| Field Summary | |
|---|---|
protected CoserFrame |
view
|
| Fields inherited from class fr.ifremer.coser.ui.common.CommonHandler |
|---|
fileChooserInstance |
| Constructor Summary | |
|---|---|
CoserFrameHandler(CoserFrame view)
|
|
| Method Summary | |
|---|---|
void |
closeProject()
Ferme le projet. |
void |
projectLoaded(Project project)
Do some operation when a new project is loaded into application. |
void |
quit()
Exit application. |
void |
replaySelection()
Replay selection. |
void |
saveLookAndFeelConfiguration(PropertyChangeEvent event)
Called by LookAndFeelViewMenuItem when look and feel selection
change. |
protected void |
setMainComponent(Component component)
Replace window main component. |
void |
showAboutView()
Display coser about view. |
void |
showControlView()
Charge les données de control et affiche la vue de control. |
void |
showControlView(boolean reloadData)
Charge les données de control et affiche la vue de control. |
void |
showCoserConfiguration()
Show coser configuration. |
void |
showCoserWebsite()
Open default system browser to coser website. |
void |
showCoserWebsiteSIH()
Open default system browser to coser website. |
void |
showHomeView()
Show home view. |
void |
showProjectCreationView()
Display new creation view in main view. |
void |
showProjectEditView()
Display new open view in main view. |
void |
showProjectOpenView()
Display new open view in main view. |
void |
showPublishResultView()
Display ui to select result to upload to website or to export as archive. |
void |
showSelectionView()
Show selection view to create new selection. |
void |
showSelectionView(String selectionName)
Show selection view to open selection. |
void |
showSummaryView()
Affiche la fenêtre de résumé d'un projet. |
void |
showValidatorsConfiguration()
Affiche la fenetre de configuration des validateurs personnel de l'utilisateur. |
void |
switchLanguage(CoserFrame frame,
Locale newLocale)
Switch application locale. |
| 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 |
| Field Detail |
|---|
protected CoserFrame view
| Constructor Detail |
|---|
public CoserFrameHandler(CoserFrame view)
| Method Detail |
|---|
public void switchLanguage(CoserFrame frame,
Locale newLocale)
frame - framenewLocale - new localepublic void showHomeView()
public void showProjectCreationView()
public void showProjectOpenView()
public void showProjectEditView()
protected void setMainComponent(Component component)
component - new componentpublic void quit()
public void showCoserConfiguration()
public void showCoserWebsite()
public void showCoserWebsiteSIH()
public void showAboutView()
public void showValidatorsConfiguration()
public void closeProject()
public void projectLoaded(Project project)
project - loaded projectpublic void showSummaryView()
public void showControlView()
public void showControlView(boolean reloadData)
reloadData - reload data (a false dans le cas d'une creation,
les données sont deja chargées)public void showSelectionView()
public void showSelectionView(String selectionName)
selectionName - selection name to openpublic void replaySelection()
public void saveLookAndFeelConfiguration(PropertyChangeEvent event)
LookAndFeelViewMenuItem when look and feel selection
change.
event - change eventpublic void showPublishResultView()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||