Index
A C D E F G H I L M N O P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
R
- registerCommand(String, Supplier<ICommand>) - Method in class org.puremvc.java.core.Controller
-
Register a particular
ICommandclass as the handler for a particularINotification. - registerCommand(String, Supplier<ICommand>) - Method in interface org.puremvc.java.interfaces.IController
-
Register a particular
ICommandclass as the handler for a particularINotification. - registerCommand(String, Supplier<ICommand>) - Method in interface org.puremvc.java.interfaces.IFacade
-
Register an
ICommandwith theController. - registerCommand(String, Supplier<ICommand>) - Method in class org.puremvc.java.patterns.facade.Facade
-
Register an
ICommandwith theControllerby Notification name. - registerMediator(IMediator) - Method in class org.puremvc.java.core.View
-
Register an
IMediatorinstance with theView. - registerMediator(IMediator) - Method in interface org.puremvc.java.interfaces.IFacade
-
Register an
IMediatorinstance with theView. - registerMediator(IMediator) - Method in interface org.puremvc.java.interfaces.IView
-
Register an
IMediatorinstance with theView. - registerMediator(IMediator) - Method in class org.puremvc.java.patterns.facade.Facade
-
Register a
IMediatorwith theView. - registerObserver(String, IObserver) - Method in class org.puremvc.java.core.View
-
Register an
IObserverto be notified ofINotificationswith a given name. - registerObserver(String, IObserver) - Method in interface org.puremvc.java.interfaces.IView
-
Register an
IObserverto be notified ofINotificationswith a given name. - registerProxy(IProxy) - Method in class org.puremvc.java.core.Model
-
Register an
IProxywith theModel. - registerProxy(IProxy) - Method in interface org.puremvc.java.interfaces.IFacade
-
Register an
IProxywith theModelby name. - registerProxy(IProxy) - Method in interface org.puremvc.java.interfaces.IModel
-
Register an
IProxyinstance with theModel. - registerProxy(IProxy) - Method in class org.puremvc.java.patterns.facade.Facade
-
Register an
IProxywith theModelby name. - removeCommand(String) - Method in class org.puremvc.java.core.Controller
-
Remove a previously registered
ICommandtoINotificationmapping. - removeCommand(String) - Method in interface org.puremvc.java.interfaces.IController
-
Remove a previously registered
ICommandtoINotificationmapping. - removeCommand(String) - Method in interface org.puremvc.java.interfaces.IFacade
-
Remove a previously registered
ICommandtoINotificationmapping from the Controller. - removeCommand(String) - Method in class org.puremvc.java.patterns.facade.Facade
-
Remove a previously registered
ICommandtoINotificationmapping from the Controller. - removeMediator(String) - Method in class org.puremvc.java.core.View
-
Remove an
IMediatorfrom theView. - removeMediator(String) - Method in interface org.puremvc.java.interfaces.IFacade
-
Remove a
IMediatorinstance from theView. - removeMediator(String) - Method in interface org.puremvc.java.interfaces.IView
-
Remove an
IMediatorfrom theView. - removeMediator(String) - Method in class org.puremvc.java.patterns.facade.Facade
-
Remove an
IMediatorfrom theView. - removeObserver(String, Object) - Method in class org.puremvc.java.core.View
-
Remove the observer for a given notifyContext from an observer list for a given Notification name.
- removeObserver(String, Object) - Method in interface org.puremvc.java.interfaces.IView
-
Remove a group of observers from the observer list for a given Notification name.
- removeProxy(String) - Method in class org.puremvc.java.core.Model
-
Remove an
IProxyfrom theModel. - removeProxy(String) - Method in interface org.puremvc.java.interfaces.IFacade
-
Remove an
IProxyinstance from theModelby name. - removeProxy(String) - Method in interface org.puremvc.java.interfaces.IModel
-
Remove an
IProxyinstance from the Model. - removeProxy(String) - Method in class org.puremvc.java.patterns.facade.Facade
-
Remove an
IProxyfrom theModelby name. - retrieveMediator(String) - Method in class org.puremvc.java.core.View
-
Retrieve an
IMediatorfrom theView. - retrieveMediator(String) - Method in interface org.puremvc.java.interfaces.IFacade
-
Retrieve an
IMediatorinstance from theView. - retrieveMediator(String) - Method in interface org.puremvc.java.interfaces.IView
-
Retrieve an
IMediatorfrom theView. - retrieveMediator(String) - Method in class org.puremvc.java.patterns.facade.Facade
-
Retrieve an
IMediatorfrom theView. - retrieveProxy(String) - Method in class org.puremvc.java.core.Model
-
Retrieve an
IProxyfrom theModel. - retrieveProxy(String) - Method in interface org.puremvc.java.interfaces.IFacade
-
Retrieve a
IProxyfrom theModelby name. - retrieveProxy(String) - Method in interface org.puremvc.java.interfaces.IModel
-
Retrieve an
IProxyinstance from the Model. - retrieveProxy(String) - Method in class org.puremvc.java.patterns.facade.Facade
-
Retrieve an
IProxyfrom theModelby name.
All Classes All Packages