|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Super interface of all JposEntry properties view panel
Inner Class Summary | |
static class |
PropsViewPanel.Event
Inner class to indicate an Event for this PropsViewPanel |
static interface |
PropsViewPanel.Listener
Inner interface defining a Listener for this interface |
Method Summary | |
void |
aboutToLooseFocus()
Called this PropsViewPanel is about looses focus |
void |
addListener(PropsViewPanel.Listener listener)
Adds the PropsViewPanel listener for this PropsViewPanel |
void |
cancelButtonClicked()
Called when the "OK" command button is clicked |
void |
clearAll()
Clears all the JTextField to "" |
void |
editButtonClicked()
Called when the "Edit" command button is clicked |
javax.swing.JPanel |
getCustomButtonPanel()
|
JposEntry |
getJposEntry()
|
void |
okButtonClicked()
Called when the "OK" command button is clicked |
void |
removeListener(PropsViewPanel.Listener listener)
Removes the PropsViewPanel listener for this PropsViewPanel |
void |
setEditableAll(boolean b)
Makes all JTextField editable |
void |
setEnabledAll(boolean b)
Makes all JTextField enabled |
void |
setJposEntry(JposEntry entry)
Sets the current JposEntry for this panel |
Method Detail |
public void clearAll()
public void setEnabledAll(boolean b)
b
- the boolean parampublic void setEditableAll(boolean b)
b
- the boolean parampublic void setJposEntry(JposEntry entry)
jposEntry
- the JposEntrypublic JposEntry getJposEntry()
public void aboutToLooseFocus()
public void editButtonClicked()
public void okButtonClicked()
public void cancelButtonClicked()
public javax.swing.JPanel getCustomButtonPanel()
public void addListener(PropsViewPanel.Listener listener)
listener
- The PropsViewPanel.Listener objectpublic void removeListener(PropsViewPanel.Listener listener)
listener
- The PropsViewPanel.Listener object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |