net.quartzware
Class BinaryPath

java.lang.Object
  |
  +--net.quartzware.Value
        |
        +--net.quartzware.BinaryPath

public class BinaryPath
extends Value

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

dlg

private BinaryPathDlg dlg

path

private java.io.File path
Constructor Detail

BinaryPath

public BinaryPath()
Default Constructor

BinaryPath

public BinaryPath(java.io.File path)
Constructs the path specified by the user
Parameters:
path - the specified path to the binary file

BinaryPath

public BinaryPath(java.net.URL path)
Constructs the path specified by the user
Parameters:
path - the specified path to the binary file (URL format)
Method Detail

editValue

public void editValue()
This is the function that will be called whenever the user wishes to edit a value from the Editor Window
Overrides:
editValue in class Value

showDlg

private void showDlg()
Displays the binary path