|
||||||||||
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.ModelEditorInput
public class ModelEditorInput
Constructor Summary | |
---|---|
ModelEditorInput(java.util.Collection<pl.edu.agh.cast.model.base.IDataSet> model,
org.eclipse.core.resources.IFile file)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Two ModelEditorInput s are equal if their files and models are
equal |
java.util.Collection<pl.edu.agh.cast.model.base.IDataSet> |
getModel()
|
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 ModelEditorInput(java.util.Collection<pl.edu.agh.cast.model.base.IDataSet> model, org.eclipse.core.resources.IFile file)
Method Detail |
---|
public java.util.Collection<pl.edu.agh.cast.model.base.IDataSet> getModel()
public boolean equals(java.lang.Object obj)
ModelEditorInput
s are equal if their files and models are
equal
equals
in class FileEditorInput
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |