Class ToyPlugin

ToyPlugin

public class ToyPlugin


Constructor Summary
ToyPlugin(OMEModel model)
           
 
Method Summary
 java.util.Collection getMenubarMethods(View v)
           
 java.util.Collection getMethods(View v)
           
 java.util.Collection getPopupMethods(View v)
           
 java.util.Collection getToolbarMethods(View v)
           
static boolean isCompatibleWith(OMEModel model)
           
 

Constructor Detail

ToyPlugin

public ToyPlugin(OMEModel model)
Method Detail

isCompatibleWith

public static boolean isCompatibleWith(OMEModel model)

getMethods

public java.util.Collection getMethods(View v)

getToolbarMethods

public java.util.Collection getToolbarMethods(View v)

getMenubarMethods

public java.util.Collection getMenubarMethods(View v)

getPopupMethods

public java.util.Collection getPopupMethods(View v)