|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--ip1.ex14.JFtpThread.QueueItem
An item of the action queue.
| Field Summary | |
protected int |
action
The item code to perform. |
protected java.lang.Object |
arg
Optional argument. |
javax.swing.tree.DefaultMutableTreeNode |
node
The queue item's representation as a node. |
static int |
SHUTDOWN
Shutdown. |
| Constructor Summary | |
JFtpThread.QueueItem(int action,
java.lang.Object arg)
The constructor. |
|
| Method Summary | |
JFtpEntry |
getEntry()
Object accessor to arg. |
java.io.File |
getFile()
File accessor to arg. |
java.lang.String |
getString()
String accessor to arg. |
java.net.URL |
getUrl()
URL accessor to arg. |
java.util.Vector |
getVector()
Vector accessor to arg. |
java.lang.String |
toString()
Return string representation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected int action
protected java.lang.Object arg
public static final int SHUTDOWN
public javax.swing.tree.DefaultMutableTreeNode node
| Constructor Detail |
public JFtpThread.QueueItem(int action,
java.lang.Object arg)
| Method Detail |
public java.lang.String toString()
toString in class java.lang.Objectpublic JFtpEntry getEntry()
public java.io.File getFile()
public java.lang.String getString()
public java.net.URL getUrl()
public java.util.Vector getVector()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||