org.openoffice.ide.eclipse.core.gui
Class OOoConfigPanel

java.lang.Object
  extended by org.openoffice.ide.eclipse.core.gui.OOoConfigPanel

public class OOoConfigPanel
extends java.lang.Object

Class providing the OOo and SDK configuration rows.

Author:
cbosdonnat

Constructor Summary
OOoConfigPanel(org.eclipse.swt.widgets.Composite pParent)
          Constructor.
 
Method Summary
 void dispose()
          Disposes the object, mainly to unregister the listeners.
 java.lang.String getOOoName()
           
 java.lang.String getSDKName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OOoConfigPanel

public OOoConfigPanel(org.eclipse.swt.widgets.Composite pParent)
Constructor.

Parameters:
pParent - the parent composite where to create the fields
Method Detail

dispose

public void dispose()
Disposes the object, mainly to unregister the listeners.


getSDKName

public java.lang.String getSDKName()
Returns:
SDK name selected

getOOoName

public java.lang.String getOOoName()
Returns:
OOo name selected