Uses of Interface
com.biglybt.ui.swt.pif.UISWTView
-
-
Uses of UISWTView in com.biglybt.plugin.net.buddy.swt
Fields in com.biglybt.plugin.net.buddy.swt with type parameters of type UISWTView Modifier and Type Field Description private java.util.HashMap<UISWTView,BuddyPluginView.BetaSubViewHolder>
BuddyPluginView. beta_subviews
Methods in com.biglybt.plugin.net.buddy.swt with parameters of type UISWTView Modifier and Type Method Description private void
BuddyPluginView.BetaSubViewHolder. initialise(UISWTView view, org.eclipse.swt.widgets.Composite parent)
-
Uses of UISWTView in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt that return UISWTView Modifier and Type Method Description UISWTView[]
UIFunctionsSWT. getPluginViews()
-
Uses of UISWTView in com.biglybt.ui.swt.devices
Fields in com.biglybt.ui.swt.devices declared as UISWTView Modifier and Type Field Description private UISWTView
DeviceManagerUI.categoryView. swtView
private UISWTView
DeviceManagerUI.deviceView. swtView
-
Uses of UISWTView in com.biglybt.ui.swt.mdi
Subinterfaces of UISWTView in com.biglybt.ui.swt.mdi Modifier and Type Interface Description interface
MdiEntrySWT
Classes in com.biglybt.ui.swt.mdi that implement UISWTView 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 UISWTView Modifier and Type Field Description private UISWTView
BaseMDI. parentView
Methods in com.biglybt.ui.swt.mdi that return UISWTView Modifier and Type Method Description UISWTView
BaseMDI. getParentView()
Constructors in com.biglybt.ui.swt.mdi with parameters of type UISWTView Constructor Description BaseMDI(java.lang.Class<?> pluginDataSourceType, java.lang.String viewID, UISWTView parentView)
TabbedMDI(java.lang.Class<?> pluginDataSourceType, java.lang.String viewID, java.lang.String props_prefix, UISWTView parentView, java.lang.Object dataSource)
-
Uses of UISWTView in com.biglybt.ui.swt.pif
Methods in com.biglybt.ui.swt.pif that return UISWTView Modifier and Type Method Description UISWTView[]
UISWTInstance. getOpenViews(java.lang.String sParentID)
Get a list of views currently open on the specified VIEW_* viewUISWTView
UISWTView. getParentView()
Get parent view, if one existsUISWTView
UISWTViewEvent. getView()
Get the ViewMethods in com.biglybt.ui.swt.pif with parameters of type UISWTView Modifier and Type Method Description UISWTViewEventListener
UISWTViewBuilder.UISWTViewEventListenerInstantiator. createNewInstance(UISWTViewBuilder Builder, UISWTView forView)
A view has been created and is requesting aUISWTViewEventListener
to sendUISWTViewEvent
s to. -
Uses of UISWTView in com.biglybt.ui.swt.pifimpl
Subinterfaces of UISWTView in com.biglybt.ui.swt.pifimpl Modifier and Type Interface Description interface
UISWTViewCore
A holding area between the public UISWTView plugin interface, and things that we may eventually move into UISWTViewClasses in com.biglybt.ui.swt.pifimpl that implement UISWTView Modifier and Type Class Description class
UISWTViewImpl
This class creates an view that triggersUISWTViewEventListener
appropriatelyFields in com.biglybt.ui.swt.pifimpl declared as UISWTView Modifier and Type Field Description private UISWTView
UISWTViewImpl. parentView
(package private) UISWTView
UISWTViewEventImpl. view
Fields in com.biglybt.ui.swt.pifimpl with type parameters of type UISWTView Modifier and Type Field Description private java.util.Map<UISWTView,java.lang.ref.Reference<UISWTViewEventListener>>
UISWTViewBuilderCore. mapViewToListener
Methods in com.biglybt.ui.swt.pifimpl that return UISWTView Modifier and Type Method Description UISWTView[]
UISWTInstanceImpl. getOpenViews(java.lang.String sParentID)
UISWTView[]
UISWTInstanceImpl.instanceWrapper. getOpenViews(java.lang.String sParentID)
UISWTView
UISWTViewImpl. getParentView()
UISWTView
UISWTViewEventImpl. getView()
Methods in com.biglybt.ui.swt.pifimpl with parameters of type UISWTView Modifier and Type Method Description UISWTViewEventListener
UISWTViewBuilderCore. createEventListener(UISWTView view)
void
UISWTViewCore. setParentView(UISWTView parentView)
void
UISWTViewImpl. setParentView(UISWTView parentView)
Constructors in com.biglybt.ui.swt.pifimpl with parameters of type UISWTView Constructor Description UISWTViewEventImpl(UISWTView view, int eventType, java.lang.Object data)
-
Uses of UISWTView in com.biglybt.ui.swt.shells.main
Methods in com.biglybt.ui.swt.shells.main that return UISWTView Modifier and Type Method Description UISWTView[]
MainWindowDelayStub.UIFunctionsSWTImpl. getPluginViews()
UISWTView[]
UIFunctionsImpl. getPluginViews()
-
Uses of UISWTView in com.biglybt.ui.swt.skin
Fields in com.biglybt.ui.swt.skin declared as UISWTView Modifier and Type Field Description private UISWTView
UISWTViewSkinAdapter.ViewHolder. view
Fields in com.biglybt.ui.swt.skin with type parameters of type UISWTView Modifier and Type Field Description private CopyOnWriteMap<UISWTView,UISWTViewSkinAdapter.ViewHolder>
UISWTViewSkinAdapter. subviews
Methods in com.biglybt.ui.swt.skin that return types with arguments of type UISWTView Modifier and Type Method Description protected java.util.Set<UISWTView>
UISWTViewSkinAdapter. getViews()
Constructors in com.biglybt.ui.swt.skin with parameters of type UISWTView Constructor Description ViewHolder(UISWTView _view, SWTSkin _skin)
-
Uses of UISWTView in com.biglybt.ui.swt.subscriptions
Fields in com.biglybt.ui.swt.subscriptions declared as UISWTView Modifier and Type Field Description private UISWTView
SubscriptionManagerUI.SubsParentView. swtView
private UISWTView
SubscriptionsView. swtView
-
Uses of UISWTView in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as UISWTView Modifier and Type Field Description private UISWTView
ConfigView. swtView
private UISWTView
DownloadActivityView. swtView
private UISWTView
DownloadXferStatsView. swtView
private UISWTView
GeneralView. swtView
private UISWTView
LoggerView. swtView
private UISWTView
MyTorrentsSuperView. swtView
private UISWTView
PeersGraphicView. swtView
protected UISWTView
PieceDistributionView. swtView
private UISWTView
PrivacyView. swtView
private UISWTView
ScrapeInfoView. swtView
private UISWTView
TaggingView. swtView
private UISWTView
TagSettingsView. swtView
private UISWTView
TorrentInfoView. swtView
private UISWTView
TorrentOptionsView. swtView
private UISWTView
ViewDownSpeedGraph. swtView
private UISWTView
ViewQuickConfig. swtView
private UISWTView
ViewQuickNetInfo. swtView
private UISWTView
ViewQuickNotifications. swtView
private UISWTView
ViewUpSpeedGraph. swtView
Methods in com.biglybt.ui.swt.views that return UISWTView Modifier and Type Method Description UISWTView
MyTorrentsSuperView. getSWTView()
-
Uses of UISWTView in com.biglybt.ui.swt.views.file
Fields in com.biglybt.ui.swt.views.file declared as UISWTView Modifier and Type Field Description private UISWTView
FileInfoView. swtView
-
Uses of UISWTView in com.biglybt.ui.swt.views.peer
Fields in com.biglybt.ui.swt.views.peer declared as UISWTView Modifier and Type Field Description private UISWTView
PeerInfoView. swtView
Methods in com.biglybt.ui.swt.views.peer with parameters of type UISWTView Modifier and Type Method Description boolean
PeerFilesView. allowCreate(UISWTView swtView)
-
Uses of UISWTView in com.biglybt.ui.swt.views.piece
Fields in com.biglybt.ui.swt.views.piece declared as UISWTView Modifier and Type Field Description private UISWTView
PieceInfoView. swtView
-
Uses of UISWTView in com.biglybt.ui.swt.views.skin
Fields in com.biglybt.ui.swt.views.skin declared as UISWTView Modifier and Type Field Description (package private) UISWTView
SB_Dashboard.SideBarDashboard. swtView
-
Uses of UISWTView in com.biglybt.ui.swt.views.skin.sidebar
Classes in com.biglybt.ui.swt.views.skin.sidebar that implement UISWTView Modifier and Type Class Description class
SideBarEntrySWT
-
Uses of UISWTView in com.biglybt.ui.swt.views.stats
Fields in com.biglybt.ui.swt.views.stats declared as UISWTView Modifier and Type Field Description private UISWTView
DHTOpsView. swtView
private UISWTView
DHTView. swtView
private UISWTView
StatsView. swtView
private UISWTView
TagStatsView. swtView
private UISWTView
TransferStatsView. swtView
private UISWTView
VivaldiView. swtView
private UISWTView
XferStatsView. swtView
-
Uses of UISWTView in com.biglybt.ui.swt.views.table
Methods in com.biglybt.ui.swt.views.table with parameters of type UISWTView Modifier and Type Method Description void
TableViewSWT. initialize(UISWTView parent, org.eclipse.swt.widgets.Composite composite)
-
Uses of UISWTView in com.biglybt.ui.swt.views.table.impl
Fields in com.biglybt.ui.swt.views.table.impl declared as UISWTView Modifier and Type Field Description (package private) UISWTView
TableViewSWT_TabsCommon. parentView
private UISWTView
TableViewTab. swtView
Methods in com.biglybt.ui.swt.views.table.impl that return UISWTView Modifier and Type Method Description UISWTView
TableViewTab. getSWTView()
Methods in com.biglybt.ui.swt.views.table.impl with parameters of type UISWTView Modifier and Type Method Description boolean
TableViewTab. allowCreate(UISWTView swtView)
Constructors in com.biglybt.ui.swt.views.table.impl with parameters of type UISWTView Constructor Description TableViewSWT_TabsCommon(UISWTView parentView, TableViewSWT<?> tv)
-
Uses of UISWTView in com.biglybt.ui.swt.views.table.painted
Methods in com.biglybt.ui.swt.views.table.painted with parameters of type UISWTView Modifier and Type Method Description void
TableViewPainted. initialize(UISWTView parentView, org.eclipse.swt.widgets.Composite parent)
-