|
JDeveloper SCM API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Property-based class for getting and setting client property values on configuration components. Intended to allow SCM clients to customize an options screen relevant to source control setup, whilst remaining under the control of the IDE.
Method Summary | |
java.awt.Component |
getComponent()
Gets the user interface component for this customizer, to handle user edits on the client's property set. |
java.util.Map |
getProperties()
Gets the properties Map for this customizer, reflecting the UI state. |
void |
setProperties(java.util.Map props)
Sets the properties for all components of the panel from the given table, thus updating the UI. |
void |
validateProperties()
Validates the current properties held in the customizer panel. |
Method Detail |
public java.awt.Component getComponent()
public void setProperties(java.util.Map props)
props
- a keyed table for all property values.public void validateProperties() throws SCMException
SCMException
- if a property value is found to be invalid.public java.util.Map getProperties()
|
Copyright © 2002 Oracle Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |