Class 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
- All Implemented Interfaces:
Property,com.infoteria.gui.property.provider.ChoiceItemProvider,MetaData,Cloneable
remoteFileプロパティのパスの起点を示すプロパティです。
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class com.infoteria.gui.property.AbstractProperty
_listenerList, ATTR_DISPLAY_NAME, ATTR_NAME, ATTR_READONLY, ATTR_TYPE, ATTR_VISIBLE, ELEM_PROPERTY, PROPERTY_NSURI -
Constructor Summary
ConstructorsConstructorDescriptionPathResolverProperty(PropertyHolder owner, String name) PathResolverProperty(String name) -
Method Summary
Modifier and TypeMethodDescriptionString[]getType()プロパティ型を返します。booleanbooleanisTargetProperty(String name) setFilePath(String baseDir, Property prop, String path) void定義情報のある要素から設定情報を自身に反映します。Methods inherited from class com.infoteria.asteria.flowbuilder2.property.ChoiceProperty
getAdapter, getChoiceItemDisplayNameProvider, getChoiceItemInfo, getChoiceItems, setChoiceItemInfo, setChoiceOnlyMethods inherited from class com.infoteria.gui.property.StringProperty
setValue, setValueAsStringMethods inherited from class com.infoteria.gui.property.AbstractProperty
addPropertyChangeListener, assign, assignTo, clone, createUndoableEdit, doClone, doGetDifference, doSetValue, getDifference, getDisplayName, getEditor, getName, getOwner, getPropertyChangeListeners, getRenderer, getTooltip, getValue, getValueAsString, isEditable, isVisible, removePropertyChangeListener, setDisplayName, setEditable, setEditor, setOwner, setRenderer, setTooltip, setValue, setValueAsString, setVisible, valueEquals
-
Field Details
-
PROPERTY_TYPE
- See Also:
-
STR_RELATIVE
- See Also:
-
STR_PROJECT_OWNER
- See Also:
-
STR_EXECUTE_USER
- See Also:
-
-
Constructor Details
-
PathResolverProperty
-
PathResolverProperty
-
-
Method Details
-
getType
Description copied from interface:Propertyプロパティ型を返します。- Specified by:
getTypein interfaceProperty- Overrides:
getTypein classChoiceProperty
-
setup
Description copied from interface:MetaData定義情報のある要素から設定情報を自身に反映します。 -
getTargetProperties
-
isTargetProperty
-
isChoiceOnly
public boolean isChoiceOnly()- Specified by:
isChoiceOnlyin interfacecom.infoteria.gui.property.provider.ChoiceItemProvider- Overrides:
isChoiceOnlyin classChoiceProperty
-
setFilePath
public UndoableEdit setFilePath(String baseDir, Property prop, String path) throws PropertyException - Throws:
PropertyException
-