| Package | Description |
|---|---|
| de.alpharogroup.generic.mvc.controller |
Provides interfaces and classes for the controller.
|
| de.alpharogroup.swing.panels.keypad | |
| de.alpharogroup.swing.panels.login |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGenericController<M,V>
The Class AbstractGenericController.
|
| Modifier and Type | Method and Description |
|---|---|
Controller<M,V> |
AbstractGenericController.getChild(String key)
(non-Javadoc).
|
Controller<M,V> |
Controller.getChild(String key)
Gets the child from this controller.
|
Controller<M,V> |
AbstractGenericController.getParent()
(non-Javadoc).
|
Controller<M,V> |
Controller.getParent()
Gets the parent from this controller.
|
Controller<M,V> |
AbstractGenericController.removeChild(Controller<M,V> controller)
(non-Javadoc).
|
Controller<M,V> |
Controller.removeChild(Controller<M,V> controller)
Removes the child.
|
Controller<M,V> |
AbstractGenericController.removeChild(String key)
(non-Javadoc).
|
Controller<M,V> |
Controller.removeChild(String key)
Removes the child.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Controller<M,V>> |
AbstractGenericController.getChildren()
(non-Javadoc).
|
Map<String,Controller<M,V>> |
Controller.getChildren()
Gets the children from this controller.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractGenericController.hasChild(Controller<M,V> controller)
(non-Javadoc).
|
boolean |
Controller.hasChild(Controller<M,V> controller)
Checks for child.
|
Controller<M,V> |
AbstractGenericController.removeChild(Controller<M,V> controller)
(non-Javadoc).
|
Controller<M,V> |
Controller.removeChild(Controller<M,V> controller)
Removes the child.
|
Object |
AbstractGenericController.setChild(String key,
Controller<M,V> controller)
(non-Javadoc).
|
Object |
Controller.setChild(String key,
Controller<M,V> controller)
Sets a child from this controller.
|
void |
AbstractGenericController.setParent(Controller<M,V> controller)
(non-Javadoc).
|
void |
Controller.setParent(Controller<M,V> controller)
Sets the parent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeypadController |
| Modifier and Type | Class and Description |
|---|---|
class |
LoginController |
Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.