Package repast.simphony.ui
Class RSAppConfigurator
java.lang.Object
repast.simphony.ui.RSAppConfigurator
- All Implemented Interfaces:
saf.core.ui.IAppConfigurator
- Author:
- Nick Collier
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createLayout
(saf.core.ui.dock.DockingManager viewManager) void
fillBars
(saf.core.ui.GUIBarManager barManager) void
void
postWindowOpen
(saf.core.ui.ISAFDisplay isafDisplay) boolean
boolean
preWindowOpen
(saf.core.ui.IWindowCustomizer customizer)
-
Field Details
-
application
-
defaultScenario
-
-
Constructor Details
-
RSAppConfigurator
-
-
Method Details
-
preWindowOpen
public boolean preWindowOpen(saf.core.ui.IWindowCustomizer customizer) - Specified by:
preWindowOpen
in interfacesaf.core.ui.IAppConfigurator
-
postWindowOpen
public void postWindowOpen(saf.core.ui.ISAFDisplay isafDisplay) - Specified by:
postWindowOpen
in interfacesaf.core.ui.IAppConfigurator
-
postWindowClose
public void postWindowClose()- Specified by:
postWindowClose
in interfacesaf.core.ui.IAppConfigurator
-
createLayout
public void createLayout(saf.core.ui.dock.DockingManager viewManager) - Specified by:
createLayout
in interfacesaf.core.ui.IAppConfigurator
-
fillBars
public void fillBars(saf.core.ui.GUIBarManager barManager) - Specified by:
fillBars
in interfacesaf.core.ui.IAppConfigurator
-
preWindowClose
public boolean preWindowClose()- Specified by:
preWindowClose
in interfacesaf.core.ui.IAppConfigurator
- Returns:
- true if the window can continue to close, false to veto the window close.
-