|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A CompareContributor that can be edited implements this interface.
| Field Summary | |
static java.lang.String |
PROPERTY_EDITABLE
Property name for whether the contributor is currently editable. |
static java.lang.String |
PROPERTY_MODIFIED
Property name for whether the contributor is currently modified. |
| Method Summary | |
void |
addChangeListener(javax.swing.event.ChangeListener cl)
Add a listener that will be notified when the content of this contributor changes. |
boolean |
isEditable()
Get whether this contributor is currently editable. |
boolean |
isModified()
Get whether this contributor is currently modified, i.e. has unsaved changes pending. |
void |
removeChangeListener(javax.swing.event.ChangeListener cl)
Remove a previously added change listener |
| Field Detail |
public static final java.lang.String PROPERTY_EDITABLE
public static final java.lang.String PROPERTY_MODIFIED
| Method Detail |
public boolean isEditable()
public boolean isModified()
public void addChangeListener(javax.swing.event.ChangeListener cl)
public void removeChangeListener(javax.swing.event.ChangeListener cl)
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.