public class CheckBox extends CommonCheckBox
Interactable.FocusChangeDirection, Interactable.Result
Component.Alignment
Constructor and Description |
---|
CheckBox(String label,
boolean initiallyChecked) |
Modifier and Type | Method and Description |
---|---|
protected char |
getSelectionCharacter() |
boolean |
isSelected() |
protected void |
onActivated() |
protected String |
surroundCharacter(char character) |
calculatePreferredSize, keyboardInteraction, repaint, select
afterEnteredFocus, afterLeftFocus, getHotspot, hasFocus, onEnterFocus, onLeaveFocus, setHotspot
addBorder, addComponentListener, getAlignment, getComponentListeners, getGUIScreen, getMinimumSize, getParent, getPreferredSize, getWindow, invalidate, isScrollable, isVisible, removeComponentListener, setAlignment, setParent, setPreferredSize, setVisible, transformAccordingToAlignment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addBorder, addComponentListener, getAlignment, getMinimumSize, getParent, getPreferredSize, getWindow, isScrollable, isVisible, removeComponentListener, setAlignment, setPreferredSize, setVisible
public CheckBox(String label, boolean initiallyChecked)
protected char getSelectionCharacter()
getSelectionCharacter
in class CommonCheckBox
public boolean isSelected()
isSelected
in class CommonCheckBox
protected void onActivated()
onActivated
in class CommonCheckBox
protected String surroundCharacter(char character)
surroundCharacter
in class CommonCheckBox
Copyright © 2015. All Rights Reserved.