TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

org.eclipse.tptp.wsdm.tooling.editor.mrt.servicegroup.internal
Class ServiceGroupProtoTypeForm

java.lang.Object
  extended byorg.eclipse.tptp.wsdm.tooling.editor.mrt.internal.GridFormGenerator
      extended byorg.eclipse.tptp.wsdm.tooling.editor.mrt.servicegroup.internal.ServiceGroupProtoTypeForm
All Implemented Interfaces:
org.eclipse.ui.IPropertyListener

public class ServiceGroupProtoTypeForm
extends GridFormGenerator
implements org.eclipse.ui.IPropertyListener

Thsi will create a ServiceGroup Definition page and display the following. /** Thsi will create a ServiceGroup Definition page and display the following.

 	 ManageabilityResourceType  details     
     +--------------+       
     |Name:         |       
     |Namespace:    |       
     +--------------+
     
      +---------------------------+
      | Rules	    |      Namespace|  <Add>
      +---------------------------|  <Remove> 
      |Rule1		|				|  <Edit>
      |  prop1	|	namespace1 	|  <ExpandAll>
      |  prop2	|	namespace2  |  <CollapseAll>
      |Rule2		|				|
      |  prop3	|	namespace3	|
      |  prop4	|	namespace4	|
      +---------------------------+
		


Constructor Summary
ServiceGroupProtoTypeForm(org.eclipse.swt.widgets.Composite parent, java.lang.String formTitle, org.eclipse.emf.edit.domain.EditingDomain editingDomain, MrtEditor editor)
          Costructor for the class ServiceGroupProtoTypeForm.
 
Method Summary
protected  void changedIdentifier()
           
protected  void changeNamespace()
           
 void propertyChanged(java.lang.Object source, int propId)
          This method is called when there is any changes made in the use and it will make the page dirty.
 
Methods inherited from class org.eclipse.tptp.wsdm.tooling.editor.mrt.internal.GridFormGenerator
createSection, createSection, getForm, getTitle, getToolkit, showOkDialog, showOkDialog, showUnimplementedDialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceGroupProtoTypeForm

public ServiceGroupProtoTypeForm(org.eclipse.swt.widgets.Composite parent,
                                 java.lang.String formTitle,
                                 org.eclipse.emf.edit.domain.EditingDomain editingDomain,
                                 MrtEditor editor)
Costructor for the class ServiceGroupProtoTypeForm.

Parameters:
parent -
formTitle -
editingDomain -
editor -
Method Detail

propertyChanged

public void propertyChanged(java.lang.Object source,
                            int propId)
This method is called when there is any changes made in the use and it will make the page dirty.

Specified by:
propertyChanged in interface org.eclipse.ui.IPropertyListener

changedIdentifier

protected void changedIdentifier()

changeNamespace

protected void changeNamespace()

TPTP 4.4.0 Monitoring Tools Project
Internal API Specification