|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.squirrel_sql.plugins.syntax.SyntaxStyle
public class SyntaxStyle
Defines the attributes for a syntax style.
| Constructor Summary | |
|---|---|
SyntaxStyle()
Default ctor. |
|
SyntaxStyle(SyntaxStyle rhs)
Copy ctor. |
|
| Method Summary | |
|---|---|
int |
getBackgroundRGB()
Retrieve the RGB value for the background color. |
String |
getName()
Retrieve the name of this style. |
int |
getTextRGB()
Retrieve the RGB value for the text color. |
boolean |
isBold()
Is this a bold style? |
boolean |
isItalic()
Is this an italic style? |
void |
setBackgroundRGB(int value)
Set the RGB value for the background color. |
void |
setBold(boolean value)
Specify whether this is a bold style. |
void |
setItalic(boolean value)
Specify whether this is an italic style. |
void |
setName(String value)
Set the name of this style. |
void |
setTextRGB(int value)
Set the RGB value for the text color. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SyntaxStyle()
public SyntaxStyle(SyntaxStyle rhs)
| Method Detail |
|---|
public String getName()
public void setName(String value)
public boolean isItalic()
public void setItalic(boolean value)
value - true if this is an italic style.public boolean isBold()
public void setBold(boolean value)
value - true if this is a bold style.public int getTextRGB()
public void setTextRGB(int value)
value - The RGB value for text color.public int getBackgroundRGB()
public void setBackgroundRGB(int value)
value - The RGB value for text color.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||