Interface ViewTitleInfo

All Known Subinterfaces:
ViewTitleInfo2
All Known Implementing Classes:
ChatMDIEntry, DeviceInternetView, DeviceManagerUI.categoryView, DeviceManagerUI.categoryViewGeneric, DeviceManagerUI.DeviceView, DownloadActivityView, FilesView, MySharesView, MyTorrentsSubView, PeersView, PiecesSuperView, PiecesView, PiecesViewBase, SB_Vuze.ViewTitleInfo_Vuze, SBC_TagDiscovery, SBC_TorrentDetailsView.TorrentDetailMdiEntry, SearchHandler.ViewTitleInfoImplementation, SearchResultsTabArea, SubscriptionManagerUI.SubsParentView, SubscriptionMDIEntry, ViewQuickNotifications, ViewTitleInfoBetaP

public interface ViewTitleInfo
  • Field Details

    • TITLE_TEXT

      static final int TITLE_TEXT
      See Also:
    • TITLE_INDICATOR_TEXT

      static final int TITLE_INDICATOR_TEXT
      See Also:
    • TITLE_INDICATOR_COLOR

      static final int TITLE_INDICATOR_COLOR
      Return int[3] of {R, G, B} for color of Indicator Bubble
      See Also:
    • TITLE_ACTIVE_STATE

      static final int TITLE_ACTIVE_STATE
      See Also:
    • TITLE_INDICATOR_TEXT_TOOLTIP

      static final int TITLE_INDICATOR_TEXT_TOOLTIP
      See Also:
    • TITLE_IMAGEID

      static final int TITLE_IMAGEID
      See Also:
    • TITLE_IMAGE_TOOLTIP

      static final int TITLE_IMAGE_TOOLTIP
      See Also:
    • TITLE_EXPORTABLE_DATASOURCE

      static final int TITLE_EXPORTABLE_DATASOURCE
      Return an exportable version of the datasource. Usually String, but can be Map and List
      See Also:
  • Method Details

    • getTitleInfoProperty

      Object getTitleInfoProperty(int propertyID)
      Parameters:
      propertyID - TITLE_*
      Returns:
      value, or null if you don't want to set it
      Since:
      3.1.1.1