Package com.inductiveautomation.rm.swing
Class RJMenuButton.Helper<T extends RJMenuButton>
java.lang.Object
com.inductiveautomation.snap.ui.UIHelper<T>
com.inductiveautomation.snap.swing.SwingHelper<T>
com.inductiveautomation.snap.swing.helpers.JComponentHpr<T>
com.inductiveautomation.snap.swing.helpers.LabeledHpr<T>
com.inductiveautomation.snap.swing.helpers.JLabelHpr<T>
com.inductiveautomation.rm.swing.RJMenuButton.Helper<T>
- Enclosing class:
- RJMenuButton
Implements Ribs helpers methods for RJMenuButton.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the MenuButton child component at the given index.int
getChildCount
(T aMenuButton) Returns the MenuButton child component count.Methods inherited from class com.inductiveautomation.snap.swing.helpers.JLabelHpr
getHorizontalAlignment, getHorizontalTextPosition, getIcon, getIconTextGap, getPropertyNameMapped, getVerticalAlignment, getVerticalTextPosition, setHorizontalAlignment, setHorizontalTextPosition, setIcon, setIconTextGap, setVerticalAlignment, setVerticalTextPosition
Methods inherited from class com.inductiveautomation.snap.swing.helpers.LabeledHpr
getPropertyNamesImpl
Methods inherited from class com.inductiveautomation.snap.swing.helpers.JComponentHpr
addBinding, createEventAdapter, getAutosizing, getBinding, getBindingCount, getBindings, getChangeListener, getConstraints, getEventAdapter, getName, getOwner, getParent, getSendActionOnFocusLost, getSendActionOnFocusLostDefault, initUI, isEnabled, removeBinding, setConstraints, setEnabled, setOwner, setSendActionOnFocusLost
Methods inherited from class com.inductiveautomation.snap.swing.SwingHelper
getHelper, getSwingHelper, getSwingHelper
Methods inherited from class com.inductiveautomation.snap.ui.UIHelper
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, setValue
-
Constructor Details
-
Helper
public Helper()
-
-
Method Details
-
getChildCount
Returns the MenuButton child component count.- Overrides:
getChildCount
in classLabeledHpr<T extends RJMenuButton>
-
getChild
Returns the MenuButton child component at the given index.- Overrides:
getChild
in classJComponentHpr<T extends RJMenuButton>
-