org.eclipse.cdt.debug.mi.internal.ui
Class TCPSettingsBlock
java.lang.Object
java.util.Observable
org.eclipse.cdt.debug.mi.internal.ui.TCPSettingsBlock
public class TCPSettingsBlock
- extends java.util.Observable
Method Summary |
void |
createBlock(org.eclipse.swt.widgets.Composite parent)
|
void |
dispose()
|
org.eclipse.swt.widgets.Control |
getControl()
|
java.lang.String |
getErrorMessage()
|
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
|
boolean |
isValid(org.eclipse.debug.core.ILaunchConfiguration configuration)
|
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
|
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
|
Methods inherited from class java.util.Observable |
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TCPSettingsBlock
public TCPSettingsBlock()
createBlock
public void createBlock(org.eclipse.swt.widgets.Composite parent)
dispose
public void dispose()
initializeFrom
public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
setDefaults
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
performApply
public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
getControl
public org.eclipse.swt.widgets.Control getControl()
isValid
public boolean isValid(org.eclipse.debug.core.ILaunchConfiguration configuration)
getErrorMessage
public java.lang.String getErrorMessage()