public class InputHandler extends NavigationHandler
| Modifier and Type | Field and Description |
|---|---|
protected InputUI |
inputUI |
uiInstanceCache| Constructor and Description |
|---|
InputHandler(InputUI inputUI) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInit()
Post init ui.
|
void |
commitRegionInCVS()
Commit region.
|
void |
copyRegion()
Copy la region avec un autre nom.
|
void |
createNewRegion()
Create new region (called if region name is not empty).
|
void |
deleteTreeNode(String topiaId)
Delete tree node referenced by parent, and auto select parent node.
|
void |
exportRegion()
Exporter la region dans un zip
Call only if region is loaded.
|
void |
exportRegionSensitivityFactors()
Explore region and export any enabled sensitivity factor name with value.
|
Species |
findSpecies()
Dans le cas d'une creation de population, on doit la creer dans
une espèce.
|
void |
importRegion()
Exporter la region dans un zip.
|
void |
importRegionAndRename()
Exporter la region dans un zip.
|
void |
importRegionFromSimulation()
Extract from a simulation the region, and rename it with name given
by user.
|
void |
insertTreeNode(Class nodeClass,
org.nuiton.topia.persistence.TopiaEntityContextable topiaEntity)
Insert new tree node and select it.
|
protected void |
loadRegion(String name)
Load region by region name, set it into jaxx context and refresh ui.
|
void |
nodeSelectionChanged(TreeSelectionEvent event)
Changement de selection dans l'arbre de la pecherie.
|
protected void |
refreshRegionList(String selectedItem)
Rafraichit la liste des regions.
|
void |
regionChange(ItemEvent e)
Main ui fishery region selection changed.
|
void |
reloadFisheryTree()
Reload current loaded fishery tree.
|
void |
removeRegion(boolean vcsDelete)
Remove region.
|
void |
updateTreeNode(String topiaId)
Update tree node for topiaId.
|
getUIInstanceForBeanClass, setTreeSelection, setTreeSelectionsetStatusMessage, setStatusMessageprotected InputUI inputUI
public InputHandler(InputUI inputUI)
public void afterInit()
protected void loadRegion(String name)
name - region name to loadpublic void reloadFisheryTree()
public void regionChange(ItemEvent e)
e - eventpublic void createNewRegion()
protected void refreshRegionList(String selectedItem)
selectedItem - region to selectpublic void importRegion()
public void importRegionAndRename()
public void importRegionFromSimulation()
public void exportRegion()
public void removeRegion(boolean vcsDelete)
vcsDelete - if true delete region in CVS toopublic void copyRegion()
public void commitRegionInCVS()
public void exportRegionSensitivityFactors()
public void nodeSelectionChanged(TreeSelectionEvent event)
event - public void deleteTreeNode(String topiaId)
topiaId - node id to deletepublic void insertTreeNode(Class nodeClass, org.nuiton.topia.persistence.TopiaEntityContextable topiaEntity)
nodeClass - node type to createtopiaEntity - node to insertpublic void updateTreeNode(String topiaId)
topiaId - node id to updatepublic Species findSpecies()
Copyright © 1999–2015 CodeLutin. All rights reserved.