Interface TraceBookmarkType

All Superinterfaces:
BookmarkType
All Known Implementing Classes:
DBTraceBookmarkType

public interface TraceBookmarkType extends BookmarkType
  • Method Details

    • setIcon

      void setIcon(ImageIcon icon)
    • setMarkerColor

      void setMarkerColor(Color color)
    • setMarkerPriority

      void setMarkerPriority(int priority)
    • getCategories

      Collection<String> getCategories()
    • countBookmarks

      int countBookmarks()
    • getBookmarks

      Collection<TraceBookmark> getBookmarks()