Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.datautil.gui
Class DefaultGuiContext

java.lang.Object
  |
  +--oracle.dss.datautil.gui.DefaultGuiContext
All Implemented Interfaces:
GuiContext
Direct Known Subclasses:
DefaultComponentContext

public class DefaultGuiContext
extends java.lang.Object
implements GuiContext

Contains methods that common data-utility graphical user interface objects require for instantiation, often in conjunction with QueryBuilder or CalcBuilder.


Constructor Summary
DefaultGuiContext()
          Constructor.

 

Method Summary
 MetadataManager getMetadataManager()
          Retrieves the MetadataManager object.
 java.awt.Frame getParentFrame()
          Retrieves the parent Frame object.
 QueryContext getQueryContext()
          Retrieves the QueryContext object.
 void setMetadataManager(MetadataManager metadataManager)
          Specifies the MetadataManager object.
 void setParentFrame(java.awt.Frame parentFrame)
          Specifies the parent Frame object.
 void setQueryContext(QueryContext queryContext)
          Specifies the QueryContext object.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DefaultGuiContext

public DefaultGuiContext()
Constructor.
Method Detail

getMetadataManager

public MetadataManager getMetadataManager()
Retrieves the MetadataManager object.
Specified by:
getMetadataManager in interface GuiContext
Returns:
The MetadataManager object.

getParentFrame

public java.awt.Frame getParentFrame()
Retrieves the parent Frame object.
Specified by:
getParentFrame in interface GuiContext
Returns:
The parent Frame object.

getQueryContext

public QueryContext getQueryContext()
Retrieves the QueryContext object.
Specified by:
getQueryContext in interface GuiContext
Returns:
The QueryContext object.

setMetadataManager

public void setMetadataManager(MetadataManager metadataManager)
Specifies the MetadataManager object.
Specified by:
setMetadataManager in interface GuiContext
Parameters:
metadataManager - The MetadataManager object.

setParentFrame

public void setParentFrame(java.awt.Frame parentFrame)
Specifies the parent Frame object.
Specified by:
setParentFrame in interface GuiContext
Parameters:
frameParent - The parent Frame object.

setQueryContext

public void setQueryContext(QueryContext queryContext)
Specifies the QueryContext object.
Specified by:
setQueryContext in interface GuiContext
Parameters:
queryContext - The QueryContext object.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.