|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
java.lang.Objectjava.util.EventObject
java.awt.AWTEvent
java.awt.event.AdjustmentEvent
public class AdjustmentEvent
Adjustable °´Ã¼°¡ ¹ßÇàÇÏ´Â Á¶Á¤ À̺¥Æ®ÀÔ´Ï´Ù.
Adjustable
,
AdjustmentListener
,
Á÷·ÄÈ µÈ Çü½Ä ÇÊµå °³¿ä | |
---|---|
static int |
ADJUSTMENT_FIRST
Á¶Á¤ À̺¥Æ® ½Äº°ÀÚ¸¦ ³ªÅ¸³»´Â Á¤¼öÀÇ ¹üÀ§ÀÇ, ÃÖÃÊÀÇ ¹øÈ£ÀÔ´Ï´Ù. |
static int |
ADJUSTMENT_LAST
Á¶Á¤ À̺¥Æ® ½Äº°ÀÚ¸¦ ³ªÅ¸³»´Â Á¤¼öÀÇ ¹üÀ§ÀÇ, ¸¶Áö¸· ¹øÈ£ÀÔ´Ï´Ù. |
static int |
ADJUSTMENT_VALUE_CHANGED
Á¶Á¤°ªÀÌ º¯°æµÈ °ÍÀ» ³ªÅ¸³»´Â À̺¥Æ®ÀÔ´Ï´Ù. |
static int |
BLOCK_DECREMENT
ºí·Ï °¨¼Ò Á¶Á¤ÇüÀÔ´Ï´Ù. |
static int |
BLOCK_INCREMENT
ºí·Ï ÀÎÅ©¸®¸ÕÆ®(increment) Á¶Á¤ÇüÀÔ´Ï´Ù. |
static int |
TRACK
Àý´ë Æ®·¢Å· Á¶Á¤ÇüÀÔ´Ï´Ù. |
static int |
UNIT_DECREMENT
À¯´ÏÆ® °¨¼Ò Á¶Á¤ÇüÀÔ´Ï´Ù. |
static int |
UNIT_INCREMENT
À¯´ÏÆ® ÀÎÅ©¸®¸ÕÆ®(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)
ÁöÁ¤µÈ Á¶Á¤ °¡´ÉÇÑ ¼Ò½º, À̺¥Æ®Çü, Á¶Á¤Çü ¹× °ªÀ¸·Î AdjustmentEvent °´Ã¼¸¦ ±¸ÃàÇÕ´Ï´Ù. |
¸Þ¼µå °³¿ä | |
---|---|
Adjustable |
getAdjustable ()
ÀÌ À̺¥Æ®ÀÇ ¿øÀÌ µÈ Adjustable °´Ã¼¸¦ ¸®ÅÏÇÕ´Ï´Ù. |
int |
getAdjustmentType ()
°ªÀÌ º¯°æµÈ À̺¥Æ®ÀÇ ¿øÀÎÀÌ µÈ Á¶Á¤ÀÇ ÇüŸ¦ ¸®ÅÏÇÕ´Ï´Ù. |
int |
getValue ()
Á¶Á¤ À̺¥Æ®³»ÀÇ ÇöÀçÀÇ °ªÀ» ¸®ÅÏÇÕ´Ï´Ù. |
boolean |
getValueIsAdjusting ()
ÀÌ À̺¥Æ®°¡ º¹¼öÀÇ Á¶Á¤ À̺¥Æ®ÀÇ 1°³ ÀÎ °æ¿ì´Â true ¸¦ ¸®ÅÏÇÕ´Ï´Ù. |
String |
paramString ()
ÀÌ Event »óŸ¦ ³ªÅ¸³»´Â ij¸¯ÅÍ ¶óÀÎÀ» ¸®ÅÏÇÕ´Ï´Ù. |
Ŭ·¡½º 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
À»
Throw ÇÕ´Ï´Ù.
source
- À̺¥Æ® ¹ß»ý¿øÀÇ Adjustable
°´Ã¼id
- À̺¥Æ®ÀÇ ÇüÅÂtype
- Á¶Á¤Çüvalue
- ÇöÀçÀÇ Á¶Á¤ÀÇ °ª
IllegalArgumentException
- source
°¡ nullÀÎ °æ¿ìpublic AdjustmentEvent(Adjustable source, int id, int type, int value, boolean isAdjusting)
AdjustmentEvent
°´Ã¼¸¦ ±¸ÃàÇÕ´Ï´Ù.
¹«È¿ÀÎ id
¸¦ °Ç³×ÁÖ¸é, ƯÁ¤ÇÒ ¼ö ¾ø´Â µ¿ÀÛÀÌ ¹ß»ýÇÕ´Ï´Ù. ÀÌ ¸Þ¼µå´Â source
°¡ null
ÀÎ °æ¿ì¿¡ IllegalArgumentException
À»
Throw ÇÕ´Ï´Ù.
source
- À̺¥Æ® ¹ß»ý¿øÀÇ Adjustable
°´Ã¼id
- À̺¥Æ®ÀÇ ÇüÅÂtype
- Á¶Á¤Çüvalue
- ÇöÀçÀÇ Á¶Á¤ÀÇ °ªisAdjusting
- À̺¥Æ®°¡ ÀÏ·ÃÀÇ º¹¼öÀÇ Á¶Á¤ À̺¥Æ®ÀÇ 1°³
ÀÎ °æ¿ì´Â 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
»óŸ¦ ³ªÅ¸³»´Â ij¸¯ÅÍ ¶óÀÎÀ» ¸®ÅÏÇÕ´Ï´Ù. ÀÌ ¸Þ¼µå´Â µð¹ö±× Àü¿ëÀ̸ç, ¸®ÅϵÈ
ij¸¯ÅÍ ¶óÀÎÀÇ ³»¿ë ¹× Çü½ÄÀº ±¸Çö¿¡ µû¶ó¼ ´Ù¸¨´Ï´Ù. ¸®ÅϵÈ
ij¸¯ÅÍ ¶óÀÎÀº °ø¹éÀÇ °æ¿ì°¡ ÀÖ½À´Ï´Ù¸¸, null
·Î´Â µÇÁö ¾Ê½À´Ï´Ù.
AWTEvent
³»ÀÇ paramString
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.