public class WebCheckBox extends javax.swing.JCheckBox implements ShapeProvider, com.alee.managers.language.LanguageMethods, com.alee.managers.settings.SettingsMethods, FontMethods<WebCheckBox>, SizeMethods<WebCheckBox>
javax.swing.JCheckBox.AccessibleJCheckBoxjavax.swing.JToggleButton.AccessibleJToggleButton, javax.swing.JToggleButton.ToggleButtonModeljavax.swing.AbstractButton.AccessibleAbstractButton, javax.swing.AbstractButton.ButtonChangeListenerjavax.swing.JComponent.AccessibleJComponentactionListener, BORDER_PAINTED_CHANGED_PROPERTY, changeEvent, changeListener, CONTENT_AREA_FILLED_CHANGED_PROPERTY, DISABLED_ICON_CHANGED_PROPERTY, DISABLED_SELECTED_ICON_CHANGED_PROPERTY, FOCUS_PAINTED_CHANGED_PROPERTY, HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY, HORIZONTAL_TEXT_POSITION_CHANGED_PROPERTY, ICON_CHANGED_PROPERTY, itemListener, MARGIN_CHANGED_PROPERTY, MNEMONIC_CHANGED_PROPERTY, model, MODEL_CHANGED_PROPERTY, PRESSED_ICON_CHANGED_PROPERTY, ROLLOVER_ENABLED_CHANGED_PROPERTY, ROLLOVER_ICON_CHANGED_PROPERTY, ROLLOVER_SELECTED_ICON_CHANGED_PROPERTY, SELECTED_ICON_CHANGED_PROPERTY, TEXT_CHANGED_PROPERTY, VERTICAL_ALIGNMENT_CHANGED_PROPERTY, VERTICAL_TEXT_POSITION_CHANGED_PROPERTYaccessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOWBOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT| Constructor and Description |
|---|
WebCheckBox() |
WebCheckBox(javax.swing.Action a) |
WebCheckBox(boolean selected) |
WebCheckBox(javax.swing.Icon icon) |
WebCheckBox(javax.swing.Icon icon,
boolean selected) |
WebCheckBox(java.lang.String text) |
WebCheckBox(java.lang.String text,
boolean selected) |
WebCheckBox(java.lang.String text,
javax.swing.Icon icon) |
WebCheckBox(java.lang.String text,
javax.swing.Icon icon,
boolean selected) |
| Modifier and Type | Method and Description |
|---|---|
HotkeyInfo |
addHotkey(boolean isCtrl,
boolean isAlt,
boolean isShift,
java.lang.Integer keyCode) |
HotkeyInfo |
addHotkey(java.awt.Component topComponent,
HotkeyData hotkeyData) |
HotkeyInfo |
addHotkey(java.awt.Component topComponent,
HotkeyData hotkeyData,
boolean hidden) |
HotkeyInfo |
addHotkey(java.awt.Component topComponent,
HotkeyData hotkeyData,
com.alee.managers.language.data.TooltipWay tooltipWay) |
HotkeyInfo |
addHotkey(HotkeyData hotkeyData) |
HotkeyInfo |
addHotkey(HotkeyData hotkeyData,
boolean hidden) |
HotkeyInfo |
addHotkey(HotkeyData hotkeyData,
com.alee.managers.language.data.TooltipWay tooltipWay) |
HotkeyInfo |
addHotkey(java.lang.Integer keyCode)
Proxified kotkey manager methods
|
WebCheckBox |
changeFontSize(int change)
Changes font size of the specified component.
|
java.awt.Color |
getBorderColor() |
java.awt.Color |
getBottomBgColor() |
java.awt.Color |
getBottomSelectedBgColor() |
java.awt.Color |
getDarkBorderColor() |
java.awt.Color |
getDisabledBorderColor() |
java.lang.String |
getFontName()
Returns component font name.
|
int |
getFontSize()
Returns component font size.
|
java.util.List<HotkeyInfo> |
getHotkeys() |
int |
getIconHeight() |
int |
getIconWidth() |
java.awt.Insets |
getMargin()
UI methods
|
int |
getMinimumHeight()
Returns component minimum height.
|
int |
getMinimumWidth()
Returns component minimum width.
|
int |
getPreferredHeight()
Returns component preferred height.
|
java.awt.Dimension |
getPreferredSize()
Returns component preferred size.
|
int |
getPreferredWidth()
Returns component preferred width.
|
int |
getRound() |
int |
getShadeWidth() |
java.awt.Color |
getTopBgColor() |
java.awt.Color |
getTopSelectedBgColor() |
WebCheckBoxUI |
getWebUI() |
boolean |
isAnimated() |
boolean |
isBoldFont()
Returns whether component font is bold or not.
|
boolean |
isItalicFont()
Returns whether component font is italic or not.
|
boolean |
isLanguageSet() |
boolean |
isPlainFont()
Returns whether component font is plain or not.
|
boolean |
isRolloverDarkBorderOnly() |
void |
loadSettings() |
java.awt.Shape |
provideShape()
Returns component shape.
|
void |
registerSettings(com.alee.managers.settings.SettingsProcessor settingsProcessor) |
void |
registerSettings(java.lang.String key) |
void |
registerSettings(java.lang.String key,
boolean loadInitialSettings,
boolean applySettingsChanges) |
<T extends com.alee.managers.settings.DefaultValue> |
registerSettings(java.lang.String key,
java.lang.Class<T> defaultValueClass) |
<T extends com.alee.managers.settings.DefaultValue> |
registerSettings(java.lang.String key,
java.lang.Class<T> defaultValueClass,
boolean loadInitialSettings,
boolean applySettingsChanges) |
void |
registerSettings(java.lang.String key,
java.lang.Object defaultValue) |
void |
registerSettings(java.lang.String key,
java.lang.Object defaultValue,
boolean loadInitialSettings,
boolean applySettingsChanges) |
void |
registerSettings(java.lang.String group,
java.lang.String key) |
<T extends com.alee.managers.settings.DefaultValue> |
registerSettings(java.lang.String group,
java.lang.String key,
java.lang.Class<T> defaultValueClass) |
<T extends com.alee.managers.settings.DefaultValue> |
registerSettings(java.lang.String group,
java.lang.String key,
java.lang.Class<T> defaultValueClass,
boolean loadInitialSettings,
boolean applySettingsChanges) |
void |
registerSettings(java.lang.String group,
java.lang.String key,
java.lang.Object defaultValue) |
void |
registerSettings(java.lang.String group,
java.lang.String key,
java.lang.Object defaultValue,
boolean loadInitialSettings,
boolean applySettingsChanges) |
void |
removeHotkey(HotkeyInfo hotkeyInfo) |
void |
removeHotkeys() |
void |
removeLanguage() |
void |
removeLanguageUpdater() |
void |
saveSettings() |
void |
setAnimated(boolean animated) |
WebCheckBox |
setBoldFont()
Sets bold font for the component.
|
WebCheckBox |
setBoldFont(boolean apply)
Sets bold font for the component.
|
void |
setBorderColor(java.awt.Color borderColor) |
void |
setBottomBgColor(java.awt.Color bottomBgColor) |
void |
setBottomSelectedBgColor(java.awt.Color bottomSelectedBgColor) |
void |
setDarkBorderColor(java.awt.Color darkBorderColor) |
void |
setDisabledBorderColor(java.awt.Color disabledBorderColor) |
WebCheckBox |
setFontName(java.lang.String fontName)
Sets component font name.
|
WebCheckBox |
setFontSize(int fontSize)
Sets component font size.
|
WebCheckBox |
setFontSizeAndStyle(int fontSize,
boolean bold,
boolean italic)
Sets font size and style for the specified component.
|
WebCheckBox |
setFontSizeAndStyle(int fontSize,
int style)
Sets font size and style for the specified component.
|
WebCheckBox |
setFontStyle(boolean bold,
boolean italic)
Sets component font style.
|
WebCheckBox |
setFontStyle(int style)
Sets component font style.
|
void |
setIconHeight(int iconHeight) |
void |
setIconWidth(int iconWidth) |
WebCheckBox |
setItalicFont()
Sets italic or plain font for the component.
|
WebCheckBox |
setItalicFont(boolean apply)
Sets italic or plain font for the component.
|
void |
setLanguage(java.lang.String key,
java.lang.Object... data) |
void |
setLanguageUpdater(com.alee.managers.language.updaters.LanguageUpdater updater) |
void |
setMargin(java.awt.Insets margin) |
void |
setMargin(int spacing) |
void |
setMargin(int top,
int left,
int bottom,
int right) |
WebCheckBox |
setMinimumHeight(int minimumHeight)
Sets component minimum height.
|
WebCheckBox |
setMinimumWidth(int minimumWidth)
Sets component minimum width.
|
WebCheckBox |
setPlainFont()
Sets plain font for the component.
|
WebCheckBox |
setPlainFont(boolean apply)
Sets plain font for the component.
|
WebCheckBox |
setPreferredHeight(int preferredHeight)
Sets component preferred height.
|
WebCheckBox |
setPreferredWidth(int preferredWidth)
Sets component preferred width.
|
void |
setRolloverDarkBorderOnly(boolean rolloverDarkBorderOnly) |
void |
setRound(int round) |
void |
setSelected(boolean b) |
void |
setSelected(boolean b,
boolean withAnimation) |
void |
setShadeWidth(int shadeWidth) |
void |
setTopBgColor(java.awt.Color topBgColor) |
void |
setTopSelectedBgColor(java.awt.Color topSelectedBgColor) |
void |
unregisterSettings() |
void |
updateLanguage(java.lang.Object... data) |
void |
updateLanguage(java.lang.String key,
java.lang.Object... data) |
void |
updateUI() |
getAccessibleContext, getUIClassID, isBorderPaintedFlat, paramString, setBorderPaintedFlatactionPropertyChanged, addActionListener, addChangeListener, addImpl, addItemListener, checkHorizontalKey, checkVerticalKey, configurePropertiesFromAction, createActionListener, createActionPropertyChangeListener, createChangeListener, createItemListener, doClick, doClick, fireActionPerformed, fireItemStateChanged, fireStateChanged, getAction, getActionCommand, getActionListeners, getChangeListeners, getDisabledIcon, getDisabledSelectedIcon, getDisplayedMnemonicIndex, getHideActionText, getHorizontalAlignment, getHorizontalTextPosition, getIcon, getIconTextGap, getItemListeners, getLabel, getMnemonic, getModel, getMultiClickThreshhold, getPressedIcon, getRolloverIcon, getRolloverSelectedIcon, getSelectedIcon, getSelectedObjects, getText, getUI, getVerticalAlignment, getVerticalTextPosition, imageUpdate, init, isBorderPainted, isContentAreaFilled, isFocusPainted, isRolloverEnabled, isSelected, paintBorder, removeActionListener, removeChangeListener, removeItemListener, removeNotify, setAction, setActionCommand, setBorderPainted, setContentAreaFilled, setDisabledIcon, setDisabledSelectedIcon, setDisplayedMnemonicIndex, setEnabled, setFocusPainted, setHideActionText, setHorizontalAlignment, setHorizontalTextPosition, setIcon, setIconTextGap, setLabel, setLayout, setMnemonic, setMnemonic, setModel, setMultiClickThreshhold, setPressedIcon, setRolloverEnabled, setRolloverIcon, setRolloverSelectedIcon, setSelectedIcon, setText, setUI, setVerticalAlignment, setVerticalTextPositionaddAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, hide, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingOrigin, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, updateadd, add, add, add, add, addContainerListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, transferFocusDownCycle, validate, validateTreeaction, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCyclepublic WebCheckBox()
public WebCheckBox(boolean selected)
public WebCheckBox(javax.swing.Icon icon)
public WebCheckBox(javax.swing.Icon icon,
boolean selected)
public WebCheckBox(java.lang.String text)
public WebCheckBox(javax.swing.Action a)
public WebCheckBox(java.lang.String text,
boolean selected)
public WebCheckBox(java.lang.String text,
javax.swing.Icon icon)
public WebCheckBox(java.lang.String text,
javax.swing.Icon icon,
boolean selected)
public HotkeyInfo addHotkey(java.lang.Integer keyCode)
public HotkeyInfo addHotkey(boolean isCtrl, boolean isAlt, boolean isShift, java.lang.Integer keyCode)
public HotkeyInfo addHotkey(HotkeyData hotkeyData)
public HotkeyInfo addHotkey(HotkeyData hotkeyData, boolean hidden)
public HotkeyInfo addHotkey(HotkeyData hotkeyData, com.alee.managers.language.data.TooltipWay tooltipWay)
public HotkeyInfo addHotkey(java.awt.Component topComponent, HotkeyData hotkeyData)
public HotkeyInfo addHotkey(java.awt.Component topComponent, HotkeyData hotkeyData, boolean hidden)
public HotkeyInfo addHotkey(java.awt.Component topComponent, HotkeyData hotkeyData, com.alee.managers.language.data.TooltipWay tooltipWay)
public java.util.List<HotkeyInfo> getHotkeys()
public void removeHotkey(HotkeyInfo hotkeyInfo)
public void removeHotkeys()
public java.awt.Insets getMargin()
getMargin in class javax.swing.AbstractButtonpublic void setMargin(java.awt.Insets margin)
setMargin in class javax.swing.AbstractButtonpublic void setMargin(int top,
int left,
int bottom,
int right)
public void setMargin(int spacing)
public boolean isAnimated()
public void setAnimated(boolean animated)
public boolean isRolloverDarkBorderOnly()
public void setRolloverDarkBorderOnly(boolean rolloverDarkBorderOnly)
public java.awt.Color getBorderColor()
public void setBorderColor(java.awt.Color borderColor)
public java.awt.Color getDarkBorderColor()
public void setDarkBorderColor(java.awt.Color darkBorderColor)
public java.awt.Color getDisabledBorderColor()
public void setDisabledBorderColor(java.awt.Color disabledBorderColor)
public java.awt.Color getTopBgColor()
public void setTopBgColor(java.awt.Color topBgColor)
public java.awt.Color getBottomBgColor()
public void setBottomBgColor(java.awt.Color bottomBgColor)
public java.awt.Color getTopSelectedBgColor()
public void setTopSelectedBgColor(java.awt.Color topSelectedBgColor)
public java.awt.Color getBottomSelectedBgColor()
public void setBottomSelectedBgColor(java.awt.Color bottomSelectedBgColor)
public int getRound()
public void setRound(int round)
public int getShadeWidth()
public void setShadeWidth(int shadeWidth)
public int getIconWidth()
public void setIconWidth(int iconWidth)
public int getIconHeight()
public void setIconHeight(int iconHeight)
public void setSelected(boolean b)
setSelected in class javax.swing.AbstractButtonpublic void setSelected(boolean b,
boolean withAnimation)
public java.awt.Shape provideShape()
ShapeProviderprovideShape in interface ShapeProviderpublic WebCheckBoxUI getWebUI()
public void updateUI()
updateUI in class javax.swing.JCheckBoxpublic void setLanguage(java.lang.String key,
java.lang.Object... data)
setLanguage in interface com.alee.managers.language.LanguageMethodspublic void updateLanguage(java.lang.Object... data)
updateLanguage in interface com.alee.managers.language.LanguageMethodspublic void updateLanguage(java.lang.String key,
java.lang.Object... data)
updateLanguage in interface com.alee.managers.language.LanguageMethodspublic void removeLanguage()
removeLanguage in interface com.alee.managers.language.LanguageMethodspublic boolean isLanguageSet()
isLanguageSet in interface com.alee.managers.language.LanguageMethodspublic void setLanguageUpdater(com.alee.managers.language.updaters.LanguageUpdater updater)
setLanguageUpdater in interface com.alee.managers.language.LanguageMethodspublic void removeLanguageUpdater()
removeLanguageUpdater in interface com.alee.managers.language.LanguageMethodspublic void registerSettings(java.lang.String key)
registerSettings in interface com.alee.managers.settings.SettingsMethodspublic <T extends com.alee.managers.settings.DefaultValue> void registerSettings(java.lang.String key,
java.lang.Class<T> defaultValueClass)
registerSettings in interface com.alee.managers.settings.SettingsMethodspublic void registerSettings(java.lang.String key,
java.lang.Object defaultValue)
registerSettings in interface com.alee.managers.settings.SettingsMethodspublic void registerSettings(java.lang.String group,
java.lang.String key)
registerSettings in interface com.alee.managers.settings.SettingsMethodspublic <T extends com.alee.managers.settings.DefaultValue> void registerSettings(java.lang.String group,
java.lang.String key,
java.lang.Class<T> defaultValueClass)
registerSettings in interface com.alee.managers.settings.SettingsMethodspublic void registerSettings(java.lang.String group,
java.lang.String key,
java.lang.Object defaultValue)
registerSettings in interface com.alee.managers.settings.SettingsMethodspublic void registerSettings(java.lang.String key,
boolean loadInitialSettings,
boolean applySettingsChanges)
registerSettings in interface com.alee.managers.settings.SettingsMethodspublic <T extends com.alee.managers.settings.DefaultValue> void registerSettings(java.lang.String key,
java.lang.Class<T> defaultValueClass,
boolean loadInitialSettings,
boolean applySettingsChanges)
registerSettings in interface com.alee.managers.settings.SettingsMethodspublic void registerSettings(java.lang.String key,
java.lang.Object defaultValue,
boolean loadInitialSettings,
boolean applySettingsChanges)
registerSettings in interface com.alee.managers.settings.SettingsMethodspublic <T extends com.alee.managers.settings.DefaultValue> void registerSettings(java.lang.String group,
java.lang.String key,
java.lang.Class<T> defaultValueClass,
boolean loadInitialSettings,
boolean applySettingsChanges)
registerSettings in interface com.alee.managers.settings.SettingsMethodspublic void registerSettings(java.lang.String group,
java.lang.String key,
java.lang.Object defaultValue,
boolean loadInitialSettings,
boolean applySettingsChanges)
registerSettings in interface com.alee.managers.settings.SettingsMethodspublic void registerSettings(com.alee.managers.settings.SettingsProcessor settingsProcessor)
registerSettings in interface com.alee.managers.settings.SettingsMethodspublic void unregisterSettings()
unregisterSettings in interface com.alee.managers.settings.SettingsMethodspublic void loadSettings()
loadSettings in interface com.alee.managers.settings.SettingsMethodspublic void saveSettings()
saveSettings in interface com.alee.managers.settings.SettingsMethodspublic WebCheckBox setPlainFont()
setPlainFont in interface FontMethods<WebCheckBox>public WebCheckBox setPlainFont(boolean apply)
setPlainFont in interface FontMethods<WebCheckBox>apply - whether to apply font changes or notpublic boolean isPlainFont()
isPlainFont in interface FontMethods<WebCheckBox>public WebCheckBox setBoldFont()
setBoldFont in interface FontMethods<WebCheckBox>public WebCheckBox setBoldFont(boolean apply)
setBoldFont in interface FontMethods<WebCheckBox>apply - whether to apply font changes or notpublic boolean isBoldFont()
isBoldFont in interface FontMethods<WebCheckBox>public WebCheckBox setItalicFont()
setItalicFont in interface FontMethods<WebCheckBox>public WebCheckBox setItalicFont(boolean apply)
setItalicFont in interface FontMethods<WebCheckBox>apply - whether to apply font changes or notpublic boolean isItalicFont()
isItalicFont in interface FontMethods<WebCheckBox>public WebCheckBox setFontStyle(boolean bold, boolean italic)
setFontStyle in interface FontMethods<WebCheckBox>bold - whether should set bold font or notitalic - whether should set italic font or notpublic WebCheckBox setFontStyle(int style)
setFontStyle in interface FontMethods<WebCheckBox>style - new stylepublic WebCheckBox setFontSize(int fontSize)
setFontSize in interface FontMethods<WebCheckBox>fontSize - font sizepublic WebCheckBox changeFontSize(int change)
changeFontSize in interface FontMethods<WebCheckBox>change - font size change amountpublic int getFontSize()
getFontSize in interface FontMethods<WebCheckBox>public WebCheckBox setFontSizeAndStyle(int fontSize, boolean bold, boolean italic)
setFontSizeAndStyle in interface FontMethods<WebCheckBox>fontSize - new font sizebold - whether should set bold font or notitalic - whether should set italic font or notpublic WebCheckBox setFontSizeAndStyle(int fontSize, int style)
setFontSizeAndStyle in interface FontMethods<WebCheckBox>fontSize - new font sizestyle - new stylepublic WebCheckBox setFontName(java.lang.String fontName)
setFontName in interface FontMethods<WebCheckBox>fontName - new font namepublic java.lang.String getFontName()
getFontName in interface FontMethods<WebCheckBox>public int getPreferredWidth()
getPreferredWidth in interface SizeMethods<WebCheckBox>public WebCheckBox setPreferredWidth(int preferredWidth)
setPreferredWidth in interface SizeMethods<WebCheckBox>preferredWidth - new component preferred widthpublic int getPreferredHeight()
getPreferredHeight in interface SizeMethods<WebCheckBox>public WebCheckBox setPreferredHeight(int preferredHeight)
setPreferredHeight in interface SizeMethods<WebCheckBox>preferredHeight - new component preferred heightpublic int getMinimumWidth()
getMinimumWidth in interface SizeMethods<WebCheckBox>public WebCheckBox setMinimumWidth(int minimumWidth)
setMinimumWidth in interface SizeMethods<WebCheckBox>minimumWidth - new component minimum widthpublic int getMinimumHeight()
getMinimumHeight in interface SizeMethods<WebCheckBox>public WebCheckBox setMinimumHeight(int minimumHeight)
setMinimumHeight in interface SizeMethods<WebCheckBox>minimumHeight - new component minimum heightpublic java.awt.Dimension getPreferredSize()
getPreferredSize in interface SizeMethods<WebCheckBox>getPreferredSize in class javax.swing.JComponent