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


oracle.dss.dataView.gui
Interface DataviewToolbarRollover

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

public interface DataviewToolbarRollover

Methods for setting the icon behavior of a tool when the mouse rolls over the icon.

See Also:
ToolBar

Method Summary
 boolean isRolloverIconEnabled()
          Indicates whether a larger version of a toolbar icon appears when the mouse is over the icon.
 void setRolloverIconEnabled(boolean b)
          Specifies whether to display a larger version of a toolbar icon when the mouse is over the icon.

 

Method Detail

setRolloverIconEnabled

public void setRolloverIconEnabled(boolean b)
Specifies whether to display a larger version of a toolbar icon when the mouse is over the icon.
Parameters:
b - true to use larger icons, false to use a raised or lowered look instead.

isRolloverIconEnabled

public boolean isRolloverIconEnabled()
Indicates whether a larger version of a toolbar icon appears when the mouse is over the icon.
Returns:
true if a larger icon appears when the mouse is over a tool icon, false if a raised or lowered look appears instead.

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


Copyright © 2003, Oracle. All Rights Reserved.