Class sunsoft.jws.visual.rt.awt.ScrollPanel
All Packages Class Hierarchy This Package Previous Next Index
Class sunsoft.jws.visual.rt.awt.ScrollPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----sunsoft.jws.visual.rt.awt.VJPanel
|
+----sunsoft.jws.visual.rt.awt.ScrollPanel
- public class ScrollPanel
- extends VJPanel
-
hbar
-
-
vbar
-
-
ScrollPanel()
-
-
add(Component)
-
-
getScrollAreaHeight()
-
-
getScrollAreaInsets()
-
-
getScrollAreaWidth()
-
-
getVisibleIndex()
-
-
handleEvent(Event)
-
-
layout()
-
-
makeVisible(int)
-
-
minimumSize()
-
-
preferredSize()
-
-
setScrollAreaHeight(int)
-
-
setScrollAreaInsets(Insets)
-
-
setScrollAreaWidth(int)
-
-
updateHScrollbar()
-
-
updateVScrollbar()
-
-
updateWindow()
-
vbar
protected VJScrollbar vbar
hbar
protected VJScrollbar hbar
ScrollPanel
public ScrollPanel()
add
public Component add(Component comp)
- Overrides:
- add in class Container
getScrollAreaWidth
public int getScrollAreaWidth()
setScrollAreaWidth
public void setScrollAreaWidth(int scrollAreaWidth)
getScrollAreaHeight
public int getScrollAreaHeight()
setScrollAreaHeight
public void setScrollAreaHeight(int scrollAreaHeight)
getScrollAreaInsets
public Insets getScrollAreaInsets()
setScrollAreaInsets
public void setScrollAreaInsets(Insets insets)
getVisibleIndex
public int getVisibleIndex()
makeVisible
public void makeVisible(int index)
handleEvent
public boolean handleEvent(Event e)
- Overrides:
- handleEvent in class Component
minimumSize
public Dimension minimumSize()
- Overrides:
- minimumSize in class VJPanel
preferredSize
public Dimension preferredSize()
- Overrides:
- preferredSize in class VJPanel
layout
public void layout()
- Overrides:
- layout in class Container
updateWindow
public void updateWindow()
updateHScrollbar
protected void updateHScrollbar()
updateVScrollbar
protected void updateVScrollbar()
All Packages Class Hierarchy This Package Previous Next Index