public class MDIManager.DockablePanel
extends java.lang.Object
getMDIDelegate
)
that is created at init time by relying on the factory method createMDIComponent
.Constructor and Description |
---|
MDIManager.DockablePanel(javax.swing.JPanel pane,
java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
MDIManager.MDIComponent |
getMDIDelegate()
returns the MDIComponent that renders the UI of this DockablePanel
|
void |
setVisible(boolean v)
set the visible state of this DockablePanel, first trying to fetch the geometrical aspect from
the Properties object given in the constructor.
|
void |
toggleVisible()
returns true if this DockablePanel is currently visible
public boolean isVisible(){
return mdiComponent.isVisible();
}
|
public MDIManager.DockablePanel(javax.swing.JPanel pane, java.lang.String key)
pane
- the content of this DockablePanelkey
- used to set the title (after proper i18n'ing) of the MDIComponent which renders the UI,
and for building keys used to retrieve the geometry from JPicEdt's preferences.public MDIManager.MDIComponent getMDIDelegate()
public void toggleVisible()
public void setVisible(boolean v)
Submit a bug : syd@jpicedt.org