Modifier and Type | Class and Description |
---|---|
class |
UacaEvent |
Modifier and Type | Class and Description |
---|---|
class |
AnnotableData |
class |
AnnotationData |
class |
ClassData |
class |
ClassNameData |
class |
HashData |
class |
NameableData |
class |
ObjectData |
Modifier and Type | Class and Description |
---|---|
class |
CoreData |
class |
ListenerData |
class |
ListenerServiceData |
class |
ResourceData |
class |
ResourceServiceData |
Modifier and Type | Class and Description |
---|---|
class |
BundleData |
class |
PlatformData |
class |
PluginData |
class |
ProductData |
Modifier and Type | Class and Description |
---|---|
class |
ProcessData |
Modifier and Type | Class and Description |
---|---|
class |
JavaData |
class |
OperatingSystemData |
class |
SpecificationData |
class |
SystemData |
class |
UserData |
class |
VirtualMachineData |
Modifier and Type | Class and Description |
---|---|
class |
BaseEvent |
class |
LocalEvent |
Modifier and Type | Method and Description |
---|---|
static StructuredContent |
Serializations.describeObject(java.lang.Object object) |
static StructuredContent |
Serializations.identifyObject(java.lang.Object object) |
static StructuredContent |
Serializations.newStructuredContent() |
StructuredContent |
AbstractSerializer.serialize(T object) |
Modifier and Type | Method and Description |
---|---|
java.util.List<StructuredContent> |
AbstractMultiSerializer.serialize(java.lang.Iterable<? extends T> objects) |
java.util.List<StructuredContent> |
AbstractMultiSerializer.serialize(java.util.Iterator<? extends T> objects) |
Modifier and Type | Method and Description |
---|---|
protected void |
ObjectIdentitySerializer.put(StructuredContent content,
java.lang.Object object) |
protected void |
ObjectDescriptionSerializer.put(StructuredContent content,
java.lang.Object object) |
protected abstract void |
AbstractSerializer.put(StructuredContent content,
T object) |
static void |
Serializations.putObjectDescription(StructuredContent content,
java.lang.Object object) |
static void |
Serializations.putObjectIdentity(StructuredContent content,
java.lang.Object object) |
Modifier and Type | Method and Description |
---|---|
protected void |
CategorySerializer.put(StructuredContent content,
org.eclipse.core.commands.Category category) |
protected void |
CommandSerializer.put(StructuredContent content,
org.eclipse.core.commands.Command command) |
protected void |
HandlerSerializer.put(StructuredContent content,
org.eclipse.core.commands.IHandler handler) |
protected void |
ParameterSerializer.put(StructuredContent content,
org.eclipse.core.commands.IParameter parameter) |
protected void |
UndoableOperationSerializer.put(StructuredContent content,
org.eclipse.core.commands.operations.IUndoableOperation operation) |
protected void |
UndoContextSerializer.put(StructuredContent content,
org.eclipse.core.commands.operations.IUndoContext context) |
protected void |
ParameterTypeSerializer.put(StructuredContent content,
org.eclipse.core.commands.ParameterType type) |
Modifier and Type | Method and Description |
---|---|
protected void |
DebugTargetSerializer.put(StructuredContent content,
org.eclipse.debug.core.model.IDebugTarget target) |
protected void |
LaunchSerializer.put(StructuredContent content,
org.eclipse.debug.core.ILaunch launch) |
protected void |
LaunchConfigurationSerializer.put(StructuredContent content,
org.eclipse.debug.core.ILaunchConfiguration configuration) |
protected void |
LaunchConfigurationTypeSerializer.put(StructuredContent content,
org.eclipse.debug.core.ILaunchConfigurationType type) |
protected void |
ProcessSerializer.put(StructuredContent content,
org.eclipse.debug.core.model.IProcess process) |
Modifier and Type | Method and Description |
---|---|
protected void |
MappedResourceSerializer.put(StructuredContent content,
org.eclipse.core.resources.IResource resource) |
protected void |
IdentitySerializer.put(StructuredContent content,
org.eclipse.jgit.lib.PersonIdent identity) |
protected void |
RepositorySerializer.put(StructuredContent content,
org.eclipse.jgit.lib.Repository repository) |
protected void |
CommitSerializer.put(StructuredContent content,
org.eclipse.jgit.revwalk.RevCommit commit) |
Modifier and Type | Method and Description |
---|---|
protected void |
RefactoringDescriptorProxySerializer.put(StructuredContent content,
org.eclipse.ltk.core.refactoring.RefactoringDescriptorProxy proxy) |
Modifier and Type | Method and Description |
---|---|
protected void |
PathSerializer.put(StructuredContent content,
org.eclipse.core.runtime.IPath path) |
protected void |
WorkspaceSerializer.put(StructuredContent content,
org.eclipse.core.resources.IWorkspace workspace) |
Modifier and Type | Method and Description |
---|---|
protected void |
PathEditorInputSerializer.put(StructuredContent content,
org.eclipse.ui.IPathEditorInput input) |
protected void |
PerspectiveDescriptorSerializer.put(StructuredContent content,
org.eclipse.ui.IPerspectiveDescriptor descriptor) |
protected void |
WorkbenchSerializer.put(StructuredContent content,
org.eclipse.ui.IWorkbench workbench) |
protected void |
PageSerializer.put(StructuredContent content,
org.eclipse.ui.IWorkbenchPage page) |
protected void |
WindowSerializer.put(StructuredContent content,
org.eclipse.ui.IWorkbenchWindow window) |
Modifier and Type | Method and Description |
---|---|
protected void |
TreePathSerializer.put(StructuredContent content,
org.eclipse.jface.viewers.TreePath path) |
Modifier and Type | Method and Description |
---|---|
protected void |
DocumentSerializer.put(StructuredContent content,
org.eclipse.jface.text.IDocument document) |
protected void |
RegionSerializer.put(StructuredContent content,
org.eclipse.jface.text.IRegion region) |
protected void |
LineRegionSerializer.put(StructuredContent content,
LineRegion region) |
protected void |
UnderlyingResourceSerializer.put(StructuredContent content,
UnderlyingResource<?> resource) |
protected void |
UnderlyingViewSerializer.put(StructuredContent content,
UnderlyingView<?> view) |
Modifier and Type | Class and Description |
---|---|
class |
AnyStructuredData |
Modifier and Type | Interface and Description |
---|---|
interface |
AnyStructuredContent |
Modifier and Type | Interface and Description |
---|---|
interface |
Event |