|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use View | |
---|---|
javax.ide | The ide package is where all JSR 198 packages are rooted. |
javax.ide.editor | The editor interfaces that extension writers need to implement in order to add a new editor to an IDE. |
javax.ide.log | The interfaces that extension writers use and need to implement in order to add a new log pages to an IDE. |
javax.ide.menu | The menu registration classes that extension writers use to find information about actions and menus. |
javax.ide.view | IDE view support classes and interfaces. |
Uses of View in javax.ide |
---|
Methods in javax.ide that return View | |
---|---|
abstract View |
IDE.getActiveView() Get the currently active view. |
abstract View |
IDE.getMainWindow() Get the main window. |
Uses of View in javax.ide.editor |
---|
Subclasses of View in javax.ide.editor | |
---|---|
class |
Editor The Editor interface defines the methods to open and close editors, along with methods to save and restore editor specific settings. |
class |
TextEditor Base class for text based editors. |
Uses of View in javax.ide.log |
---|
Subclasses of View in javax.ide.log | |
---|---|
class |
LogPage The LogPage interface defines the methods to log and clear messages from a page. |
Uses of View in javax.ide.menu |
---|
Methods in javax.ide.menu with parameters of type View | |
---|---|
abstract void |
MenuManager.installMenubar(java.lang.String menubarId, View view) Install a menu bar into the specified view. |
abstract void |
MenuManager.installToolbar(java.lang.String toolbarId, View view) Install a toolbar into the specified view. |
Uses of View in javax.ide.view |
---|
Methods in javax.ide.view that return View | |
---|---|
abstract View |
View.parent() Get the parent view. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |