Package | Description |
---|---|
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
org.eclipse.ui.texteditor.rulers |
Provides interfaces and classes for the
org.eclipse.ui.workbench.texteditor.rulerColumns . |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractTextEditor.ColumnSupport.isColumnSupported(RulerColumnDescriptor descriptor) |
boolean |
AbstractTextEditor.ColumnSupport.isColumnVisible(RulerColumnDescriptor descriptor) |
void |
AbstractTextEditor.ColumnSupport.setColumnVisible(RulerColumnDescriptor descriptor,
boolean visible) |
Modifier and Type | Method and Description |
---|---|
RulerColumnDescriptor |
RulerColumnRegistry.getColumnDescriptor(String id)
Returns the
RulerColumnDescriptor with the given identity, null if no
such descriptor exists. |
RulerColumnDescriptor |
AbstractContributedRulerColumn.getDescriptor() |
RulerColumnDescriptor |
IContributedRulerColumn.getDescriptor()
Returns the extension point descriptor of this ruler.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IColumnSupport.isColumnSupported(RulerColumnDescriptor descriptor)
Returns
true if the column described by descriptor is
supported by the receiver's editor, false if id is not the
identifier of a known column contribution, if the column does not target the editor, or if
the editor does not support contributed columns. |
boolean |
IColumnSupport.isColumnVisible(RulerColumnDescriptor descriptor)
Returns
true if the column described by descriptor is
currently showing, false if not. |
boolean |
RulerColumnPreferenceAdapter.isEnabled(RulerColumnDescriptor descriptor)
Returns the enablement state of the given ruler contribution.
|
void |
IColumnSupport.setColumnVisible(RulerColumnDescriptor descriptor,
boolean visible)
Attempts to set the visibility of the column described by
descriptor . |
void |
AbstractContributedRulerColumn.setDescriptor(RulerColumnDescriptor descriptor) |
void |
IContributedRulerColumn.setDescriptor(RulerColumnDescriptor descriptor)
Sets the extension point descriptor of this ruler.
|
void |
RulerColumnPreferenceAdapter.setEnabled(RulerColumnDescriptor descriptor,
boolean enabled)
Sets the enablement state of the given ruler contribution.
|
void |
RulerColumnPreferenceAdapter.toggle(RulerColumnDescriptor descriptor)
Toggles the enablement state of given the ruler contribution.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.