Uses of Interface
com.biglybt.ui.mdi.MdiEntryCreationListener2
-
Packages that use MdiEntryCreationListener2 Package Description com.biglybt.ui.mdi com.biglybt.ui.swt.mdi -
-
Uses of MdiEntryCreationListener2 in com.biglybt.ui.mdi
Methods in com.biglybt.ui.mdi with parameters of type MdiEntryCreationListener2 Modifier and Type Method Description void
MultipleDocumentInterface. deregisterEntry(java.lang.String id, MdiEntryCreationListener2 mdiEntryCreationListener2)
void
MultipleDocumentInterface. registerEntry(java.lang.String id, MdiEntryCreationListener2 mdiEntryCreationListener2)
-
Uses of MdiEntryCreationListener2 in com.biglybt.ui.swt.mdi
Fields in com.biglybt.ui.swt.mdi with type parameters of type MdiEntryCreationListener2 Modifier and Type Field Description private java.util.Map<java.lang.String,MdiEntryCreationListener2>
BaseMDI. mapIdToCreationListener2
Methods in com.biglybt.ui.swt.mdi with parameters of type MdiEntryCreationListener2 Modifier and Type Method Description void
BaseMDI. deregisterEntry(java.lang.String id, MdiEntryCreationListener2 l)
void
BaseMDI. registerEntry(java.lang.String id, MdiEntryCreationListener2 l)
-