com.infoteria.asteria.flowbuilder2.property
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:
- com.infoteria.gui.property.provider.ChoiceItemProvider, Cloneable, MetaData, Property
- public class PathResolverProperty
- extends ChoiceProperty
- implements MetaData
remoteFileプロパティのパスの起点を示すプロパティです。
Methods 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 |
Methods inherited from interface 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()
- Description copied from interface:
Property
- プロパティ型を返します。
- Overrides:
getType
in class ChoiceProperty
setup
public void setup(Element el)
- Description copied from interface:
MetaData
- 定義情報のある要素から設定情報を自身に反映します。
- Specified by:
setup
in interface MetaData
getTargetProperties
public String[] getTargetProperties()
isTargetProperty
public boolean isTargetProperty(String name)
isChoiceOnly
public boolean isChoiceOnly()
- Overrides:
isChoiceOnly
in class ChoiceProperty
setFilePath
public UndoableEdit setFilePath(String baseDir,
Property prop,
String path)
throws PropertyException