java.lang.Object
org.gjt.sp.jedit.gui.PanelWindowContainer
- All Implemented Interfaces:
DockableWindowContainer
,DockableWindowManager.DockingArea
public class PanelWindowContainer
extends Object
implements DockableWindowContainer, DockableWindowManager.DockingArea
A container for dockable windows. This class should never be used
directly.
- Since:
- jEdit 4.0pre1
- Version:
- $Id: PanelWindowContainer.java 25051 2020-03-28 17:27:53Z kpouer $
- Author:
- Slava Pestov
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionPanelWindowContainer
(DockableWindowManagerImpl wm, String position, int dimension) -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the dockable in this container.int
Returns the width or height (depending on position) of the dockable window container.String[]
boolean
isVisible
(org.gjt.sp.jedit.gui.DockableWindowManagerImpl.Entry entry) void
register
(org.gjt.sp.jedit.gui.DockableWindowManagerImpl.Entry entry) void
remove
(org.gjt.sp.jedit.gui.DockableWindowManagerImpl.Entry entry) void
void
show
(org.gjt.sp.jedit.gui.DockableWindowManagerImpl.Entry entry) void
void
unregister
(org.gjt.sp.jedit.gui.DockableWindowManagerImpl.Entry entry)
-
Constructor Details
-
PanelWindowContainer
-
-
Method Details
-
getDockableWindowManager
- Since:
- jEdit 4.3pre2
-
register
public void register(org.gjt.sp.jedit.gui.DockableWindowManagerImpl.Entry entry) - Specified by:
register
in interfaceDockableWindowContainer
-
unregister
public void unregister(org.gjt.sp.jedit.gui.DockableWindowManagerImpl.Entry entry) - Specified by:
unregister
in interfaceDockableWindowContainer
-
remove
public void remove(org.gjt.sp.jedit.gui.DockableWindowManagerImpl.Entry entry) - Specified by:
remove
in interfaceDockableWindowContainer
-
showMostRecent
public void showMostRecent()- Specified by:
showMostRecent
in interfaceDockableWindowManager.DockingArea
-
show
public void show(org.gjt.sp.jedit.gui.DockableWindowManagerImpl.Entry entry) - Specified by:
show
in interfaceDockableWindowContainer
-
isVisible
public boolean isVisible(org.gjt.sp.jedit.gui.DockableWindowManagerImpl.Entry entry) - Specified by:
isVisible
in interfaceDockableWindowContainer
-
getCurrent
Returns the name of the dockable in this container.- Specified by:
getCurrent
in interfaceDockableWindowManager.DockingArea
- Since:
- jEdit 4.2pre1
-
getDimension
public int getDimension()Returns the width or height (depending on position) of the dockable window container.- Since:
- jEdit 4.2pre1
-
getPosition
- Since:
- jEdit 4.3pre2
-
getDockables
- Specified by:
getDockables
in interfaceDockableWindowManager.DockingArea
-
show
- Specified by:
show
in interfaceDockableWindowManager.DockingArea
-