Uses of Class
com.biglybt.ui.swt.views.skin.sidebar.SideBarEntrySWT
-
Packages that use SideBarEntrySWT Package Description com.biglybt.ui.swt.views.skin.sidebar -
-
Uses of SideBarEntrySWT in com.biglybt.ui.swt.views.skin.sidebar
Fields in com.biglybt.ui.swt.views.skin.sidebar declared as SideBarEntrySWT Modifier and Type Field Description protected SideBarEntrySWT
SideBar. draggingOver
Fields in com.biglybt.ui.swt.views.skin.sidebar with type parameters of type SideBarEntrySWT Modifier and Type Field Description private java.util.List<SideBarEntrySWT>
SideBar. attention_seekers
Methods in com.biglybt.ui.swt.views.skin.sidebar that return SideBarEntrySWT Modifier and Type Method Description SideBarEntrySWT
SideBar. createEntry(UISWTViewBuilderCore builder, boolean closeable)
protected SideBarEntrySWT
SideBar. createEntryByCreationListener(java.lang.String id, java.util.Map<?,?> autoOpenInfo)
SideBarEntrySWT
SideBar. createEntryFromSkinRef(java.lang.String parentEntryID, java.lang.String id, java.lang.String configID, java.lang.String title, ViewTitleInfo titleInfo, java.lang.Object params, boolean closeable, java.lang.String preferredAfterID)
SideBarEntrySWT
SideBar. createHeader(java.lang.String id, java.lang.String titleID, java.lang.String preferredAfterID)
SideBarEntrySWT
SideBar. getCurrentEntry()
SideBarEntrySWT
SideBar. getEntry(java.lang.String id)
SideBarEntrySWT
SideBar. getEntryBySkinView(java.lang.Object skinView)
Methods in com.biglybt.ui.swt.views.skin.sidebar with parameters of type SideBarEntrySWT Modifier and Type Method Description private void
SideBar. _setupNewEntry(SideBarEntrySWT entry, java.lang.String id, boolean expandParent, boolean closeable)
private org.eclipse.swt.widgets.TreeItem
SideBar. createTreeItem(SideBarEntrySWT entry, org.eclipse.swt.widgets.TreeItem parentSwtItem, int index)
protected void
SideBar. requestAttention(SideBarEntrySWT entry)
private void
SideBar. setupNewEntry(SideBarEntrySWT entry, java.lang.String id, boolean expandParent, boolean closeable)
private void
SideBar. swt_updateSideBarHitAreasY(SideBarEntrySWT[] entries)
-