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

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

public class AdvancedPropertySection
extends AbstractPropertySection

Author:
Snowball "Advanced" Property Section showing the original generated EMF property sheet

Field Summary
protected  PropertySheetPage page
          The Property Sheet Page used to display the standard properties
 
Constructor Summary
AdvancedPropertySection()
           
 
Method Summary
 void createControls(Composite parent, TabbedPropertySheetPage tabbedPropertySheetPage)
           
 void dispose()
           
 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
 

Field Detail

page

protected PropertySheetPage page
The Property Sheet Page used to display the standard properties

Constructor Detail

AdvancedPropertySection

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

dispose

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

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