|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use PanelManager.Panel | |
---|---|
dsto.dfc.swing.panels | Provides MDI-style window management support for managing a set of components. |
Uses of PanelManager.Panel in dsto.dfc.swing.panels |
---|
Fields in dsto.dfc.swing.panels declared as PanelManager.Panel | |
---|---|
protected PanelManager.Panel |
PanelManager.activePanel
|
protected PanelManager.Panel |
ToolView.panel
|
Methods in dsto.dfc.swing.panels that return PanelManager.Panel | |
---|---|
PanelManager.Panel |
PanelManager.addPanel(Component component)
Add a new panel to the manager, using default settings for all other options. |
PanelManager.Panel |
PanelManager.addPanel(Component component,
int index)
Add a new panel to the manager. |
PanelManager.Panel |
PanelManager.addPanel(Component component,
int index,
String name,
Icon icon)
Add a new panel to the manager. |
PanelManager.Panel |
PanelManager.addPanel(Component component,
int index,
String name,
Icon icon,
boolean showingName,
boolean useScrollPane)
Add a new panel to the manager. |
PanelManager.Panel |
PanelManager.addPanel(Component component,
String name,
Icon icon)
Add a new panel to the manager. |
static PanelManager.Panel |
PanelManagerFinder.findPanelForComponent(Component component)
|
PanelManager.Panel |
PanelManager.getActivePanel()
Return the active panel. |
protected PanelManager.Panel |
PanelManager.getNextFixedPanel(PanelManager.Panel startPanel)
|
PanelManager.Panel |
PanelManager.getNextPanel(PanelManager.Panel startPanel)
Get the panel that is the logical next panel after a given panel. |
PanelManager.Panel |
PanelManagerEvent.getPanel()
|
PanelManager.Panel |
PanelManager.getPanel(Component component)
Get the panel that is hosting a given component. |
PanelManager.Panel |
PanelManager.getPanelAt(int index)
Get the panel at a given index. |
PanelManager.Panel |
PanelManager.replacePanel(PanelManager.Panel oldPanel,
Component newComponent)
Replace an existing panel with a new one. |
PanelManager.Panel |
PanelManager.replacePanel(PanelManager.Panel oldPanel,
Component newComponent,
String name)
Replace an existing panel with a new one. |
PanelManager.Panel |
PanelManager.replacePanel(PanelManager.Panel oldPanel,
Component newComponent,
String name,
Icon icon)
Replace an existing panel with a new one. |
Methods in dsto.dfc.swing.panels with parameters of type PanelManager.Panel | |
---|---|
protected void |
PanelManager.basicAddPanel(PanelManager.Panel panel,
int index)
Do the job of adding a new Panel instance, updating active view, firing panel added event, etc. |
boolean |
PanelManager.containsPanel(PanelManager.Panel managedPanel)
True if a given panel is inside this manager. |
protected boolean |
PanelManager.fireAboutToRemovePanel(PanelManager.Panel panel)
Fire the aboutToRemovePanel event. |
protected PanelManager.Panel |
PanelManager.getNextFixedPanel(PanelManager.Panel startPanel)
|
PanelManager.Panel |
PanelManager.getNextPanel(PanelManager.Panel startPanel)
Get the panel that is the logical next panel after a given panel. |
int |
PanelManager.indexOfPanel(PanelManager.Panel panel)
The index of a panel. |
protected void |
ToolView.letPanelDoDisposing(PanelManager.Panel tombstone)
|
protected boolean |
PanelManager.listenersRejectPanelRemoval(PanelManager.Panel panel)
|
protected void |
EditPropagator.listenForEditsFromPanel(PanelManager.Panel panel)
|
boolean |
PanelManager.removePanel(PanelManager.Panel managedPanel)
Remove a panel. |
PanelManager.Panel |
PanelManager.replacePanel(PanelManager.Panel oldPanel,
Component newComponent)
Replace an existing panel with a new one. |
PanelManager.Panel |
PanelManager.replacePanel(PanelManager.Panel oldPanel,
Component newComponent,
String name)
Replace an existing panel with a new one. |
PanelManager.Panel |
PanelManager.replacePanel(PanelManager.Panel oldPanel,
Component newComponent,
String name,
Icon icon)
Replace an existing panel with a new one. |
void |
PanelManager.setActivePanel(PanelManager.Panel newActivePanel)
Set the active panel. |
protected void |
EditPropagator.stopListeningForEditsFromPanel(PanelManager.Panel panel)
|
Constructors in dsto.dfc.swing.panels with parameters of type PanelManager.Panel | |
---|---|
ExternalFloatState(PanelManager.Panel panel,
RestrictedIndexTabbedPane tabPane,
Icon icon,
int index)
|
|
FixedFloatState(PanelManager.Panel panel,
RestrictedIndexTabbedPane tabPane,
Icon icon,
int index)
|
|
InternalFloatState(PanelManager.Panel panel,
RestrictedIndexTabbedPane tabPane,
Icon icon,
int index)
|
|
PanelManagerEvent(PanelManager.Panel panel)
|
|
ToolView(PanelManager.Panel panel,
Component tool,
JFrame internalFrameOwner,
Frame externalFrameOwner)
Creates a new ToolView instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |