Package org.eclipse.gef.ui.palette
Class PaletteMessages
java.lang.Object
org.eclipse.osgi.util.NLS
org.eclipse.gef.ui.palette.PaletteMessages
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringThe String "The currently displayed page contains invalid values."static StringThis button is used to show or hide the palette.static StringThe palette can be moved or resized through the context menu for this control.static StringThe String "&Apply"static StringThe String "&Always close when opening another drawer"static StringThe String "Close automatically &when there is not enough room"static StringThe String "&Never close"static StringThe String "Drawer options: "static StringThe String "Customize Palette"static StringThe String "&Delete"static StringThe String "Des&cription: "static StringThe String "&Dock On"static StringThe String "&Pin drawer open at start-up"static StringThe String "Could Not Accept Changes"static StringThe String "&Open drawer at start-up"static StringThe String "&Hide"static StringThe String "&Layout"static StringThe String "&Left"static StringThe String "Cus&tomize..."static StringThe String "&Settings..."static StringThe String "Drawer"static StringThe String "Group"static StringThe String "Separator"static StringThe String "Stack"static StringThe String "Move Do&wn"static StringThe String "Move &Up"static StringThe String "-"static StringThe String "Na&me: "static StringThe String "New Drawer"static StringThe String "New Group"static StringThe String "&New"static StringThe String "Separates entries in a palette container"static StringThe String "[Separator]"static StringThe String "New Stack"static StringThe String "No description is available."static StringThe String "Select a node from the tree on the left."static StringThe String "Nothing Selected"static StringHide Palettestatic StringShow Palettestatic StringThe String "&Pinned"static StringThe String "&Resize"static StringThe String "&Right"static StringThe String "&Columns"static StringThe String "&Restore Default"static StringThe String "&Details"static StringThe String "Palette Settings"static StringThe String "Drawer Options"static StringThe String "C&hange..."static StringThe String "Font: "static StringThe String "Font"static StringThe String "&Icons only"static StringThe String "&Icons Only"static StringThe String "&Override default column width settings"static StringThe String "Colu&mn width (in pixels): "static StringThe String "Layout options"static StringThe String "Layout: "static StringThe String "&List"static StringThe String "Columns layout options"static StringThe String "Details layout options"static StringThe String " layout options"static StringThe String "List layout options"static StringThe String "&Use large icons"static StringThe String "&Use Large Icons"static StringThe String "<Using Workbench Dialog Font>"static StringThe String "Pin Open"static StringThe String "Unpin" -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.osgi.util.NLS
bind, bind, bind, initializeMessages
-
Field Details
-
CUSTOMIZE_DIALOG_TITLE
The String "Customize Palette" -
COLLAPSE_OPTIONS_TITLE
The String "Drawer options: " -
SETTINGS_LAYOUT_OPTIONS_TITLE
The String "Layout options" -
APPLY_LABEL
The String "&Apply" -
MOVE_UP_LABEL
The String "Move &Up" -
MOVE_DOWN_LABEL
The String "Move Do&wn" -
DELETE_LABEL
The String "&Delete" -
NEW_LABEL
The String "&New" -
SETTINGS_COLUMNS_VIEW_LABEL
The String "&Columns" -
SETTINGS_LIST_VIEW_LABEL
The String "&List" -
SETTINGS_USE_LARGE_ICONS_LABEL
The String "&Use large icons" -
SETTINGS_USE_LARGE_ICONS_LABEL_CAPS
The String "&Use Large Icons" -
SETTINGS_ICONS_VIEW_LABEL
The String "&Icons only" -
SETTINGS_ICONS_VIEW_LABEL_CAPS
The String "&Icons Only" -
COLLAPSE_NEVER_LABEL
The String "&Never close" -
COLLAPSE_ALWAYS_LABEL
The String "&Always close when opening another drawer" -
COLLAPSE_AS_NEEDED_LABEL
The String "Close automatically &when there is not enough room" -
NO_SELECTION_TITLE
The String "Nothing Selected" -
NAME_LABEL
The String "Na&me: " -
DESCRIPTION_LABEL
The String "Des&cription: " -
HIDDEN_LABEL
The String "&Hide" -
NO_DESCRIPTION_AVAILABLE
The String "No description is available." -
NO_SELECTION_MADE
The String "Select a node from the tree on the left." -
MENU_OPEN_CUSTOMIZE_DIALOG
The String "Cus&tomize..." -
MODEL_TYPE_DRAWER
The String "Drawer" -
MODEL_TYPE_SEPARATOR
The String "Separator" -
MODEL_TYPE_STACK
The String "Stack" -
NEW_SEPARATOR_DESC
The String "Separates entries in a palette container" -
NEW_DRAWER_LABEL
The String "New Drawer" -
NEW_SEPARATOR_LABEL
The String "[Separator]" -
NEW_STACK_LABEL
The String "New Stack" -
MODEL_TYPE_GROUP
The String "Group" -
NEW_GROUP_LABEL
The String "New Group" -
LAYOUT_MENU_LABEL
The String "&Layout" -
ERROR
The String "Could Not Accept Changes" -
ABORT_PAGE_FLIPPING_MESSAGE
The String "The currently displayed page contains invalid values." -
MENU_OPEN_SETTINGS_DIALOG
The String "&Settings..." -
SETTINGS_DIALOG_TITLE
The String "Palette Settings" -
SETTINGS_DETAILS_VIEW_LABEL
The String "&Details" -
SETTINGS_FONT_TITLE
The String "Font" -
SETTINGS_FONT_CHANGE
The String "C&hange..." -
SETTINGS_FONT_CURRENT
The String "Font: " -
SETTINGS_LAYOUT_TITLE
The String "Layout: " -
SETTINGS_DRAWER_OPTIONS_TITLE
The String "Drawer Options" -
EXPAND_DRAWER_AT_STARTUP_LABEL
The String "&Open drawer at start-up" -
SETTINGS_OPTIONS_COLUMNS
The String "Columns layout options" -
SETTINGS_OPTIONS_LIST
The String "List layout options" -
SETTINGS_OPTIONS_ICONS_ONLY
The String " layout options" -
SETTINGS_OPTIONS_DETAILS
The String "Details layout options" -
SETTINGS_LAYOUT_COLUMNS_OVERRIDE_WIDTH
The String "&Override default column width settings" -
SETTINGS_LAYOUT_COLUMNS_WIDTH
The String "Colu&mn width (in pixels): " -
DRAWER_PIN_AT_STARTUP
The String "&Pin drawer open at start-up" -
SETTINGS_DEFAULT_FONT
The String "&Restore Default" -
SETTINGS_WORKBENCH_FONT_LABEL
The String "<Using Workbench Dialog Font>" -
NAME_DESCRIPTION_SEPARATOR
The String "-" -
PINNED
The String "&Pinned" -
TOOLTIP_PIN_FIGURE
The String "Pin Open" -
TOOLTIP_UNPIN_FIGURE
The String "Unpin" -
DOCK_LABEL
The String "&Dock On" -
LEFT_LABEL
The String "&Left" -
RIGHT_LABEL
The String "&Right" -
RESIZE_LABEL
The String "&Resize" -
PALETTE_SHOW
Show Palette -
PALETTE_HIDE
Hide Palette -
ACC_DESC_PALETTE_BUTTON
This button is used to show or hide the palette. -
ACC_DESC_PALETTE_TITLE
The palette can be moved or resized through the context menu for this control.
-
-
Constructor Details
-
PaletteMessages
public PaletteMessages()
-