|
|||||||||
| Home >> All >> ulu >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ulu.view
Interface Invokable

- public interface Invokable
generic interface for an object that can return invokable methods (ulu.view.UMethods)
| Method Summary | |
boolean |
addMethod(UMethod u)
(attempt to) add a method |
boolean |
clearMethods()
remove all properties |
UMethod |
getDefaultMethod()
get the default method for this invokable (may be null if no such classification) |
UMethod |
getMethod(java.lang.String name)
get a method by name |
UMethod[] |
methods()
list this item's invokable methods |
boolean |
removeMethod(UMethod u)
(attempt to) remove a method |
void |
setDefaultMethod(UMethod u)
set the default method for this invokable (may be null if no such classification) |
| Method Detail |
methods
public UMethod[] methods()
- list this item's invokable methods
getMethod
public UMethod getMethod(java.lang.String name)
- get a method by name
getDefaultMethod
public UMethod getDefaultMethod()
- get the default method for this invokable (may be null if no such classification)
setDefaultMethod
public void setDefaultMethod(UMethod u)
- set the default method for this invokable (may be null if no such classification)
addMethod
public boolean addMethod(UMethod u)
- (attempt to) add a method
removeMethod
public boolean removeMethod(UMethod u)
- (attempt to) remove a method
clearMethods
public boolean clearMethods()
- remove all properties
|
|||||||||
| Home >> All >> ulu >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC