All Packages Class Hierarchy This Package Previous Next Index
Class macrolanguage.ProjectSettings
java.lang.Object
|
+----macrolanguage.ProjectSettings
- public class ProjectSettings
- extends Object
-
componentToPlace
-
-
currentFreeFormEdit
-
-
DEFAULT_COMPONENT_HEIGHT
-
-
DEFAULT_COMPONENT_WIDTH
-
-
dragMode
-
-
gridSize
-
-
MINIMUM_COMPONENT_HEIGHT
-
-
MINIMUM_COMPONENT_WIDTH
-
-
NO_RESIZE
-
-
RESIZE_ACTIVATION_BOUNDRY
-
-
RESIZE_DOWN
-
-
RESIZE_LEFT
-
-
RESIZE_RIGHT
-
-
RESIZE_UP
-
-
resizeMode
-
-
resizePossibleStates
-
-
ProjectSettings()
-
dragMode
public static boolean dragMode
RESIZE_ACTIVATION_BOUNDRY
public static int RESIZE_ACTIVATION_BOUNDRY
gridSize
public static int gridSize
MINIMUM_COMPONENT_WIDTH
public static int MINIMUM_COMPONENT_WIDTH
MINIMUM_COMPONENT_HEIGHT
public static int MINIMUM_COMPONENT_HEIGHT
DEFAULT_COMPONENT_WIDTH
public static int DEFAULT_COMPONENT_WIDTH
DEFAULT_COMPONENT_HEIGHT
public static int DEFAULT_COMPONENT_HEIGHT
resizeMode
public static int resizeMode
NO_RESIZE
public static int NO_RESIZE
RESIZE_UP
public static int RESIZE_UP
RESIZE_DOWN
public static int RESIZE_DOWN
RESIZE_LEFT
public static int RESIZE_LEFT
RESIZE_RIGHT
public static int RESIZE_RIGHT
componentToPlace
public static Component componentToPlace
resizePossibleStates
public static Hashtable resizePossibleStates
currentFreeFormEdit
public static FreeFormEdit currentFreeFormEdit
ProjectSettings
public ProjectSettings()
All Packages Class Hierarchy This Package Previous Next Index