public class CoserFrameHandler extends CommonHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
CoserFrameHandler.SelectionFileFilter
Selection file filtrer for selection file chooser.
|
| Modifier and Type | Field and Description |
|---|---|
protected CoserFrame |
view |
fileChooserInstance| Constructor and Description |
|---|
CoserFrameHandler(CoserFrame view) |
| Modifier and Type | Method and Description |
|---|---|
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. |
void |
selectionLoaded(Selection selection)
Do some operation when a new selection is loaded into application.
|
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(Selection selection,
int selectedTab)
Show selection view to open 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.
|
browseFile, getFileChooserInstance, setDefaultCursor, setWaitCursorprotected CoserFrame view
public CoserFrameHandler(CoserFrame view)
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 project (can be null)public void selectionLoaded(Selection selection)
selection - loaded selection (can be null)public 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 showSelectionView(Selection selection, int selectedTab)
selection - selection to openselectedTab - onglet a selectionner apres l'ouverturepublic void replaySelection()
public void saveLookAndFeelConfiguration(PropertyChangeEvent event)
LookAndFeelViewMenuItem when look and feel selection
change.event - change eventpublic void showPublishResultView()
Copyright © 2010-2013 Ifremer. All Rights Reserved.