Package | Description |
---|---|
com.gratex.perconik.uaca | |
sk.stuba.fiit.perconik.activity.listeners | |
sk.stuba.fiit.perconik.core.debug.runtime | |
sk.stuba.fiit.perconik.core.plugin |
Activation utilities for
sk.stuba.fiit.perconik.core plug-in. |
sk.stuba.fiit.perconik.eclipse.core.runtime |
Extension to the
org.eclipse.core.runtime package
of the Eclipse Platform. |
sk.stuba.fiit.perconik.eclipse.ui.plugin |
Extension to the
org.eclipse.ui.plugin package
of the Eclipse Platform. |
Modifier and Type | Class and Description |
---|---|
class |
UacaConsole |
Modifier and Type | Method and Description |
---|---|
protected PluginConsole |
UacaConsole.delegate() |
Modifier and Type | Class and Description |
---|---|
protected static class |
ActivityListener.Console |
protected static class |
ActivityListener.Log |
Modifier and Type | Field and Description |
---|---|
protected PluginConsole |
RegularListener.pluginConsole
Underlying plug-in console for general logging.
|
Modifier and Type | Method and Description |
---|---|
protected PluginConsole |
ActivityListener.Console.delegate() |
protected PluginConsole |
ActivityListener.Log.delegate() |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<PluginConsole> |
RegularListener.Configuration.pluginConsole(C context) |
com.google.common.base.Optional<PluginConsole> |
RegularListener.AbstractConfiguration.pluginConsole(C context) |
Modifier and Type | Method and Description |
---|---|
B |
RegularListener.AbstractConfiguration.AbstractBuilder.pluginConsole(PluginConsole console) |
Modifier and Type | Method and Description |
---|---|
B |
RegularListener.AbstractConfiguration.AbstractBuilder.pluginConsole(com.google.common.base.Function<? super C,? extends PluginConsole> relation) |
Modifier and Type | Class and Description |
---|---|
class |
DebugConsole |
Modifier and Type | Method and Description |
---|---|
PluginConsole |
DebugConsole.append(char c) |
PluginConsole |
DebugConsole.append(java.lang.CharSequence s) |
PluginConsole |
DebugConsole.append(java.lang.CharSequence s,
int from,
int to) |
Modifier and Type | Method and Description |
---|---|
static DebugConsole |
DebugConsole.of(PluginConsole console) |
Modifier and Type | Method and Description |
---|---|
static PluginConsole |
Activator.defaultConsole()
Gets the shared console.
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardingPluginConsole
A plug-in console which forwards all its method calls to another plug-in
console.
|
class |
TimeHookConsole |
Modifier and Type | Field and Description |
---|---|
protected PluginConsole |
ExtendedPlugin.console
The plug-in console.
|
Modifier and Type | Method and Description |
---|---|
PluginConsole |
TimeHookConsole.append(char c) |
PluginConsole |
PluginConsole.append(char c) |
PluginConsole |
ForwardingPluginConsole.append(char c) |
PluginConsole |
TimeHookConsole.append(java.lang.CharSequence s) |
PluginConsole |
PluginConsole.append(java.lang.CharSequence s) |
PluginConsole |
ForwardingPluginConsole.append(java.lang.CharSequence s) |
PluginConsole |
TimeHookConsole.append(java.lang.CharSequence s,
int from,
int to) |
PluginConsole |
PluginConsole.append(java.lang.CharSequence s,
int from,
int to) |
PluginConsole |
ForwardingPluginConsole.append(java.lang.CharSequence s,
int from,
int to) |
static PluginConsole |
PluginConsoles.create(org.eclipse.core.runtime.Plugin plugin)
Creates new standard plug-in console.
|
PluginConsole |
PluginConsoleFactory.create(org.eclipse.core.runtime.Plugin plugin)
Creates a plug-in console for given plug-in.
|
protected abstract PluginConsole |
ForwardingPluginConsole.delegate() |
PluginConsole |
ExtendedPlugin.getConsole()
Gets plug-in console.
|
static PluginConsole |
PluginConsoles.silent()
Returns silent plug-in console.
|
Modifier and Type | Field and Description |
---|---|
protected PluginConsole |
UserInterfacePlugin.console
The plug-in console.
|
Modifier and Type | Method and Description |
---|---|
PluginConsole |
UserInterfacePlugin.getConsole()
Gets plug-in console.
|