|
|||||||||
| Home >> All >> plugins >> [ CsBeagle overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
plugins.CsBeagle
Class ServerList

java.lang.Objectplugins.CsBeagle.ServerList
- public class ServerList
- extends java.lang.Object
| Nested Class Summary | |
(package private) class |
ServerList.FavoriteLine
|
| Field Summary | |
(package private) static java.lang.String |
ADDRESS
|
protected java.util.Vector |
dcls
|
(package private) static java.lang.String |
FAVORITE
|
(package private) java.lang.String |
fname
|
(package private) static java.lang.String |
NAME
|
(package private) static java.lang.String |
PORT
|
(package private) java.util.Vector |
servers
|
| Constructor Summary | |
ServerList()
Creates a new instance of ServerList |
|
| Method Summary | |
void |
add(Server server)
|
void |
addDataChangeListener(ServerChangeListener dcl)
|
void |
fireDataChanged()
|
void |
fireDataInserted(int index)
|
Server |
get(int i)
|
void |
loadList()
|
void |
remove(int i)
|
void |
remove(Server server)
|
void |
removeAllEnlments()
|
void |
removeDataChangeListener(ServerChangeListener dcl)
|
void |
saveList()
|
void |
setFileName(java.lang.String fname)
|
int |
size()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
ADDRESS
static final java.lang.String ADDRESS
- See Also:
- Constant Field Values
PORT
static final java.lang.String PORT
- See Also:
- Constant Field Values
NAME
static final java.lang.String NAME
- See Also:
- Constant Field Values
FAVORITE
static final java.lang.String FAVORITE
- See Also:
- Constant Field Values
fname
java.lang.String fname
servers
java.util.Vector servers
dcls
protected java.util.Vector dcls
| Constructor Detail |
ServerList
public ServerList()
- Creates a new instance of ServerList
| Method Detail |
setFileName
public void setFileName(java.lang.String fname)
addDataChangeListener
public void addDataChangeListener(ServerChangeListener dcl)
removeDataChangeListener
public void removeDataChangeListener(ServerChangeListener dcl)
fireDataInserted
public void fireDataInserted(int index)
fireDataChanged
public void fireDataChanged()
add
public void add(Server server)
remove
public void remove(Server server)
remove
public void remove(int i)
removeAllEnlments
public void removeAllEnlments()
size
public int size()
get
public Server get(int i)
loadList
public void loadList()
throws java.io.FileNotFoundException,
java.io.IOException
saveList
public void saveList()
throws java.io.IOException
|
|||||||||
| Home >> All >> plugins >> [ CsBeagle overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
plugins.CsBeagle.ServerList