|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GEVAPaneManager
Allow anything that inherits from GEVAPane to interact with the GEVARun window in which the pane is shown
| Method Summary | |
|---|---|
void |
addPane(GEVAPane pane,
java.lang.String title)
Make the manager aware of this run pane |
void |
addPaneStatus(GEVAPane pane,
java.awt.Component component)
Have this run pane add a status to the run pane manager's status bar. |
void |
addPaneTool(GEVAPane pane,
java.awt.Component component)
Have this run pane add a tool to the run pane manager's toolbox. |
boolean |
isViewingPane(GEVAPane pane)
Get whether this pane is currently being viewed |
void |
removePaneStatus(GEVAPane pane,
java.awt.Component component)
Have this run pane remove a status from the run pane manager's status bar |
void |
removePaneTool(GEVAPane pane,
java.awt.Component component)
Have this run pane remove a tool from the run pane manager's toolbox |
void |
viewPane(GEVAPane pane)
Get the pages tab that this pane is under to become selected. |
void |
viewPane(GEVAPane pane,
java.lang.String reason)
Get the page's tab that this pane is under to become selected. |
| Method Detail |
|---|
void addPane(GEVAPane pane,
java.lang.String title)
pane - void viewPane(GEVAPane pane)
void viewPane(GEVAPane pane,
java.lang.String reason)
boolean isViewingPane(GEVAPane pane)
void addPaneTool(GEVAPane pane,
java.awt.Component component)
void removePaneTool(GEVAPane pane,
java.awt.Component component)
void addPaneStatus(GEVAPane pane,
java.awt.Component component)
void removePaneStatus(GEVAPane pane,
java.awt.Component component)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||