Package | Description |
---|---|
jpicedt.ui |
Some classes and interfaces that help building concrete implementation of MDIManager's.
|
jpicedt.ui.internal |
Implementation of MDIManager and related using JInternalFrame's.
|
Modifier and Type | Method and Description |
---|---|
abstract MDIManager.MDIComponent |
MDIManager.createMDIComponent(javax.swing.JPanel pane)
Factory method that creates a MDIComponent that acts as a wrapper for the given pane.
|
MDIManager.MDIComponent |
MDIManager.getHostingContainer(PEDrawingBoard board)
Returns the MDIComponent that contains the given board
|
MDIManager.MDIComponent |
MDIManager.DockablePanel.getMDIDelegate()
returns the MDIComponent that renders the UI of this DockablePanel
|
Modifier and Type | Method and Description |
---|---|
abstract void |
MDIManager.addMDIComponent(MDIManager.MDIComponent c)
Adds the given component to the desktop of this MDIManager.
|
Modifier and Type | Method and Description |
---|---|
MDIManager.MDIComponent |
InternalFrameMDIManager.createMDIComponent(javax.swing.JPanel pane)
Factory method that creates an MDIComponent which acts as a UI delegate to the given pane.
|
MDIManager.MDIComponent |
JFrameMDIManager.createMDIComponent(javax.swing.JPanel pane)
Factory method that creates an MDIComponent which acts as a UI delegate to the given pane.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalFrameMDIManager.addMDIComponent(MDIManager.MDIComponent c)
Depending on the inner pane of the given container,
adds it to the DEFAULT_LAYER or to the PALETTE_LAYER.
|
void |
JFrameMDIManager.addMDIComponent(MDIManager.MDIComponent c)
Add the given component to the desktop
|
Submit a bug : syd@jpicedt.org