|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProfileModelElement | |
|---|---|
| ccs.cpc | |
| ccs.cpc.impl | |
| Uses of ProfileModelElement in ccs.cpc |
|---|
| Methods in ccs.cpc that return ProfileModelElement | |
|---|---|
ProfileModelElement |
PluginRuntime.readModel(java.lang.String classname,
java.lang.String key)
Retrieves the plugin's ProfileModelElement (containing its persistent state), if any. |
abstract ProfileModelElement |
CpCmdr.readProfileElement(java.lang.String classname,
java.lang.String key)
Read a Profile Element. |
| Methods in ccs.cpc with parameters of type ProfileModelElement | |
|---|---|
void |
PluginRuntime.writeModel(ProfileModelElement element)
Adds the supplied ProfileModelElement (containing the plugin's persistent state) to the profile (if not already present), and stores it. |
abstract void |
CpCmdr.writeProfileElement(ProfileModelElement element)
Write a Profile Element. |
| Uses of ProfileModelElement in ccs.cpc.impl |
|---|
| Methods in ccs.cpc.impl that return ProfileModelElement | |
|---|---|
(package private) ProfileModelElement |
ProfileModel.getElement(java.lang.String classname,
java.lang.String key)
Return the element with the supplied class name and key, if any; else null. |
ProfileModelElement |
CpcImpl.readProfileElement(java.lang.String classname,
java.lang.String key)
|
| Methods in ccs.cpc.impl with parameters of type ProfileModelElement | |
|---|---|
(package private) void |
ProfileModel.putElement(ProfileModelElement element)
Add or update the supplied element. |
void |
CpcImpl.writeProfileElement(ProfileModelElement element)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||