| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
javax.ide.view.DefaultViewable
      
javax.ide.view.View
          
javax.ide.log.LogPage
public abstract class LogPage
The LogPage interface defines the methods to log and clear messages from a page.
Extensions that introduce new page types need to implemente this interface. A new page is introduced by declaring it in the extension deployment descriptor (EDD) file. There, the page implementation class is associated with a unique string identifying the page type.
When an LogPage implementation is instantiated, the page type string and a page specific name are used as the components of page ID.
| Field Summary | 
|---|
| Fields inherited from interface javax.ide.view.Viewable | 
|---|
PROP_ICON_PATH, PROP_LABEL, PROP_VISIBLE | 
| Constructor Summary | |
|---|---|
LogPage() | 
|
| Method Summary | |
|---|---|
abstract  void | 
clearAll()Clear all currently displayed messages.  | 
abstract  java.lang.String | 
getLongTitle()Get the title to be displayed in the log window hosting this page.  | 
abstract  java.lang.String | 
getShortTitle()Get the name to display when this page is tabbed.  | 
abstract  java.lang.String | 
getToolTip()Get the tooltip to display when this page is tabbed.  | 
abstract  void | 
log(java.lang.Object msg)Display the specified msg. | 
| Methods inherited from class javax.ide.view.View | 
|---|
activate, deactivate, getContext, getController, getGUI, isVisible, parent, setVisible | 
| Methods inherited from class javax.ide.view.DefaultViewable | 
|---|
addPropertyChangeListener, firePropertyChange, getIcon, getLabel, removePropertyChangeListener, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface javax.ide.Identifiable | 
|---|
getID | 
| Constructor Detail | 
|---|
public LogPage()
| Method Detail | 
|---|
public abstract void log(java.lang.Object msg)
msg.msg - the message to display.public abstract void clearAll()
public abstract java.lang.String getLongTitle()
public abstract java.lang.String getShortTitle()
public abstract java.lang.String getToolTip()
getToolTip in interface ViewablegetToolTip in class DefaultViewable
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||