|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.javatools.data.HashStructureAdapter
oracle.ide.config.ChangeEventSource
oracle.jdeveloper.vcs.spi.VCSCopyableMap<K,V>
Deprecated. not replaced. Settings must now be stored using HashStructure based IDE Preferences. This class now exists only for extension migration purposes.
@Deprecated
public class VCSCopyableMap<K,V>
Class for storing a properties in a Copyable map structure.
| Field Summary |
|---|
| Fields inherited from class oracle.javatools.data.HashStructureAdapter |
|---|
_hash |
| Constructor Summary | |
|---|---|
VCSCopyableMap()Deprecated. |
|
VCSCopyableMap(java.util.Map<K,V> map)Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.Object |
copyTo(java.lang.Object target)Deprecated. Copy support. |
protected VCSCopyableMap<K,V> |
createInstance()Deprecated. |
void |
fireChangeEventFromSource(java.lang.Object source)Deprecated. |
java.util.Map<K,V> |
getMap()Deprecated. Gets the version control client property map. |
void |
setMap(java.util.Map<K,V> map)Deprecated. Sets the version control client property map. |
| Methods inherited from class oracle.ide.config.ChangeEventSource |
|---|
addChangeListener, fireChangeEvent, fireChangeEvent, removeChangeListener, setUseObjectEquals |
| Methods inherited from class oracle.javatools.data.HashStructureAdapter |
|---|
addStructureChangeListener, containsKey, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VCSCopyableMap()
public VCSCopyableMap(java.util.Map<K,V> map)
| Method Detail |
|---|
public java.lang.Object copyTo(java.lang.Object target)
HashStructureAdaptercopyTo in interface CopyablecopyTo in class ChangeEventSourcetarget - The target object to which the state of this object should be copied. If target is null, then the copyTo method will return a new instance of this class.this object was copied. If the target was non-null, then the return value is the same as the target object that was passed in; otherwise, the return value is a new instance of this class.public void setMap(java.util.Map<K,V> map)
map - the property map.public java.util.Map<K,V> getMap()
public void fireChangeEventFromSource(java.lang.Object source)
protected VCSCopyableMap<K,V> createInstance()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||