| Constructor and Description |
|---|
TitledURLEntry(String title,
String url)
new TitledURLEntry with title and url
|
TitledURLEntry(String title,
String url,
int scrPos) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object obj) |
int |
getScrollBarPos() |
String |
getTitle() |
String |
getURL() |
int |
hashCode() |
void |
setScrollBarPos(int newPos) |
void |
setTitle(String title) |
void |
setURL(String url) |
String |
toString() |
public TitledURLEntry(String title, String url)
title - url - public String getTitle()
public String getURL()
public void setTitle(String title)
title - public void setURL(String url)
url - public int getScrollBarPos()
public void setScrollBarPos(int newPos)
newPos - Copyright © 2020. All rights reserved.