edu.stanford.smi.protegex.widget.contains
Class WidgetBoxLayoutManager
java.lang.Object
edu.stanford.smi.protegex.widget.contains.WidgetBoxLayoutManager
- All Implemented Interfaces:
- LayoutManager
- Direct Known Subclasses:
- HorizontalWidgetBoxLayoutManager, VerticalWidgetBoxLayoutManager
public abstract class WidgetBoxLayoutManager
- extends Object
- implements LayoutManager
Description of the Class
- Author:
- William Grosso
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_currentContainer
protected WidgetBox _currentContainer
_outsideScrollPane
protected JScrollPane _outsideScrollPane
_parentComponent
protected Container _parentComponent
_widgetSeparators
protected LinkedList _widgetSeparators
_widgetBoxSize
protected Dimension _widgetBoxSize
WidgetBoxLayoutManager
public WidgetBoxLayoutManager()
actuallyAddWrappers
protected abstract void actuallyAddWrappers()
addLayoutComponent
public void addLayoutComponent(String name,
Component comp)
- Specified by:
addLayoutComponent
in interface LayoutManager
adjustBoxSizeForScrollPane
protected abstract void adjustBoxSizeForScrollPane()
layoutContainer
public void layoutContainer(Container parent)
- Specified by:
layoutContainer
in interface LayoutManager
makeFirstPassAtBoxDimensions
protected abstract void makeFirstPassAtBoxDimensions()
minimumLayoutSize
public Dimension minimumLayoutSize(Container parent)
- Specified by:
minimumLayoutSize
in interface LayoutManager
preferredLayoutSize
public Dimension preferredLayoutSize(Container parent)
- Specified by:
preferredLayoutSize
in interface LayoutManager
removeLayoutComponent
public void removeLayoutComponent(Component comp)
- Specified by:
removeLayoutComponent
in interface LayoutManager
Submit a bug report or feature request