Uses of Interface
com.biglybt.ui.mdi.MdiEntryCreationListener2
Packages that use MdiEntryCreationListener2
-
Uses of MdiEntryCreationListener2 in com.biglybt.ui.mdi
Methods in com.biglybt.ui.mdi with parameters of type MdiEntryCreationListener2Modifier and TypeMethodDescriptionvoid
MultipleDocumentInterface.deregisterEntry
(String id, MdiEntryCreationListener2 mdiEntryCreationListener2) void
MultipleDocumentInterface.registerEntry
(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 MdiEntryCreationListener2Modifier and TypeFieldDescriptionprivate Map
<String, MdiEntryCreationListener2> BaseMDI.mapIdToCreationListener2
Methods in com.biglybt.ui.swt.mdi with parameters of type MdiEntryCreationListener2Modifier and TypeMethodDescriptionvoid
BaseMDI.deregisterEntry
(String id, MdiEntryCreationListener2 l) void
BaseMDI.registerEntry
(String id, MdiEntryCreationListener2 l)