|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExceptionHighlightingSelectorInterface
Defines methods and properties required for an adapter implementation of the exception highlighting selector.
Field Summary | |
---|---|
static java.lang.String |
AUTOMATIC
|
static java.lang.String |
CONDITION_BETWEEN
|
static java.lang.String |
CONDITION_EQUAL
|
static java.lang.String |
CONDITION_GREATER_THAN
|
static java.lang.String |
CONDITION_GREATER_THAN_OR_EQUAL
|
static java.lang.String |
CONDITION_LESS_THAN
|
static java.lang.String |
CONDITION_LESS_THAN_OR_EQUAL
|
static java.lang.String |
CONDITION_MISSING_VALUE
|
static java.lang.String |
CONDITION_NOT_EQUAL
|
Fields inherited from interface com.sas.dataselectors.SelectorCommitInterface |
---|
EXCEPTION_OCCURRED |
Method Summary | |
---|---|
void |
addRule(ExceptionHighlightingRuleInterface rule)
Add a rule |
java.util.List |
getColors()
Return a Collection of supported colors which can be applied for a rule |
java.lang.String |
getDefaultFont()
|
java.lang.String |
getDefaultFontSize()
|
java.util.List |
getFonts()
Return a List of fonts |
java.util.List |
getFontSizes()
Return a Collection of font sizes |
java.util.List |
getImages()
Return a Collection of images to enhance highlighting |
javax.swing.tree.TreeModel |
getLevelTreeModel()
Returns the tree model to display list of levels(olap) |
java.util.Locale |
getLocale()
|
java.util.Map |
getMeasureNames()
Returns the list of the names of the measures |
java.lang.Object |
getModel()
Return the model that contains the data. |
java.util.Map |
getResultItemMap()
Returns the list of data items contained in the result item list. |
java.util.List |
getResultItems()
Returns the list of data items contained in the result item list. |
java.util.Map |
getRules()
Return a map of rules |
java.util.Map |
getSupportedConditions()
Return a map of Conditions which can be applied in a rule |
boolean |
isAddAutomaticToFontInfo()
Return a boolean indicating whether the Automatic option should automatically be added to the font name and font size. |
boolean |
isCompleteImagePath()
Return a boolean indicating whether the images returned from getImages are complete paths or need to be located |
boolean |
isOLAP()
Returns true if the data source for this adapter is OLAP based. |
void |
removeRule(java.lang.String ruleId)
Remove rule |
void |
setAddAutomaticToFontInfo(boolean automatic)
set a boolean indicating whether the Automatic option should automatically be added to the font name and font size |
void |
setLocale(java.util.Locale locale)
|
void |
setModel(java.lang.Object model)
Set the model that contains the data. |
Methods inherited from interface com.sas.dataselectors.SelectorProcessInterface |
---|
process |
Methods inherited from interface com.sas.dataselectors.SelectorCommitInterface |
---|
commit, getPropertiesBean |
Field Detail |
---|
static final java.lang.String CONDITION_MISSING_VALUE
static final java.lang.String CONDITION_EQUAL
static final java.lang.String CONDITION_NOT_EQUAL
static final java.lang.String CONDITION_LESS_THAN
static final java.lang.String CONDITION_LESS_THAN_OR_EQUAL
static final java.lang.String CONDITION_GREATER_THAN
static final java.lang.String CONDITION_GREATER_THAN_OR_EQUAL
static final java.lang.String CONDITION_BETWEEN
static final java.lang.String AUTOMATIC
Method Detail |
---|
boolean isOLAP()
void setModel(java.lang.Object model)
model
- the model that contains the data.java.lang.Object getModel()
java.util.Map getSupportedConditions()
java.util.Map getRules()
void addRule(ExceptionHighlightingRuleInterface rule)
void removeRule(java.lang.String ruleId)
java.util.List getColors()
java.util.List getFontSizes()
java.util.List getFonts()
java.lang.String getDefaultFont()
java.lang.String getDefaultFontSize()
javax.swing.tree.TreeModel getLevelTreeModel()
java.util.Map getMeasureNames()
java.util.List getImages()
boolean isCompleteImagePath()
void setAddAutomaticToFontInfo(boolean automatic)
boolean isAddAutomaticToFontInfo()
java.util.Locale getLocale()
void setLocale(java.util.Locale locale)
java.util.List getResultItems()
java.util.Map getResultItemMap()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |