Uses of Package
com.thecoderscorner.menu.mgr
Packages that use com.thecoderscorner.menu.mgr
Package
Description
-
Classes in com.thecoderscorner.menu.mgr used by com.thecoderscorner.menu.authClassDescriptionDialog Manager provides the capability to work with dialogs, to present them, change the values of them and also to update them from a remote command arriving.
-
Classes in com.thecoderscorner.menu.mgr used by com.thecoderscorner.menu.mgrClassDescriptionDialog Manager provides the capability to work with dialogs, to present them, change the values of them and also to update them from a remote command arriving.Indicates how the dialog should be shownMenuManager listeners get notification when any menu item has changed, this works by the `menuItemHasChanged` method being called for each change.The menu manager server component manages a menu tree locally, handling updates to both state and items, and also dealing with any remote connections.Indicates that there has been a structural change in the list, for example addition or removal of a menu item in the tree.when you implement this interface and pass that instance to start on a ServerConnectionManager then you'll receive an event for each new connection created.Each connection from a remote is represented by a class implementing this interface.A server connection manager is responsible for connections to the menu manager, it will completely manage all the connections, creating new ones as they come in, and removing old ones as they are closed out.
-
Classes in com.thecoderscorner.menu.mgr used by com.thecoderscorner.menu.remote.mgrclientClassDescriptionwhen you implement this interface and pass that instance to start on a ServerConnectionManager then you'll receive an event for each new connection created.Each connection from a remote is represented by a class implementing this interface.A server connection manager is responsible for connections to the menu manager, it will completely manage all the connections, creating new ones as they come in, and removing old ones as they are closed out.