Class JLabelHpr<T extends JLabel>
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>
- Direct Known Subclasses:
RJMenuButton.Helper
This helper implementation for JLabel.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetHorizontalAlignment(T aLabeled) Standard button or label property.intgetHorizontalTextPosition(T aLabeled) Standard button or label property.Returns the button or label icon.intgetIconTextGap(T aLabeled) Standard button or label property.getPropertyNameMapped(T anObj, String aName) Returns a mapped property name.intgetVerticalAlignment(T aLabeled) Standard button or label property.intgetVerticalTextPosition(T aLabeled) Standard button or label property.voidsetHorizontalAlignment(T aLabeled, int aValue) Standard button or label property.voidsetHorizontalTextPosition(T aLabeled, int aValue) Standard button or label property.voidSets the button or label icon.voidsetIconTextGap(T aLabeled, int aValue) Standard button or label property.voidsetVerticalAlignment(T aLabeled, int aValue) Standard button or label property.voidsetVerticalTextPosition(T aLabeled, int aValue) Standard button or label property.Methods inherited from class com.inductiveautomation.snap.swing.helpers.LabeledHpr
getChildCount, getPropertyNamesImplMethods inherited from class com.inductiveautomation.snap.swing.helpers.JComponentHpr
addBinding, createEventAdapter, getAutosizing, getBinding, getBindingCount, getBindings, getChangeListener, getChild, 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
-
JLabelHpr
public JLabelHpr()
-
-
Method Details
-
getIcon
Returns the button or label icon.- Specified by:
getIconin classLabeledHpr<T extends JLabel>
-
setIcon
Sets the button or label icon.- Specified by:
setIconin classLabeledHpr<T extends JLabel>
-
getHorizontalAlignment
Standard button or label property.- Specified by:
getHorizontalAlignmentin classLabeledHpr<T extends JLabel>
-
setHorizontalAlignment
Standard button or label property.- Specified by:
setHorizontalAlignmentin classLabeledHpr<T extends JLabel>
-
getVerticalAlignment
Standard button or label property.- Specified by:
getVerticalAlignmentin classLabeledHpr<T extends JLabel>
-
setVerticalAlignment
Standard button or label property.- Specified by:
setVerticalAlignmentin classLabeledHpr<T extends JLabel>
-
getHorizontalTextPosition
Standard button or label property.- Specified by:
getHorizontalTextPositionin classLabeledHpr<T extends JLabel>
-
setHorizontalTextPosition
Standard button or label property.- Specified by:
setHorizontalTextPositionin classLabeledHpr<T extends JLabel>
-
getVerticalTextPosition
Standard button or label property.- Specified by:
getVerticalTextPositionin classLabeledHpr<T extends JLabel>
-
setVerticalTextPosition
Standard button or label property.- Specified by:
setVerticalTextPositionin classLabeledHpr<T extends JLabel>
-
getIconTextGap
Standard button or label property.- Specified by:
getIconTextGapin classLabeledHpr<T extends JLabel>
-
setIconTextGap
Standard button or label property.- Specified by:
setIconTextGapin classLabeledHpr<T extends JLabel>
-
getPropertyNameMapped
Returns a mapped property name.- Overrides:
getPropertyNameMappedin classUIHelper<T extends JLabel>
-