org.gjt.sp.jedit.gui
Class DockableWindowManager.DockableLayout
java.lang.Object
org.gjt.sp.jedit.gui.DockableWindowManager.DockableLayout
- All Implemented Interfaces:
- LayoutManager, LayoutManager2
- Enclosing class:
- DockableWindowManager
- public class DockableWindowManager.DockableLayout
- extends Object
- implements LayoutManager2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TOP_TOOLBARS
public static final String TOP_TOOLBARS
- See Also:
- Constant Field Values
BOTTOM_TOOLBARS
public static final String BOTTOM_TOOLBARS
- See Also:
- Constant Field Values
DockableWindowManager.DockableLayout
public DockableWindowManager.DockableLayout()
addLayoutComponent
public void addLayoutComponent(String name,
Component comp)
- Specified by:
addLayoutComponent
in interface LayoutManager
addLayoutComponent
public void addLayoutComponent(Component comp,
Object cons)
- Specified by:
addLayoutComponent
in interface LayoutManager2
removeLayoutComponent
public void removeLayoutComponent(Component comp)
- Specified by:
removeLayoutComponent
in interface LayoutManager
preferredLayoutSize
public Dimension preferredLayoutSize(Container parent)
- Specified by:
preferredLayoutSize
in interface LayoutManager
minimumLayoutSize
public Dimension minimumLayoutSize(Container parent)
- Specified by:
minimumLayoutSize
in interface LayoutManager
maximumLayoutSize
public Dimension maximumLayoutSize(Container parent)
- Specified by:
maximumLayoutSize
in interface LayoutManager2
layoutContainer
public void layoutContainer(Container parent)
- Specified by:
layoutContainer
in interface LayoutManager
getLayoutAlignmentX
public float getLayoutAlignmentX(Container target)
- Specified by:
getLayoutAlignmentX
in interface LayoutManager2
getLayoutAlignmentY
public float getLayoutAlignmentY(Container target)
- Specified by:
getLayoutAlignmentY
in interface LayoutManager2
invalidateLayout
public void invalidateLayout(Container target)
- Specified by:
invalidateLayout
in interface LayoutManager2