| visualdebugger.views.BreakpointView
BreakpointView | public class BreakpointView extends ViewPart (Code) | | |
Inner Class :class BpContentProvider implements IStructuredContentProvider | |
Inner Class :class BpLabelProvider extends LabelProvider implements ITableLabelProvider | |
Method Summary | |
public void | createPartControl(Composite parent) This is a callback that will allow us
to create the viewer and initialize it. | public void | setFocus() Passing the focus request to the viewer's control. |
BreakpointView | public BreakpointView()(Code) | | |
createPartControl | public void createPartControl(Composite parent)(Code) | | This is a callback that will allow us
to create the viewer and initialize it.
|
setFocus | public void setFocus()(Code) | | Passing the focus request to the viewer's control.
|
|
|