| java.awt.ScrollPane net.xoetrope.awt.XScrollPane
All known Subclasses: net.xoetrope.awt.XScrollableMetaContent, net.xoetrope.awt.XTable,
XScrollPane | public class XScrollPane extends ScrollPane implements XAttributedComponent(Code) | | Wraps ScrollPane
Copyright (c) Xoetrope Ltd., 1998-2004
License: see license.txt
$Revision: 1.6 $
|
XScrollPane | public XScrollPane()(Code) | | Creates a new scroll pane
|
add | public Component add(Component c)(Code) | | Adds a new component and then lays out the container
Parameters: c - a component to add to this pane the newly added component |
setAttribute | public void setAttribute(String attribName, String attribValue)(Code) | | Set one or more attributes of the component.
Parameters: attribName - the attribute name Parameters: attribValue - the attribute value |
setNextScrollPanePolicy | public static void setNextScrollPanePolicy(int scrollBarPolicy)(Code) | | Set the scrollbar policy for the next scroll pane that is created.
Once used this value reverts to the default value of SCROLLBARS_AS_NEEDED
|
|
|