org.gudy.azureus2.ui.common
Class UITemplateHeadless
java.lang.Object
  
org.gudy.azureus2.ui.common.UITemplate
      
org.gudy.azureus2.ui.common.UITemplateHeadless
- All Implemented Interfaces: 
 - IUserInterface
 
- Direct Known Subclasses: 
 - UI, UI
 
public abstract class UITemplateHeadless
- extends UITemplate
- implements IUserInterface
  
- Author:
 
  - tobi
 To change the template for this generated type comment go to
 Window>Preferences>Java>Code Generation>Code and Comments
 
 
| 
Method Summary | 
 void | 
init(boolean first,
     boolean others)
 
          Initializes the UI. | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
UITemplateHeadless
public UITemplateHeadless()
init
public void init(boolean first,
                 boolean others)
- Description copied from interface: 
IUserInterface 
- Initializes the UI. 
 The UI should not be started at this stage.
- Specified by:
 init in interface IUserInterface- Overrides:
 init in class UITemplate
 
- Parameters:
 first - This UI Instance is the first on the command line and should take control of singular stuff (LocaleUtil and torrents added via Command Line).others - Indicates wether other UIs run along.