Class AnnotatePlugin

AnnotatePlugin

public class AnnotatePlugin

The Annotate plugin. Basically all we do is provide access to the annotation objects. A nice idea might be hide/unhide all annotation objects method


Constructor Summary
AnnotatePlugin(OMEModel m)
           
 
Method Summary
 java.util.Collection getMenubarMethods(View view)
           
 java.util.Collection getMethods(View v)
           
 java.util.Collection getPopupMethods(View view)
           
 java.util.Collection getToolbarMethods(View view)
           
static boolean isCompatibleWith(OMEModel model)
          Tests for presence of basic annotate type
 

Constructor Detail

AnnotatePlugin

public AnnotatePlugin(OMEModel m)
Method Detail

getMethods

public java.util.Collection getMethods(View v)

isCompatibleWith

public static boolean isCompatibleWith(OMEModel model)
Tests for presence of basic annotate type

getToolbarMethods

public java.util.Collection getToolbarMethods(View view)

getMenubarMethods

public java.util.Collection getMenubarMethods(View view)

getPopupMethods

public java.util.Collection getPopupMethods(View view)