|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.custom.StyleRange
Field Summary | |
---|---|
Color |
background
|
int |
fontStyle
|
Color |
foreground
|
int |
length
|
int |
start
|
boolean |
strikeout
|
boolean |
underline
|
Constructor Summary | |
---|---|
StyleRange()
|
|
StyleRange(int start,
int length,
Color foreground,
Color background)
Create a new style range. |
|
StyleRange(int start,
int length,
Color foreground,
Color background,
int fontStyle)
Create a new style range. |
Method Summary | |
---|---|
Object |
clone()
Answers a new StyleRange with the same values as this StyleRange. |
boolean |
equals(Object object)
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison. |
int |
hashCode()
Returns an integer hash code for the receiver. |
boolean |
isUnstyled()
Returns whether or not the receiver is unstyled (i.e., does not have any style attributes specified). |
boolean |
similarTo(StyleRange style)
Compares the specified object to this StyleRange and answer if the two are similar. |
String |
toString()
Returns a string containing a concise, human-readable description of the receiver. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public int start
public int length
public Color foreground
public Color background
public int fontStyle
public boolean underline
public boolean strikeout
Constructor Detail |
public StyleRange()
public StyleRange(int start, int length, Color foreground, Color background)
start
- start offset of the stylelength
- length of the styleforeground
- foreground color of the style, null if nonebackground
- background color of the style, null if nonepublic StyleRange(int start, int length, Color foreground, Color background, int fontStyle)
start
- start offset of the stylelength
- length of the styleforeground
- foreground color of the style, null if nonebackground
- background color of the style, null if nonefontStyle
- font style of the style, may be SWT.NORMAL, SWT.ITALIC or SWT.BOLDMethod Detail |
public boolean equals(Object object)
object
- the object to compare with this object
true
if the object is the same as this object and false
otherwisehashCode()
public int hashCode()
true
when passed to
equals
must return the same value for this
method.
equals(Object)
public boolean isUnstyled()
public boolean similarTo(StyleRange style)
style
- the object to compare with this object
public Object clone()
public String toString()
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.