接口 IPanes


public interface IPanes
工作表窗格。
  • 方法概要

    修饰符和类型
    方法
    说明
    get(int index)
    获取通过索引的窗格实例。
    int
    返回一个整数值,表示集合中的对象数量。
  • 方法详细资料

    • getCount

      int getCount()
      返回一个整数值,表示集合中的对象数量。
    • get

      IPane get(int index)
      获取通过索引的窗格实例。