Package editor
Interface ITabHistoryContext
-
- All Superinterfaces:
ILabel
- All Known Implementing Classes:
EditorTabHistoryHandler.EditorTabContext
public interface ITabHistoryContext extends ILabel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanequals(ITabHistoryContext other)java.lang.ObjectgetContentId()inthashCode()booleanrepresents(EditorHost editor)-
Methods inherited from interface editor.util.ILabel
getDisplayName, getIcon
-
-
-
-
Method Detail
-
represents
boolean represents(EditorHost editor)
- Returns:
- true if this history context represents the given view, false otherwise
-
getContentId
java.lang.Object getContentId()
-
equals
boolean equals(ITabHistoryContext other)
-
hashCode
int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-