クラス SeparatorParts

すべての実装されたインタフェース:
Serializable, HasNestParts

public class SeparatorParts extends TopViewContentParts implements HasNestParts
2分割パーツ
関連項目:
  • コンストラクタの詳細

    • SeparatorParts

      public SeparatorParts()
  • メソッドの詳細

    • getLeftParts

      public TopViewParts getLeftParts()
      左エリアパーツを取得します。
      戻り値:
      左エリアパーツ
    • setLeftParts

      public void setLeftParts(TopViewParts leftParts)
      左エリアパーツを設定します。
      パラメータ:
      leftParts - 左エリアパーツ
    • getRightParts

      public TopViewParts getRightParts()
      右エリアパーツを取得します。
      戻り値:
      右エリアパーツ
    • setRightParts

      public void setRightParts(TopViewParts rightParts)
      右エリアパーツを設定します。
      パラメータ:
      rightParts - 右エリアパーツ
    • getNestParts

      public List<TopViewParts> getNestParts()
      インタフェースからコピーされた説明: HasNestParts
      Nestされたパーツ定義を返します。
      定義:
      getNestParts インタフェース内 HasNestParts
      戻り値:
      Nestされたパーツ定義