1 11 package org.eclipse.ui.internal.intro.impl; 12 13 14 public interface IIntroConstants { 15 16 18 String PLUGIN_ID = "org.eclipse.ui.intro"; 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 60 61 62 } 63 | Popular Tags |