|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--venice.Command | +--venice.ImportGXLCommand | +--venice.ImportGXLFileCommand
Performs loading a GXL model file from a file. The user is displayed a dialog in which he can select which file to load.
Field Summary | |
private java.lang.String |
mSuppliedFilename
|
Fields inherited from class venice.Command |
stAppModule |
Constructor Summary | |
ImportGXLFileCommand()
constructs a command which asks user for file name. |
|
ImportGXLFileCommand(java.lang.String inFilename)
constructs a command which tries loading from supplied file. |
Method Summary | |
protected java.io.InputStream |
getInputStream()
Displays a dialog so the user can choose which file to load. |
Methods inherited from class venice.ImportGXLCommand |
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 ImportGXLFileCommand(java.lang.String inFilename)
public ImportGXLFileCommand()
Method Detail |
protected java.io.InputStream getInputStream()
getInputStream
in class ImportGXLCommand
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |