Class ExamplePlugin

ExamplePlugin

public class ExamplePlugin


Constructor Summary
ExamplePlugin(OMEModel m)
           
 
Method Summary
 java.util.Collection getMenubarMethods(View v)
           
 java.util.Collection getPopupMethods(View v)
           
 java.util.Collection getToolbarMethods(View v)
           
static boolean isCompatibleWith(OMEModel m)
           
 

Constructor Detail

ExamplePlugin

public ExamplePlugin(OMEModel m)
Method Detail

isCompatibleWith

public static boolean isCompatibleWith(OMEModel m)

getMenubarMethods

public java.util.Collection getMenubarMethods(View v)

getToolbarMethods

public java.util.Collection getToolbarMethods(View v)

getPopupMethods

public java.util.Collection getPopupMethods(View v)