JDeveloper SCM API

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.


Constructor Summary
SCMPropertyCustomizerAdapter()
           
 
Method Summary
 java.awt.Component getComponent()
          Gets a new swing panel.
 java.util.Map getProperties()
          Gets a new properties map.
 void setProperties(java.util.Map props)
          Sets no properties from the map to the UI.
 void validateProperties()
          Performs no properties validation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCMPropertyCustomizerAdapter

public SCMPropertyCustomizerAdapter()
Method Detail

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.

Copyright © 2002 Oracle Corporation