|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.quartzware.Value | +--net.quartzware.BinaryPath
A Class that stores the path to a binary file
Field Summary | |
private BinaryPathDlg |
dlg |
private java.io.File |
path |
Fields inherited from class net.quartzware.Value |
label, parent |
Constructor Summary | |
BinaryPath()
Default Constructor |
|
BinaryPath(java.io.File path)
Constructs the path specified by the user |
|
BinaryPath(java.net.URL path)
Constructs the path specified by the user |
Method Summary | |
void |
editValue()
This is the function that will be called whenever the user wishes to edit a value from the Editor Window |
private void |
showDlg() Displays the binary path |
Methods inherited from class net.quartzware.Value |
getLabel |
Methods inherited from class java.lang.Object |
|
Field Detail |
private BinaryPathDlg dlg
private java.io.File path
Constructor Detail |
public BinaryPath()
public BinaryPath(java.io.File path)
path
- the specified path to the binary filepublic BinaryPath(java.net.URL path)
path
- the specified path to the binary file (URL format)Method Detail |
public void editValue()
editValue
in class
Value
private void showDlg()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |