Package ghidra.program.database.bookmark
Class BookmarkTypeDB
java.lang.Object
ghidra.program.database.bookmark.BookmarkTypeDB
- All Implemented Interfaces:
BookmarkType
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetIcon()Returns Icon associated with this type or null if one has not been set by a plugin.Returns marker color associated with this type or null if one has not been set by a plugin.intReturns marker priority associated with this type or -1 if one has not been set by a plugin.intReturns the id associated with this bookmark type.Returns the type as a string.booleanReturns true if there is at least one bookmark defined for this type.toString()
-
Method Details
-
getTypeString
Description copied from interface:BookmarkTypeReturns the type as a string.- Specified by:
getTypeStringin interfaceBookmarkType- Returns:
- the type as a string.
-
hasBookmarks
public boolean hasBookmarks()Description copied from interface:BookmarkTypeReturns true if there is at least one bookmark defined for this type.- Specified by:
hasBookmarksin interfaceBookmarkType- Returns:
- true if there is at least one bookmark defined for this type.
-
getTypeId
public int getTypeId()Description copied from interface:BookmarkTypeReturns the id associated with this bookmark type.- Specified by:
getTypeIdin interfaceBookmarkType- Returns:
- the id associated with this bookmark type.
-
getIcon
Description copied from interface:BookmarkTypeReturns Icon associated with this type or null if one has not been set by a plugin.- Specified by:
getIconin interfaceBookmarkType- Returns:
- the icon.
-
getMarkerColor
Description copied from interface:BookmarkTypeReturns marker color associated with this type or null if one has not been set by a plugin.- Specified by:
getMarkerColorin interfaceBookmarkType- Returns:
- the color.
-
getMarkerPriority
public int getMarkerPriority()Description copied from interface:BookmarkTypeReturns marker priority associated with this type or -1 if one has not been set by a plugin.- Specified by:
getMarkerPriorityin interfaceBookmarkType- Returns:
- the priority.
-
toString
-