setHorizontalDividerPosition(int horizontalDividerPosition) Sets a new value for the horizontal divider position that will be stored
the next time you call write().
setMaximized(boolean maximized) Sets a new value for the maximized state that will be stored
the next time you call write().
public static void
setUserWindowBounds(Rectangle bounds) Sets a new value for the window bounds that will be stored
the next time you call write().
public static void
setVerticalDividerPosition(int verticalDividerPosition) Sets a new value for the vertical divider position that will be stored
the next time you call write().
public static void
write() Static method for writing the user-settings.
Method Detail
getHorizontalDividerPosition
public static int getHorizontalDividerPosition()(Code)
Returns the last-known horizontal divider position.
the last-known horizontal divider position.
getLastSelectedOutputDir
public static String getLastSelectedOutputDir()(Code)
public static void setHorizontalDividerPosition(int horizontalDividerPosition)(Code)
Sets a new value for the horizontal divider position that will be stored
the next time you call write().
Parameters: horizontalDividerPosition - The value to store for the horizontal divider position.
setLastSelectedOutputDir
public static void setLastSelectedOutputDir(String lastSelectedOutputDir)(Code)
setMaximized
public static void setMaximized(boolean maximized)(Code)
Sets a new value for the maximized state that will be stored
the next time you call write().
Parameters: maximized - The value to store for the maximized state.
setUserWindowBounds
public static void setUserWindowBounds(Rectangle bounds)(Code)
Sets a new value for the window bounds that will be stored
the next time you call write().
Parameters: bounds - The value to store for the window bounds.
setVerticalDividerPosition
public static void setVerticalDividerPosition(int verticalDividerPosition)(Code)
Sets a new value for the vertical divider position that will be stored
the next time you call write().
Parameters: verticalDividerPosition - The value to store for the vertical divider position.