| |
|
| java.lang.Object org.terracotta.dso.JavaSetupParticipant
JavaSetupParticipant | public class JavaSetupParticipant implements IDocumentSetupParticipant(Code) | | Hackey way to see that a Java module is being loaded into an editor.
We might need to inspect it at load time.
See Also: org.eclipse.core.filebuffers.IDocumentSetupParticipant See Also: TcPlugin.inspect |
Inner Class :static class Inspector implements Runnable | |
Method Summary | |
public static void | inspectAll() Inspect each file associated with a Java buffer that is open.
This is called by ConfigurationEditor after the user had manually modified
the config (XML) document. | protected void | inspectAllBuffers() | public void | setup(IDocument document) |
JavaSetupParticipant | public JavaSetupParticipant()(Code) | | |
inspectAll | public static void inspectAll()(Code) | | Inspect each file associated with a Java buffer that is open.
This is called by ConfigurationEditor after the user had manually modified
the config (XML) document. This causes the graphical adornments to be synchronized
with the configuration.
|
inspectAllBuffers | protected void inspectAllBuffers()(Code) | | |
setup | public void setup(IDocument document)(Code) | | |
|
|
|