Methods Summary |
---|
public void | init(boolean first, boolean others)Initializes the UI.
The UI should not be started at this stage.
|
public boolean | isStarted()Determine if the UI is already started
You usually don't need to override this from UITemplate
|
public void | openTorrent(java.lang.String fileName)Open a torrent file.
This is for torrents passed in the command line. Only called for the first UI.
|
public java.lang.String[] | processArgs(java.lang.String[] args)Process UI specific command line arguments.
|
public void | startUI()Start the UI.
Now the GlobalManager is initialized.
|