All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class macrolanguage.ProjectSettings

java.lang.Object
   |
   +----macrolanguage.ProjectSettings

public class ProjectSettings
extends Object

Variable Index

 o componentToPlace
 o currentFreeFormEdit
 o DEFAULT_COMPONENT_HEIGHT
 o DEFAULT_COMPONENT_WIDTH
 o dragMode
 o gridSize
 o MINIMUM_COMPONENT_HEIGHT
 o MINIMUM_COMPONENT_WIDTH
 o NO_RESIZE
 o RESIZE_ACTIVATION_BOUNDRY
 o RESIZE_DOWN
 o RESIZE_LEFT
 o RESIZE_RIGHT
 o RESIZE_UP
 o resizeMode
 o resizePossibleStates

Constructor Index

 o ProjectSettings()

Variables

 o dragMode
 public static boolean dragMode
 o RESIZE_ACTIVATION_BOUNDRY
 public static int RESIZE_ACTIVATION_BOUNDRY
 o gridSize
 public static int gridSize
 o MINIMUM_COMPONENT_WIDTH
 public static int MINIMUM_COMPONENT_WIDTH
 o MINIMUM_COMPONENT_HEIGHT
 public static int MINIMUM_COMPONENT_HEIGHT
 o DEFAULT_COMPONENT_WIDTH
 public static int DEFAULT_COMPONENT_WIDTH
 o DEFAULT_COMPONENT_HEIGHT
 public static int DEFAULT_COMPONENT_HEIGHT
 o resizeMode
 public static int resizeMode
 o NO_RESIZE
 public static int NO_RESIZE
 o RESIZE_UP
 public static int RESIZE_UP
 o RESIZE_DOWN
 public static int RESIZE_DOWN
 o RESIZE_LEFT
 public static int RESIZE_LEFT
 o RESIZE_RIGHT
 public static int RESIZE_RIGHT
 o componentToPlace
 public static Component componentToPlace
 o resizePossibleStates
 public static Hashtable resizePossibleStates
 o currentFreeFormEdit
 public static FreeFormEdit currentFreeFormEdit

Constructors

 o ProjectSettings
 public ProjectSettings()

All Packages  Class Hierarchy  This Package  Previous  Next  Index