Package com.ribs.helpers
Class JScrollPaneHpr
java.lang.Object
com.ribs.RJHelper
com.ribs.helpers.JScrollPaneHpr
- Direct Known Subclasses:
RJBrowserHpr
An RJHelper implementation for JScrollPane.
Copyright (c) 2004 ReportMill Software, Inc. All Rights Reserved. Contact ReportMill <info@reportmill.com>.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
fromXML
(JComponent aComponent, RXArchiver anArchiver, RXElement anElement) XML unarchival.getComponent
(JComponent aComponent, int anIndex) Returns the Ribs-relevant child component at the given index.int
getComponentCount
(JComponent aComponent) Returns the Ribs-relevant child component count.newInstance
(RXElement anElement) Creates a new instance of class for given element.toXML
(JComponent aComponent, RXArchiver anArchiver) XML archival.Methods inherited from class com.ribs.RJHelper
add, focusGained, focusLost, fromXMLDeep, get, getActionListener, getAutoscrolls, getAutosizing, getBackground, getBindKey, getBooleanValue, getBoolValue, getCallback, getChangeListener, getColorValue, getFloatValue, getFocusListener, getForeground, getIntValue, getMaster, getMaximumSize, getMinimumSize, getOwner, getRibHeight, getRibWidth, getRibX, getRibY, getSendActionOnFocusLost, getStringValue, getSubstitutionClassString, getValue, initInstance, isOpaque, performBindKeyGet, performBindKeySet, sendAction, setAutoscrolls, setAutosizing, setBackground, setBindKey, setCallback, setForeground, setMaster, setMaximumSize, setMinimumSize, setOpaque, setOwner, setSendActionOnFocusLost, setSubstitutionClassString, setValue, setValue, setValue, setValue, setValue, setValue, setValue, takeFloatValue, takeIntValue, testOutBeanBag, toXMLDeep
-
Constructor Details
-
JScrollPaneHpr
public JScrollPaneHpr()
-
-
Method Details
-
newInstance
Creates a new instance of class for given element.- Overrides:
newInstance
in classRJHelper
-
getComponentCount
Returns the Ribs-relevant child component count.- Overrides:
getComponentCount
in classRJHelper
-
getComponent
Returns the Ribs-relevant child component at the given index.- Overrides:
getComponent
in classRJHelper
-
toXML
XML archival. -
fromXML
XML unarchival.
-