com.infoteria.asteria.flowbuilder2.plugin
Class DefaultInspectorAdapter

java.lang.Object
  |
  +--com.infoteria.asteria.flowbuilder2.event.BaseObjectAdapter
        |
        +--com.infoteria.asteria.flowbuilder2.plugin.ComponentEditor
              |
              +--com.infoteria.asteria.flowbuilder2.plugin.DefaultInspectorAdapter
All Implemented Interfaces:
BaseObjectListener, java.util.EventListener, MetaData

public class DefaultInspectorAdapter
extends ComponentEditor


Constructor Summary
DefaultInspectorAdapter()
           
 
Method Summary
protected  void doAction(BaseObjectUndoableEvent e, boolean bEditable)
           
 
Methods inherited from class com.infoteria.asteria.flowbuilder2.plugin.ComponentEditor
clone, menuPopup, onDoubleClick, setup
 
Methods inherited from class com.infoteria.asteria.flowbuilder2.event.BaseObjectAdapter
added, cloned, created, destroyed, extendedSearch, getDoubleClickAction, getDoubleClickAction, linked, loaded, loading, removed, unlinked
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultInspectorAdapter

public DefaultInspectorAdapter()
Method Detail

doAction

protected void doAction(BaseObjectUndoableEvent e,
                        boolean bEditable)
Description copied from class: ComponentEditor
このメソッドをオーバーライドしてダブルクリック時の処理を実装します。
Overrides:
doAction in class ComponentEditor