A C D E F G H I L M N O P R S T V

R

registerCommand(String, Class) - Method in class org.puremvc.java.core.controller.Controller
Register a particular ICommand class as the handler for a particular INotification.
registerCommand(String, Class) - Method in interface org.puremvc.java.interfaces.IController
Register a particular ICommand class as the handler for a particular INotification.
registerCommand(String, Class) - Method in interface org.puremvc.java.interfaces.IFacade
Register an ICommand with the Controller.
registerCommand(String, Class) - Method in class org.puremvc.java.patterns.facade.Facade
Register an ICommand with the Controller by Notification name.
registerMediator(IMediator) - Method in class org.puremvc.java.core.view.View
Register an Mediator instance with the View.
registerMediator(IMediator) - Method in interface org.puremvc.java.interfaces.IFacade
Register an IMediator instance with the View.
registerMediator(IMediator) - Method in interface org.puremvc.java.interfaces.IView
Register an IMediator instance with the View.
registerMediator(IMediator) - Method in class org.puremvc.java.patterns.facade.Facade
Register a IMediator with the View.
registerObserver(String, IObserver) - Method in class org.puremvc.java.core.view.View
Register an Observer to be notified of INotifications with a given name.
registerObserver(String, IObserver) - Method in interface org.puremvc.java.interfaces.IView
Register an IObserver to be notified of INotifications with a given name.
registerProxy(IProxy) - Method in class org.puremvc.java.core.model.Model
Register an Proxy with the Model.
registerProxy(IProxy) - Method in interface org.puremvc.java.interfaces.IFacade
Register an IProxy with the Model by name.
registerProxy(IProxy) - Method in interface org.puremvc.java.interfaces.IModel
Register an IProxy instance with the Model.
registerProxy(IProxy) - Method in class org.puremvc.java.patterns.facade.Facade
Register an IProxy with the Model by name.
removeCommand(String) - Method in class org.puremvc.java.core.controller.Controller
Remove a previously registered ICommand to INotification mapping.
removeCommand(String) - Method in interface org.puremvc.java.interfaces.IController
Remove a previously registered ICommand to INotification mapping.
removeCommand(String) - Method in interface org.puremvc.java.interfaces.IFacade
Remove a previously registered ICommand to INotification mapping from the Controller.
removeCommand(String) - Method in class org.puremvc.java.patterns.facade.Facade
Remove a previously registered ICommand to INotification mapping from the Controller.
removeMediator(String) - Method in class org.puremvc.java.core.view.View
Remove an Mediator from the View.
removeMediator(String) - Method in interface org.puremvc.java.interfaces.IFacade
Remove a IMediator instance from the View.
removeMediator(String) - Method in interface org.puremvc.java.interfaces.IView
Remove an IMediator from the View.
removeMediator(String) - Method in class org.puremvc.java.patterns.facade.Facade
Remove an IMediator from the View.
removeProxy(String) - Method in class org.puremvc.java.core.model.Model
Remove an Proxy from the Model.
removeProxy(String) - Method in interface org.puremvc.java.interfaces.IFacade
Remove an IProxy instance from the Model by name.
removeProxy(String) - Method in interface org.puremvc.java.interfaces.IModel
Remove an IProxy instance from the Model.
removeProxy(String) - Method in class org.puremvc.java.patterns.facade.Facade
Remove an IProxy from the Model by name.
retrieveMediator(String) - Method in class org.puremvc.java.core.view.View
Retrieve an Mediator from the View.
retrieveMediator(String) - Method in interface org.puremvc.java.interfaces.IFacade
Retrieve an IMediator instance from the View.
retrieveMediator(String) - Method in interface org.puremvc.java.interfaces.IView
Retrieve an IMediator from the View.
retrieveMediator(String) - Method in class org.puremvc.java.patterns.facade.Facade
Retrieve an IMediator from the View.
retrieveProxy(String) - Method in class org.puremvc.java.core.model.Model
Retrieve an Proxy from the Model.
retrieveProxy(String) - Method in interface org.puremvc.java.interfaces.IFacade
Retrieve a IProxy from the Model by name.
retrieveProxy(String) - Method in interface org.puremvc.java.interfaces.IModel
Retrieve an IProxy instance from the Model.
retrieveProxy(String) - Method in class org.puremvc.java.patterns.facade.Facade
Retrieve an IProxy from the Model by name.

A C D E F G H I L M N O P R S T V