|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IScribblerDomain | |
---|---|
org.eclipse.stp.core.infrastructure.emf | STP Core EMF Resource Management |
org.eclipse.stp.core.resources | Resource Layer Integration |
Uses of IScribblerDomain in org.eclipse.stp.core.infrastructure.emf |
---|
Classes in org.eclipse.stp.core.infrastructure.emf that implement IScribblerDomain | |
---|---|
class |
DefaultScribblerDomain
A default implementation of IScribblerDomain. |
Methods in org.eclipse.stp.core.infrastructure.emf with parameters of type IScribblerDomain | |
---|---|
IEditModelScribbler |
IEditModelFactory.createScribbler(IProject aProject,
java.lang.String editModelLabel,
IScribblerDomain[] domains,
boolean toMakeReadonly)
Clients may create a scribbler using an array of IScribblerDomains for a specific edit model (identified by {aProject, editModelLabel}. |
IEditModelScribbler |
IEditModel.createScribbler(IScribblerDomain[] theDomains,
boolean makeReadOnly)
The IEditModel creates IEditModelScribbler s which then exposes
artifact lifecylce methods like save() ,
close() , or revert() . |
IEditModelScribbler |
IEditModelFactory.createScribblerForRead(IProject aProject,
IScribblerDomain domain)
Create a scribbler using the project and the given domain. |
IEditModelScribbler |
IEditModelFactory.createScribblerForRead(IProject aProject,
java.lang.String editModelLabel,
IScribblerDomain[] domains)
Clients may create a scribbler using an array of IScribblerDomains for a specific edit model (identified by {aProject, editModelLabel}. |
IEditModelScribbler |
IEditModelFactory.createScribblerForWrite(IProject aProject,
IScribblerDomain domain)
Create a scribbler using the project and the given domain. |
IEditModelScribbler |
IEditModelFactory.createScribblerForWrite(IProject aProject,
java.lang.String editModelLabel,
IScribblerDomain[] domains)
Clients may create a scribbler using an array of IScribblerDomains for a specific edit model (identified by {aProject, editModelLabel}. |
Uses of IScribblerDomain in org.eclipse.stp.core.resources |
---|
Classes in org.eclipse.stp.core.resources that implement IScribblerDomain | |
---|---|
class |
ComponentTypeScribblerDomain
|
class |
CompositeScribblerDomain
|
class |
GeneralScribblerDomain
|
class |
SOACoreScribblerDomain
|
class |
SubsystemScribblerDomain
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |