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 String
The String "The currently displayed page contains invalid values."static String
This button is used to show or hide the palette.static String
The palette can be moved or resized through the context menu for this control.static String
The String "&Apply"static String
The String "&Always close when opening another drawer"static String
The String "Close automatically &when there is not enough room"static String
The String "&Never close"static String
The String "Drawer options: "static String
The String "Customize Palette"static String
The String "&Delete"static String
The String "Des&cription: "static String
The String "&Dock On"static String
The String "&Pin drawer open at start-up"static String
The String "Could Not Accept Changes"static String
The String "&Open drawer at start-up"static String
The String "&Hide"static String
The String "&Layout"static String
The String "&Left"static String
The String "Cus&tomize..."static String
The String "&Settings..."static String
The String "Drawer"static String
The String "Group"static String
The String "Separator"static String
The String "Stack"static String
The String "Move Do&wn"static String
The String "Move &Up"static String
The String "-"static String
The String "Na&me: "static String
The String "New Drawer"static String
The String "New Group"static String
The String "&New"static String
The String "Separates entries in a palette container"static String
The String "[Separator]"static String
The String "New Stack"static String
The String "No description is available."static String
The String "Select a node from the tree on the left."static String
The String "Nothing Selected"static String
Hide Palettestatic String
Show Palettestatic String
The String "&Pinned"static String
The String "&Resize"static String
The String "&Right"static String
The String "&Columns"static String
The String "&Restore Default"static String
The String "&Details"static String
The String "Palette Settings"static String
The String "Drawer Options"static String
The String "C&hange..."static String
The String "Font: "static String
The String "Font"static String
The String "&Icons only"static String
The String "&Icons Only"static String
The String "&Override default column width settings"static String
The String "Colu&mn width (in pixels): "static String
The String "Layout options"static String
The String "Layout: "static String
The String "&List"static String
The String "Columns layout options"static String
The String "Details layout options"static String
The String " layout options"static String
The String "List layout options"static String
The String "&Use large icons"static String
The String "&Use Large Icons"static String
The String "" static String
The String "Pin Open"static String
The 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 "" -
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()
-