|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
java.lang.Objectjavax.swing.plaf.basic.BasicSplitPaneDivider.DragController
protected class BasicSplitPaneDivider.DragController
HORIZONTAL_SPLIT ¹æÇâÀÇ ºÐÇÒ ±¸È¹À» À§Çؼ
µå·¡±×
¼¼¼ÇÁßÀÇ À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. ¿¬¼ÓÇØ dragDividerTo
¸Þ¼¼Áö¸¦ º¸³», Á¾·á½Ã¿¡ finishDraggingTo
¸Þ¼¼Áö¸¦ º¸³À´Ï´Ù. ÀνºÅϽº°¡ ÀÛ¼ºµÉ ¶§, isValid
¿¡
ÇÑ ¸Þ¼¼Áö¸¦ ¹Þ¾Æ, µå·¡±×¸¦ ½ÇÇàÇÒ ¼ö ÀÖ´Â °ÍÀ» È®ÀÎÇÒ Çʿ䰡 ÀÖ½À´Ï´Ù. 2°³ÀÇ È¸éÀÇ Å©±â¸¦ º¯°æÇÒ ¼ö ¾ø´Â °æ¿ì, µå·¡±×´Â ÇÒ ¼ö ¾ø½À´Ï´Ù.
°æ°í: ÀÌ Å¬·¡½ºÀÇ Á÷·ÄÈ µÈ °´Ã¼´Â ÇâÈÄÀÇ Swing ¸±¸®Áî¿Í
ȣȯµÇÁö ¾ÊÀ» ¿¹Á¤ÀÔ´Ï´Ù. ÇöÀçÀÇ Á÷·ÄÈÀÇ Áö¿øÀº
´Ü±â°£ÀÇ ¿î¿ëÀ̳ª, °°Àº ¹öÀüÀÇ Swing¸¦ ½ÇÇàÇÏ´Â ¾îÇø®ÄÉÀ̼ǰ£ÀÇ RMI¿¡ ÀûÀýÇϰí ÀÖ½À´Ï´Ù. JDK ¹öÀü
1.4 ÀÌÈÄ, ¸ðµç JavaBeans™
Àå±â°£ÀÇ ¿î¿ë Áö¿øÀº
java.beans
ÆÐŰÁö¿¡ Ãß°¡µÇ°í ÀÖ½À´Ï´Ù. ÀÚ¼¼ÇÑ ³»¿ëÀº XMLEncoder
¸¦
ÂüÁ¶ÇϽʽÿÀ.
»ý¼ºÀÚ °³¿ä | |
---|---|
protected |
BasicSplitPaneDivider.DragController (MouseEvent e)
|
¸Þ¼µå °³¿ä | |
---|---|
protected void |
completeDrag (int x,
int y)
|
protected void |
completeDrag (MouseEvent e)
finishDraggingTo ¿¡ ¸¶¿ì½º À̺¥Æ®ÀÇ »õ·Î¿î À§Ä¡¿¡ ´ëÇÑ ¸Þ¼¼Áö¸¦ º¸³À´Ï´Ù. |
protected void |
continueDrag (int newX,
int newY)
|
protected void |
continueDrag (MouseEvent e)
dragDividerTo ¿¡ ¸¶¿ì½º À̺¥Æ®ÀÇ »õ·Î¿î À§Ä¡¿¡ ´ëÇÑ ¸Þ¼¼Áö¸¦ º¸³À´Ï´Ù. |
protected int |
getNeededLocation (int x,
int y)
¼öÆò ºÐÇÒ¿¡ »ç¿ëµÇ´Â x Àμö¸¦ ¸®ÅÏÇÕ´Ï´Ù. |
protected boolean |
isValid ()
µå·¡±× ¼¼¼ÇÀÌ À¯È¿ÇÑ °æ¿ì, true¸¦ ¸®ÅÏÇÕ´Ï´Ù. |
protected int |
positionForMouseEvent (MouseEvent e)
°Ç³×¹Þ´Â MouseEvent¿¡ ±â¹ÝÇØ µð¹ÙÀÌ´õ¸¦ µÎ±â À§ÇÑ »õ·Î¿î À§Ä¡¸¦ ¸®ÅÏÇÕ´Ï´Ù. |
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
»ý¼ºÀÚ »ó¼¼ |
---|
protected BasicSplitPaneDivider.DragController(MouseEvent e)
¸Þ¼µåÀÇ »ó¼¼ |
---|
protected boolean isValid()
protected int positionForMouseEvent(MouseEvent e)
protected int getNeededLocation(int x, int y)
protected void continueDrag(int newX, int newY)
protected void continueDrag(MouseEvent e)
protected void completeDrag(int x, int y)
protected void completeDrag(MouseEvent e)
|
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 µµ ÂüÁ¶ÇϽʽÿÀ.