public class TabbedKeplerGraphFrameEvent extends StateChangeEvent
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CHANGE_TAB
Constant to denote the selected tab has been changed.
|
changedState, reference, WORKFLOW_EXECUTION_COMPLETE| Constructor and Description |
|---|
TabbedKeplerGraphFrameEvent(java.awt.Component source,
TabbedKeplerGraphFrame frame,
NamedObj model)
Construct a new MultiCompositeStateChangeEvent event.
|
| Modifier and Type | Method and Description |
|---|---|
TabbedKeplerGraphFrame |
getFrame()
Get the frame in which the state change occurs.
|
getChangedState, getReferencepublic static final java.lang.String CHANGE_TAB
public TabbedKeplerGraphFrameEvent(java.awt.Component source, TabbedKeplerGraphFrame frame, NamedObj model)
source - the source of the eventframe - the frame in which the state change occursmodel - the newly selected modelpublic TabbedKeplerGraphFrame getFrame()