|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jmex.bui.BComponent
com.jmex.bui.BTextComponent
com.jmex.bui.BLabel
com.jmex.bui.BButton
com.jmex.bui.BToggleButton
com.jmex.bui.BCheckBox
public class BCheckBox
Displays a label with a check-box button next to it.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.jmex.bui.BLabel |
|---|
BLabel.Fit |
| Field Summary | |
|---|---|
protected BIcon[] |
_icons
|
| Fields inherited from class com.jmex.bui.BToggleButton |
|---|
_selected, DISSELECTED, SELECTED, STATE_COUNT, STATE_PCLASSES |
| Fields inherited from class com.jmex.bui.BButton |
|---|
_action, _armed, _pressed, DOWN |
| Fields inherited from class com.jmex.bui.BLabel |
|---|
_label |
| Fields inherited from class com.jmex.bui.BTextComponent |
|---|
_effcols, _effsizes, _haligns, _lineSpacings, _teffects, _textfacts, _valigns |
| Fields inherited from class com.jmex.bui.BComponent |
|---|
_alpha, _backgrounds, _bbuf, _borders, _colors, _cursor, _enabled, _height, _hover, _insets, _listeners, _parent, _preferredSize, _properties, _styleClass, _tipmouse, _tipStyle, _tiptext, _valid, _visible, _width, _x, _y, DEFAULT, DISABLED, HOVER |
| Fields inherited from interface com.jmex.bui.BConstants |
|---|
BOTTOM, CENTER, DEFAULT_SIZE, DEFAULT_SPACING, GLOW, HORIZONTAL, LEFT, NORMAL, OUTLINE, OVERLAPPING, PLAIN, RIGHT, SHADOW, TOP, VERTICAL |
| Constructor Summary | |
|---|---|
BCheckBox(String label)
|
|
| Method Summary | |
|---|---|
protected void |
configureStyle(BStyleSheet style)
Instructs this component to fetch its style configuration from the supplied style sheet. |
protected String |
getDefaultStyleClass()
Returns the default stylesheet class to be used for all instances of this component. |
protected void |
stateDidChange()
Called when the component's state has changed. |
| Methods inherited from class com.jmex.bui.BToggleButton |
|---|
fireAction, getState, getStateCount, getStatePseudoClass, isSelected, setSelected |
| Methods inherited from class com.jmex.bui.BButton |
|---|
dispatchEvent, getAction, setAction |
| Methods inherited from class com.jmex.bui.BLabel |
|---|
computePreferredSize, getFit, getIcon, getIconTextGap, getText, layout, renderComponent, setFit, setIcon, setIconTextGap, setOrientation, setText, wasAdded, wasRemoved |
| Methods inherited from class com.jmex.bui.BTextComponent |
|---|
checkNonDefault, checkNonDefaultInt, checkNonDefaultVal, getEffectColor, getEffectSize, getHorizontalAlignment, getLabelConfig, getLineSpacing, getTextEffect, getTextFactory, getTextFactory, getVerticalAlignment |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BIcon[] _icons
| Constructor Detail |
|---|
public BCheckBox(String label)
| Method Detail |
|---|
protected String getDefaultStyleClass()
BComponent
getDefaultStyleClass in class BButtonprotected void configureStyle(BStyleSheet style)
BComponent
configureStyle in class BButtonprotected void stateDidChange()
BComponent
stateDidChange in class BComponent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||