|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface allows for a batch update rather than PropertyChange based incremental updates to the underlying bean. Classes that implement it should inherit from a Component like JPanel.
Method Summary | |
java.net.URL |
getHelpContext()
Get the URL file context to be displayed. |
java.lang.String |
getHelpFileName()
Get the html file name to be displayed. |
java.lang.String |
getName()
Provide a displayable name for the panel for use in displaying error dialogs should an exception be thrown from updateObject. |
void |
setObject(java.lang.Object theObject)
Set the object to be customized. |
void |
setView()
This method does whatever the panel needs to make it represent the current view when the Apply button is pressed. |
void |
updateObject()
Update the object to be customized by reading the panel and writing that data to the object. |
Method Detail |
public void setObject(java.lang.Object theObject)
theObject
- The object to be customized.public void updateObject() throws java.lang.Exception
public java.lang.String getName()
public void setView()
public java.lang.String getHelpFileName()
public java.net.URL getHelpContext()
Able
|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |