org.eclipse.cdt.debug.mi.internal.ui
Class SerialPortSettingsBlock

java.lang.Object
  extended by java.util.Observable
      extended by org.eclipse.cdt.debug.mi.internal.ui.SerialPortSettingsBlock

public class SerialPortSettingsBlock
extends java.util.Observable


Constructor Summary
SerialPortSettingsBlock()
           
 
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
 

Constructor Detail

SerialPortSettingsBlock

public SerialPortSettingsBlock()
Method Detail

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()