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


oracle.dss.datautil.gui
Interface BuilderDialog

All Known Implementing Classes:
CalcBuilderDialog, DefaultBuilderDialog

public interface BuilderDialog

Methods that are specific to container objects for QueryBuilder and CalcBuilder.


Method Summary
 BuilderContext getBuilderContext()
          Retrieves the BuilderContext object that is associated with the BuilderDialog.
 java.awt.Component getComponent()
          Retrieves the component that is associated with the BuilderDialog.
 boolean initialize()
          Initializes the contents of the BuilderDialog object.
 boolean refresh()
          Refreshes the contents of the BuilderDialog object.
 boolean run()
          Signals the BuilderDialog object to run the dialog.
 boolean setPanelVisible(java.lang.String panelId, boolean bVisible)
          Specifies whether the specified panel is to be shown or hidden.

 

Method Detail

getBuilderContext

public BuilderContext getBuilderContext()
Retrieves the BuilderContext object that is associated with the BuilderDialog.
Returns:
A reference to the BuilderContext object.

getComponent

public java.awt.Component getComponent()
Retrieves the component that is associated with the BuilderDialog.
Returns:
A reference to the associated component.

initialize

public boolean initialize()
Initializes the contents of the BuilderDialog object.
Returns:
true if the operation is successful; false if the operation is not successful.

refresh

public boolean refresh()
Refreshes the contents of the BuilderDialog object.
Returns:
true if the operation is successful; false if the operation is not successful.

run

public boolean run()
            throws DataUtilException
Signals the BuilderDialog object to run the dialog.
Returns:
true if the dialog is dismissed with an OK command; false if the dialog is cancelled.
Throws:
DataUtilException - if an error is encountered.

setPanelVisible

public boolean setPanelVisible(java.lang.String panelId,
                               boolean bVisible)
Specifies whether the specified panel is to be shown or hidden.
Parameters:
panelId - The identifier of the specified panel.
bVisible - true if the panel is to be marked visible, false if the panel is to be hidden.

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


Copyright © 2003, Oracle. All Rights Reserved.