|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Object | +--com.infoteria.asteria.flowbuilder2.base.ConnectorSet
入出力のコネクタセットです。 一つのデフォルトコネクタを持ち複数のサブコネクタを持つことができます。
| フィールドの概要 | |
static int |
LOCATION_BOTTOM
|
static int |
LOCATION_LEFT
|
static int |
LOCATION_RIGHT
|
static int |
LOCATION_TOP
|
static int |
LOCATION_UNKNOWN
|
static String |
STATE_DEFAULT
|
| コンストラクタの概要 | |
ConnectorSet(Connector def,
int location)
|
|
ConnectorSet(Connector def,
int location,
String state,
boolean bDefault)
|
|
| メソッドの概要 | |
void |
addSubConnector(Connector con)
サブコネクタを追加します。 |
Object |
clone()
|
Connector |
getConnector(String name)
名前を指定してコネクタを取得します。 |
int |
getConnectorCount()
所持するコネクタ数を返します。 |
Connector[] |
getConnectors()
所持するコネクタを配列で返します。 |
Connector |
getDefaultConnector()
デフォルトコネクタを返します。 |
int |
getLocation()
コネクタセットのアイコン上での位置を返します。 |
BaseObject |
getOwner()
コネクタセットを所持するオーナーオブジェクトを返します。 |
String |
getState()
コネクタセットのState(分岐に対応)を返します。 |
int |
indexOfSubConnector(Connector con)
サブコネクタの位置を返します。 |
void |
insertSubConnector(Connector con,
int idx)
サブコネクタを挿入します。 |
boolean |
isDefaultState()
デフォルトのStateであるかどうかを返します。 |
static String |
locationToString(int loc)
|
void |
removeSubConnector(Connector con)
サブコネクタを削除します。 |
void |
setOwner(BaseObject owner)
コネクタセットを所持するオーナーオブジェクトを設定します。 |
void |
setState(String state)
コネクタセットのState(分岐に対応)を設定します。 |
static int |
strToLocation(String s)
|
String |
toString()
|
| クラス java.lang.Object から継承したメソッド |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
public static String STATE_DEFAULT
public static final int LOCATION_UNKNOWN
public static final int LOCATION_TOP
public static final int LOCATION_LEFT
public static final int LOCATION_BOTTOM
public static final int LOCATION_RIGHT
| コンストラクタの詳細 |
public ConnectorSet(Connector def,
int location)
public ConnectorSet(Connector def,
int location,
String state,
boolean bDefault)
| メソッドの詳細 |
public static int strToLocation(String s)
public static String locationToString(int loc)
public BaseObject getOwner()
public void setOwner(BaseObject owner)
public String getState()
public void setState(String state)
public boolean isDefaultState()
public Connector getDefaultConnector()
public Connector getConnector(String name)
public int getConnectorCount()
public Connector[] getConnectors()
public void addSubConnector(Connector con)
public void insertSubConnector(Connector con,
int idx)
public void removeSubConnector(Connector con)
public int indexOfSubConnector(Connector con)
public int getLocation()
public Object clone()
Object 内の clonepublic String toString()
Object 内の toString
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||