|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--venice.Command | +--venice.ImportGXLCommand | +--venice.ImportGXLURLCommand
Performs loading a GXL model file from an URL. The user is displayed a dialog in which he can select which URL to load. If the user commits to this action, stream to URL is opened.
Inner Class Summary | |
private class |
ImportGXLURLCommand.AskUserURLDialog
Private class to handle user interaction when the LoadViaHTTPCommand needs to ask the user which URL to load. |
Field Summary | |
private java.lang.String |
mSuppliedURL
|
Fields inherited from class venice.Command |
stAppModule |
Constructor Summary | |
ImportGXLURLCommand()
constructs a command which asks user for the URL. |
|
ImportGXLURLCommand(java.lang.String inURL)
constructs a command which tries loading from given URL. |
Method Summary | |
java.io.InputStream |
getInputStream()
Displays a dialog so the user can choose which URL 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 mSuppliedURL
Constructor Detail |
public ImportGXLURLCommand(java.lang.String inURL)
public ImportGXLURLCommand()
Method Detail |
public java.io.InputStream getInputStream()
getInputStream
in class ImportGXLCommand
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |