org.topcased.modeler.editor.properties.sections
Class AdvancedPropertySection
java.lang.Object
org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
org.eclipse.ui.views.properties.tabbed.AdvancedPropertySection
org.topcased.modeler.editor.properties.sections.AdvancedPropertySection
- All Implemented Interfaces:
- org.eclipse.ui.views.properties.tabbed.ISection
public class AdvancedPropertySection
- extends org.eclipse.ui.views.properties.tabbed.AdvancedPropertySection
An implementation of the old PropertyView as a new tab in the Eclipse Tabbed
Properties View
Creation 5 avr. 2006
Fields inherited from class org.eclipse.ui.views.properties.tabbed.AdvancedPropertySection |
page |
Fields inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection |
STANDARD_LABEL_WIDTH |
Method Summary |
void |
aboutToBeHidden()
|
void |
aboutToBeShown()
|
void |
createControls(org.eclipse.swt.widgets.Composite parent,
org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage tabbedPropertySheetPage)
|
protected void |
setActionBars(org.eclipse.ui.IActionBars actionBars)
Sets and prepares the actionBars for this section |
Methods inherited from class org.eclipse.ui.views.properties.tabbed.AdvancedPropertySection |
dispose, refresh, setInput, shouldUseExtraSpace |
Methods inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection |
getMinimumHeight, getPart, getSelection, getWidgetFactory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdvancedPropertySection
public AdvancedPropertySection()
createControls
public void createControls(org.eclipse.swt.widgets.Composite parent,
org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage tabbedPropertySheetPage)
- Specified by:
createControls
in interface org.eclipse.ui.views.properties.tabbed.ISection
- Overrides:
createControls
in class org.eclipse.ui.views.properties.tabbed.AdvancedPropertySection
- See Also:
ISection.createControls(org.eclipse.swt.widgets.Composite,
org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage)
setActionBars
protected void setActionBars(org.eclipse.ui.IActionBars actionBars)
- Sets and prepares the actionBars for this section
- Parameters:
actionBars
- the action bars for this page
aboutToBeHidden
public void aboutToBeHidden()
- Specified by:
aboutToBeHidden
in interface org.eclipse.ui.views.properties.tabbed.ISection
- Overrides:
aboutToBeHidden
in class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
- See Also:
AbstractPropertySection.aboutToBeHidden()
aboutToBeShown
public void aboutToBeShown()
- Specified by:
aboutToBeShown
in interface org.eclipse.ui.views.properties.tabbed.ISection
- Overrides:
aboutToBeShown
in class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
- See Also:
AbstractPropertySection.aboutToBeShown()
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.