|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ maingui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.virtuosotechnologies.asaph.maingui
Interface PaneManager

- All Known Implementing Classes:
- PaneManagerImpl
- public interface PaneManager
The pane manager API exported by the maingui plugin
| Field Summary | |
static java.lang.String |
API_NAME
The name of this API. |
| Method Summary | |
PaneController |
createPane(javax.swing.JComponent component,
java.lang.String title,
com.virtuosotechnologies.lib.command.CommandNode commands,
PaneHandler handler)
Open a pane in the main gui. |
| Field Detail |
API_NAME
public static final java.lang.String API_NAME
- The name of this API.
- See Also:
- Constant Field Values
| Method Detail |
createPane
public PaneController createPane(javax.swing.JComponent component, java.lang.String title, com.virtuosotechnologies.lib.command.CommandNode commands, PaneHandler handler)
- Open a pane in the main gui. Depending on how the main gui is
implemented, this pane may show up as a tab in a tabbed pane, or an
internal frame, or in some other similar fashion.
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ maingui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC