Package | Description |
---|---|
org.kepler.gui.frame | |
org.kepler.gui.state | |
org.kepler.profiling.gui | |
org.kepler.reporting.gui | |
org.kepler.workflowscheduler.gui |
Modifier and Type | Class and Description |
---|---|
class |
TabbedKeplerGraphFrameEvent
An event that represents a state change in TabbedKeplerGraphFrame.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiCompositeTableau.handleStateChange(StateChangeEvent event)
React to changes in the selected tab in a TabbedKeplerGraphFrame.
|
Modifier and Type | Class and Description |
---|---|
class |
ReportingStateChangeEvent
An event that represents a state change in the application, showing both the
state that changed and the source of the state change.
|
class |
ViewStateChangeEvent
An event that represents a state change in the application, showing both the
state that changed and the source of the state change.
|
Modifier and Type | Method and Description |
---|---|
void |
StateChangeListener.handleStateChange(StateChangeEvent event)
This method is called if there is a change in the state of the
application.
|
void |
StateChangeMonitor.notifyStateChange(StateChangeEvent event)
Notify the monitor of an application state change so that it in turn can
notify all of the registered listeners of that state change.
|
void |
StoreStateChangeEvent.storingStateChangeEvent(StateChangeEvent event)
This method is called if a StateChangeEvent need to be stored
|
Modifier and Type | Method and Description |
---|---|
void |
ViewWatchingTabPane.handleStateChange(StateChangeEvent event)
Handle view change events.
|
void |
WorkflowRunOutlineTabPane.handleStateChange(StateChangeEvent event) |
void |
PreviousExecutionPanel.handleStateChange(StateChangeEvent event)
React to a state change.
|
Modifier and Type | Method and Description |
---|---|
void |
ReportDesignerPanel.handleStateChange(StateChangeEvent event) |
void |
ReportViewerPanel.handleStateChange(StateChangeEvent event) |
void |
ReportViewerTOC.handleStateChange(StateChangeEvent event) |
void |
ReportDesignerPanel.showRun(StateChangeEvent event,
NamedObj reference) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowSchedulerDialog.handleStateChange(StateChangeEvent event)
Method will be called when configuration is done
|