public class JLabelHpr<T extends javax.swing.JLabel> extends LabeledHpr<T>
| Constructor and Description |
|---|
JLabelHpr() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHorizontalAlignment(T aLabeled)
Standard button or label property.
|
int |
getHorizontalTextPosition(T aLabeled)
Standard button or label property.
|
javax.swing.Icon |
getIcon(T aLabeled)
Returns the button or label icon.
|
int |
getIconTextGap(T aLabeled)
Standard button or label property.
|
java.lang.String |
getPropertyNameMapped(T anObj,
java.lang.String aName)
Returns a mapped property name.
|
int |
getVerticalAlignment(T aLabeled)
Standard button or label property.
|
int |
getVerticalTextPosition(T aLabeled)
Standard button or label property.
|
void |
setHorizontalAlignment(T aLabeled,
int aValue)
Standard button or label property.
|
void |
setHorizontalTextPosition(T aLabeled,
int aValue)
Standard button or label property.
|
void |
setIcon(T aLabeled,
javax.swing.Icon anIcon)
Sets the button or label icon.
|
void |
setIconTextGap(T aLabeled,
int aValue)
Standard button or label property.
|
void |
setVerticalAlignment(T aLabeled,
int aValue)
Standard button or label property.
|
void |
setVerticalTextPosition(T aLabeled,
int aValue)
Standard button or label property.
|
getChildCount, getPropertyNamesImpladdBinding, createEventAdapter, getAutosizing, getBinding, getBindingCount, getBindings, getChangeListener, getChild, getConstraints, getEventAdapter, getName, getOwner, getParent, getSendActionOnFocusLost, getSendActionOnFocusLostDefault, initUI, isEnabled, removeBinding, setConstraints, setEnabled, setOwner, setSendActionOnFocusLostgetHelper, getSwingHelper, getSwingHelperenableEvents, 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, setValuepublic javax.swing.Icon getIcon(T aLabeled)
getIcon in class LabeledHpr<T extends javax.swing.JLabel>public void setIcon(T aLabeled, javax.swing.Icon anIcon)
setIcon in class LabeledHpr<T extends javax.swing.JLabel>public int getHorizontalAlignment(T aLabeled)
getHorizontalAlignment in class LabeledHpr<T extends javax.swing.JLabel>public void setHorizontalAlignment(T aLabeled, int aValue)
setHorizontalAlignment in class LabeledHpr<T extends javax.swing.JLabel>public int getVerticalAlignment(T aLabeled)
getVerticalAlignment in class LabeledHpr<T extends javax.swing.JLabel>public void setVerticalAlignment(T aLabeled, int aValue)
setVerticalAlignment in class LabeledHpr<T extends javax.swing.JLabel>public int getHorizontalTextPosition(T aLabeled)
getHorizontalTextPosition in class LabeledHpr<T extends javax.swing.JLabel>public void setHorizontalTextPosition(T aLabeled, int aValue)
setHorizontalTextPosition in class LabeledHpr<T extends javax.swing.JLabel>public int getVerticalTextPosition(T aLabeled)
getVerticalTextPosition in class LabeledHpr<T extends javax.swing.JLabel>public void setVerticalTextPosition(T aLabeled, int aValue)
setVerticalTextPosition in class LabeledHpr<T extends javax.swing.JLabel>public int getIconTextGap(T aLabeled)
getIconTextGap in class LabeledHpr<T extends javax.swing.JLabel>public void setIconTextGap(T aLabeled, int aValue)
setIconTextGap in class LabeledHpr<T extends javax.swing.JLabel>public java.lang.String getPropertyNameMapped(T anObj, java.lang.String aName)
getPropertyNameMapped in class UIHelper<T extends javax.swing.JLabel>