|
Humboldt Alignment Editor 2.5.0 | |||||||||
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
eu.esdihumboldt.hale.ui.views.properties.AbstractSingleObjectSection
eu.esdihumboldt.hale.ui.views.properties.AbstractTextSection
eu.esdihumboldt.hale.ui.views.properties.function.AbstractFunctionSection<F>
F
- the functionpublic abstract class AbstractFunctionSection<F extends Function>
Abstract section for function properties
Field Summary |
---|
Fields inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection |
---|
STANDARD_LABEL_WIDTH |
Constructor Summary | |
---|---|
AbstractFunctionSection()
|
Method Summary | |
---|---|
F |
getFunction()
|
protected void |
setFunction(F fun)
|
Methods inherited from class eu.esdihumboldt.hale.ui.views.properties.AbstractTextSection |
---|
abstractCreateControls, getText, getText2 |
Methods inherited from class eu.esdihumboldt.hale.ui.views.properties.AbstractSingleObjectSection |
---|
setInput, setInput |
Methods inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection |
---|
aboutToBeHidden, aboutToBeShown, createControls, dispose, getMinimumHeight, getPart, getSelection, getWidgetFactory, refresh, shouldUseExtraSpace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractFunctionSection()
Method Detail |
---|
protected void setFunction(F fun)
fun
- the Functionpublic F getFunction()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |