com.aelitis.azureus.ui.swt.mdi
Interface MultipleDocumentInterfaceSWT
- All Superinterfaces:
- MultipleDocumentInterface
- All Known Implementing Classes:
- BaseMDI, SideBar, TabbedMDI
public interface MultipleDocumentInterfaceSWT
- extends MultipleDocumentInterface
- Author:
- TuxPaper
Fields inherited from interface com.aelitis.azureus.ui.mdi.MultipleDocumentInterface |
SIDEBAR_HEADER_DEVICES, SIDEBAR_HEADER_DISCOVERY, SIDEBAR_HEADER_DVD, SIDEBAR_HEADER_PLUGINS, SIDEBAR_HEADER_SUBSCRIPTIONS, SIDEBAR_HEADER_TRANSFERS, SIDEBAR_HEADER_VUZE, SIDEBAR_POS_FIRST, SIDEBAR_SECTION_ABOUTPLUGINS, SIDEBAR_SECTION_ACTIVITIES, SIDEBAR_SECTION_BETAPROGRAM, SIDEBAR_SECTION_BURN_INFO, SIDEBAR_SECTION_DEVICES, SIDEBAR_SECTION_GAMES, SIDEBAR_SECTION_LIBRARY, SIDEBAR_SECTION_LIBRARY_CD, SIDEBAR_SECTION_LIBRARY_DL, SIDEBAR_SECTION_LIBRARY_UNOPENED, SIDEBAR_SECTION_PLUGINS, SIDEBAR_SECTION_PLUS, SIDEBAR_SECTION_SEARCH, SIDEBAR_SECTION_SUBSCRIPTIONS, SIDEBAR_SECTION_TAG_DISCOVERY, SIDEBAR_SECTION_TAGS, SIDEBAR_SECTION_WELCOME, SIDEBAR_TORRENT_DETAILS_PREFIX |
Method Summary |
MdiEntry |
createEntryFromEventListener(String parentID,
UISWTViewEventListener l,
String id,
boolean closeable,
Object datasource,
String preferredAfterID)
If you prefix the 'preferedAfterID' string with '~' then the operation will actually
switch to 'preferedBeforeID' |
MdiEntry |
createEntryFromView(String parentID,
UISWTViewCore view,
String id,
Object datasource,
boolean closeable,
boolean show,
boolean expand)
|
UISWTViewCore |
getCoreViewFromID(String id)
|
MdiEntrySWT |
getCurrentEntrySWT()
|
MdiEntry |
getEntryBySkinView(Object skinView)
|
MdiEntrySWT |
getEntryFromSkinObject(PluginUISWTSkinObject skinObject)
|
MdiEntrySWT |
getEntrySWT(String id)
|
Methods inherited from interface com.aelitis.azureus.ui.mdi.MultipleDocumentInterface |
addListener, addListener, closeEntry, createEntryFromSkinRef, createHeader, entryExists, getChildrenOf, getCurrentEntry, getEntries, getEntry, getPreferredOrder, informAutoOpenSet, isVisible, loadEntryByID, loadEntryByID, registerEntry, registerEntry, removeEntryAutoOpen, removeItem, removeListener, removeListener, setEntryAutoOpen, setPreferredOrder, showEntry, showEntryByID |
getEntryBySkinView
MdiEntry getEntryBySkinView(Object skinView)
getCoreViewFromID
UISWTViewCore getCoreViewFromID(String id)
createEntryFromEventListener
MdiEntry createEntryFromEventListener(String parentID,
UISWTViewEventListener l,
String id,
boolean closeable,
Object datasource,
String preferredAfterID)
- If you prefix the 'preferedAfterID' string with '~' then the operation will actually
switch to 'preferedBeforeID'
- Parameters:
parentID
- l
- id
- closeable
- datasource
- preferredAfterID
-
- Returns:
createEntryFromView
MdiEntry createEntryFromView(String parentID,
UISWTViewCore view,
String id,
Object datasource,
boolean closeable,
boolean show,
boolean expand)
getEntrySWT
MdiEntrySWT getEntrySWT(String id)
getCurrentEntrySWT
MdiEntrySWT getCurrentEntrySWT()
getEntryFromSkinObject
MdiEntrySWT getEntryFromSkinObject(PluginUISWTSkinObject skinObject)