br.edu.fei.dcc.raciocinioespacial.editor.shapes
Class ShapesEditorInput

java.lang.Object
  extended by br.edu.fei.dcc.raciocinioespacial.editor.shapes.ShapesEditorInput
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorInput, org.eclipse.ui.IPathEditorInput

public class ShapesEditorInput
extends java.lang.Object
implements org.eclipse.ui.IPathEditorInput


Constructor Summary
ShapesEditorInput(org.eclipse.core.runtime.IPath path, java.lang.String nome)
           
 
Method Summary
 boolean exists()
           
 java.lang.Object getAdapter(java.lang.Class adapter)
           
 org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
           
 java.lang.String getName()
           
 org.eclipse.core.runtime.IPath getPath()
           
 org.eclipse.ui.IPersistableElement getPersistable()
           
 ShapesDiagram getShapesDiagram()
           
 java.lang.String getToolTipText()
           
 int hashCode()
           
 void setPath(org.eclipse.core.runtime.IPath path)
           
 void setShapesDiagram(ShapesDiagram diagram)
           
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapesEditorInput

public ShapesEditorInput(org.eclipse.core.runtime.IPath path,
                         java.lang.String nome)
Method Detail

exists

public boolean exists()
Specified by:
exists in interface org.eclipse.ui.IEditorInput

getImageDescriptor

public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
Specified by:
getImageDescriptor in interface org.eclipse.ui.IEditorInput

getName

public java.lang.String getName()
Specified by:
getName in interface org.eclipse.ui.IEditorInput

getPersistable

public org.eclipse.ui.IPersistableElement getPersistable()
Specified by:
getPersistable in interface org.eclipse.ui.IEditorInput

getToolTipText

public java.lang.String getToolTipText()
Specified by:
getToolTipText in interface org.eclipse.ui.IEditorInput

getAdapter

public java.lang.Object getAdapter(java.lang.Class adapter)
Specified by:
getAdapter in interface org.eclipse.core.runtime.IAdaptable

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getShapesDiagram

public ShapesDiagram getShapesDiagram()

setShapesDiagram

public void setShapesDiagram(ShapesDiagram diagram)

getPath

public org.eclipse.core.runtime.IPath getPath()
Specified by:
getPath in interface org.eclipse.ui.IPathEditorInput

setPath

public void setPath(org.eclipse.core.runtime.IPath path)