Class sunsoft.jws.visual.rt.awt.ScrollableArea
All Packages Class Hierarchy This Package Previous Next Index
Class sunsoft.jws.visual.rt.awt.ScrollableArea
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----sunsoft.jws.visual.rt.awt.VJPanel
|
+----sunsoft.jws.visual.rt.awt.ScrollableArea
- public class ScrollableArea
- extends VJPanel
- implements Scrollable
-
ScrollableArea()
-
-
add(Component, int)
-
-
layout()
-
-
lineHeight()
-
-
minimumSize()
-
-
preferredSize()
-
-
remove(Component)
-
-
scrollSize()
-
-
scrollX(int)
-
-
scrollY(int)
-
-
setLineHeight(int)
-
-
viewSize()
-
ScrollableArea
public ScrollableArea()
layout
public void layout()
- Overrides:
- layout in class Container
add
public Component add(Component comp,
int pos)
- Overrides:
- add in class Container
remove
public void remove(Component comp)
- Overrides:
- remove in class Container
minimumSize
public Dimension minimumSize()
- Overrides:
- minimumSize in class VJPanel
preferredSize
public Dimension preferredSize()
- Overrides:
- preferredSize in class VJPanel
scrollX
public void scrollX(int x)
scrollY
public void scrollY(int y)
scrollSize
public Dimension scrollSize()
viewSize
public Dimension viewSize()
setLineHeight
public void setLineHeight(int lineHeight)
lineHeight
public int lineHeight()
All Packages Class Hierarchy This Package Previous Next Index