Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

Uses of Class
org.eclipse.rse.ui.Mnemonics

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.0

Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire