| java.lang.Object org.eclipse.ui.internal.ide.dialogs.WelcomeItem
WelcomeItem | public class WelcomeItem (Code) | | Holds the information for an item appearing in the welcome editor
|
WelcomeItem | public WelcomeItem(String text, int[][] boldRanges, int[][] actionRanges, String[] actionPluginIds, String[] actionClasses, int[][] helpRanges, String[] helpIds, String[] helpHrefs)(Code) | | Creates a new welcome item
|
getActionRanges | public int[][] getActionRanges()(Code) | | Returns the action ranges (character locations)
|
getBoldRanges | public int[][] getBoldRanges()(Code) | | Returns the bold ranges (character locations)
|
getHelpRanges | public int[][] getHelpRanges()(Code) | | Returns the help ranges (character locations)
|
getText | public String getText()(Code) | | Returns the text to display
|
isLinkAt | public boolean isLinkAt(int offset)(Code) | | Returns true is a link (action or help) is present at the given character location
|
logActionLinkError | public void logActionLinkError(String actionPluginId, String actionClass)(Code) | | Logs a error to the workbench log
|
triggerLinkAt | public void triggerLinkAt(int offset)(Code) | | Triggers the link at the given offset (if there is one)
|
|
|