oracle.ide.scm
Class SCMPropertyCustomizerAdapter
java.lang.Object
|
+--oracle.ide.scm.SCMPropertyCustomizerAdapter
- All Implemented Interfaces:
- SCMPropertyCustomizer
- public abstract class SCMPropertyCustomizerAdapter
- extends java.lang.Object
- implements SCMPropertyCustomizer
Adapter class for easier implementation of SCMPropertyCustomizer
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCMPropertyCustomizerAdapter
public SCMPropertyCustomizerAdapter()
getComponent
public java.awt.Component getComponent()
- Gets a new swing panel.
- Specified by:
getComponent
in interface SCMPropertyCustomizer
- Returns:
- a newly constructed and empty panel.
setProperties
public void setProperties(java.util.Map props)
- Sets no properties from the map to the UI.
- Specified by:
setProperties
in interface SCMPropertyCustomizer
- Following copied from interface:
oracle.ide.scm.SCMPropertyCustomizer
- Parameters:
props
- a keyed table for all property values.
validateProperties
public void validateProperties()
throws SCMException
- Performs no properties validation.
- Specified by:
validateProperties
in interface SCMPropertyCustomizer
- Following copied from interface:
oracle.ide.scm.SCMPropertyCustomizer
- Throws:
SCMException
- if a property value is found to be invalid.
getProperties
public java.util.Map getProperties()
- Gets a new properties map.
- Specified by:
getProperties
in interface SCMPropertyCustomizer
- Returns:
- a newly constructed and empty properties map.