|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.views.properties.tabbed.AbstractPropertySection
de.cau.cs.kieler.core.annotations.ui.properties.AnnotationsPropertySection
public class AnnotationsPropertySection
Property section for annotatable objects.
Field Summary | |
---|---|
static int |
COL_ANNOTATION
column index for annotation name. |
static int |
COL_VALUE
column index for annotation value. |
static String |
PLUGIN_ID
the plugin identifier that contains the annotations property section. |
Fields inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection |
---|
STANDARD_LABEL_WIDTH |
Constructor Summary | |
---|---|
AnnotationsPropertySection()
|
Method Summary | |
---|---|
void |
createControls(Composite parent,
TabbedPropertySheetPage tabbedPropertySheetPage)
|
void |
dispose()
|
void |
expand(Annotation annotation)
Expands the tree at the given annotation. |
Annotatable |
getAnnotatable()
Returns the currently selected annotatable. |
EditingDomain |
getEditingDomain()
Returns the editing domain for model changes. |
Annotation |
getTableSelection()
Returns the currently selected annotation in the table. |
void |
refresh()
|
boolean |
shouldUseExtraSpace()
|
Methods inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection |
---|
aboutToBeHidden, aboutToBeShown, getMinimumHeight, getPart, getSelection, getWidgetFactory, setInput |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PLUGIN_ID
public static final int COL_ANNOTATION
public static final int COL_VALUE
Constructor Detail |
---|
public AnnotationsPropertySection()
Method Detail |
---|
public void createControls(Composite parent, TabbedPropertySheetPage tabbedPropertySheetPage)
createControls
in interface ISection
createControls
in class AbstractPropertySection
public boolean shouldUseExtraSpace()
shouldUseExtraSpace
in interface ISection
shouldUseExtraSpace
in class AbstractPropertySection
public void dispose()
dispose
in interface ISection
dispose
in class AbstractPropertySection
public void refresh()
refresh
in interface ISection
refresh
in class AbstractPropertySection
public void expand(Annotation annotation)
annotation
- an annotation that is displayed in the tree viewerpublic Annotatable getAnnotatable()
public EditingDomain getEditingDomain()
public Annotation getTableSelection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |