|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
oracle.dss.gridView.gui.OptionsPanel
Defines the gridView Options panel. End-users use the gridView Options panel to set options of table or crosstab
This class fires propertyChange events for every property that is exposed in this panel.
| Field Summary | |
static java.lang.String |
INLINE |
static java.lang.String |
OUTLINE |
static java.lang.String |
PROPERTY_3D_GRID_VISIBLEProperty: 3D Grid Line. |
static java.lang.String |
PROPERTY_BACKGROUND_PICTURE_NAMEProperty: Background Picture Name. |
static java.lang.String |
PROPERTY_BACKGROUND_VISIBLEProperty: Background Picture Visible. |
static java.lang.String |
PROPERTY_COLUMN_HEADERS_VISIBLEProperty: Column Headers Visible. |
static java.lang.String |
PROPERTY_HORIZONTAL_GRID_COLORProperty: Horizontal Grid Color. |
static java.lang.String |
PROPERTY_HORIZONTAL_GRID_LINE_WIDTHProperty: Horizontal Grid Line Width. |
static java.lang.String |
PROPERTY_HORIZONTAL_GRID_VISIBLEProperty: Horizontal Grid Visible. |
static java.lang.String |
PROPERTY_ROW_HEADERS_STYLEProperty: Row Headers Style. |
static java.lang.String |
PROPERTY_ROW_HEADERS_VISIBLEProperty: Row Headers Visible. |
static java.lang.String |
PROPERTY_ROW_NUMBERS_VISIBLEProperty: Row Numbers Visible. |
static java.lang.String |
PROPERTY_VERTICAL_GRID_COLORProperty: Vertical Grid Color. |
static java.lang.String |
PROPERTY_VERTICAL_GRID_LINE_WIDTHProperty: Vertical Grid Line Width. |
static java.lang.String |
PROPERTY_VERTICAL_GRID_VISIBLEProperty: Vertical Grid Visible. |
| Constructor Summary | |
OptionsPanel(UIGridView gridView)Constructor. | |
| Method Summary | |
boolean |
apply()Applies to the gridView the changes that have been made to this panel. |
void |
cleanUp()Clean up memory space |
java.lang.String |
getApplicationName()Retrieves the name of the application that uses this panel. |
ErrorHandler |
getErrorHandler()Retrieves the error handler that this Options uses. |
UIGridView |
getGridView()Retrive the gridView whose properties this panel sets. |
java.lang.String |
getHelpContextID()Retrieves the Help context ID for this panel. |
java.awt.Dimension |
getMinimumSize()Retrieves the minimum size of the Plot Area panel. |
java.awt.Dimension |
getPreferredSize()Retrieves the size at which the Plot Area panel looks best. |
boolean |
isHelpEnabled()Indicates whether a Help button in a dialog box that is displayed by this panel, is displayed. |
boolean |
isHorizontalGridLineShow() |
boolean |
isVerticalGridLineShow() |
void |
setApplicationName(java.lang.String name)Specifies the name of application that uses this panel. |
void |
setErrorHandler(ErrorHandler eh)Specifies an error handler for this Options. |
void |
setGridView(UIGridView gridView)Specifies the gridView whose properties this panel sets. |
void |
setHelpContextID(java.lang.String strHelpContextID)Sets the Help context ID for this panel. |
void |
setHelpEnabled(boolean bValue)Specifies whether a Help button in a dialog box that is displayed by this panel, is displayed. |
void |
setHorizontalGridLineShow(boolean show) |
void |
setLocale(java.util.Locale loc)Specifies the current Locale that the gridView uses. |
void |
setVerticalGridLineShow(boolean show) |
| Methods inherited from interface java.awt.event.ItemListener |
itemStateChanged |
| Methods inherited from interface java.beans.PropertyChangeListener |
propertyChange |
| Methods inherited from interface javax.swing.event.ChangeListener |
stateChanged |
| Field Detail |
public static final java.lang.String PROPERTY_HORIZONTAL_GRID_VISIBLE
apply method of this panel sets the Visible property of the object that represents horizontal grid lines.public static final java.lang.String PROPERTY_HORIZONTAL_GRID_COLOR
apply method of this panel sets the LineColor property of the object that represents horizontal grid lines.public static final java.lang.String PROPERTY_HORIZONTAL_GRID_LINE_WIDTH
apply method of this panel sets the LineWidth property of the object that represents horizontal grid lines.public static final java.lang.String PROPERTY_VERTICAL_GRID_VISIBLE
apply method of this panel sets the Visible property of the object that represents vertical grid lines.public static final java.lang.String PROPERTY_VERTICAL_GRID_COLOR
apply method of this panel sets the LineColor property of the object that represents vertical grid lines.public static final java.lang.String PROPERTY_VERTICAL_GRID_LINE_WIDTH
apply method of this panel sets the LineWidth property of the object that represents vertical grid lines.public static final java.lang.String PROPERTY_3D_GRID_VISIBLE
public static final java.lang.String PROPERTY_BACKGROUND_VISIBLE
public static final java.lang.String PROPERTY_BACKGROUND_PICTURE_NAME
public static final java.lang.String PROPERTY_COLUMN_HEADERS_VISIBLE
public static final java.lang.String PROPERTY_ROW_HEADERS_VISIBLE
public static final java.lang.String PROPERTY_ROW_NUMBERS_VISIBLE
public static final java.lang.String PROPERTY_ROW_HEADERS_STYLE
public static final java.lang.String OUTLINE
public static final java.lang.String INLINE
| Constructor Detail |
public OptionsPanel(UIGridView gridView)
gridView - The GridView to which this object belongs.| Method Detail |
public void setGridView(UIGridView gridView)
gridView that is specified either in this method or in the constructor.gridView - The gridView whose properties this panel sets.public UIGridView getGridView()
gridView that is specified either in this method or in the constructor.gridView - The gridView whose properties this panel sets.public void setErrorHandler(ErrorHandler eh)
Options. If an error handler has been set, then this Options reports error conditions to the handler. Otherwise, it prints the stack trace.eh - The error handler that this panel should use.public ErrorHandler getErrorHandler()
Options uses.null if no error handler has been set.public void cleanUp()
public void setLocale(java.util.Locale loc)
Locale that the gridView uses.setLocale in class java.awt.Componentloc - The current Locale.public boolean apply()
public java.awt.Dimension getPreferredSize()
Dimension object. If no panel size has been specified, then the preferred size is the default size of the panel.getPreferredSize in class javax.swing.JComponentDimension object that specifies the size for the Plot Area panel.public java.lang.String getHelpContextID()
getHelpContextID in interface HelpContextpublic void setHelpContextID(java.lang.String strHelpContextID)
setHelpContextID in interface HelpContextoracle.dss.util.help.HelpContextstrHelpContextID - a String value that represents the Help context ID.public void setApplicationName(java.lang.String name)
name - The name to display in alerts that this panel produces. In localized versions, pass a localized String.public java.lang.String getApplicationName()
public java.awt.Dimension getMinimumSize()
Dimension object.getMinimumSize in class javax.swing.JComponentDimension object that specifies the smallest size that the panel can be made without truncating its components in the UI.public void setHelpEnabled(boolean bValue)
For example, suppose that this panel had a font button and that font button displayed a font dialog box. If that font dialog box had a Help button, then this method would specify whether that Help button is displayed.
bValue - true to display the Help button, false to hide it.public boolean isHelpEnabled()
For example, suppose that this panel had a font button and that font button displayed a font dialog box. If that font dialog box had a Help button, then this method would tell you whether that Help button is displayed.
true if the Help button is hidden, false if it is displayed.public void setHorizontalGridLineShow(boolean show)
public boolean isHorizontalGridLineShow()
public void setVerticalGridLineShow(boolean show)
public boolean isVerticalGridLineShow()
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||