Package com.ribs.helpers
Class JTableHpr
java.lang.Object
com.ribs.RJHelper
com.ribs.helpers.JTableHpr
This class is a JTable helper class to do some table management and archival for Ribs.
Copyright (c) 2004 ReportMill Software, Inc. All Rights Reserved. Contact ReportMill <info@reportmill.com>.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
ListSelectionListener for table.static class
A simple sample table model so Ribs app can show sample table data. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
fromXML
(JComponent aComponent, RXArchiver anArchiver, RXElement anElement) XML unarchival.int
getAutoResizeMode
(String aString) Returns the auto resize mode for the given string.getAutoResizeModeString
(JTable aTable) Returns the auto resize mode for the given JTable as a simple string.int
getIntValue
(JComponent aComponent) Returns the table's selected row.getStringValue
(JComponent aComponent) Returns the table's selected cell value as a string.getValue
(JComponent aComponent) Returns the table's selected cell value.void
initInstance
(JComponent aComponent) Initializes the given instance (actually called the first time an owner is set).newInstance
(RXElement anElement) Creates a new instance of class for given element.void
setValue
(JComponent aComponent, int aValue) Sets the table's selected row.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, getComponent, getComponentCount, getFloatValue, getFocusListener, getForeground, getMaster, getMaximumSize, getMinimumSize, getOwner, getRibHeight, getRibWidth, getRibX, getRibY, getSendActionOnFocusLost, getSubstitutionClassString, isOpaque, performBindKeyGet, performBindKeySet, sendAction, setAutoscrolls, setAutosizing, setBackground, setBindKey, setCallback, setForeground, setMaster, setMaximumSize, setMinimumSize, setOpaque, setOwner, setSendActionOnFocusLost, setSubstitutionClassString, setValue, setValue, setValue, setValue, setValue, setValue, takeFloatValue, takeIntValue, testOutBeanBag, toXMLDeep
-
Constructor Details
-
JTableHpr
public JTableHpr()
-
-
Method Details
-
newInstance
Creates a new instance of class for given element.- Overrides:
newInstance
in classRJHelper
-
initInstance
Initializes the given instance (actually called the first time an owner is set).- Overrides:
initInstance
in classRJHelper
-
getValue
Returns the table's selected cell value. -
getStringValue
Returns the table's selected cell value as a string.- Overrides:
getStringValue
in classRJHelper
-
getIntValue
Returns the table's selected row.- Overrides:
getIntValue
in classRJHelper
-
setValue
Sets the table's selected row. -
getAutoResizeModeString
Returns the auto resize mode for the given JTable as a simple string. -
getAutoResizeMode
Returns the auto resize mode for the given string. -
toXML
XML archival. -
fromXML
XML unarchival.
-