|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
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 |
setPanel(java.lang.Object customInspectorPanel)
Give a reference to the associated custom Inspector view (JPanel) so this settings panel can be used to set parameters on it |
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
Throw
- an exception if panel data is invalid.public java.lang.String getName()
public void setView()
public void setPanel(java.lang.Object customInspectorPanel)
Note: this is only used by Custom inspector views/panels
public java.lang.String getHelpFileName()
public java.net.URL getHelpContext()
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |