|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--venice.Command | +--venice.LoadCommand | +--venice.LoadFileCommand
Implements .venice-loading from a file.
Field Summary | |
private java.lang.String |
mSuppliedFilename
|
Fields inherited from class venice.Command |
stAppModule |
Constructor Summary | |
LoadFileCommand()
constructs a command which will ask user for the file name. |
|
LoadFileCommand(java.lang.String inFilename)
constructs a command which uses the supplied file name and does not ask user for the name. if null is given, file name will be asked. |
Method Summary | |
protected java.io.InputStream |
getInputStream()
Opens file chooser dialog and opens the file specified by user for reading. |
Methods inherited from class venice.LoadCommand |
execute |
Methods inherited from class venice.Command |
getAppModule, setAppModule |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.lang.String mSuppliedFilename
Constructor Detail |
public LoadFileCommand()
public LoadFileCommand(java.lang.String inFilename)
Method Detail |
protected java.io.InputStream getInputStream()
getInputStream
in class LoadCommand
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |