Package org.flexdock.util
Class LookAndFeelSettings
- java.lang.Object
-
- org.flexdock.util.LookAndFeelSettings
-
public class LookAndFeelSettings extends java.lang.Object- Author:
- Christopher Butler
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDOM_RESOURCEstatic java.lang.StringTAB_EDGE_INSET_KEYstatic java.lang.StringTAB_PANE_BORDER_INSETS
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetTabEdgeInset(int tabPlacement)static booleanisSkinLFSupported()static voidsetTabEdgeInset(java.lang.String plafKey, int inset)
-
-
-
Field Detail
-
TAB_PANE_BORDER_INSETS
public static final java.lang.String TAB_PANE_BORDER_INSETS
- See Also:
- Constant Field Values
-
DOM_RESOURCE
public static final java.lang.String DOM_RESOURCE
- See Also:
- Constant Field Values
-
TAB_EDGE_INSET_KEY
public static final java.lang.String TAB_EDGE_INSET_KEY
- See Also:
- Constant Field Values
-
-