|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MDIManager.MDIComponent | |
---|---|
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. |
Uses of MDIManager.MDIComponent in jpicedt.ui |
---|
Methods in jpicedt.ui that return MDIManager.MDIComponent | |
---|---|
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 |
Methods in jpicedt.ui with parameters of type MDIManager.MDIComponent | |
---|---|
abstract void |
MDIManager.addMDIComponent(MDIManager.MDIComponent c)
Adds the given component to the desktop of this MDIManager. |
Uses of MDIManager.MDIComponent in jpicedt.ui.internal |
---|
Methods in jpicedt.ui.internal that return MDIManager.MDIComponent | |
---|---|
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. |
Methods in jpicedt.ui.internal with parameters of type MDIManager.MDIComponent | |
---|---|
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 |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |