com.infoteria.asteria.flowbuilder2.property
クラス PathResolverProperty

java.lang.Object
  |
  +--com.infoteria.gui.property.AbstractProperty
        |
        +--com.infoteria.gui.property.StringProperty
              |
              +--com.infoteria.asteria.flowbuilder2.property.ChoiceProperty
                    |
                    +--com.infoteria.asteria.flowbuilder2.property.PathResolverProperty
すべての実装インタフェース:
com.infoteria.gui.property.provider.ChoiceItemProvider, Cloneable, MetaData, Property

public class PathResolverProperty
extends ChoiceProperty
implements MetaData

remoteFileプロパティのパスの起点を示すプロパティです。


フィールドの概要
static String PROPERTY_TYPE
           
static String STR_EXECUTE_USER
           
static String STR_PROJECT_OWNER
           
static String STR_RELATIVE
           
 
クラス com.infoteria.gui.property.AbstractProperty から継承したフィールド
_listenerList, ATTR_DISPLAY_NAME, ATTR_NAME, ATTR_READONLY, ATTR_TYPE, ATTR_VISIBLE, ELEM_PROPERTY, PROPERTY_NSURI
 
コンストラクタの概要
PathResolverProperty(PropertyHolder owner, String name)
           
PathResolverProperty(String name)
           
 
メソッドの概要
 String[] getTargetProperties()
           
 String getType()
           
 boolean isChoiceOnly()
           
 boolean isTargetProperty(String name)
           
 UndoableEdit setFilePath(String baseDir, Property prop, String path)
           
 void setup(Element el)
           
 
クラス com.infoteria.asteria.flowbuilder2.property.ChoiceProperty から継承したメソッド
getAdapter, getChoiceItemDisplayNameProvider, getChoiceItemInfo, getChoiceItems, isSupported, setChoiceItemInfo, setChoiceOnly
 
クラス com.infoteria.gui.property.StringProperty から継承したメソッド
setValue, setValueAsString
 
クラス com.infoteria.gui.property.AbstractProperty から継承したメソッド
addPropertyChangeListener, assign, assignTo, clone, createUndoableEdit, doClone, doSetValue, getDisplayName, getEditor, getName, getOwner, getRenderer, getTooltip, getValue, getValueAsString, isEditable, isVisible, removePropertyChangeListener, setDisplayName, setEditable, setEditor, setOwner, setRenderer, setTooltip, setValue, setValueAsString, setVisible
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース com.infoteria.gui.util.MetaData から継承したメソッド
clone
 

フィールドの詳細

PROPERTY_TYPE

public static final String PROPERTY_TYPE

STR_RELATIVE

public static final String STR_RELATIVE

STR_PROJECT_OWNER

public static final String STR_PROJECT_OWNER

STR_EXECUTE_USER

public static final String STR_EXECUTE_USER
コンストラクタの詳細

PathResolverProperty

public PathResolverProperty(PropertyHolder owner,
                            String name)

PathResolverProperty

public PathResolverProperty(String name)
メソッドの詳細

getType

public String getType()
インタフェース Property の記述:
プロパティ型を返します。
オーバーライド:
クラス ChoiceProperty 内の getType

setup

public void setup(Element el)
インタフェース MetaData の記述:
定義情報のある要素から設定情報を自身に反映します。
定義:
インタフェース MetaData 内の setup

getTargetProperties

public String[] getTargetProperties()

isTargetProperty

public boolean isTargetProperty(String name)

isChoiceOnly

public boolean isChoiceOnly()
オーバーライド:
クラス ChoiceProperty 内の isChoiceOnly

setFilePath

public UndoableEdit setFilePath(String baseDir,
                                Property prop,
                                String path)
                         throws PropertyException