Uses of Interface
com.biglybt.ui.swt.mdi.MdiEntrySWT
-
-
Uses of MdiEntrySWT in com.biglybt.ui.swt.devices
Fields in com.biglybt.ui.swt.devices declared as MdiEntrySWT Modifier and Type Field Description private MdiEntrySWT
SBC_DevicesView. mdiEntry
-
Uses of MdiEntrySWT in com.biglybt.ui.swt.mdi
Classes in com.biglybt.ui.swt.mdi that implement MdiEntrySWT Modifier and Type Class Description class
BaseMdiEntry
class
TabbedEntry
MDI Entry that is aCTabItem
and belongs woTabbedMDI
Fields in com.biglybt.ui.swt.mdi declared as MdiEntrySWT Modifier and Type Field Description private MdiEntrySWT
BaseMDI. currentEntry
Methods in com.biglybt.ui.swt.mdi that return MdiEntrySWT Modifier and Type Method Description MdiEntrySWT
MultipleDocumentInterfaceSWT. createEntry(UISWTViewBuilderCore builder, boolean closeable)
MdiEntrySWT
BaseMDI. getCurrentEntry()
MdiEntrySWT
MultipleDocumentInterfaceSWT. getCurrentEntry()
MdiEntrySWT[]
BaseMDI. getEntries()
MdiEntrySWT[]
MultipleDocumentInterfaceSWT. getEntries()
MdiEntrySWT
BaseMDI. getEntry(java.lang.String id)
MdiEntrySWT
MultipleDocumentInterfaceSWT. getEntry(java.lang.String id)
MdiEntrySWT
BaseMDI. getEntryBySkinView(java.lang.Object skinView)
MdiEntrySWT
MultipleDocumentInterfaceSWT. getEntryBySkinView(java.lang.Object skinView)
Methods in com.biglybt.ui.swt.mdi with parameters of type MdiEntrySWT Modifier and Type Method Description protected void
BaseMDI. setCurrentEntry(MdiEntrySWT entry)
protected void
TabbedMDI. setCurrentEntry(MdiEntrySWT entry)
-
Uses of MdiEntrySWT in com.biglybt.ui.swt.views
Methods in com.biglybt.ui.swt.views that return MdiEntrySWT Modifier and Type Method Description private MdiEntrySWT
MyTorrentsView. getActiveView()
-
Uses of MdiEntrySWT in com.biglybt.ui.swt.views.skin
Methods in com.biglybt.ui.swt.views.skin that return MdiEntrySWT Modifier and Type Method Description private MdiEntrySWT
SBC_AllTrackersView. getActiveView()
private MdiEntrySWT
SBC_TagsOverview. getActiveView()
-
Uses of MdiEntrySWT in com.biglybt.ui.swt.views.skin.sidebar
Classes in com.biglybt.ui.swt.views.skin.sidebar that implement MdiEntrySWT Modifier and Type Class Description class
SideBarEntrySWT
Methods in com.biglybt.ui.swt.views.skin.sidebar with parameters of type MdiEntrySWT Modifier and Type Method Description protected void
SideBar. setCurrentEntry(MdiEntrySWT entry)
-
Uses of MdiEntrySWT in com.biglybt.ui.swt.views.table.impl
Methods in com.biglybt.ui.swt.views.table.impl that return MdiEntrySWT Modifier and Type Method Description MdiEntrySWT
TableViewSWT_TabsCommon. getActiveSubView()
-