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 StringCARETstatic StringCOMPONENTstatic StringCOMPONENT_ORIENTATIONstatic StringCOMPONENT_POPUP_MENUstatic StringDOCUMENTstatic StringEDITABLEstatic StringFOCUSABLEstatic StringFONTstatic StringFOREGROUNDstatic StringHTMLstatic StringLAFstatic StringLAYOUT_ORIENTATIONstatic StringOPAQUEstatic StringORIENTATIONstatic StringPAINTING_FOR_PRINTstatic StringROLLOVERstatic StringTITLEstatic StringVALUEstatic StringVISIBLEstatic StringWINDOW_DECORATIONS_STYLE -
Constructor Summary
Constructors Constructor Description PropertyKey() -
Method Summary
-
Field Details
-
COMPONENT_ORIENTATION
- See Also:
- Constant Field Values
-
LAYOUT_ORIENTATION
- See Also:
- Constant Field Values
-
ORIENTATION
- See Also:
- Constant Field Values
-
VALUE
- See Also:
- Constant Field Values
-
HTML
- See Also:
- Constant Field Values
-
COMPONENT
- See Also:
- Constant Field Values
-
OPAQUE
- See Also:
- Constant Field Values
-
ANCESTOR
- See Also:
- Constant Field Values
-
EDITABLE
- See Also:
- Constant Field Values
-
BACKGROUND
- See Also:
- Constant Field Values
-
FOREGROUND
- See Also:
- Constant Field Values
-
FONT
- See Also:
- Constant Field Values
-
DOCUMENT
- See Also:
- Constant Field Values
-
PAINTING_FOR_PRINT
- See Also:
- Constant Field Values
-
CARET
- See Also:
- Constant Field Values
-
WINDOW_DECORATIONS_STYLE
- See Also:
- Constant Field Values
-
COMPONENT_POPUP_MENU
- See Also:
- Constant Field Values
-
TITLE
- See Also:
- Constant Field Values
-
VISIBLE
- See Also:
- Constant Field Values
-
FOCUSABLE
- See Also:
- Constant Field Values
-
ROLLOVER
- See Also:
- Constant Field Values
-
LAF
- See Also:
- Constant Field Values
-
-
Constructor Details
-
PropertyKey
public PropertyKey()
-