com.supermap.realspace
类 SplitterOrientation

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.realspace.SplitterOrientation

public class SplitterOrientation
extends Enum

该枚举定义了分隔条的布局方向类型常量。


字段摘要
static SplitterOrientation HORIZONTAL
          分隔条按水平方向布局。
static SplitterOrientation VERTICAL
          分隔条按垂直方向布局。
 
方法摘要
 
从类 com.supermap.data.Enum 继承的方法
equals, getEnums, getNameByValue, getNames, getPredefineValues, getValueByName, getValues, hashCode, isDefined, isDefined, name, parse, parse, toString, value
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

VERTICAL

public static final SplitterOrientation VERTICAL
分隔条按垂直方向布局。


HORIZONTAL

public static final SplitterOrientation HORIZONTAL
分隔条按水平方向布局。