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 TypeMethodDescriptionboolean
equals
(ITabHistoryContext other) boolean
A human readable name, typically displayed as a caption.getIcon
(int iTypeFlags) Supplies an icon for this labelint
hashCode()
boolean
represents
(EditorHost editor)
-
Field Details
-
_contentId
-
-
Constructor Details
-
EditorTabContext
-
-
Method Details
-
getDisplayName
Description copied from interface:ILabel
A human readable name, typically displayed as a caption.- Specified by:
getDisplayName
in interfaceILabel
-
getIcon
Description copied from interface:ILabel
Supplies an icon for this label -
represents
- Specified by:
represents
in interfaceITabHistoryContext
- Returns:
- true if this history context represents the given view, false otherwise
-
equals
- Specified by:
equals
in interfaceITabHistoryContext
-
equals
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceITabHistoryContext
- Overrides:
hashCode
in classObject
-
getContentId
- Specified by:
getContentId
in interfaceITabHistoryContext
-