org.topbraidcomposer.navigation.propertiestree.actions
Class CreateInversePropertyAction

java.lang.Object
  extended by org.topbraidcomposer.ui.views.AbstractViewAction
      extended by org.topbraidcomposer.ui.views.AbstractSelectionViewAction
          extended by org.topbraidcomposer.navigation.propertiestree.actions.CreateInversePropertyAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IViewActionDelegate

public class CreateInversePropertyAction
extends AbstractSelectionViewAction


Constructor Summary
CreateInversePropertyAction()
           
 
Method Summary
protected  void createProperty(java.util.Set metaClasses, java.lang.String newURI, DefaultValuesProvider dvp)
           
protected  void run(java.util.Set resources)
           
 void selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection)
           
protected  void selectProperty(java.lang.String uri)
           
 
Methods inherited from class org.topbraidcomposer.ui.views.AbstractSelectionViewAction
getFirstSelectedResource, getSelectedResources, listSelectedResources, run
 
Methods inherited from class org.topbraidcomposer.ui.views.AbstractViewAction
asyncExec, getAction, getSelection, getShell, getViewPart, init, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateInversePropertyAction

public CreateInversePropertyAction()
Method Detail

run

protected void run(java.util.Set resources)
Specified by:
run in class AbstractSelectionViewAction

selectionChanged

public void selectionChanged(org.eclipse.jface.action.IAction action,
                             org.eclipse.jface.viewers.ISelection selection)
Specified by:
selectionChanged in interface org.eclipse.ui.IActionDelegate
Overrides:
selectionChanged in class AbstractViewAction

createProperty

protected void createProperty(java.util.Set metaClasses,
                              java.lang.String newURI,
                              DefaultValuesProvider dvp)

selectProperty

protected void selectProperty(java.lang.String uri)