|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.edu.agh.cast.resources.FileEditorInput
pl.edu.agh.cast.resources.DiagramEditorInput
public class DiagramEditorInput
| Constructor Summary | |
|---|---|
DiagramEditorInput(IDiagram diagram,
org.eclipse.core.resources.IFile file)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Two DiagramEditorInputs are equal if their files are equal. |
IDiagram |
getDiagram()
|
| Methods inherited from class pl.edu.agh.cast.resources.FileEditorInput |
|---|
exists, getAdapter, getFile, getImageDescriptor, getName, getPath, getPersistable, getToolTipText, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DiagramEditorInput(IDiagram diagram,
org.eclipse.core.resources.IFile file)
| Method Detail |
|---|
public IDiagram getDiagram()
getDiagram in interface IDiagramEditorInputpublic boolean equals(java.lang.Object obj)
DiagramEditorInputs are equal if their files are equal. That
basically means that FileEditorInput's equals should be used.
equals in class FileEditorInput
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||