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.intgetChildCount(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, setVerticalTextPositionMethods inherited from class com.inductiveautomation.snap.swing.helpers.LabeledHpr
getPropertyNamesImplMethods 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, setSendActionOnFocusLostMethods inherited from class com.inductiveautomation.snap.swing.SwingHelper
getHelper, getSwingHelper, getSwingHelperMethods 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:
getChildCountin classLabeledHpr<T extends RJMenuButton>
-
getChild
Returns the MenuButton child component at the given index.- Overrides:
getChildin classJComponentHpr<T extends RJMenuButton>
-