|
RSE Release 3.4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mnemonics | |
---|---|
org.eclipse.rse.ui | |
org.eclipse.rse.ui.dialogs |
Uses of Mnemonics in org.eclipse.rse.ui |
---|
Methods in org.eclipse.rse.ui that return Mnemonics | |
---|---|
Mnemonics |
Mnemonics.setApplyMnemonicsToPrecedingLabels(boolean apply)
Set whether to apply mnemonics to labels preceding text fields, combos and inheritable entry fields. |
static Mnemonics |
SystemWidgetHelpers.setMnemonics(Composite parent)
Given a Composite, this method walks all the children recursively and and sets the mnemonics uniquely for each child control where a mnemonic makes sense (eg, buttons). |
static Mnemonics |
SystemWidgetHelpers.setMnemonics(Composite parent,
boolean applyToPrecedingLabels)
Same as above but also whether to apply mnemonics to labels preceding text fields, combos and inheritable entry fields. |
static Mnemonics |
SystemWidgetHelpers.setMnemonics(Mnemonics mnemonics,
Composite parent)
Same as above but takes as input a previously populated mnemonics object, which records already-used mnemonics for whatever scope you want (a dialog usually). |
Mnemonics |
Mnemonics.setOnPreferencePage(boolean page)
Set if the mnemonics are for a preference page Preference pages already have a few buttons with mnemonics set by Eclipse We have to make sure we do not use the ones they use |
Mnemonics |
Mnemonics.setOnWizardPage(boolean page)
Set if the mnemonics are for a wizard page Wizard pages already have a few buttons with mnemonics set by Eclipse We have to make sure we do not use the ones they use |
static Mnemonics |
SystemWidgetHelpers.setPreferencePageMnemonics(Composite parent)
Same as above but specifically for preference pages |
static Mnemonics |
SystemWidgetHelpers.setPreferencePageMnemonics(Composite parent,
boolean applyToPrecedingLabels)
Same as above but also whether to apply mnemonics to labels preceding text fields, combos and inheritable entry fields. |
static Mnemonics |
SystemWidgetHelpers.setWizardPageMnemonics(Composite parent)
Same as above but specifically for wizard pages |
static Mnemonics |
SystemWidgetHelpers.setWizardPageMnemonics(Composite parent,
boolean applyToPrecedingLabels)
Same as above but also whether to apply mnemonics to labels preceding text fields, combos and inheritable entry fields. |
Methods in org.eclipse.rse.ui with parameters of type Mnemonics | |
---|---|
static Mnemonics |
SystemWidgetHelpers.setMnemonics(Mnemonics mnemonics,
Composite parent)
Same as above but takes as input a previously populated mnemonics object, which records already-used mnemonics for whatever scope you want (a dialog usually). |
Uses of Mnemonics in org.eclipse.rse.ui.dialogs |
---|
Fields in org.eclipse.rse.ui.dialogs declared as Mnemonics | |
---|---|
protected Mnemonics |
SystemPromptDialog.dialogMnemonics
|
Methods in org.eclipse.rse.ui.dialogs that return Mnemonics | |
---|---|
Mnemonics |
SystemPromptDialog.getDialogMnemonics()
Get the list of all unique mnemonics used by buttons on this dialog. |
Methods in org.eclipse.rse.ui.dialogs with parameters of type Mnemonics | |
---|---|
protected void |
SystemPromptDialog.applyMnemonics(Mnemonics mnemonics,
Composite c)
Apply mnemonic to the composite. |
|
RSE Release 3.4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |