com.infoteria.asteria.flowbuilder2.plugin
クラス SearchExternalFile

java.lang.Object
  |
  +--com.infoteria.asteria.flowbuilder2.event.BaseObjectAdapter
        |
        +--com.infoteria.asteria.flowbuilder2.plugin.SearchExternalFile
すべての実装インタフェース:
BaseObjectListener, EventListener, com.infoteria.gui.util.MetaData

public class SearchExternalFile
extends BaseObjectAdapter
implements com.infoteria.gui.util.MetaData

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


コンストラクタの概要
SearchExternalFile()
           
 
メソッドの概要
 Object clone()
           
 void extendedSearch(SearchEvent e)
           
 void setup(Element el)
           
 
クラス com.infoteria.asteria.flowbuilder2.event.BaseObjectAdapter から継承したメソッド
added, cloned, created, destroyed, getDoubleClickAction, getDoubleClickAction, linked, loaded, loading, menuPopup, onDoubleClick, removed, unlinked
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SearchExternalFile

public SearchExternalFile()
メソッドの詳細

setup

public void setup(Element el)
定義:
インタフェース com.infoteria.gui.util.MetaData 内の setup

clone

public Object clone()
             throws CloneNotSupportedException
定義:
インタフェース com.infoteria.gui.util.MetaData 内の clone
オーバーライド:
クラス Object 内の clone

extendedSearch

public void extendedSearch(SearchEvent e)
インタフェース BaseObjectListener の記述:
BaseObjectに対して検索を行う時に発生するイベントです。
オーバーライド:
クラス BaseObjectAdapter 内の extendedSearch