com.infoteria.asteria.flowbuilder2.plugin
Class ReplaceFunction

java.lang.Object
  |
  +--com.infoteria.asteria.flowbuilder2.event.BaseObjectAdapter
        |
        +--com.infoteria.asteria.flowbuilder2.plugin.ReplacePluginBase
              |
              +--com.infoteria.asteria.flowbuilder2.plugin.ReplaceFunction
All Implemented Interfaces:
BaseObjectListener, EventListener, MetaData, com.infoteria.gui.property.PropertyFilter

public class ReplaceFunction
extends com.infoteria.asteria.flowbuilder2.plugin.ReplacePluginBase

マッパー関数に置き換えメニューをつけるListenerです。


Fields inherited from class com.infoteria.asteria.flowbuilder2.plugin.ReplacePluginBase
_list
 
Constructor Summary
ReplaceFunction()
           
 
Method Summary
protected  Action createReplaceAction(BaseObjectUndoableEvent e, com.infoteria.asteria.util.NamedMap map)
           
 void setup(Element el)
           
 
Methods inherited from class com.infoteria.asteria.flowbuilder2.plugin.ReplacePluginBase
clone, isCalcEnabled, match, menuPopup, postSetup, processMenu, processObject, setupReplace
 
Methods inherited from class com.infoteria.asteria.flowbuilder2.event.BaseObjectAdapter
added, cloned, created, destroyed, extendedSearch, getDoubleClickAction, getDoubleClickAction, linked, loaded, loading, onDoubleClick, removed, unlinked
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplaceFunction

public ReplaceFunction()
Method Detail

setup

public void setup(Element el)
Description copied from interface: MetaData
定義情報のある要素から設定情報を自身に反映します。
Overrides:
setup in class com.infoteria.asteria.flowbuilder2.plugin.ReplacePluginBase

createReplaceAction

protected Action createReplaceAction(BaseObjectUndoableEvent e,
                                     com.infoteria.asteria.util.NamedMap map)
Overrides:
createReplaceAction in class com.infoteria.asteria.flowbuilder2.plugin.ReplacePluginBase