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
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPanelWindowContainer(DockableWindowManagerImpl wm, String position, int dimension) -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the dockable in this container.intReturns the width or height (depending on position) of the dockable window container.String[]booleanisVisible(org.gjt.sp.jedit.gui.DockableWindowManagerImpl.Entry entry) voidregister(org.gjt.sp.jedit.gui.DockableWindowManagerImpl.Entry entry) voidremove(org.gjt.sp.jedit.gui.DockableWindowManagerImpl.Entry entry) voidvoidshow(org.gjt.sp.jedit.gui.DockableWindowManagerImpl.Entry entry) voidvoidunregister(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:
registerin interfaceDockableWindowContainer
-
unregister
public void unregister(org.gjt.sp.jedit.gui.DockableWindowManagerImpl.Entry entry) - Specified by:
unregisterin interfaceDockableWindowContainer
-
remove
public void remove(org.gjt.sp.jedit.gui.DockableWindowManagerImpl.Entry entry) - Specified by:
removein interfaceDockableWindowContainer
-
showMostRecent
public void showMostRecent()- Specified by:
showMostRecentin interfaceDockableWindowManager.DockingArea
-
show
public void show(org.gjt.sp.jedit.gui.DockableWindowManagerImpl.Entry entry) - Specified by:
showin interfaceDockableWindowContainer
-
isVisible
public boolean isVisible(org.gjt.sp.jedit.gui.DockableWindowManagerImpl.Entry entry) - Specified by:
isVisiblein interfaceDockableWindowContainer
-
getCurrent
Returns the name of the dockable in this container.- Specified by:
getCurrentin 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:
getDockablesin interfaceDockableWindowManager.DockingArea
-
show
- Specified by:
showin interfaceDockableWindowManager.DockingArea
-