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


oracle.dss.dataView.gui
Interface DataviewTool

All Known Implementing Classes:
BoldFontTool, FillColorTool, FontNameTool, FontSizeTool, FontUnderLineTool, HorizontalAlignmentTool, ItalicFontTool, FontColorTool, LegendTool, FontColorTool, FontUnderLineTool, GridLineTool, FillColorTool, GraphTypeTool, DecimalTool, WrapTool, DataBarTool, NumberTypeTool

public interface DataviewTool

Methods that a toolbar calls on its tools.

See Also:
ToolBar

Method Summary
 void cleanUp()
          Cleans up any memory or resources that the tool uses.
 void selectedAction(ControllerEvent selectedObject, UIDataview currentDataView, ToolBar toolBar)
          Sets the state of the tool to reflect the properties of the object that is currently selected.
 void update()
          Updates the state of the tool to reflect the properties of the currently selected object.

 

Method Detail

selectedAction

public void selectedAction(ControllerEvent selectedObject,
UIDataview currentDataView,
ToolBar toolBar)
Sets the state of the tool to reflect the properties of the object that is currently selected. The toolbar calls this method in its setDataView method and whenever a user selects something in the UIDataview.
Parameters:
selectedObject - The event that describes the selection.
currentDataView - The current UIDataview.
toolBar - The ToolBar to which this tool belongs.

update

public void update()
Updates the state of the tool to reflect the properties of the currently selected object.

cleanUp

public void cleanUp()
Cleans up any memory or resources that the tool uses.

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


Copyright © 2003, Oracle. All Rights Reserved.