Uses of Class
se.conciliate.extensions.ui.BinderEvent
Packages that use BinderEvent
Package
Description
Provides classes and interfaces used to show a user interface and to hook
in to the current user interface.
-
Uses of BinderEvent in se.conciliate.extensions.ui
Methods in se.conciliate.extensions.ui with parameters of type BinderEventModifier and TypeMethodDescriptionvoidBinderAdapter.pageClosed(BinderEvent evt) voidBinderListener.pageClosed(BinderEvent evt) Called when a page is removed from the binder.voidBinderAdapter.pageOpened(BinderEvent evt) voidBinderListener.pageOpened(BinderEvent evt) Called when a new page is opened in the binder.voidBinderAdapter.pageSelected(BinderEvent evt) voidBinderListener.pageSelected(BinderEvent evt) Called when an existing page is selected in the binder.