Static Public Attributes | |
static final String | ADJUST_AXIS_RANGE_GROUP = "&Adjust Axis Range" |
the menu group for adjust axis range menus | |
static final String | ADJUST_AXIS_RANGE = "&Adjust Axis Range" |
the menu for adjust axis range | |
static final String | ADJUST_X_AXIS_RANGE = "Adjust &X Axis Range" |
the menu for adjust X axis range | |
static final String | ADJUST_Y_AXIS_RANGE = "Adjust &Y Axis Range" |
the menu for adjust Y axis range | |
static final String | ZOOMIN_GROUP = "Zoom &In" |
the menu group for zoom in menus | |
static final String | ZOOMIN = "Zoom &In\tCtrl+Up" |
the menu for zoom in | |
static final String | ZOOMIN_X = "Zoom In &X Axis" |
the menu for zoom in X axis | |
static final String | ZOOMIN_Y = "Zoom In &Y Axis" |
the menu for zoom in Y axis | |
static final String | ZOOMOUT_GROUP = "Zoom &Out" |
the menu group for zoom out menus | |
static final String | ZOOMOUT = "Zoom &Out\tCtrl+Down" |
the menu for zoom out | |
static final String | ZOOMOUT_X = "Zoom Out &X Axis" |
the menu for zoom out X axis | |
static final String | ZOOMOUT_Y = "Zoom Out &Y Axis" |
the menu for zoom out Y axis | |
static final String | SAVE_AS = "Save As..." |
the menu for save as | |
static final String | PROPERTIES = "P&roperties..." |
the menu for opening properties dialog | |
static final String | SAVE_AS_DIALOG_TITLE = "Save As" |
the title for save as dialog |
Definition at line 6 of file Messages.java.
final String org.swtchart.ext.Messages.ADJUST_AXIS_RANGE = "&Adjust Axis Range" [static] |
the menu for adjust axis range
Definition at line 12 of file Messages.java.
final String org.swtchart.ext.Messages.ADJUST_AXIS_RANGE_GROUP = "&Adjust Axis Range" [static] |
the menu group for adjust axis range menus
Definition at line 9 of file Messages.java.
final String org.swtchart.ext.Messages.ADJUST_X_AXIS_RANGE = "Adjust &X Axis Range" [static] |
the menu for adjust X axis range
Definition at line 15 of file Messages.java.
final String org.swtchart.ext.Messages.ADJUST_Y_AXIS_RANGE = "Adjust &Y Axis Range" [static] |
the menu for adjust Y axis range
Definition at line 18 of file Messages.java.
final String org.swtchart.ext.Messages.PROPERTIES = "P&roperties..." [static] |
the menu for opening properties dialog
Definition at line 48 of file Messages.java.
final String org.swtchart.ext.Messages.SAVE_AS = "Save As..." [static] |
the menu for save as
Definition at line 45 of file Messages.java.
final String org.swtchart.ext.Messages.SAVE_AS_DIALOG_TITLE = "Save As" [static] |
the title for save as dialog
Definition at line 51 of file Messages.java.
final String org.swtchart.ext.Messages.ZOOMIN = "Zoom &In\tCtrl+Up" [static] |
the menu for zoom in
Definition at line 24 of file Messages.java.
final String org.swtchart.ext.Messages.ZOOMIN_GROUP = "Zoom &In" [static] |
the menu group for zoom in menus
Definition at line 21 of file Messages.java.
final String org.swtchart.ext.Messages.ZOOMIN_X = "Zoom In &X Axis" [static] |
the menu for zoom in X axis
Definition at line 27 of file Messages.java.
final String org.swtchart.ext.Messages.ZOOMIN_Y = "Zoom In &Y Axis" [static] |
the menu for zoom in Y axis
Definition at line 30 of file Messages.java.
final String org.swtchart.ext.Messages.ZOOMOUT = "Zoom &Out\tCtrl+Down" [static] |
the menu for zoom out
Definition at line 36 of file Messages.java.
final String org.swtchart.ext.Messages.ZOOMOUT_GROUP = "Zoom &Out" [static] |
the menu group for zoom out menus
Definition at line 33 of file Messages.java.
final String org.swtchart.ext.Messages.ZOOMOUT_X = "Zoom Out &X Axis" [static] |
the menu for zoom out X axis
Definition at line 39 of file Messages.java.
final String org.swtchart.ext.Messages.ZOOMOUT_Y = "Zoom Out &Y Axis" [static] |
the menu for zoom out Y axis
Definition at line 42 of file Messages.java.