Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Interface
javax.ide.view.Viewable

Packages that use Viewable
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 Viewable in javax.ide.editor
 

Classes in javax.ide.editor that implement Viewable
 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 Viewable in javax.ide.log
 

Classes in javax.ide.log that implement Viewable
 class LogPage
          The LogPage interface defines the methods to log and clear messages from a page.
 

Uses of Viewable in javax.ide.menu
 

Classes in javax.ide.menu that implement Viewable
 class IDEAction
          IDEAction encapsulates the meta-data describing an executable action.
 

Uses of Viewable in javax.ide.view
 

Classes in javax.ide.view that implement Viewable
 class DefaultViewable
          DefaultViewables are objects that map directly to visible GUI elements that users can select such as a menu items, nodes in the project explorer, etc..
 class View
          View components display information to the user.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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