org.topbraidcomposer.navigation
Class RenameAction

java.lang.Object
  extended by org.topbraidcomposer.ui.views.AbstractViewAction
      extended by org.topbraidcomposer.ui.views.AbstractSelectionViewAction
          extended by org.topbraidcomposer.navigation.RenameAction
All Implemented Interfaces:
org.eclipse.jface.dialogs.IInputValidator, org.eclipse.ui.IActionDelegate, org.eclipse.ui.IViewActionDelegate

public class RenameAction
extends AbstractSelectionViewAction
implements org.eclipse.jface.dialogs.IInputValidator


Constructor Summary
RenameAction()
           
 
Method Summary
 java.lang.String isValid(java.lang.String newName)
           
protected  void run(java.util.Set<com.hp.hpl.jena.rdf.model.Resource> resources)
           
 
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, selectionChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenameAction

public RenameAction()
Method Detail

run

protected void run(java.util.Set<com.hp.hpl.jena.rdf.model.Resource> resources)
Specified by:
run in class AbstractSelectionViewAction

isValid

public java.lang.String isValid(java.lang.String newName)
Specified by:
isValid in interface org.eclipse.jface.dialogs.IInputValidator