com.infoteria.asteria.flowlibrary2.component
クラス Utility

java.lang.Object
  |
  +--com.infoteria.asteria.flowlibrary2.component.Utility

public class Utility
extends Object

コンポーネント/マッパー関数から使用可能なUtilityメソッド


コンストラクタの概要
Utility()
           
 
メソッドの概要
static Component getPreviousComponent(Component c)
          getPreviousComponent(c, true)と同じです。
static Component getPreviousComponent(Component c, boolean bIgnore)
          引数のコンポーネントの直前のコンポーネントを取得します。
 
クラス 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インターフェースを 実装していた場合にはさらにその直前のコンポーネントにさかのぼります。