| org.eclipse.ui.internal.keys.KeysPreferencePage
KeysPreferencePage | final public class KeysPreferencePage extends PreferencePage implements IWorkbenchPreferencePage(Code) | | The preference page for defining keyboard shortcuts. While some of its
underpinning have been made generic to "bindings" rather than "key bindings",
it will still take some work to remove the link entirely.
since: 3.0 |
Method Summary | |
public void | applyData(Object data) | final protected Control | createContents(Composite parent) | protected IPreferenceStore | doGetPreferenceStore() | final public void | editBinding(Binding binding) Allows the user to change the key bindings for a particular command.
Switches the tab to the modify tab, and then selects the category and
command that corresponds with the given command name. | final public void | init(IWorkbench workbench) | final public boolean | performCancel() | final protected void | performDefaults() | final public boolean | performOk() | final public void | setVisible(boolean visible) Builds the internal look-up tables before allowing the page to become
visible. |
createContents | final protected Control createContents(Composite parent)(Code) | | |
doGetPreferenceStore | protected IPreferenceStore doGetPreferenceStore()(Code) | | |
editBinding | final public void editBinding(Binding binding)(Code) | | Allows the user to change the key bindings for a particular command.
Switches the tab to the modify tab, and then selects the category and
command that corresponds with the given command name. It then selects the
given key sequence and gives focus to the key sequence text widget.
Parameters: binding - The binding to be edited; if null , then justswitch to the modify tab. If the binding doesnot correspond to anything in the keys preference page, thenthis also just switches to the modify tab. since: 3.1 |
performCancel | final public boolean performCancel()(Code) | | |
performDefaults | final protected void performDefaults()(Code) | | |
performOk | final public boolean performOk()(Code) | | |
setVisible | final public void setVisible(boolean visible)(Code) | | Builds the internal look-up tables before allowing the page to become
visible.
|
|
|