| org.eclipse.pde.internal.ui.editor.PDESection org.eclipse.pde.internal.ui.editor.LinkSection
LinkSection | public class LinkSection extends PDESection (Code) | | This class can be used to show a standard section with an array of links.
Links are objects from editor pages, and each one will select the owning
page and reveal the element in it. If the number of objects from the content
provider is greated than the preset limit, only the first 'limit' number of
links will be shown, and a 'More...' button will show up (this is a change
from 2.1 where 'More...' was visible all the time).
|
Inner Class :class LinkHandler implements IHyperlinkListener | |
LinkSection | public LinkSection(PDEFormPage page, Composite parent, int style)(Code) | | Parameters: page - Parameters: parent - Parameters: style - |
createClient | protected void createClient(Section section, FormToolkit toolkit)(Code) | | |
doLinkActivated | protected void doLinkActivated(Hyperlink link)(Code) | | |
refresh | public void refresh()(Code) | | |
setContentProvider | public void setContentProvider(IStructuredContentProvider contentProvider)(Code) | | |
setLinkNumberLimit | public void setLinkNumberLimit(int limit)(Code) | | |
|
|