Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.help.standalone
Class Infocenter  view Infocenter download Infocenter.java

java.lang.Object
  extended byorg.eclipse.help.standalone.Infocenter

public class Infocenter
extends java.lang.Object

This is a standalone infocenter. It takes care of launching the Eclipse with its help system implementation. This class can be instantiated and used in a Java program, or can be launched from command line. Usage as a Java component:


Field Summary
private  org.eclipse.help.internal.standalone.StandaloneInfocenter infocenter
           
 
Constructor Summary
Infocenter(java.lang.String[] options)
          Constructs Infocenter
 
Method Summary
static void main(java.lang.String[] args)
          Controls start up and shut down of infocenter from command line.
 void shutdown()
          Shuts-down the stand alone infocenter.
 void start()
          Starts the stand alone infocenter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

infocenter

private org.eclipse.help.internal.standalone.StandaloneInfocenter infocenter
Constructor Detail

Infocenter

public Infocenter(java.lang.String[] options)
Constructs Infocenter

Method Detail

start

public void start()
           throws java.lang.Exception
Starts the stand alone infocenter.


shutdown

public void shutdown()
              throws java.lang.Exception
Shuts-down the stand alone infocenter.


main

public static void main(java.lang.String[] args)
Controls start up and shut down of infocenter from command line.