com.infoteria.asteria.flowlibrary2.component
クラス Utility
java.lang.Object
|
+--com.infoteria.asteria.flowlibrary2.component.Utility
- public class Utility
- extends Object
コンポーネント/マッパー関数から使用可能なUtilityメソッド
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utility
public Utility()
getPreviousComponent
public static Component getPreviousComponent(Component c)
- getPreviousComponent(c, true)と同じです。
getPreviousComponent
public static Component getPreviousComponent(Component c,
boolean bIgnore)
- 引数のコンポーネントの直前のコンポーネントを取得します。
引数のコンポーネントが複数の入力を受け入れている場合やStartComponentである場合は
直前のコンポーネントを決定できないため nullを返します。
bIgnoreがtrueの場合、直前のコンポーネントがIgnoreByGetPreviousインターフェースを
実装していた場合にはさらにその直前のコンポーネントにさかのぼります。