Class SearchExternalFile
java.lang.Object
com.infoteria.asteria.flowbuilder2.event.BaseObjectAdapter
com.infoteria.asteria.flowbuilder2.plugin.SearchExternalFile
- All Implemented Interfaces:
BaseObjectListener,DefaultComponentEditorDisplayable,MetaData,EventListener
public class SearchExternalFile
extends BaseObjectAdapter
implements MetaData, DefaultComponentEditorDisplayable
拡張検索で外部ファイルを検索するListenerです。
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()自身の複製を返します。
MetaDataを実装クラスでも必ずしも複製可能である必要はありません。
(CloneNotSupportedExceptionを投げても構いません。)voidextendedSearch(com.infoteria.asteria.flowbuilder2.event.SearchEvent e) BaseObjectに対して検索を行う時に発生するイベントです。void定義情報のある要素から設定情報を自身に反映します。Methods inherited from class com.infoteria.asteria.flowbuilder2.event.BaseObjectAdapter
added, cloned, created, destroyed, getDoubleClickAction, getDoubleClickAction, linked, loaded, loading, menuPopup, onDoubleClick, removed, unlinked
-
Constructor Details
-
SearchExternalFile
public SearchExternalFile()
-
-
Method Details
-
setup
Description copied from interface:MetaData定義情報のある要素から設定情報を自身に反映します。 -
clone
Description copied from interface:MetaData自身の複製を返します。
MetaDataを実装クラスでも必ずしも複製可能である必要はありません。
(CloneNotSupportedExceptionを投げても構いません。)- Specified by:
clonein interfaceMetaData- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
extendedSearch
public void extendedSearch(com.infoteria.asteria.flowbuilder2.event.SearchEvent e) Description copied from interface:BaseObjectListenerBaseObjectに対して検索を行う時に発生するイベントです。- Specified by:
extendedSearchin interfaceBaseObjectListener- Overrides:
extendedSearchin classBaseObjectAdapter
-