Extension SDK

Package oracle.ide.log

Contains the interfaces and classes that allow addins to provide their own log pages.

See:
          Description

Interface Summary
LogManager The LogManager interface should be implemented to provide customized management of LogPages.
LogOwner The LogOwner interface should be implemented by views that manage LogPages.
LogPage The LogPage interface should be implemented by addins that report information to the user.
LogWindow The LogWindow is the dockable view responsible for managing log pages.
 

Class Summary
AbstractLogManager The AbstractLogManager class provides the basic support for managing and showing a log page's context menu.
AbstractLogPage The AbstractLogPage is a convenience class that should be extended by integrators that need to add their own LogPage to the LogWindow.
DefaultLogPage This implementation of LogPage supports the logging of simple text messages as well as Collection message objects.
LogPipe This class provides a common reader pump mechanism used by LogPrintWriter and LogPrintStream.
LogPrintStream This class provides a PrintStream interface to a LogPage.
LogPrintWriter This class provides a PrintWriter interface to a LogPage.
MessagePage The MessagePage class provides a simple text field where clients can log their messages.
 

Package oracle.ide.log Description

Contains the interfaces and classes that allow addins to provide their own log pages.

Related Documentation

See Extending JDeveloper Using the Addin API for detailed information.


Extension SDK

 

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