Constructor and Description |
---|
WebAddress(ObjectInputStream in)
Create a WebAddress with a Stream
|
WebAddress(String name,
String url,
String iconFile,
boolean userEntry,
boolean active)
Create the Address
|
WebAddress(WebAddress address)
Create a Copy of a WebAddress
|
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Icon |
getIcon() |
String |
getIconFile() |
String |
getName() |
String |
getUrl() |
boolean |
isActive() |
boolean |
isUserEntry() |
void |
readData(ObjectInputStream in) |
void |
setActive(boolean active) |
void |
setIconFile(String iconFile) |
void |
setName(String name) |
void |
setUrl(String url) |
void |
setUserEntry(boolean user) |
String |
toString() |
void |
writeData(ObjectOutputStream out) |
public WebAddress(String name, String url, String iconFile, boolean userEntry, boolean active)
name
- Nameurl
- Url ( {0} as placeholder )iconFile
- Icon-FileuserEntry
- Is this Entry editable?active
- Is this Entry active?public WebAddress(WebAddress address)
address
- Copy Settings from this WebAddresspublic WebAddress(ObjectInputStream in) throws IOException, ClassNotFoundException
in
- Input-StreamIOException
ClassNotFoundException
public void setName(String name)
public String getName()
public void setUrl(String url)
public String getUrl()
public void setIconFile(String iconFile)
public String getIconFile()
public Icon getIcon()
public boolean isActive()
public void setActive(boolean active)
public boolean isUserEntry()
public void setUserEntry(boolean user)
public void readData(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeData(ObjectOutputStream out) throws IOException
IOException
TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)