public class JSpinnerHpr<T extends javax.swing.JSpinner> extends JComponentHpr<T>
| Constructor and Description |
|---|
JSpinnerHpr() |
| Modifier and Type | Method and Description |
|---|---|
int |
getChildCount(T anObj)
Override to suppress children.
|
javax.swing.JFormattedTextField |
getEditorTextField(javax.swing.JSpinner aSpinner)
Returns the spinner editor textfield.
|
protected java.util.List<java.lang.String> |
getPropertyNamesImpl(T anObj)
Returns the property names for given object.
|
void |
initUI(T aSpinner,
UIOwner anOwner)
Initializes newly created object.
|
void |
setValue(T aSpinner,
java.lang.String aPropertyName,
java.lang.Object aValue)
Sets an object's value for given property name.
|
addBinding, createEventAdapter, getAutosizing, getBinding, getBindingCount, getBindings, getChangeListener, getChild, getConstraints, getEventAdapter, getName, getOwner, getParent, getSendActionOnFocusLost, getSendActionOnFocusLostDefault, isEnabled, removeBinding, setConstraints, setEnabled, setOwner, setSendActionOnFocusLostgetHelper, getSwingHelper, getSwingHelperenableEvents, getAction, getBinding, getChild, getItemDisplayKey, getItems, getKeyValue, getPropertyNameMapped, getPropertyNames, getSelectedIndex, getSelectedIndexes, getSelectedIndexs, getSelectedItem, getText, getValue, initUIDeep, isEnabled, isPropertyName, isValueAdjusting, removeBinding, setAction, setEnabled, setItemDisplayKey, setItems, setItems, setKeyValue, setSelectedIndex, setSelectedIndexes, setSelectedItem, setTextpublic int getChildCount(T anObj)
getChildCount in class JComponentHpr<T extends javax.swing.JSpinner>public void initUI(T aSpinner, UIOwner anOwner)
initUI in class JComponentHpr<T extends javax.swing.JSpinner>public javax.swing.JFormattedTextField getEditorTextField(javax.swing.JSpinner aSpinner)
protected java.util.List<java.lang.String> getPropertyNamesImpl(T anObj)
getPropertyNamesImpl in class JComponentHpr<T extends javax.swing.JSpinner>