Uses of Interface
com.biglybt.ui.mdi.MdiEntryCreationListener
-
Packages that use MdiEntryCreationListener Package Description com.biglybt.ui.mdi com.biglybt.ui.swt.mdi com.biglybt.ui.swt.views.skin -
-
Uses of MdiEntryCreationListener in com.biglybt.ui.mdi
Methods in com.biglybt.ui.mdi with parameters of type MdiEntryCreationListener Modifier and Type Method Description void
MultipleDocumentInterface. deregisterEntry(java.lang.String id, MdiEntryCreationListener l)
void
MultipleDocumentInterface. registerEntry(java.lang.String id, MdiEntryCreationListener l)
-
Uses of MdiEntryCreationListener in com.biglybt.ui.swt.mdi
Fields in com.biglybt.ui.swt.mdi with type parameters of type MdiEntryCreationListener Modifier and Type Field Description private java.util.Map<java.lang.String,MdiEntryCreationListener>
BaseMDI. mapIdToCreationListener
Methods in com.biglybt.ui.swt.mdi with parameters of type MdiEntryCreationListener Modifier and Type Method Description void
BaseMDI. deregisterEntry(java.lang.String id, MdiEntryCreationListener l)
void
BaseMDI. registerEntry(java.lang.String id, MdiEntryCreationListener l)
-
Uses of MdiEntryCreationListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement MdiEntryCreationListener Modifier and Type Class Description private class
SB_Transfers.MyMdiEntryCreationListener
-