com.infoteria.asteria.flowbuilder2.base
クラス SimpleObject

java.lang.Object
  |
  +--com.infoteria.asteria.flowbuilder2.base.BaseObject
        |
        +--com.infoteria.asteria.flowbuilder2.base.SimpleObject
すべての実装インタフェース:
Cloneable, com.infoteria.asteria.flowbuilder2.util.DescriptionHolder, com.infoteria.gui.property.inspector.PropertyEditable, PropertyHolder, com.infoteria.asteria.flowbuilder2.util.Releasable
直系の既知のサブクラス:
Component, Function

public abstract class SimpleObject
extends BaseObject
implements com.infoteria.asteria.flowbuilder2.util.DescriptionHolder

アイコンから直接コネクタがでているようなオブジェクト(Component/Function)の基底クラスです。
BaseObjectにコネクタの描画や移動情報を付加しています。


フィールドの概要
protected  List _connectorList
           
 
クラス com.infoteria.asteria.flowbuilder2.base.BaseObject から継承したフィールド
CATEGORY_OBJECT, CATEGORY_SYSTEM
 
コンストラクタの概要
SimpleObject(BaseObjectMetaData meta)
           
 
メソッドの概要
 void setIconLocation(Point p)
           
 
クラス com.infoteria.asteria.flowbuilder2.base.BaseObject から継承したメソッド
addAdditionalProperty, addProperty, canDelete, canDescriptionVisible, clone, contains, firePropertyValueChanged, fireStateChanged, fireStructureChanged, getAdditionalProperties, getAdditionalProperty, getAdditionalPropertyByDisplayName, getAttribute, getBorderColor, getBounds, getDefaultIcon, getDescription, getDisplayName, getIcon, getIconBounds, getIconLocation, getLayer, getMetaData, getName, getNameProperty, getObjectName, getProperties, getProperty, getPropertyByDisplayName, getPropertyCount, getSystemProperties, getTooltip, isDescriptionVisible, isLoading, isReadOnly, isSelected, putAttribute, removeAdditionalProperty, removeAttribute, removeProperty, setBorderColor, setDescription, setDescriptionLocationToDefault, setDescriptionVisible, setIcon, setIcon, setLayer, setName, setReadOnly, setSelected
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース com.infoteria.asteria.flowbuilder2.util.DescriptionHolder から継承したメソッド
canDescriptionVisible, getDescription, isDescriptionVisible, setDescription, setDescriptionLocationToDefault, setDescriptionVisible
 
インタフェース com.infoteria.gui.property.inspector.PropertyEditable から継承したメソッド
addPropertyEditableListener, getCategoryNames, getDisplayCategoryName, getPropertyHolder, removePropertyEditableListener
 
インタフェース com.infoteria.gui.property.PropertyHolder から継承したメソッド
getProperties
 
インタフェース com.infoteria.asteria.flowbuilder2.util.Releasable から継承したメソッド
release
 

フィールドの詳細

_connectorList

protected List _connectorList
コンストラクタの詳細

SimpleObject

public SimpleObject(BaseObjectMetaData meta)
メソッドの詳細

setIconLocation

public void setIconLocation(Point p)
クラス BaseObject の記述:
オブジェクトの位置を設定します。
オーバーライド:
クラス BaseObject 内の setIconLocation