Methods in
org.eclipse.ui.forms with parameters of type
IFormPart
|
void
|
ManagedForm.
addPart
(
IFormPart part)
|
void
|
IManagedForm.
addPart
(
IFormPart part)
Adds the new part to the form. |
void
|
ManagedForm.
fireSelectionChanged
(
IFormPart part,
ISelection selection)
A part can use this method to notify other parts that implement
IPartSelectionListener about selection changes. |
void
|
IManagedForm.
fireSelectionChanged
(
IFormPart part,
ISelection selection)
A part can use this method to notify other parts that implement
IPartSelectionListener about selection changes. |
void
|
ManagedForm.
removePart
(
IFormPart part)
|
void
|
IManagedForm.
removePart
(
IFormPart part)
Removes the part from the form. |
void
|
IPartSelectionListener.
selectionChanged
(
IFormPart part,
ISelection selection)
Called when the provided part has changed selection state. |
void
|
DetailsPart.
selectionChanged
(
IFormPart part,
ISelection selection)
|