public final class TextViewerSerializer extends AbstractConfigurableMultiSerializer<T>
ConfigurableSerializer.Option, ConfigurableSerializer.StandardOptionoptions| Constructor and Description |
|---|
TextViewerSerializer(ConfigurableSerializer.Option... options) |
TextViewerSerializer(java.lang.Iterable<ConfigurableSerializer.Option> options) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
put(StructuredContent content,
T viewer) |
serialize, serialize, serializeserializeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitserializepublic TextViewerSerializer(ConfigurableSerializer.Option... options)
public TextViewerSerializer(java.lang.Iterable<ConfigurableSerializer.Option> options)
protected final void put(StructuredContent content, T viewer)
put in class AbstractSerializer<T extends org.eclipse.jface.text.ITextViewer>