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
 
 public static class RJMenuButton.Helper<T extends RJMenuButton> extends JLabelHpr<T> Implements Ribs helpers methods for RJMenuButton.
- 
- 
Constructor SummaryConstructors Constructor Description Helper()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponentgetChild(T aMenuButton, int anIndex)Returns 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.JLabelHprgetHorizontalAlignment, getHorizontalTextPosition, getIcon, getIconTextGap, getPropertyNameMapped, getVerticalAlignment, getVerticalTextPosition, setHorizontalAlignment, setHorizontalTextPosition, setIcon, setIconTextGap, setVerticalAlignment, setVerticalTextPosition
 - 
Methods inherited from class com.inductiveautomation.snap.swing.helpers.LabeledHprgetPropertyNamesImpl
 - 
Methods inherited from class com.inductiveautomation.snap.swing.helpers.JComponentHpraddBinding, 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.SwingHelpergetHelper, getSwingHelper, getSwingHelper
 - 
Methods inherited from class com.inductiveautomation.snap.ui.UIHelperenableEvents, 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
 
- 
 
- 
- 
- 
Method Detail- 
getChildCountpublic int getChildCount(T aMenuButton) Returns the MenuButton child component count.- Overrides:
- getChildCountin class- LabeledHpr<T extends RJMenuButton>
 
 - 
getChildpublic javax.swing.JComponent getChild(T aMenuButton, int anIndex) Returns the MenuButton child component at the given index.- Overrides:
- getChildin class- JComponentHpr<T extends RJMenuButton>
 
 
- 
 
-