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