|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjavax.swing.DefaultCellEditor.EditorDelegate
protected class 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 Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.