Interface ToggleButtonConstants
-
- All Known Implementing Classes:
ColoredRadioButton.ColoredRadioButtonUI
,DarkCheckBoxBorder
,DarkCheckBoxUI
,DarkRadioButtonBorder
,DarkRadioButtonUI
,DarkToggleButtonListener
,DarkToggleButtonUI
,DarkTristateCheckBoxUI
public interface ToggleButtonConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
KEY_CLEAR_HIT_AREA
static String
KEY_IS_TABLE_EDITOR
static String
KEY_IS_TABLE_RENDERER
static String
KEY_IS_TREE_EDITOR
static String
KEY_IS_TREE_RENDERER
static String
KEY_VARIANT
static String
KEY_VERTICAL_ICON_OFFSET
static String
VARIANT_SLIDER
-
Method Summary
Static Methods Modifier and Type Method Description static boolean
isInCell(Component c)
static boolean
isSlider(JComponent c)
static boolean
isTableCellEditor(Component c)
static boolean
isTreeCellEditor(Component c)
static boolean
isTreeOrTableCellEditor(Component c)
-
-
-
Field Detail
-
KEY_VARIANT
static final String KEY_VARIANT
- See Also:
- Constant Field Values
-
KEY_IS_TREE_EDITOR
static final String KEY_IS_TREE_EDITOR
- See Also:
- Constant Field Values
-
KEY_IS_TREE_RENDERER
static final String KEY_IS_TREE_RENDERER
- See Also:
- Constant Field Values
-
KEY_IS_TABLE_EDITOR
static final String KEY_IS_TABLE_EDITOR
- See Also:
- Constant Field Values
-
KEY_IS_TABLE_RENDERER
static final String KEY_IS_TABLE_RENDERER
- See Also:
- Constant Field Values
-
KEY_VERTICAL_ICON_OFFSET
static final String KEY_VERTICAL_ICON_OFFSET
- See Also:
- Constant Field Values
-
KEY_CLEAR_HIT_AREA
static final String KEY_CLEAR_HIT_AREA
- See Also:
- Constant Field Values
-
VARIANT_SLIDER
static final String VARIANT_SLIDER
- See Also:
- Constant Field Values
-
-
Method Detail
-
isSlider
static boolean isSlider(JComponent c)
-
isInCell
static boolean isInCell(Component c)
-
isTreeOrTableCellEditor
static boolean isTreeOrTableCellEditor(Component c)
-
isTreeCellEditor
static boolean isTreeCellEditor(Component c)
-
isTableCellEditor
static boolean isTableCellEditor(Component c)
-
-