IAction#run()
ISelectionChangedListener#selectionChanged
ITextSelection
run(ITextSelection)
selectionChanged(ITextSelection)
IStructuredSelection
run(IStructuredSelection)
selectionChanged(IStructuredSelection)
run(ISelection)
selectionChanged(ISelection)
Note: This class is not intended to be subclassed outside the JDT UI plug-in.
IAction#run()and theISelectionChangedListener#selectionChangedaccording to the type of the selection.ITextSelectionthenrun(ITextSelection)andselectionChanged(ITextSelection)is called.IStructuredSelectionthenrun(IStructuredSelection)andselectionChanged(IStructuredSelection)is called.run(ISelection)andselectionChanged(ISelection).Note: This class is not intended to be subclassed outside the JDT UI plug-in.