|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jxcell.HyperLink
This class represents a Hyperlink.
Field Summary | |
static int |
kFileAbs
|
static int |
kFileRel
|
static int |
kNet
|
static int |
kRange
|
static int |
kURLAbs
|
static int |
kURLRel
|
Method Summary | |
java.lang.String |
getLinkString()
Returns the hyperlink link string. |
java.lang.String |
getRange()
Returns the range to which this hyperlink applies. |
java.lang.String |
getToolTipString()
Returns the tool tip string. |
int |
getType()
Returns the current hyperlink type. |
void |
setLinkString(java.lang.String link)
set the hyperlink's link string |
void |
setRange(int row1,
int col1,
int row2,
int col2)
set the hyperlink range |
void |
setType(int type)
set the hyperlink type |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int kRange
public static final int kURLAbs
public static final int kURLRel
public static final int kFileAbs
public static final int kFileRel
public static final int kNet
Method Detail |
public int getType()
public void setType(int type)
type
- one of the following hyperlink types:
kUnknown kRange kURLAbs
kURLRel kFileAbs kFileRel
kNetpublic java.lang.String getLinkString()
public void setLinkString(java.lang.String link)
link
- link stringpublic java.lang.String getToolTipString()
public java.lang.String getRange()
public void setRange(int row1, int col1, int row2, int col2)
row1
- top rowcol1
- left colrow2
- bottom rowcol2
- right col
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |