Uses of Interface
com.biglybt.ui.mdi.MdiEntry
Packages that use MdiEntry
Package
Description
-
Uses of MdiEntry in com.biglybt.ui.common.viewtitleinfo
Methods in com.biglybt.ui.common.viewtitleinfo that return MdiEntryMethods in com.biglybt.ui.common.viewtitleinfo with parameters of type MdiEntryModifier and TypeMethodDescriptionvoidViewTitleInfo2.titleInfoLinked(MultipleDocumentInterface mdi, MdiEntry mdiEntry) -
Uses of MdiEntry in com.biglybt.ui.mdi
Methods in com.biglybt.ui.mdi that return MdiEntryModifier and TypeMethodDescriptionMultipleDocumentInterface.closeEntry(MdiEntry entry, boolean userInitiated) CloseMdiEntryMultipleDocumentInterface.closeEntryByID(String id) CloseMdiEntryof idMultipleDocumentInterface.createEntryFromSkinRef(String parentEntryID, String id, String configID, String title, ViewTitleInfo titleInfo, Object params, boolean closeable, String preferedAfterID) If you prefix the 'preferedAfterID' string with '~' then the operation will actually switch to 'preferedBeforeID'MultipleDocumentInterface.createHeader(String id, String title, String preferredAfterID) MdiEntryCreationListener.createMDiEntry(String id) MdiEntryCreationListener2.createMDiEntry(MultipleDocumentInterface mdi, String id, Object datasource, Map<?, ?> params) MdiEntry[]MultipleDocumentInterface.getEntries()MdiEntryVitalityImage.getMdiEntry()MultipleDocumentInterface.getMenuEntry(boolean activeOnly) MultipleDocumentInterface.getSelectedEntry()Methods in com.biglybt.ui.mdi that return types with arguments of type MdiEntryMethods in com.biglybt.ui.mdi with parameters of type MdiEntryModifier and TypeMethodDescriptionMultipleDocumentInterface.closeEntry(MdiEntry entry, boolean userInitiated) CloseMdiEntryvoidMdiChildCloseListener.mdiChildEntryClosed(MdiEntry parent, MdiEntry child, boolean user) voidMdiCloseListener.mdiEntryClosed(MdiEntry entry, boolean userClosed) Triggered when aMdiEntryis closedvoidMdiEntryDatasourceListener.mdiEntryDatasourceChanged(MdiEntry entry) booleanMdiEntryDropListener.mdiEntryDrop(MdiEntry entry, Object droppedObject) voidMdiEntryLoadedListener.mdiEntryLoaded(MdiEntry entry) voidMdiEntryLogIdListener.mdiEntryLogIdChanged(MdiEntry mdiEntry, String oldID, String newID) voidMdiEntryOpenListener.mdiEntryOpen(MdiEntry entry) voidMdiListener.mdiEntrySelected(MdiEntry newEntry, MdiEntry oldEntry) default booleanMdiCloseListener.midEntryCanClose(MdiEntry entry, boolean userClosed) voidMultipleDocumentInterface.removeItem(MdiEntry entry) void -
Uses of MdiEntry in com.biglybt.ui.swt.devices
Fields in com.biglybt.ui.swt.devices declared as MdiEntryModifier and TypeFieldDescriptionprivate MdiEntryDeviceManagerUI.entryHeaderprivate MdiEntryDeviceManagerUI.categoryView.mdiEntryprivate MdiEntryDeviceManagerUI.mdiEntryOverviewprivate MdiEntryDeviceManagerUI.deviceItem.sb_entryMethods in com.biglybt.ui.swt.devices that return MdiEntryModifier and TypeMethodDescriptionprotected MdiEntryDeviceManagerUI.buildSideBar(boolean rebuild) protected MdiEntryDeviceManagerUI.deviceItem.getMdiEntry()Methods in com.biglybt.ui.swt.devices with parameters of type MdiEntryModifier and TypeMethodDescriptionprotected voidDeviceManagerUI.addDefaultDropListener(MdiEntry mainSbEntry) protected voidDeviceManagerUI.categoryView.setDetails(MdiEntry entry, String _key) protected voidDeviceManagerUI.deviceItem.setMdiEntry(MdiEntry _sb_entry) private voidDeviceManagerUI.setupHeader(MultipleDocumentInterface mdi, MdiEntry entryHeader) -
Uses of MdiEntry in com.biglybt.ui.swt.mdi
Subinterfaces of MdiEntry in com.biglybt.ui.swt.mdiClasses in com.biglybt.ui.swt.mdi that implement MdiEntryModifier and TypeClassDescriptionclassclassMDI Entry that is aCTabItemand belongs woTabbedMDIFields in com.biglybt.ui.swt.mdi declared as MdiEntryMethods in com.biglybt.ui.swt.mdi with type parameters of type MdiEntryMethods in com.biglybt.ui.swt.mdi that return MdiEntryModifier and TypeMethodDescriptionprotected MdiEntryBaseMDI.createEntryByCreationListener(String id, Map<?, ?> autoOpenInfo) protected MdiEntryTabbedMDI.createEntryByCreationListener(String id, Map<?, ?> autoOpenInfo) final MdiEntryBaseMDI.createEntryFromEventListener(String parentID, UISWTViewEventListener l, String id, boolean closeable, Object datasource, String preferedAfterID) Deprecated.Use createEntryFromHolder(parentEntryID, null, new UISWTViewEventListenerHolder(id, l, datasource, null), id, closeable, preferedAfterID);MultipleDocumentInterfaceSWT.createEntryFromEventListener(String parentEntryID, UISWTViewEventListener l, String id, boolean closeable, Object datasource, String preferredAfterID) Deprecated.abstract MdiEntryBaseMDI.createEntryFromSkinRef(String parentEntryID, String id, String configID, String title, ViewTitleInfo titleInfo, Object params, boolean closeable, String preferedAfterID) <T extends MdiEntry>
T[]BaseMDI.getEntries(T[] array) MdiEntryVitalityImageSWT.getMdiEntry()private MdiEntryBaseMDI.loadAndGetEntryByID(String id, boolean activate, boolean onlyLoadOnce, Object datasource) Methods in com.biglybt.ui.swt.mdi that return types with arguments of type MdiEntryMethods in com.biglybt.ui.swt.mdi with parameters of type MdiEntryModifier and TypeMethodDescriptionfinal BaseMdiEntryBaseMDI.closeEntry(MdiEntry entry, boolean userInitiated) voidvoid<T extends MdiEntry>
T[]BaseMDI.getEntries(T[] array) private intprotected voidBaseMDI.itemSelected(MdiEntry entry) voidMdiSWTMenuHackListener.menuWillBeShown(MdiEntry entry, org.eclipse.swt.widgets.Menu menuTree) abstract booleanBaseMDI.popoutEntry(MdiEntry entry, Map<String, Object> options) booleanTabbedMDI.popoutEntry(MdiEntry entry, Map<String, Object> options) voidBaseMDI.removeItem(MdiEntry entry) protected voidBaseMDI.removeItem(MdiEntry entry, boolean removeChildren) voidvoidBaseMdiEntry.triggerChildCloseListeners(MdiEntry child, boolean user) voidBaseMDI.triggerEntryLoadedListeners(MdiEntry entry) protected voidBaseMDI.triggerSelectionListener(MdiEntry newEntry, MdiEntry oldEntry) Constructors in com.biglybt.ui.swt.mdi with parameters of type MdiEntry -
Uses of MdiEntry in com.biglybt.ui.swt.plugin.net.buddy.swt
Fields in com.biglybt.ui.swt.plugin.net.buddy.swt declared as MdiEntryMethods in com.biglybt.ui.swt.plugin.net.buddy.swt that return MdiEntryModifier and TypeMethodDescriptionprivate static MdiEntrySBC_ChatOverview.createChatMdiEntry(UIManager ui_manager, BuddyPluginBeta.ChatInstance chat) Constructors in com.biglybt.ui.swt.plugin.net.buddy.swt with parameters of type MdiEntryModifierConstructorDescriptionChatMDIEntry(UIManager _ui_manager, BuddyPluginBeta.ChatInstance _chat, MdiEntry _entry) -
Uses of MdiEntry in com.biglybt.ui.swt.search
Fields in com.biglybt.ui.swt.search declared as MdiEntryFields in com.biglybt.ui.swt.search with type parameters of type MdiEntry -
Uses of MdiEntry in com.biglybt.ui.swt.subscriptions
Fields in com.biglybt.ui.swt.subscriptions declared as MdiEntryModifier and TypeFieldDescriptionprivate final MdiEntrySubscriptionMDIEntry.mdiEntryprivate MdiEntrySubscriptionManagerUI.mdiEntryOverviewFields in com.biglybt.ui.swt.subscriptions with type parameters of type MdiEntryMethods in com.biglybt.ui.swt.subscriptions that return MdiEntryModifier and TypeMethodDescriptionprivate MdiEntrySubscriptionManagerUI.createSubscriptionMdiEntry(Subscription subs) Methods in com.biglybt.ui.swt.subscriptions with parameters of type MdiEntryModifier and TypeMethodDescriptionprotected voidSubscriptionManagerUI.refreshTitles(MdiEntry entry) private voidSubscriptionManagerUI.setupHeader(MultipleDocumentInterface mdi, MdiEntry headerEntry) Constructors in com.biglybt.ui.swt.subscriptions with parameters of type MdiEntry -
Uses of MdiEntry in com.biglybt.ui.swt.views
Methods in com.biglybt.ui.swt.views with parameters of type MdiEntryModifier and TypeMethodDescriptionvoidDownloadActivityView.menuWillBeShown(MdiEntry entry, org.eclipse.swt.widgets.Menu menu) voidDownloadActivityView.titleInfoLinked(MultipleDocumentInterface mdi, MdiEntry mdiEntry) voidMySharesView.titleInfoLinked(MultipleDocumentInterface mdi, MdiEntry mdiEntry) voidPeersView.titleInfoLinked(MultipleDocumentInterface mdi, MdiEntry mdiEntry) voidPiecesViewBase.titleInfoLinked(MultipleDocumentInterface mdi, MdiEntry mdiEntry) -
Uses of MdiEntry in com.biglybt.ui.swt.views.skin
Fields in com.biglybt.ui.swt.views.skin declared as MdiEntryModifier and TypeFieldDescriptionprivate MdiEntrySB_Vuze.ViewTitleInfo_Vuze.entryprivate MdiEntrySBC_GenericBrowsePage.entryprivate MdiEntrySBC_TagDiscovery.entryprivate MdiEntrySB_Dashboard.mdi_entryprivate static MdiEntrySBC_ActivityTableView.mdi_entryFields in com.biglybt.ui.swt.views.skin with type parameters of type MdiEntryMethods in com.biglybt.ui.swt.views.skin that return MdiEntryModifier and TypeMethodDescriptionprotected MdiEntrySB_Transfers.createDownloadingEntry(MultipleDocumentInterface mdi) SB_Transfers.MyMdiEntryCreationListener.createMDiEntry(String id) protected MdiEntrySB_Transfers.createSeedingEntry(MultipleDocumentInterface mdi) SBC_TorrentDetailsView.TorrentDetailMdiEntry.createTorrentDetailEntry(MultipleDocumentInterface mdi, String id, Object ds) protected MdiEntrySB_Transfers.createUnopenedEntry(MultipleDocumentInterface mdi) SBC_TagDiscovery.getLinkedMdiEntry()SB_Transfers.setupCategory(Category category) SB_Dashboard.setupMDIEntry()Methods in com.biglybt.ui.swt.views.skin with parameters of type MdiEntryModifier and TypeMethodDescriptionprivate static voidWelcomeView.addDropTest(MdiEntry entry) private static voidSB_Transfers.addGeneralLibraryMenus(MultipleDocumentInterface mdi, MdiEntry entry, String id) voidSBC_TorrentDetailsView.TorrentDetailMdiEntry.mdiEntryClosed(MdiEntry entry, boolean userClosed) voidSBC_TorrentDetailsView.TorrentDetailMdiEntry.mdiEntryDatasourceChanged(MdiEntry entry) voidSBC_TorrentDetailsView.TorrentDetailMdiEntry.menuWillBeShown(MdiEntry entry, org.eclipse.swt.widgets.Menu menuTree) private voidSB_Transfers.requestRedraw(MdiEntry entry) private voidSB_Transfers.setTagIcon(Tag tag, MdiEntry entry, boolean default_only) private voidSB_Discovery.setupHeader(MdiEntry entry) voidSBC_TagDiscovery.titleInfoLinked(MultipleDocumentInterface mdi, MdiEntry mdiEntry) Method parameters in com.biglybt.ui.swt.views.skin with type arguments of type MdiEntryModifier and TypeMethodDescriptionprivate static intprivate static intConstructors in com.biglybt.ui.swt.views.skin with parameters of type MdiEntry -
Uses of MdiEntry in com.biglybt.ui.swt.views.skin.sidebar
Classes in com.biglybt.ui.swt.views.skin.sidebar that implement MdiEntryMethods in com.biglybt.ui.swt.views.skin.sidebar with parameters of type MdiEntryModifier and TypeMethodDescriptionprivate voidSideBar.addHistory(MdiEntry entry) booleanSideBar.canPopoutEntry(MdiEntry entry) protected intprotected voidSideBar.itemSelected(MdiEntry entry) booleanSideBar.popoutEntry(MdiEntry entry, Map<String, Object> options) void