|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlotControls
Interface for a set of controls that may be added to a PlotConfigurator tabbed pane. The class that implements this interface should be a sub-class of a JComponent, or return a reference to a sub-class so that it can be added and realized in a JPanel (the tabbed pane parent).
It is expected that such a pane of controls relate to the
configuration of an AST Plot
.
PlotConfigurator
Method Summary | |
---|---|
JComponent |
getControlsComponent()
Return a reference to the JComponent sub-class that will be displayed (normally a reference to this). |
AbstractPlotControlsModel |
getControlsModel()
Return reference to the PlotControlsModel. |
String |
getControlsName()
Return a short name for these controls (for the tab). |
String |
getControlsTitle()
Return a title for these controls (for the border). |
void |
reset()
Reset controls to the defaults. |
Method Detail |
---|
String getControlsTitle()
String getControlsName()
void reset()
JComponent getControlsComponent()
AbstractPlotControlsModel getControlsModel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |