com.infoteria.asteria.flowbuilder2.plugin
Class SearchExternalFile

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

public class SearchExternalFile
extends BaseObjectAdapter
implements MetaData

拡張検索で外部ファイルを検索するListenerです。


Constructor Summary
SearchExternalFile()
           
 
Method Summary
 Object clone()
           
 void extendedSearch(SearchEvent e)
           
 void setup(Element el)
           
 
Methods inherited from class com.infoteria.asteria.flowbuilder2.event.BaseObjectAdapter
added, cloned, created, destroyed, getDoubleClickAction, getDoubleClickAction, linked, loaded, loading, menuPopup, onDoubleClick, removed, unlinked
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchExternalFile

public SearchExternalFile()
Method Detail

setup

public void setup(Element el)
Description copied from interface: MetaData
定義情報のある要素から設定情報を自身に反映します。
Specified by:
setup in interface MetaData

clone

public Object clone()
             throws CloneNotSupportedException
Description copied from interface: MetaData
自身の複製を返します。
MetaDataを実装クラスでも必ずしも複製可能である必要はありません。
(CloneNotSupportedExceptionを投げても構いません。)
Specified by:
clone in interface MetaData
Overrides:
clone in class Object

extendedSearch

public void extendedSearch(SearchEvent e)
Description copied from interface: BaseObjectListener
BaseObjectに対して検索を行う時に発生するイベントです。
Overrides:
extendedSearch in class BaseObjectAdapter