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, java.lang.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 class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.infoteria.gui.util.MetaData |
clone |
PROPERTY_TYPE
public static final java.lang.String PROPERTY_TYPE
STR_RELATIVE
public static final java.lang.String STR_RELATIVE
STR_PROJECT_OWNER
public static final java.lang.String STR_PROJECT_OWNER
STR_EXECUTE_USER
public static final java.lang.String STR_EXECUTE_USER
PathResolverProperty
public PathResolverProperty(PropertyHolder owner,
java.lang.String name)
PathResolverProperty
public PathResolverProperty(java.lang.String name)
getType
public java.lang.String getType()
- Description copied from interface:
Property
- プロパティ型を返します。
- Overrides:
getType in class ChoiceProperty
setup
public void setup(org.w3c.dom.Element el)
- Description copied from interface:
MetaData
- 定義情報のある要素から設定情報を自身に反映します。
- Specified by:
setup in interface MetaData
getTargetProperties
public java.lang.String[] getTargetProperties()
isTargetProperty
public boolean isTargetProperty(java.lang.String name)
isChoiceOnly
public boolean isChoiceOnly()
- Overrides:
isChoiceOnly in class ChoiceProperty
setFilePath
public javax.swing.undo.UndoableEdit setFilePath(java.lang.String baseDir,
Property prop,
java.lang.String path)
throws PropertyException