Class ERPlugin
ERPlugin
- public class ERPlugin
The E-R Plugin. Developed along with the "OME3 Power-User Manual"
Constructor Summary |
ERPlugin(OMEModel m)
|
Method Summary |
java.util.Collection |
getMenubarMethods(View v)
Returns a collection of our Method s that are to be
placed on the OME menubar. |
java.util.Collection |
getPopupMethods(View view)
Returns a collection of our Method s that are to be
placed in the OME popup-menu (when the user clicks the right mouse
button). |
java.util.Collection |
getToolbarMethods(View view)
Returns a collection of our Method s that are to be
placed on the OME toolbar. |
static boolean |
isCompatibleWith(OMEModel model)
Tests for presence of basic ER type. |
ERPlugin
public ERPlugin(OMEModel m)
isCompatibleWith
public static boolean isCompatibleWith(OMEModel model)
- Tests for presence of basic ER type.
getToolbarMethods
public java.util.Collection getToolbarMethods(View view)
- Returns a collection of our
Method
s that are to be
placed on the OME toolbar.
getMenubarMethods
public java.util.Collection getMenubarMethods(View v)
- Returns a collection of our
Method
s that are to be
placed on the OME menubar.
getPopupMethods
public java.util.Collection getPopupMethods(View view)
- Returns a collection of our
Method
s that are to be
placed in the OME popup-menu (when the user clicks the right mouse
button).