com.unitesk.requality.eclipse.editors
Class NodeEditorInput
java.lang.Object
com.unitesk.requality.eclipse.editors.NodeEditorInput
public class NodeEditorInput
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeEditorInput
public NodeEditorInput(java.lang.Object node)
NodeEditorInput
public NodeEditorInput(java.lang.Object node,
java.lang.Object selection)
NodeEditorInput
public NodeEditorInput(java.lang.Object node,
java.lang.String editorId)
getData
public java.lang.Object getData()
setData
public void setData(java.lang.Object data)
exists
public boolean exists()
getImageDescriptor
public ImageDescriptor getImageDescriptor()
getName
public java.lang.String getName()
getPersistable
public IPersistableElement getPersistable()
getToolTipText
public java.lang.String getToolTipText()
getAdapter
public java.lang.Object getAdapter(java.lang.Class adapter)
getStorage
public NodeStorage getStorage()
throws CoreException
- Throws:
CoreException
getSelectionStorage
public NodeStorage getSelectionStorage()
throws CoreException
- Throws:
CoreException
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object