com.infoteria.asteria.flowbuilder2.sqlbuilder
Class SQLBuilderProperty
java.lang.Object
|
+--com.infoteria.gui.property.AbstractProperty
|
+--com.infoteria.asteria.flowbuilder2.sqlbuilder.SQLBuilderProperty
- All Implemented Interfaces:
- Cloneable, Property
- public class SQLBuilderProperty
- extends AbstractProperty
SQLBuilderをラップしたプロパティです。
Methods inherited from class com.infoteria.gui.property.AbstractProperty |
addPropertyChangeListener, clone, createUndoableEdit, doSetValue, getAdapter, getDifference, getDisplayName, getEditor, getName, getOwner, getPropertyChangeListeners, getRenderer, getTooltip, getValue, getValueAsString, isEditable, isVisible, removePropertyChangeListener, setDisplayName, setEditable, setEditor, setOwner, setRenderer, setTooltip, setValue, setValueAsString, setVisible |
PROPERTY_TYPE
public static final String PROPERTY_TYPE
SQLBuilderProperty
public SQLBuilderProperty(PropertyHolder owner,
String name)
SQLBuilderProperty
public SQLBuilderProperty(String name)
getType
public String getType()
- Description copied from interface:
Property
- プロパティ型を返します。
setValue
public UndoableEdit setValue(Object o,
boolean canUndo)
throws PropertyException
- Description copied from interface:
Property
- プロパティ値を設定します。
Undo情報を返す必要がない場合はcanUndoにfalseを指定します。
- Overrides:
setValue
in class AbstractProperty
setValueAsString
public UndoableEdit setValueAsString(String o,
boolean canUndo)
throws PropertyException
- Description copied from interface:
Property
- プロパティ値を文字列で設定します。
Undo情報を返す必要がない場合はcanUndoにfalseを指定します。
- Overrides:
setValueAsString
in class AbstractProperty
assign
public void assign(Element el)
- Description copied from interface:
Property
- XMLの要素からプロパティ値を設定します。
- Overrides:
assign
in class AbstractProperty
assignTo
public void assignTo(Element el)
- Description copied from interface:
Property
- XMLの要素にプロパティ値を設定します。
- Overrides:
assignTo
in class AbstractProperty
doClone
protected void doClone(AbstractProperty prop)
- Description copied from class:
AbstractProperty
- cloneメソッドの実装部分
DeepCopyが必要な場合はオーバーライドしてください。
- Overrides:
doClone
in class AbstractProperty
valueEquals
public boolean valueEquals(Property prop)
- Description copied from interface:
Property
- プロパティの設定値を比較します
- Overrides:
valueEquals
in class AbstractProperty
doGetDifference
protected com.infoteria.gui.diff.Difference doGetDifference(Property prop)
- Overrides:
doGetDifference
in class AbstractProperty