Package editor
Class EditorTabHistoryHandler.EditorTabContext
java.lang.Object
editor.EditorTabHistoryHandler.EditorTabContext
- All Implemented Interfaces:
ITabHistoryContext,ILabel
- Enclosing class:
- EditorTabHistoryHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(ITabHistoryContext other) booleanA human readable name, typically displayed as a caption.getIcon(int iTypeFlags) Supplies an icon for this labelinthashCode()booleanrepresents(EditorHost editor)
-
Field Details
-
_contentId
-
-
Constructor Details
-
EditorTabContext
-
-
Method Details
-
getDisplayName
Description copied from interface:ILabelA human readable name, typically displayed as a caption.- Specified by:
getDisplayNamein interfaceILabel
-
getIcon
Description copied from interface:ILabelSupplies an icon for this label -
represents
- Specified by:
representsin interfaceITabHistoryContext- Returns:
- true if this history context represents the given view, false otherwise
-
equals
- Specified by:
equalsin interfaceITabHistoryContext
-
equals
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceITabHistoryContext- Overrides:
hashCodein classObject
-
getContentId
- Specified by:
getContentIdin interfaceITabHistoryContext
-