|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.borland.primetime.ide.BrowserWindow
Contains the Browser Window actions that appear in the menu and tool bars.
Field Summary | |
static UpdateAction |
ACTION_BrowserCascadeAll
Action which scans the list of existing Browsers in this JBuilder session and arranges them all in a Z-order cascade, with the top of the Z-order remaining in front. |
static BrowserAction |
ACTION_BrowserExit
Action which calls the close() method on this Browser. |
static BrowserAction |
ACTION_BrowserIconify
Action which iconifies this browser window. |
static UpdateAction |
ACTION_BrowserMinimizeAll
Action which scans the list of existing Browsers in this JBuilder session and minimizes them all. |
static UpdateAction |
ACTION_BrowserNew
Action which creates a new browser window when invoked. |
static UpdateAction |
ACTION_BrowserRestoreAll
Action which scans the list of existing Browsers in this JBuilder session and restores them all from a minimized state. |
static BrowserAction |
ACTION_BrowserShow
Action which calls the show() method on this browser window. |
static UpdateAction |
ACTION_BrowserTileAll
Action which scans the list of existing Browsers in this JBuilder session and tiles them all to fit on the screen at the same time. |
static ActionGroup |
GROUP_OpenBrowsers
ActionGroup which displays Actions for all open Browsers when there are more than one. |
static ActionGroup |
GROUP_OpenProjects
Action group which provides Actions for every open project. |
static ActionGroup |
GROUP_OpenWindows
ActionGroup which provides Actions for each of no more than the first ten open windows. |
Constructor Summary | |
BrowserWindow()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static UpdateAction ACTION_BrowserNew
public static UpdateAction ACTION_BrowserMinimizeAll
public static UpdateAction ACTION_BrowserRestoreAll
public static UpdateAction ACTION_BrowserCascadeAll
public static UpdateAction ACTION_BrowserTileAll
public static BrowserAction ACTION_BrowserShow
public static BrowserAction ACTION_BrowserIconify
public static BrowserAction ACTION_BrowserExit
public static final ActionGroup GROUP_OpenProjects
public static ActionGroup GROUP_OpenWindows
public static ActionGroup GROUP_OpenBrowsers
Constructor Detail |
public BrowserWindow()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |