19 lines
730 B
Markdown
19 lines
730 B
Markdown
# Label
|
|
|
|
* `getText()` / `setText(String)`
|
|
* `getIcon()` / `setIcon(Icon)`
|
|
* `getDisplayedMnemonic()` / `setDisplayedMnemonic(int)`
|
|
* `getDisplayedMnemonicIndex()` / `setDisplayedMnemonicIndex(int)`
|
|
* `getDisabledIcon()` / `setDisabledIcon(Icon)`
|
|
|
|
|
|
* `getVerticalAlignment()` / `setVerticalAlignment(int)` : TOP | CENTER | BOTTOM
|
|
* `getHorizontalAlignment()` / `setHorizontalAlignment(int)` : LEFT | CENTER | RIGHT | LEADING | TRAILING
|
|
* `getVerticalTextPosition()` / `setVerticalTextPosition(int)` : TOP | CENTER | BOTTOM
|
|
* `getHorizontalTextPosition()` / `setHorizontalTextPosition(int)` : LEFT | CENTER | RIGHT | LEADING | TRAILING
|
|
* `getIconTextGap()` / `setIconTextGap(int)`
|
|
|
|
* `getLabelFor()` / `setLabelFor(Component)`
|
|
|
|
|