Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
javax.ide.view.View

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.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.