|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 |
java.lang.Objectjavax.swing.AbstractCellEditor
public abstract class AbstractCellEditor
필드의 개요 | |
---|---|
protected ChangeEvent |
changeEvent
|
protected EventListenerList |
listenerList
|
생성자 의 개요 | |
---|---|
AbstractCellEditor ()
|
메소드의 개요 | |
---|---|
void |
addCellEditorListener (CellEditorListener l)
CellEditorListener 를 청취자 리스트에 추가합니다. |
void |
cancelCellEditing ()
fireEditingCanceled 를 호출합니다. |
protected void |
fireEditingCanceled ()
이 이벤트형의 통지를 등록한 모든 청취자에게 통지를 실시합니다. |
protected void |
fireEditingStopped ()
이 이벤트형의 통지를 등록한 모든 청취자에게 통지를 실시합니다. |
CellEditorListener [] |
getCellEditorListeners ()
addCellEditorListener()로 이 AbstractCellEditor 에 추가된 모든 CellEditorListener 의 배열을 돌려줍니다. |
boolean |
isCellEditable (EventObject e)
true 를 돌려줍니다. |
void |
removeCellEditorListener (CellEditorListener l)
CellEditorListener 를 청취자 리스트로부터 삭제합니다. |
boolean |
shouldSelectCell (EventObject anEvent)
true 를 돌려줍니다. |
boolean |
stopCellEditing ()
fireEditingStopped 를 호출해, true 를 돌려줍니다. |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
인터페이스 javax.swing. CellEditor 로부터 상속된 메소드 |
---|
getCellEditorValue |
필드의 상세 |
---|
protected EventListenerList listenerList
protected transient ChangeEvent changeEvent
생성자 의 상세 |
---|
public AbstractCellEditor()
메소드의 상세 |
---|
public boolean isCellEditable(EventObject e)
CellEditor
내의 isCellEditable
e
- 이벤트 객체
CellEditor.shouldSelectCell(java.util.EventObject)
public boolean shouldSelectCell(EventObject anEvent)
CellEditor
내의 shouldSelectCell
anEvent
- 이벤트 객체
CellEditor.isCellEditable(java.util.EventObject)
public boolean stopCellEditing()
fireEditingStopped
를 호출해, true 를 돌려줍니다.
CellEditor
내의 stopCellEditing
public void cancelCellEditing()
fireEditingCanceled
를 호출합니다.
CellEditor
내의 cancelCellEditing
public void addCellEditorListener(CellEditorListener l)
CellEditorListener
를 청취자 리스트에 추가합니다.
CellEditor
내의 addCellEditorListener
l
- 추가되는 새로운 청취자public void removeCellEditorListener(CellEditorListener l)
CellEditorListener
를 청취자 리스트로부터 삭제합니다.
CellEditor
내의 removeCellEditorListener
l
- 삭제되는 청취자public CellEditorListener [] getCellEditorListeners()
CellEditorListener
의 배열을 돌려줍니다.
CellEditorListener
. 청취자가 추가되어 있지 않은 경우는
빈 상태(empty)의 배열protected void fireEditingStopped()
EventListenerList
protected void fireEditingCanceled()
EventListenerList
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.