com.virtuosotechnologies.asaph.maingui
Interface PaneManager

All Superinterfaces:
PaneContainer

public interface PaneManager
extends PaneContainer

The pane manager API exported by the maingui plugin. This is a PaneContainer that allows plugins to display panes in Asaph's main gui.

The addPane() method understands the following initial properties:

The PaneController returned by this PaneContainer allows closes to be vetoed, and provides the following properties:

This API is not thread-safe, and should only be called from the AWT/Swing thread.


Field Summary
 
Fields inherited from interface com.virtuosotechnologies.lib.pane.PaneContainer
INITIAL_PANE_LOCATION, INITIAL_PANE_MENUBAR, INITIAL_PANE_SIZE, INITIAL_PANE_TITLE
 
Methods inherited from interface com.virtuosotechnologies.lib.pane.PaneContainer
addPane