| Package | Description |
|---|---|
| net.enilink.commons.ui.editor |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEditorPart |
class |
EditorMasterDetailsBlock
This class implements the 'master/details' UI pattern suitable for inclusion
in a form.
|
class |
EditorPartBook
This managed form part handles the 'details' portion of the 'master/details'
block.
|
class |
SectionPart
Section part implements IEditorPart interface based on the Section widget.
|
| Modifier and Type | Method and Description |
|---|---|
IEditorPart |
IDetailsViewProvider.createDetailsView() |
IEditorPart |
EditorPartBook.getCurrentPart()
Returns the current page visible in the part.
|
IEditorPart |
IEditorPartProvider.getPart(Object key) |
IEditorPart[] |
EditorForm.getParts() |
IEditorPart[] |
IEditorForm.getParts()
Returns all the parts currently managed by this form.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<IEditorPart> |
AbstractEditorPart.getParts() |
| Modifier and Type | Method and Description |
|---|---|
void |
IEditorPart.addPart(IEditorPart part) |
void |
EditorForm.addPart(IEditorPart part) |
void |
AbstractEditorPart.addPart(IEditorPart part) |
void |
IEditorForm.addPart(IEditorPart part)
Adds the new part to the form.
|
void |
AbstractEditorPart.addPart(IEditorPart part,
boolean initialize) |
protected void |
EditorPartBook.commitPart(org.eclipse.jface.viewers.ISelection selection,
IEditorPart detailsPart,
boolean onSave) |
protected void |
EditorMasterDetailsBlock.detailsRefreshed(IEditorPart detailsPart) |
void |
EditorForm.fireSelectionChanged(IEditorPart firingPart,
org.eclipse.jface.viewers.ISelection selection)
A part can use this method to notify other parts that implement
IPartSelectionListener about selection changes.
|
void |
IEditorForm.fireSelectionChanged(IEditorPart part,
org.eclipse.jface.viewers.ISelection selection)
A part can use this method to notify other parts that implement
IPartSelectionListener about selection changes.
|
protected void |
AbstractEditorPart.initialize(IEditorPart subPart) |
protected void |
EditorPartBook.refreshPart(IEditorPart detailsPart) |
void |
EditorPartBook.registerPart(Class<?> objectClass,
IEditorPart page)
Registers the details part to be used for all the objects of the provided
object class.
|
void |
IEditorPart.removePart(IEditorPart part) |
void |
EditorForm.removePart(IEditorPart part) |
void |
AbstractEditorPart.removePart(IEditorPart part) |
void |
IEditorForm.removePart(IEditorPart part)
Removes the part from the form.
|
void |
IPartSelectionListener.selectionChanged(IEditorPart part,
org.eclipse.jface.viewers.ISelection selection)
Called when the provided part has changed selection state.
|
Copyright © 2022 Fraunhofer IWU. All rights reserved.