Uses of Interface
com.biglybt.ui.swt.pifimpl.UISWTViewCore
-
Packages that use UISWTViewCore Package Description com.biglybt.ui.swt.mdi com.biglybt.ui.swt.pifimpl com.biglybt.ui.swt.shells.main com.biglybt.ui.swt.views com.biglybt.ui.swt.views.skin.sidebar -
-
Uses of UISWTViewCore in com.biglybt.ui.swt.mdi
Subinterfaces of UISWTViewCore in com.biglybt.ui.swt.mdi Modifier and Type Interface Description interface
MdiEntrySWT
Classes in com.biglybt.ui.swt.mdi that implement UISWTViewCore Modifier and Type Class Description class
BaseMdiEntry
class
TabbedEntry
MDI Entry that is aCTabItem
and belongs woTabbedMDI
-
Uses of UISWTViewCore in com.biglybt.ui.swt.pifimpl
Classes in com.biglybt.ui.swt.pifimpl that implement UISWTViewCore Modifier and Type Class Description class
UISWTViewImpl
This class creates an view that triggersUISWTViewEventListener
appropriately -
Uses of UISWTViewCore in com.biglybt.ui.swt.shells.main
Methods in com.biglybt.ui.swt.shells.main with parameters of type UISWTViewCore Modifier and Type Method Description void
MainWindowDelayStub.UIFunctionsSWTImpl. openPluginView(UISWTViewCore view, java.lang.String name)
-
Uses of UISWTViewCore in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as UISWTViewCore Modifier and Type Field Description private UISWTViewCore
TopBarView. activeTopBar
Fields in com.biglybt.ui.swt.views with type parameters of type UISWTViewCore Modifier and Type Field Description private java.util.List<UISWTViewCore>
TopBarView. topbarViews
Methods in com.biglybt.ui.swt.views with parameters of type UISWTViewCore Modifier and Type Method Description protected void
TopBarView. activateTopBar(UISWTViewCore view)
private void
TopBarView. addTopBarView(UISWTViewCore view, org.eclipse.swt.widgets.Composite composite)
private java.lang.String
TopBarView. getViewName(UISWTViewCore view)
private boolean
TopBarView. isEnabled(UISWTViewCore view)
private boolean
TopBarView. setEnabled(UISWTViewCore view, boolean enabled)
-
Uses of UISWTViewCore in com.biglybt.ui.swt.views.skin.sidebar
Classes in com.biglybt.ui.swt.views.skin.sidebar that implement UISWTViewCore Modifier and Type Class Description class
SideBarEntrySWT
-