edu.virginia.cs.mng.hypercast.demo
Class dirFrame
java.lang.Object
|
+--edu.virginia.cs.mng.hypercast.demo.dirFrame
- public class dirFrame
- extends java.lang.Object
This is the frame used to set the directory to receive files.
|
Field Summary |
private java.lang.String |
dir
|
private javax.swing.JFrame |
f
|
protected boolean |
isClicked
|
|
Constructor Summary |
dirFrame()
Construct the frame to set the receive directory; |
|
Method Summary |
javax.swing.JFrame |
getFrame()
Return the Frame; |
java.lang.String |
getPath()
Get the path to receive files; |
boolean |
ifClicked()
Return true if the button "OK" has been clicked; |
void |
setPath(java.lang.String s)
Set the path to receive files; |
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
dir
private java.lang.String dir
f
private javax.swing.JFrame f
isClicked
protected boolean isClicked
dirFrame
public dirFrame()
- Construct the frame to set the receive directory;
getFrame
public javax.swing.JFrame getFrame()
- Return the Frame;
setPath
public void setPath(java.lang.String s)
- Set the path to receive files;
getPath
public java.lang.String getPath()
- Get the path to receive files;
ifClicked
public boolean ifClicked()
- Return true if the button "OK" has been clicked;