Package com.e1c.langtool.ui.editor
Class EditorPreferences
java.lang.Object
com.e1c.langtool.ui.editor.EditorPreferences
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanGets whether key tree should be show expaned by default.static booleanGets whether key tree should be displayed in hiearchical way by default.static int
-
Field Details
-
MIN_HEIGHT
- See Also:
-
KEY_TREE_EXPANDED
Should key tree be expanded by default.- See Also:
-
KEY_TREE_HIERARCHICAL
Should key tree be hiearchical by default.- See Also:
-
-
Constructor Details
-
EditorPreferences
public EditorPreferences()
-
-
Method Details
-
getMinHeight
public static int getMinHeight() -
getKeyTreeExpanded
public static boolean getKeyTreeExpanded()Gets whether key tree should be show expaned by default.- Returns:
trueif expanded
-
getKeyTreeHierarchical
public static boolean getKeyTreeHierarchical()Gets whether key tree should be displayed in hiearchical way by default.- Returns:
trueif hierarchical
-