|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Title:
Description: A controler must have the default constructor with no parameter
and the constructor : Controler(ter.SDK.manager.Manager , ter.SDK.view.View)
Copyright: Copyright (c) 2003
Company:
Method Summary | |
java.lang.String |
getDefaultView()
get the default view associates with this controler |
View |
getView()
gets the view associates to this component |
boolean |
isControlable(View v)
tells whether the given view is controlable by this controler |
void |
listenToView()
tels this controler to its associated view |
Methods inherited from interface ter.SDK.Plugin |
getName, getType |
Method Detail |
public View getView()
public void listenToView()
public boolean isControlable(View v)
v
- the view to test
public java.lang.String getDefaultView()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |