|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MvcBundle in org.fuin.apps4swing |
|---|
| Methods in org.fuin.apps4swing that return types with arguments of type MvcBundle | |
|---|---|
List<MvcBundle> |
AbstractMvcContext.getBundles()
Returns the bundles. |
| Methods in org.fuin.apps4swing with parameters of type MvcBundle | |
|---|---|
AbstractModuleImpl |
ManualMvcContext.getModuleImpl(MvcBundle bundle)
Returns the instance of the "Module" for the given bundle. |
AbstractToControllerDispatcher |
ManualMvcContext.getToControllerDispatcher(MvcBundle bundle)
Returns the instance of the "ToControllerDispatcher" for the given bundle. |
AbstractToViewDispatcher |
ManualMvcContext.getToViewDispatcher(MvcBundle bundle)
Returns the instance of the "ToViewDispatcher" for the given bundle. |
void |
AbstractMvcContext.setBundles(MvcBundle... bundle)
Sets the MVC bundles. |
| Method parameters in org.fuin.apps4swing with type arguments of type MvcBundle | |
|---|---|
void |
AbstractMvcContext.setBundles(List<MvcBundle> bundles)
Sets the MVC bundles. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||