|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Mode | |
| org.openide.windows | Most parts of the IDE do not manipulate windows directly, but use special top components. |
| Uses of Mode in org.openide.windows |
| Methods in org.openide.windows that return Mode | |
Mode |
Workspace.createMode(String name,
String displayName,
URL icon)
Deprecated. Do no use. It is redundant. Currently it returns default predefined Mode instance. |
Mode |
Workspace.findMode(String name)
Deprecated. Use WindowManager.findMode(String) instead. |
Mode |
Workspace.findMode(TopComponent c)
Deprecated. Use WindowManager.findMode(TopComponent) instead. |
abstract Mode |
WindowManager.findMode(String name)
Finds mode where specified name. |
abstract Mode |
WindowManager.findMode(TopComponent tc)
Finds mode which contains specified TopComponent. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||