|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Highlight
HighLight interface. This class defines the common API of the highlight attribute.
| Field Summary | |
|---|---|
static String |
TABLE
Table highlight attribute |
static String |
TEXT
Text highlight attribute |
| Method Summary | |
|---|---|
Object |
clone()
Make a copy of this object. |
UserVariable[] |
getAllVariables()
Get all variable from condition |
Color |
getBackground()
Get the background. |
ConditionList |
getConditionGroup()
Get the condition group. |
Font |
getFont()
Get the font. |
Color |
getForeground()
Get the foreground. |
String |
getName()
Get the name value. |
boolean |
isConditionEmpty()
Check if the Condition vector is empty. |
boolean |
isEmpty()
Check if the highlight is empty. |
void |
removeAllConditions()
Clear the condition. |
void |
replaceVariables(VariableTable vart)
Replace variable with value user inputed |
void |
setBackground(Color backGround)
Set the background. |
void |
setConditionGroup(ConditionList con)
Set the condition value. |
void |
setFont(Font f)
Set the font. |
void |
setForeground(Color foreGround)
Set the foreground. |
void |
setName(String name)
Set the name value. |
void |
writeXML(PrintWriter writer)
Writer a group of hightlight condition attributes to XML. |
| Methods inherited from interface inetsoft.util.XMLSerializable |
|---|
parseXML |
| Field Detail |
|---|
static final String TEXT
static final String TABLE
| Method Detail |
|---|
void setFont(Font f)
f - Font value;void setForeground(Color foreGround)
foreGround - color valuevoid setBackground(Color backGround)
backGround - color valuevoid setName(String name)
name - string valuevoid setConditionGroup(ConditionList con)
con - Vector valueFont getFont()
Color getForeground()
Color getBackground()
String getName()
boolean isEmpty()
boolean isConditionEmpty()
void removeAllConditions()
ConditionList getConditionGroup()
void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializableObject clone()
UserVariable[] getAllVariables()
void replaceVariables(VariableTable vart)
vart - variable table
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||