Class BookmarkTypeDB

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.ImageIcon getIcon()
      Returns Icon associated with this type or null if one has not been set by a plugin.
      java.awt.Color getMarkerColor()
      Returns marker color associated with this type or null if one has not been set by a plugin.
      int getMarkerPriority()
      Returns marker priority associated with this type or -1 if one has not been set by a plugin.
      int getTypeId()
      Returns the id associated with this bookmark type.
      java.lang.String getTypeString()
      Returns the type as a string
      boolean hasBookmarks()
      Returns true if there is at least one bookmark defined for this type
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getTypeString

        public java.lang.String getTypeString()
        Description copied from interface: BookmarkType
        Returns the type as a string
        Specified by:
        getTypeString in interface BookmarkType
      • hasBookmarks

        public boolean hasBookmarks()
        Description copied from interface: BookmarkType
        Returns true if there is at least one bookmark defined for this type
        Specified by:
        hasBookmarks in interface BookmarkType
      • getTypeId

        public int getTypeId()
        Description copied from interface: BookmarkType
        Returns the id associated with this bookmark type.
        Specified by:
        getTypeId in interface BookmarkType
      • getIcon

        public javax.swing.ImageIcon getIcon()
        Description copied from interface: BookmarkType
        Returns Icon associated with this type or null if one has not been set by a plugin.
        Specified by:
        getIcon in interface BookmarkType
      • getMarkerColor

        public java.awt.Color getMarkerColor()
        Description copied from interface: BookmarkType
        Returns marker color associated with this type or null if one has not been set by a plugin.
        Specified by:
        getMarkerColor in interface BookmarkType
      • getMarkerPriority

        public int getMarkerPriority()
        Description copied from interface: BookmarkType
        Returns marker priority associated with this type or -1 if one has not been set by a plugin.
        Specified by:
        getMarkerPriority in interface BookmarkType
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object