de.lmu.ifi.pst.x10080133.context
Class BrowserContextConfigurator

java.lang.Object
  extended by de.lmu.ifi.pst.x10080133.context.BrowserContextConfigurator
All Implemented Interfaces:
com.nomagic.magicdraw.actions.BrowserContextAMConfigurator, com.nomagic.magicdraw.actions.ConfiguratorWithPriority

public class BrowserContextConfigurator
extends java.lang.Object
implements com.nomagic.magicdraw.actions.BrowserContextAMConfigurator

Extends MagicDraw context by SNP_PLUGIN_MENU_CATEGORY/SNP_PLUGIN_MENU_ID

Author:
Roman.Schwienbacher

Field Summary
private  com.nomagic.actions.NMAction action
           
static java.lang.String SNP_PLUGIN_MENU_CATEGORY
           
static java.lang.String SNP_PLUGIN_MENU_ID
           
 
Fields inherited from interface com.nomagic.magicdraw.actions.ConfiguratorWithPriority
HIGH_PRIORITY, LOW_PRIORITY, MEDIUM_PRIORITY
 
Constructor Summary
BrowserContextConfigurator(com.nomagic.actions.NMAction nmAction)
           
 
Method Summary
 void configure(com.nomagic.actions.ActionsManager mgr, com.nomagic.magicdraw.ui.browser.Tree tree)
           
 int getPriority()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SNP_PLUGIN_MENU_CATEGORY

public static final java.lang.String SNP_PLUGIN_MENU_CATEGORY
See Also:
Constant Field Values

SNP_PLUGIN_MENU_ID

public static final java.lang.String SNP_PLUGIN_MENU_ID
See Also:
Constant Field Values

action

private com.nomagic.actions.NMAction action
Constructor Detail

BrowserContextConfigurator

public BrowserContextConfigurator(com.nomagic.actions.NMAction nmAction)
Method Detail

getPriority

public int getPriority()
Specified by:
getPriority in interface com.nomagic.magicdraw.actions.ConfiguratorWithPriority

configure

public void configure(com.nomagic.actions.ActionsManager mgr,
                      com.nomagic.magicdraw.ui.browser.Tree tree)
Specified by:
configure in interface com.nomagic.magicdraw.actions.BrowserContextAMConfigurator