|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||||
°³¿ä: »óÀÚ | Çʵå | constructor | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor | ¸Þ¼Òµå |
java.lang.Object | +--javax.swing.DefaultCellEditor.EditorDelegate
protected EditorDelegate
Ŭ·¡½ºÀÔ´Ï´Ù.
ÇʵåÀÇ °³¿ä | |
protected Object |
value
ÀÌ ¼¿ÀÇ °ª |
»ý¼ºÀÚÀÇ °³¿ä | |
protected |
DefaultCellEditor.EditorDelegate ()
|
¸Þ¼ÒµåÀÇ °³¿ä | |
void |
actionPerformed (ActionEvent e)
¾×¼Ç ½ÇÇà½Ã¿¡ ÆíÁýÀ» Á¾·áÇÕ´Ï´Ù. |
void |
cancelCellEditing ()
ÆíÁýÀ» Ãë¼ÒÇÕ´Ï´Ù. |
Object |
getCellEditorValue ()
ÀÌ ¼¿ÀÇ °ªÀ» µ¹·ÁÁÝ´Ï´Ù. |
boolean |
isCellEditable (EventObject anEvent)
anEvent °¡ MouseEvent °¡ ¾Æ´Ñ °æ¿ì´Â true ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
void |
itemStateChanged (ItemEvent e)
Ç׸ñ »óŰ¡ ¹Ù²î¾úÀ» ¶§¿¡, ÆíÁýÀ» Á¾·áÇÕ´Ï´Ù. |
void |
setValue (Object value)
ÀÌ ¼¿ÀÇ °ªÀ» ¼³Á¤ÇÕ´Ï´Ù. |
boolean |
shouldSelectCell (EventObject anEvent)
true ¸¦ µ¹·ÁÁÖ¾î, ÆíÁý ¼¿ÀÌ ¼±Åà °¡´ÉÇÑ °ÍÀ» ³ªÅ¸³À´Ï´Ù. |
boolean |
startCellEditing (EventObject anEvent)
true ¸¦ µ¹·ÁÁÖ¾î, ÆíÁýÀÌ °³½ÃµÇ°í ÀÖ´Â °ÍÀ» ³ªÅ¸³À´Ï´Ù. |
boolean |
stopCellEditing ()
ÆíÁýÀ» Á¾·áÇØ, À̰ÍÀ» ³ªÅ¸³»±â À§Çؼ(¶§¹®¿¡) true ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
Ŭ·¡½º java.lang. Object ¿¡¼ »ó¼Ó¹ÞÀº ¸Þ¼Òµå |
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
ÇʵåÀÇ »ó¼¼ |
protected Object value
»ý¼ºÀÚÀÇ »ó¼¼ |
protected DefaultCellEditor.EditorDelegate()
¸Þ¼ÒµåÀÇ »ó¼¼ |
public Object getCellEditorValue()
public void setValue(Object value)
value
- ÀÌ ¼¿ÀÇ »õ·Î¿î °ªpublic boolean isCellEditable(EventObject anEvent)
anEvent
°¡ MouseEvent
°¡ ¾Æ´Ñ °æ¿ì´Â true ¸¦ µ¹·ÁÁÝ´Ï´Ù. MouseEvent ÀÇ °æ¿ì´Â ÇÊ¿äÇÑ È¸¼öÀÇ Å¬¸¯ÀÌ ¹ß»ýÇϰí ÀÖ´Â °æ¿ì´Â true ¸¦ µ¹·ÁÁÖ¾î, ±×·¸Áö ¾ÊÀº °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.
anEvent
- À̺¥Æ®
DefaultCellEditor.setClickCountToStart(int)
,
shouldSelectCell(java.util.EventObject)
public boolean shouldSelectCell(EventObject anEvent)
anEvent
- À̺¥Æ®
isCellEditable(java.util.EventObject)
public boolean startCellEditing(EventObject anEvent)
anEvent
- À̺¥Æ®public boolean stopCellEditing()
fireEditingStopped
¸¦ È£ÃâÇÕ´Ï´Ù.
public void cancelCellEditing()
fireEditingCanceled
¸¦ È£ÃâÇÕ´Ï´Ù.
public void actionPerformed(ActionEvent e)
ActionListener
³»ÀÇ actionPerformed
e
- ¾×¼Ç À̺¥Æ®stopCellEditing()
public void itemStateChanged(ItemEvent e)
ItemListener
³»ÀÇ itemStateChanged
e
- ¾×¼Ç À̺¥Æ®stopCellEditing()
|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||||
°³¿ä: »óÀÚ | Çʵå | constructor | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor | ¸Þ¼Òµå |
Java, Java 2 D, ¹× JDBC ´Â ¹Ì±¹ ¹× ±× ¿ÜÀÇ ³ª¶ó¿¡ ÀÖ¾î¼ÀÇ ¹Ì±¹ Sun Microsystems, Inc. ÀÇ »óÇ¥ ȤÀº µî·Ï»óÇ¥ÀÔ´Ï´Ù.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.