|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ter.SDK.controler.AbstractControler
Title: Class AbstractControler
Description: This class can be extanded to implement a controler faor a certain view
Company: UNSA
Constructor Summary | |
AbstractControler()
|
|
AbstractControler(Manager m)
defaut constructor from a manager |
Method Summary | |
static Controler |
create(java.lang.Class theControler,
Manager man,
View view)
Called to instantiate a controler |
Manager |
getManager()
gets this controler's manager |
void |
setManager(Manager m)
sets this controler's manager |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ter.SDK.controler.Controler |
getDefaultView, getView, isControlable, listenToView |
Methods inherited from interface ter.SDK.Plugin |
getName, getType |
Constructor Detail |
public AbstractControler()
public AbstractControler(Manager m)
m
- the managerMethod Detail |
public void setManager(Manager m)
m
- the new managerpublic Manager getManager()
public static Controler create(java.lang.Class theControler, Manager man, View view)
theControler
- the controler Class to instantiateman
- the first parameter (the manager of the controler)view
- the wiew to be controled by the controler
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |