Package com.github.weisj.darklaf.util
Class PropertyKey
- java.lang.Object
-
- com.github.weisj.darklaf.util.PropertyKey
-
public class PropertyKey extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringANCESTORstatic StringBACKGROUNDstatic StringBORDERstatic StringCARETstatic StringCOMPONENTstatic StringCOMPONENT_ORIENTATIONstatic StringCOMPONENT_POPUP_MENUstatic StringDOCUMENTstatic StringEDITABLEstatic StringENABLEDstatic StringFOCUSABLEstatic StringFONTstatic StringFOREGROUNDstatic StringGRAPHICS_CONFIGURATIONstatic StringHTMLstatic StringLAFstatic StringLAYOUT_ORIENTATIONstatic StringOPAQUEstatic StringORIENTATIONstatic StringPAINTING_FOR_PRINTstatic StringROLLOVERstatic StringTITLEstatic StringUIstatic StringVALUEstatic StringVISIBLEstatic StringWINDOW_DECORATIONS_STYLE
-
Constructor Summary
Constructors Constructor Description PropertyKey()
-
-
-
Field Detail
-
UI
public static final String UI
- See Also:
- Constant Field Values
-
COMPONENT_ORIENTATION
public static final String COMPONENT_ORIENTATION
- See Also:
- Constant Field Values
-
LAYOUT_ORIENTATION
public static final String LAYOUT_ORIENTATION
- See Also:
- Constant Field Values
-
ORIENTATION
public static final String ORIENTATION
- See Also:
- Constant Field Values
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
HTML
public static final String HTML
- See Also:
- Constant Field Values
-
COMPONENT
public static final String COMPONENT
- See Also:
- Constant Field Values
-
OPAQUE
public static final String OPAQUE
- See Also:
- Constant Field Values
-
ANCESTOR
public static final String ANCESTOR
- See Also:
- Constant Field Values
-
EDITABLE
public static final String EDITABLE
- See Also:
- Constant Field Values
-
ENABLED
public static final String ENABLED
- See Also:
- Constant Field Values
-
BACKGROUND
public static final String BACKGROUND
- See Also:
- Constant Field Values
-
FOREGROUND
public static final String FOREGROUND
- See Also:
- Constant Field Values
-
FONT
public static final String FONT
- See Also:
- Constant Field Values
-
DOCUMENT
public static final String DOCUMENT
- See Also:
- Constant Field Values
-
PAINTING_FOR_PRINT
public static final String PAINTING_FOR_PRINT
- See Also:
- Constant Field Values
-
CARET
public static final String CARET
- See Also:
- Constant Field Values
-
WINDOW_DECORATIONS_STYLE
public static final String WINDOW_DECORATIONS_STYLE
- See Also:
- Constant Field Values
-
COMPONENT_POPUP_MENU
public static final String COMPONENT_POPUP_MENU
- See Also:
- Constant Field Values
-
TITLE
public static final String TITLE
- See Also:
- Constant Field Values
-
VISIBLE
public static final String VISIBLE
- See Also:
- Constant Field Values
-
FOCUSABLE
public static final String FOCUSABLE
- See Also:
- Constant Field Values
-
ROLLOVER
public static final String ROLLOVER
- See Also:
- Constant Field Values
-
LAF
public static final String LAF
- See Also:
- Constant Field Values
-
GRAPHICS_CONFIGURATION
public static final String GRAPHICS_CONFIGURATION
- See Also:
- Constant Field Values
-
BORDER
public static final String BORDER
- See Also:
- Constant Field Values
-
-