de.uka.ipd.sdq.pcmbench.tabs
Class OperationsPropertySection

java.lang.Object
  extended by AbstractPropertySection
      extended by de.uka.ipd.sdq.pcmbench.tabs.OperationsPropertySection

public class OperationsPropertySection
extends AbstractPropertySection

"Operations" Property Section - signature editor


Constructor Summary
OperationsPropertySection()
           
 
Method Summary
 void createControls(Composite parent, TabbedPropertySheetPage tabbedPropertySheetPage)
           
 void refresh()
           
 void setInput(IWorkbenchPart part, ISelection selection)
           
 boolean shouldUseExtraSpace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationsPropertySection

public OperationsPropertySection()
Method Detail

createControls

public void createControls(Composite parent,
                           TabbedPropertySheetPage tabbedPropertySheetPage)
See Also:
org.eclipse.ui.views.properties.tabbed.ISection#createControls(org.eclipse.swt.widgets.Composite, org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage)

setInput

public void setInput(IWorkbenchPart part,
                     ISelection selection)
See Also:
org.eclipse.ui.views.properties.tabbed.ISection#setInput(org.eclipse.ui.IWorkbenchPart, org.eclipse.jface.viewers.ISelection)

refresh

public void refresh()
See Also:
org.eclipse.ui.views.properties.tabbed.ISection#refresh()

shouldUseExtraSpace

public boolean shouldUseExtraSpace()
See Also:
org.eclipse.ui.views.properties.tabbed.ISection#shouldUseExtraSpace()