http://www.jpicedt.org

Uses of Class
jpicedt.ui.MDIManager.DockablePanel

Packages that use MDIManager.DockablePanel
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.DockablePanel in jpicedt.ui
 

Fields in jpicedt.ui with type parameters of type MDIManager.DockablePanel
protected  HashMap<String,MDIManager.DockablePanel> MDIManager.dockablePanelsMap
          a hash table used to remember dockable panels added to the desktop, with key=panel's title
 

Methods in jpicedt.ui that return MDIManager.DockablePanel
 MDIManager.DockablePanel MDIManager.addDockablePanel(String key, JPanel pane)
          Adds the given pane to the hashtable of dockable panels, then shows it.
 

Uses of MDIManager.DockablePanel in jpicedt.ui.internal
 

Methods in jpicedt.ui.internal that return MDIManager.DockablePanel
 MDIManager.DockablePanel InternalFrameMDIManager.addDockablePanel(String key, JPanel pane)
          Adds the given pane to the hashtable of dockable panels, then shows it.
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org