|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcorny.addressbook.gui.ContactDisplay.ContactDisplayPanel.ContactDisplayPanelHandler
public class ContactDisplayPanelHandler
Handler class for the ContactDisplayPanel
class
Method Summary | |
---|---|
Contact |
getContact()
|
boolean |
isEditing()
|
void |
setChangeListener(javax.swing.event.ChangeListener changeListener)
Used by the ContactDisplayOverlay to get notified of changes to
the panel. |
void |
setEditing(boolean editing)
Enables or disables editing mode |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Contact getContact()
public void setChangeListener(javax.swing.event.ChangeListener changeListener)
ContactDisplayOverlay
to get notified of changes to
the panel.
changeListener
- Change listenerpublic void setEditing(boolean editing)
editing
- True to enable editing mode, false to disable editing modepublic boolean isEditing()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |