Package editor
Interface ITabHistoryContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
equals(ITabHistoryContext other)
Object
getContentId()
int
hashCode()
boolean
represents(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
Object getContentId()
-
equals
boolean equals(ITabHistoryContext other)
-
-