|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.util.EventObject java.awt.AWTEvent java.awt.event.AdjustmentEvent
public class AdjustmentEvent
由 Adjustable 物件所發出的調整事件。
Adjustable
,
AdjustmentListener
,
序列化表格欄位摘要 | |
---|---|
static int |
ADJUSTMENT_FIRST
標記調整事件 id 範圍的第一個整數 id。 |
static int |
ADJUSTMENT_LAST
標記調整事件 id 範圍的最後一個整數 id。 |
static int |
ADJUSTMENT_VALUE_CHANGED
調整值更改事件。 |
static int |
BLOCK_DECREMENT
塊減量調整型別。 |
static int |
BLOCK_INCREMENT
塊增量調整型別。 |
static int |
TRACK
絕對追蹤調整型別。 |
static int |
UNIT_DECREMENT
單位減量調整型別。 |
static int |
UNIT_INCREMENT
單位增量調整型別。 |
從類別 java.util.EventObject 繼承的欄位 |
---|
source |
建構子摘要 | |
---|---|
AdjustmentEvent(Adjustable source,
int id,
int type,
int value)
用指定的 Adjustable 源、事件型別、調整型別和值建構一個 AdjustmentEvent 物件。 |
|
AdjustmentEvent(Adjustable source,
int id,
int type,
int value,
boolean isAdjusting)
用指定的 Adjustable 源、事件型別、調整型別和值建構一個 AdjustmentEvent 物件。 |
方法摘要 | |
---|---|
Adjustable |
getAdjustable()
返回發起此事件的 Adjustable 物件。 |
int |
getAdjustmentType()
返回導致值更改事件的調整型別。 |
int |
getValue()
返回調整事件中的當前值。 |
boolean |
getValueIsAdjusting()
如果此事件是多個調整事件之一,則返回 true 。 |
String |
paramString()
返回表示此 Event 狀態的字元串。 |
從類別 java.awt.AWTEvent 繼承的方法 |
---|
consume, getID, isConsumed, setSource, toString |
從類別 java.util.EventObject 繼承的方法 |
---|
getSource |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
欄位詳細資訊 |
---|
public static final int ADJUSTMENT_FIRST
public static final int ADJUSTMENT_LAST
public static final int ADJUSTMENT_VALUE_CHANGED
public static final int UNIT_INCREMENT
public static final int UNIT_DECREMENT
public static final int BLOCK_DECREMENT
public static final int BLOCK_INCREMENT
public static final int TRACK
建構子詳細資訊 |
---|
public AdjustmentEvent(Adjustable source, int id, int type, int value)
Adjustable
源、事件型別、調整型別和值建構一個 AdjustmentEvent
物件。
注意,傳入無效 id
會導致未指定的行為。如果 source
為 null
,則此方法拋出 IllegalArgumentException
。
source
- 發起事件的 Adjustable
物件id
- 事件型別type
- 調整型別value
- 當前調整值
IllegalArgumentException
- 如果 source
為 nullpublic AdjustmentEvent(Adjustable source, int id, int type, int value, boolean isAdjusting)
AdjustmentEvent
物件。
注意,傳入無效 id
會導致未指定的行為。如果 source
為 null
,則此方法拋出 IllegalArgumentException
。
source
- 發起事件的 Adjustable
物件id
- 事件型別type
- 調整型別value
- 當前調整值isAdjusting
- 如果事件是連續多個調整事件之一,則該參數為 true
,否則為 false
IllegalArgumentException
- 如果 source
為 null方法詳細資訊 |
---|
public Adjustable getAdjustable()
Adjustable
物件。
Adjustable
物件public int getValue()
public int getAdjustmentType()
public boolean getValueIsAdjusting()
true
。
true
;否則返回 false
public String paramString()
AWTEvent
複製的描述Event
狀態的字元串。此方法僅在進行除錯的時候使用,返回的字元串的內容和格式也根據不同的實作而不同。返回的字元串可以為空,但不可以為 null
。
AWTEvent
中的 paramString
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。