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 DebugUIEnvironment
public RunContentDescriptor getReuseContent()
getReuseContent
in interface DebugUIEnvironment
public javax.swing.Icon getIcon()
getIcon
in interface DebugUIEnvironment
public void initActions(RunContentDescriptor content, DefaultActionGroup actionGroup)
initActions
in interface DebugUIEnvironment
public RunProfile getRunProfile()
getRunProfile
in interface DebugUIEnvironment