JComponentPack 1.5.0

com.zfqjava.swing.cell
Class CellStyle.Hyperlink

java.lang.Object
  extended by com.zfqjava.swing.cell.CellStyle.Hyperlink
All Implemented Interfaces:
Serializable
Enclosing class:
CellStyle

public static final class CellStyle.Hyperlink
extends Object
implements Serializable

The hyperlink.

Since:
JDataGrid 1.8
See Also:
Serialized Form

Constructor Summary
CellStyle.Hyperlink(URL url, String desc, String target)
          Constructs a HyperLink.
 
Method Summary
 boolean equals(Object o)
           
 String getDescription()
           
 URL getLinkURL()
           
 String getTarget()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellStyle.Hyperlink

public CellStyle.Hyperlink(URL url,
                           String desc,
                           String target)
Constructs a HyperLink.

Parameters:
url - the link url
desc - the link description
target - the target argument
Method Detail

getLinkURL

public URL getLinkURL()
Returns:
the link url

getTarget

public String getTarget()
Returns:
the target

getDescription

public String getDescription()
Returns:
the description

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

JComponentPack 1.5.0

Send your Feedback
JComponentPack 1.5.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.