|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.user.menus.WindowMenu
public class WindowMenu
Class to handle the commands in the "Window" pulldown menu.
Constructor Summary | |
---|---|
WindowMenu()
|
Method Summary | |
---|---|
static void |
blackBackgroundCommand()
This method implements the command to set colors so that there is a black background. |
static void |
cascadeWindowsCommand()
This method implements the command to tile the windows cascaded. |
static void |
defaultBackgroundCommand()
This method implements the command to set default background colors. |
static void |
focusOnHighlighted()
|
static void |
fullDisplay()
|
static javax.swing.KeyStroke |
getCloseWindowAccelerator()
|
static void |
goToNextSavedFocus()
Go to the previous saved view for the current Edit Window |
static void |
goToPreviousSavedFocus()
Go to the previous saved view for the current Edit Window |
static void |
makeGridJustVisibleCommand()
Method to make the current window's grid be just visible. |
static void |
matchOtherWindowCommand(int how)
Method to adjust the current window so that it matches that of the "other" window. |
static void |
moveToOtherDisplayCommand()
|
static void |
rememberDisplayLocation()
|
static void |
setDynamicMenus()
|
static void |
tileHorizontallyCommand()
This method implements the command to tile the windows horizontally. |
static void |
tileVerticallyCommand()
This method implements the command to tile the windows vertically. |
static void |
toggleGridCommand()
This method implements the command to toggle the display of the grid. |
static void |
whiteBackgroundCommand()
This method implements the command to set colors so that there is a white background. |
static void |
zoomBoxCommand()
|
static void |
zoomInDisplay()
|
static void |
zoomOutDisplay()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WindowMenu()
Method Detail |
---|
public static javax.swing.KeyStroke getCloseWindowAccelerator()
public static void setDynamicMenus()
public static void fullDisplay()
public static void zoomOutDisplay()
public static void zoomInDisplay()
public static void zoomBoxCommand()
public static void makeGridJustVisibleCommand()
public static void matchOtherWindowCommand(int how)
how
- 0 to match scale; 1 to match in X; 2 to match in Y; 3 to match all.public static void focusOnHighlighted()
public static void toggleGridCommand()
public static void tileHorizontallyCommand()
public static void tileVerticallyCommand()
public static void cascadeWindowsCommand()
public static void defaultBackgroundCommand()
public static void blackBackgroundCommand()
public static void whiteBackgroundCommand()
public static void moveToOtherDisplayCommand()
public static void rememberDisplayLocation()
public static void goToPreviousSavedFocus()
public static void goToNextSavedFocus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |