public class DefaultDebugUIEnvironment extends java.lang.Object implements DebugUIEnvironment
| Constructor and Description |
|---|
DefaultDebugUIEnvironment(ExecutionEnvironment environment,
RunProfileState state,
RemoteConnection remoteConnection,
boolean pollConnection) |
| Modifier and Type | Method and Description |
|---|---|
DebugEnvironment |
getEnvironment() |
javax.swing.Icon |
getIcon() |
RunContentDescriptor |
getReuseContent() |
RunProfile |
getRunProfile() |
void |
initActions(RunContentDescriptor content,
DefaultActionGroup actionGroup) |
public DefaultDebugUIEnvironment(ExecutionEnvironment environment, RunProfileState state, RemoteConnection remoteConnection, boolean pollConnection)
public DebugEnvironment getEnvironment()
getEnvironment in interface DebugUIEnvironmentpublic RunContentDescriptor getReuseContent()
getReuseContent in interface DebugUIEnvironmentpublic javax.swing.Icon getIcon()
getIcon in interface DebugUIEnvironmentpublic void initActions(RunContentDescriptor content, DefaultActionGroup actionGroup)
initActions in interface DebugUIEnvironmentpublic RunProfile getRunProfile()
getRunProfile in interface DebugUIEnvironment