|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Controller in de.jsystems.framework.applet |
Subclasses of Controller in de.jsystems.framework.applet | |
class |
BusinessAppletController
Dieser Controller verwaltet die einzelnen Views fuer ein BusinessApplet . |
Uses of Controller in de.jsystems.framework.common |
Subclasses of Controller in de.jsystems.framework.common | |
class |
BusinessDialogController
Controller für Dialoge. |
class |
BusinessFrameController
Controller für Frames. |
Methods in de.jsystems.framework.common with parameters of type Controller | |
(package private) static void |
RegisterActionHelper.registerControlAction(ActionManager actionManager,
Controller controller,
BusinessView view,
IActionInterface control)
Registriert alle Actions des uebergebenen Controls beim ActionManager. |
Uses of Controller in de.jsystems.framework.common.action |
Methods in de.jsystems.framework.common.action that return Controller | |
Controller |
AbstractAction.getController()
Gibt den Controller zurueck, mit dem die Action initialisiert wurde. |
Methods in de.jsystems.framework.common.action with parameters of type Controller | |
void |
AbstractAction.initialize(Controller controller,
BusinessView view)
Initialisiert die Action vor ihrer Ausfuehrung. |
Constructors in de.jsystems.framework.common.action with parameters of type Controller | |
ActionManager(Controller controller)
Erzeugt einen neuen ActionManager. |
Uses of Controller in de.jsystems.framework.desktop |
Subclasses of Controller in de.jsystems.framework.desktop | |
class |
BusinessDesktopFrameController
Controller für einen BusinessDesktop. |
class |
BusinessInternalFrameController
Controller für ein InternalFrame. |
Uses of Controller in de.jsystems.framework.menu |
Fields in de.jsystems.framework.menu declared as Controller | |
protected Controller |
BusinessMenu.controller
Controller fuer die Menueaktions |
protected Controller |
BusinessPopup.controller
Controller für die Menüaktions |
Constructors in de.jsystems.framework.menu with parameters of type Controller | |
BusinessMenu(Controller controller,
String propName)
Konstruktor. |
|
BusinessPopup(Controller controller,
String propName)
Konstruktor. |
Uses of Controller in de.jsystems.framework.swing |
Fields in de.jsystems.framework.swing declared as Controller | |
protected Controller |
Buttonleiste.controller
Der Controller fuer die Buttonleiste. |
Constructors in de.jsystems.framework.swing with parameters of type Controller | |
Buttonleiste(Controller controller,
int ausrichtung,
int anzahl,
String[] namen,
String[] action)
Legt eine Buttonleiste mit der angegebenen Anzahl Button an. |
|
Buttonleiste(Controller controller,
int ausrichtung)
Legt eine Buttonleiste an, die erst mal keine Buttons enthält. |
|
Buttonleiste(Controller controller,
int ausrichtung,
int typ,
String[] action)
Erzeugt eine Standardbuttonleiste. |
Uses of Controller in de.jsystems.framework.toolbar |
Fields in de.jsystems.framework.toolbar declared as Controller | |
protected Controller |
BusinessToolbar.controller
Controller für die Toolbaritemactions |
Constructors in de.jsystems.framework.toolbar with parameters of type Controller | |
BusinessToolbar(Controller controller,
String propName)
Erzeugt die Toolbar mit den Daten aus der angegebenen Datei |
Uses of Controller in de.jsystems.framework.tree |
Constructors in de.jsystems.framework.tree with parameters of type Controller | |
DirectoryTree(IBusinessTreeModel model,
Controller controller)
Erzeugt einen neuen DirectoryTree. |
|
DirectoryTree(File file,
Controller controller)
Erzeugt einen neuen DirectoryTree. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |