|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | 列挙型定数 | フィールド | メソッド | 詳細: 列挙型定数 | フィールド | メソッド |
java.lang.Objectjava.lang.Enum<GridPanel.MouseScrollType>
cvj2.gui.swt.widgets.gdidpanel.GridPanel.MouseScrollType
public static enum GridPanel.MouseScrollType
マウスホイールによるスクロール種別
列挙型定数の概要 | |
---|---|
HALF_PAGE
半ページ |
|
LINE
1行 |
|
PAGE
1ページ |
メソッドの概要 | |
---|---|
java.lang.String |
toString()
|
static GridPanel.MouseScrollType |
valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。 |
static GridPanel.MouseScrollType[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。 |
クラス java.lang.Enum から継承されたメソッド |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
クラス java.lang.Object から継承されたメソッド |
---|
getClass, notify, notifyAll, wait, wait, wait |
列挙型定数の詳細 |
---|
public static final GridPanel.MouseScrollType LINE
public static final GridPanel.MouseScrollType HALF_PAGE
public static final GridPanel.MouseScrollType PAGE
メソッドの詳細 |
---|
public static GridPanel.MouseScrollType[] values()
for (GridPanel.MouseScrollType c : GridPanel.MouseScrollType.values()) System.out.println(c);
public static GridPanel.MouseScrollType valueOf(java.lang.String name)
name
- 返される列挙型定数の名前
java.lang.IllegalArgumentException
- 指定された名前を持つ定数を
この列挙型が持っていない場合
java.lang.NullPointerException
- 引数が null の場合public java.lang.String toString()
java.lang.Enum<GridPanel.MouseScrollType>
内の toString
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | 列挙型定数 | フィールド | メソッド | 詳細: 列挙型定数 | フィールド | メソッド |