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)
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
equals
public boolean equals(java.lang.Object arg0)
- Overrides:
equals
in class java.lang.Object