Uses of Interface
jpicedt.ui.MDIManager.MDIComponent
-
Packages that use MDIManager.MDIComponent 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. -
-
Uses of MDIManager.MDIComponent in jpicedt.ui
Methods in jpicedt.ui that return MDIManager.MDIComponent Modifier and Type Method Description abstract MDIManager.MDIComponentMDIManager. createMDIComponent(javax.swing.JPanel pane)Factory method that creates a MDIComponent that acts as a wrapper for the given pane.MDIManager.MDIComponentMDIManager. getHostingContainer(PEDrawingBoard board)Returns the MDIComponent that contains the given boardMDIManager.MDIComponentMDIManager.DockablePanel. getMDIDelegate()returns the MDIComponent that renders the UI of this DockablePanelMethods in jpicedt.ui with parameters of type MDIManager.MDIComponent Modifier and Type Method Description abstract voidMDIManager. 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 Modifier and Type Method Description MDIManager.MDIComponentInternalFrameMDIManager. createMDIComponent(javax.swing.JPanel pane)Factory method that creates an MDIComponent which acts as a UI delegate to the given pane.MDIManager.MDIComponentJFrameMDIManager. 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 Modifier and Type Method Description voidInternalFrameMDIManager. addMDIComponent(MDIManager.MDIComponent c)Depending on the inner pane of the given container, adds it to the DEFAULT_LAYER or to the PALETTE_LAYER.voidJFrameMDIManager. addMDIComponent(MDIManager.MDIComponent c)Add the given component to the desktop
-