Package com.biglybt.ui.swt.mdi
Interface MultipleDocumentInterfaceSWT
- All Superinterfaces:
MultipleDocumentInterface
- All Known Subinterfaces:
TabbedMdiInterface
-
Field Summary
Fields inherited from interface com.biglybt.ui.mdi.MultipleDocumentInterface
SIDEBAR_HEADER_DASHBOARD, SIDEBAR_HEADER_DEVICES, SIDEBAR_HEADER_DISCOVERY, SIDEBAR_HEADER_ORDER_DEFAULT, SIDEBAR_HEADER_PLUGINS, SIDEBAR_HEADER_TRANSFERS, SIDEBAR_HEADER_VUZE, SIDEBAR_POS_FIRST, SIDEBAR_SECTION_ACTIVITIES, SIDEBAR_SECTION_ALL_TRACKERS, SIDEBAR_SECTION_ALLBLOCKS, SIDEBAR_SECTION_ALLPEERS, SIDEBAR_SECTION_ALLPIECES, SIDEBAR_SECTION_ARCHIVED_DOWNLOADS, SIDEBAR_SECTION_BETAPROGRAM, SIDEBAR_SECTION_CHAT, SIDEBAR_SECTION_CLIENT_STATS, SIDEBAR_SECTION_CONFIG, SIDEBAR_SECTION_DEVICES, SIDEBAR_SECTION_DISK_OPS, SIDEBAR_SECTION_DOWNLOAD_HISTORY, SIDEBAR_SECTION_LIBRARY, SIDEBAR_SECTION_LIBRARY_CAT_INSTANCES, SIDEBAR_SECTION_LIBRARY_CD, SIDEBAR_SECTION_LIBRARY_DL, SIDEBAR_SECTION_LIBRARY_TAG_INSTANCES, SIDEBAR_SECTION_LIBRARY_UNOPENED, SIDEBAR_SECTION_LOGGER, SIDEBAR_SECTION_MY_SHARES, SIDEBAR_SECTION_MY_TRACKER, SIDEBAR_SECTION_PLUGINS, SIDEBAR_SECTION_SEARCH, SIDEBAR_SECTION_SUBSCRIPTIONS, SIDEBAR_SECTION_TAG_DISCOVERY, SIDEBAR_SECTION_TAGS, SIDEBAR_SECTION_TORRENT_DETAILS, SIDEBAR_SECTION_TORRENT_OPTIONS, SIDEBAR_SECTION_WELCOME, SIDEBAR_TRANSFERS_SECTION_ORDER
-
Method Summary
Modifier and TypeMethodDescriptionvoid
buildMDI
(SWTSkinObject skinObject) void
buildMDI
(org.eclipse.swt.widgets.Composite parent) Builds MDI and populates it with entries registered to id or datasourcetypecreateEntry
(UISWTViewBuilderCore builder, boolean closeable) createEntryFromEventListener
(String parentEntryID, UISWTViewEventListener l, String id, boolean closeable, Object datasource, String preferredAfterID) Deprecated.getEntryBySkinView
(Object skinView) void
setCloseableConfigFile
(String closeableConfigFile) Methods inherited from interface com.biglybt.ui.mdi.MultipleDocumentInterface
addListener, addListener, closeEntry, closeEntry, closeEntryByID, createEntryFromSkinRef, createHeader, deregisterEntry, deregisterEntry, entryExists, getChildrenOf, getDataSourceType, getEntriesCount, getEntry, getMenuEntry, getPreferredOrder, getViewID, isDisposed, isInitialized, isVisible, loadEntryByID, loadEntryByID, popoutEntryByID, registerEntry, registerEntry, removeEntryAutoOpen, removeItem, removeListener, removeListener, runWhenIdle, setDefaultEntryID, setEntryAutoOpen, setPreferredOrder, showEntry, showEntryByID, showEntryByID, willEntryAutoOpen
-
Method Details
-
getEntryBySkinView
-
createEntryFromEventListener
MdiEntry createEntryFromEventListener(String parentEntryID, UISWTViewEventListener l, String id, boolean closeable, Object datasource, String preferredAfterID) Deprecated. -
createEntry
- Returns:
- Newly created MDI Entry
-
getEntry
- Specified by:
getEntry
in interfaceMultipleDocumentInterface
-
getEntries
MdiEntrySWT[] getEntries()- Specified by:
getEntries
in interfaceMultipleDocumentInterface
-
getSelectedEntry
MdiEntrySWT getSelectedEntry()- Specified by:
getSelectedEntry
in interfaceMultipleDocumentInterface
-
setCloseableConfigFile
- Parameters:
closeableConfigFile
-- Since:
- 5.6.0.1
-
buildMDI
void buildMDI(org.eclipse.swt.widgets.Composite parent) Builds MDI and populates it with entries registered to id or datasourcetype- Parameters:
parent
-
-
buildMDI
-