|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
@SASScope(value="ALL") 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 | |
|---|---|
abstract void |
addRule(ExceptionHighlightingRuleInterface rule)
Add a rule |
abstract java.util.List |
getColors()
Return a Collection of supported colors which can be applied for a rule |
abstract java.lang.String |
getDefaultFont()
|
abstract java.lang.String |
getDefaultFontSize()
|
abstract java.util.List |
getFonts()
Return a List of fonts |
abstract java.util.List |
getFontSizes()
Return a Collection of font sizes |
abstract java.util.List |
getImages()
Return a Collection of images to enhance highlighting |
abstract javax.swing.tree.TreeModel |
getLevelTreeModel()
Returns the tree model to display list of levels(olap) |
abstract java.util.Locale |
getLocale()
|
abstract java.util.Map |
getMeasureNames()
Returns the list of the names of the measures |
abstract java.lang.Object |
getModel()
Return the model that contains the data. |
abstract java.util.Map |
getResultItemMap()
Returns the list of data items contained in the result item list. |
abstract java.util.List |
getResultItems()
Returns the list of data items contained in the result item list. |
abstract java.util.Map |
getRules()
Return a map of rules |
abstract java.util.Map |
getSupportedConditions()
Return a map of Conditions which can be applied in a rule |
abstract boolean |
isAddAutomaticToFontInfo()
Return a boolean indicating whether the Automatic option should automatically be added to the font name and font size. |
abstract boolean |
isCompleteImagePath()
Return a boolean indicating whether the images returned from getImages are complete paths or need to be located |
abstract boolean |
isOLAP()
Returns true if the data source for this adapter is OLAP based. |
abstract void |
removeRule(java.lang.String ruleId)
Remove rule |
abstract void |
setAddAutomaticToFontInfo(boolean automatic)
set a boolean indicating whether the Automatic option should automatically be added to the font name and font size |
abstract void |
setLocale(java.util.Locale locale)
|
abstract 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 | |||||||||||||