org.isis.gme.bon
Interface BONComponent
- All Known Implementing Classes:
- TestBONComponent
- public interface BONComponent
Method Summary |
void |
invokeEx(JBuilder builder,
JBuilderObject focus,
java.util.Collection selected,
int param)
GME calls this method when the user starts a BON based java interpreter |
void |
registerCustomClasses()
GME calls this method when custom classes should be registered
The user should call the JBuilderFactory.AddCustom... |
invokeEx
public void invokeEx(JBuilder builder,
JBuilderObject focus,
java.util.Collection selected,
int param)
- GME calls this method when the user starts a BON based java interpreter
- Parameters:
builder
- focus
- selected
- param
-
registerCustomClasses
public void registerCustomClasses()
- GME calls this method when custom classes should be registered
The user should call the JBuilderFactory.AddCustom... methods to register the
custom classes here.