org.isis.gme.bon
Class TestBONComponent

java.lang.Object
  extended byorg.isis.gme.bon.TestBONComponent
All Implemented Interfaces:
BONComponent

public class TestBONComponent
extends java.lang.Object
implements BONComponent


Constructor Summary
TestBONComponent()
           
 
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...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBONComponent

public TestBONComponent()
Method Detail

invokeEx

public void invokeEx(JBuilder builder,
                     JBuilderObject focus,
                     java.util.Collection selected,
                     int param)
Description copied from interface: BONComponent
GME calls this method when the user starts a BON based java interpreter

Specified by:
invokeEx in interface BONComponent
Parameters:
builder -
focus -
selected -
param -

registerCustomClasses

public void registerCustomClasses()
Description copied from interface: BONComponent
GME calls this method when custom classes should be registered The user should call the JBuilderFactory.AddCustom... methods to register the custom classes here.

Specified by:
registerCustomClasses in interface BONComponent