public class SwitchPaneHpr<T extends SwitchPane> extends JComponentHpr<T>
Constructor and Description |
---|
SwitchPaneHpr() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPropertyNameMapped(T anObj,
java.lang.String aName)
Returns a mapped property name.
|
protected java.util.List<java.lang.String> |
getPropertyNamesImpl(T anObj)
Returns the property names for given object.
|
void |
setValue(T aSwitchPane,
java.lang.String aPropertyName,
java.lang.Object aValue)
Sets the switch pane's selected index.
|
addBinding, createEventAdapter, getAutosizing, getBinding, getBindingCount, getBindings, getChangeListener, getChild, getChildCount, getConstraints, getEventAdapter, getName, getOwner, getParent, getSendActionOnFocusLost, getSendActionOnFocusLostDefault, initUI, isEnabled, removeBinding, setConstraints, setEnabled, setOwner, setSendActionOnFocusLost
getHelper, getSwingHelper, getSwingHelper
enableEvents, getAction, getBinding, getChild, getItemDisplayKey, getItems, getKeyValue, getPropertyNames, getSelectedIndex, getSelectedIndexes, getSelectedIndexs, getSelectedItem, getText, getValue, initUIDeep, isEnabled, isPropertyName, isValueAdjusting, removeBinding, setAction, setEnabled, setItemDisplayKey, setItems, setItems, setKeyValue, setSelectedIndex, setSelectedIndexes, setSelectedItem, setText
protected java.util.List<java.lang.String> getPropertyNamesImpl(T anObj)
getPropertyNamesImpl
in class JComponentHpr<T extends SwitchPane>
public java.lang.String getPropertyNameMapped(T anObj, java.lang.String aName)
getPropertyNameMapped
in class UIHelper<T extends SwitchPane>
public void setValue(T aSwitchPane, java.lang.String aPropertyName, java.lang.Object aValue)
setValue
in class UIHelper<T extends SwitchPane>