Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.asaph.maingui
Interface PaneManager  view PaneManager download PaneManager.java

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.