TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

org.eclipse.tptp.wsdm.tooling.editor.capability.command.topic.internal
Class AddChildTopicCommand

java.lang.Object
  extended byorg.eclipse.tptp.wsdm.tooling.editor.capability.command.topic.internal.AddChildTopicCommand

public class AddChildTopicCommand
extends java.lang.Object

Command class to add new child topic to existing topic.


Constructor Summary
AddChildTopicCommand(org.eclipse.tptp.wsdm.tooling.model.capabilities.Topic parent, org.eclipse.tptp.wsdm.tooling.model.capabilities.Topic child)
          Creates a new object of this class.
 
Method Summary
 void execute()
          Execute the command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddChildTopicCommand

public AddChildTopicCommand(org.eclipse.tptp.wsdm.tooling.model.capabilities.Topic parent,
                            org.eclipse.tptp.wsdm.tooling.model.capabilities.Topic child)
Creates a new object of this class.

Method Detail

execute

public void execute()
Execute the command.


TPTP 4.4.0 Monitoring Tools Project
Internal API Specification