Extension SDK 10.1.2

Uses of Class
oracle.ide.log.AbstractLogPage

Packages that use AbstractLogPage
oracle.ide.log Contains the interfaces and classes that allow addins to provide their own log pages. 
oracle.ide.runner Contains classes that allow addins some level of control on the IDE runner system. 
oracle.jdeveloper.compiler Contains classes that allow addins to integrate their own build system translator. 
oracle.jdeveloper.uieditor Contains classes that allow addins access to the UIEditor integration objects. 
 

Uses of AbstractLogPage in oracle.ide.log
 

Subclasses of AbstractLogPage in oracle.ide.log
 class DefaultLogPage
          This implementation of LogPage supports the logging of simple text messages as well as Collection message objects.
 class MessagePage
          The MessagePage class provides a simple text field where clients can log their messages.
 

Uses of AbstractLogPage in oracle.ide.runner
 

Subclasses of AbstractLogPage in oracle.ide.runner
 class RunLogPage
          The RunLogPage class is the LogPage used for a running process.
 

Uses of AbstractLogPage in oracle.jdeveloper.compiler
 

Subclasses of AbstractLogPage in oracle.jdeveloper.compiler
 class CompilerPage
           
 

Uses of AbstractLogPage in oracle.jdeveloper.uieditor
 

Subclasses of AbstractLogPage in oracle.jdeveloper.uieditor
 class UIEditorLogPage
          A LogPage implementation specialized for display of CmtMessage instances from one or more CmtComponent objects.
 


Extension SDK

 

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