1 11 package org.eclipse.ui.internal.intro.universal; 12 13 14 public interface IUniversalIntroConstants { 15 16 18 String PLUGIN_ID = "org.eclipse.ui.intro.universal"; String PREFIX = PLUGIN_ID + "."; 23 String EMPTY_STANDBY_CONTENT_PART = "org.eclipse.ui.intro.config.emptyStandby"; 27 String MEMENTO_PRESENTATION_TAG = "presentation"; String MEMENTO_CURRENT_PAGE_ATT = "currentPage"; String MEMENTO_STANDBY_PART_TAG = "standbyPart"; String MEMENTO_STANDBY_CONTENT_PART_ID_ATT = "contentPartID"; String MEMENTO_STANDBY_CONTENT_PART_TAG = "standbyContentPart"; String MEMENTO_RESTORE_ATT = "restore"; 36 String SHOW_STANDBY_PART = "showStandbyPart"; 41 String INTRO_LINK = "IntroLink"; 47 String PAGE_SUBTITLE = "PageSubtitle"; 50 51 String INTRO = "intro"; String PERF_VIEW_CREATION_TIME = PLUGIN_ID + "/perf/createView"; String PERF_SET_STANDBY_STATE = PLUGIN_ID + "/perf/setStandbyState"; String PERF_UI_ZOOM = PLUGIN_ID + "/perf/uiZoom"; 59 61 String LOW = "low"; String MEDIUM = "medium"; String HIGH = "high"; String CALLOUT = "callout"; String HIDDEN = "hidden"; String NEW = "new"; 68 String STYLE_LOW = "importance-low"; String STYLE_MEDIUM = "importance-medium"; String STYLE_HIGH = "importance-high"; String STYLE_CALLOUT = "importance-callout"; String STYLE_NEW = "importance-new"; String DEFAULT_ANCHOR = "defaultAnchor"; String NEW_CONTENT_ANCHOR = "newContentAnchor"; String DEFAULT_CONTENT_PATH = "/page-content/bottom-left/"+DEFAULT_ANCHOR; String NEW_CONTENT_PATH = "/page-content/top-left/"+NEW_CONTENT_ANCHOR; String ID_ROOT = "root"; String ID_STANDBY = "standby"; String ID_OVERVIEW = "overview"; String ID_TUTORIALS = "tutorials"; String ID_SAMPLES = "samples"; String ID_FIRSTSTEPS = "firststeps"; String ID_WHATSNEW = "whatsnew"; String ID_MIGRATE = "migrate"; String ID_WEBRESOURCES = "webresources"; String ID_WORKBENCH = "workbench"; 89 String DIV_PAGE_LINKS = "page-links"; String DIV_ACTION_LINKS = "action-links"; String DIV_LAYOUT_TOP_LEFT = "top-left"; String DIV_LAYOUT_TOP_RIGHT = "top-right"; String DIV_LAYOUT_BOTTOM_LEFT = "bottom-left"; String DIV_LAYOUT_BOTTOM_RIGHT = "bottom-right"; 97 String VAR_INTRO_BACKGROUND_IMAGE = "INTRO_BACKGROUND_IMAGE"; String VAR_INTRO_ROOT_PAGES = "INTRO_ROOT_PAGES"; String VAR_INTRO_DATA = "INTRO_DATA"; String VAR_WORKBENCH_AS_ROOT_LINK="workbenchAsRootLink"; String VAR_INTRO_DESCRIPTION_PREFIX = "introDescription"; 104 String P_IMPORTANCE = "importance"; String P_NAME = "name"; 108 String LAUNCHBAR_OVERVIEW_ICON = "launchbarOverviewIcon"; String LAUNCHBAR_FIRSTSTEPS_ICON = "launchbarFirststepsIcon"; String LAUNCHBAR_TUTORIALS_ICON = "launchbarTutorialsIcon"; String LAUNCHBAR_SAMPLES_ICON = "launchbarSamplesIcon"; String LAUNCHBAR_WHATSNEW_ICON = "launchbarWhatsnewIcon"; String LAUNCHBAR_MIGRATE_ICON = "launchbarMigrateIcon"; String LAUNCHBAR_WEBRESOURCES_ICON = "launchbarWebresourcesIcon"; String HIGH_CONTRAST_PREFIX = "highContrast-"; String HIGH_CONTRAST_NAV_PREFIX = "highContrastNav-"; String HIGH_CONTRAST = "high-contrast"; } 120 | Popular Tags |