| java.lang.Object org.armedbear.j.Link
All known Subclasses: org.armedbear.j.ImageLink,
Link | public class Link (Code) | | Link is an abstraction of an anchor tag in a web page, with
target as the href target.
|
Constructor Summary | |
public | Link(String target) Creates a link that points to the given target. |
Method Summary | |
final public String | getTarget() Returns the target that this Link was constructed with. |
Link | public Link(String target)(Code) | | Creates a link that points to the given target.
Parameters: target - The target for this Link. |
getTarget | final public String getTarget()(Code) | | Returns the target that this Link was constructed with.
The target that this Link was constructed with. |
|
|