All Packages Class Hierarchy This Package Previous Next Index
Class berkeley.cs.dmc.dmod.VResizePanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----berkeley.cs.dmc.dmod.VResizePanel
- public class VResizePanel
- extends Panel
-
BOTTOM
-
-
GROW_BOTTOM
-
-
GROW_TOP
-
-
MIN_HEIGHT
-
-
PROPORTIONAL
-
-
TOP
-
-
VResizePanel(int, int)
-
-
addImpl(Component, Object, int)
-
-
doLayout()
-
-
getMinimumSize()
-
-
getPreferredSize()
-
-
main(String[])
-
-
processMouseEvent(MouseEvent)
-
-
processMouseMotionEvent(MouseEvent)
-
-
remove(int)
-
-
removeAll()
-
-
setLayout(LayoutManager)
-
TOP
public static final Object TOP
BOTTOM
public static final Object BOTTOM
MIN_HEIGHT
public static final int MIN_HEIGHT
GROW_TOP
public static final int GROW_TOP
GROW_BOTTOM
public static final int GROW_BOTTOM
PROPORTIONAL
public static final int PROPORTIONAL
VResizePanel
public VResizePanel(int resize,
int gap)
setLayout
public void setLayout(LayoutManager mgr)
- Overrides:
- setLayout in class Container
addImpl
protected void addImpl(Component c,
Object constraints,
int index)
- Overrides:
- addImpl in class Container
remove
public void remove(int index)
- Overrides:
- remove in class Container
removeAll
public void removeAll()
- Overrides:
- removeAll in class Container
doLayout
public void doLayout()
- Overrides:
- doLayout in class Container
processMouseEvent
protected void processMouseEvent(MouseEvent evt)
- Overrides:
- processMouseEvent in class Component
processMouseMotionEvent
protected void processMouseMotionEvent(MouseEvent evt)
- Overrides:
- processMouseMotionEvent in class Component
getPreferredSize
public Dimension getPreferredSize()
- Overrides:
- getPreferredSize in class Container
getMinimumSize
public Dimension getMinimumSize()
- Overrides:
- getMinimumSize in class Container
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index