|
Eclipse Platform Release 3.6 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
IObservable
objects.IObservableList
, based on an underlying
regular list.content provider
for
AbstractTableViewer
or AbstractListViewer
that provides
elements of an IObservableList
when set as the viewer's input.ITreeContentProvider
for use with an AbstractTreeViewer
,
which uses the provided list factory
to obtain the
elements of a tree.Observables
.IObservableSet
.content provider
for
AbstractTableViewer
or AbstractListViewer
that provides
elements of an IObservableSet
when set as the viewer's input.ITreeContentProvider
for use with an AbstractTreeViewer
,
which uses the provided set factory
to obtain the
elements of a tree.IObservable
objects.IObservableValue
.
EditingSupport
using the JFace Data Binding concepts to handle the
updating of an element from a CellEditor
.viewer
and
dbc
.
ISWTObservableList
observing this list property on the
given widget
ISWTObservableValue
observing this value property on
the given widget
IViewerObservableList
observing this list property on
the given viewer
IViewerObservableSet
observing this set property on
the given viewer
IViewerObservableValue
observing this value property
on the given viewer
ICheckable
.
ISWTObservableValue
observing this value property on
the given widget, which delays notification of value changes until at
least delay
milliseconds have elapsed since that last change
event, or until a FocusOut event is received from the widget (whichever
happens first).
IViewerObservableValue
observing this value property
on the given viewer, which delays notification of value changes until at
least delay
milliseconds have elapsed since that last change
event, or until a FocusOut event is received from the viewer's control
(whichever happens first).
observable
until delay
milliseconds have
elapsed since the last change event.
observable
until delay
milliseconds have
elapsed since the last change event, or until a FocusOut event is
received from the underlying widget (whichever happens first).
observable
until delay
milliseconds have
passed since the last change event, or until a FocusOut event is received
from the underlying viewer control (whichever happens earlier).
master
.
master
.
master
.
master
.
master
.
BeansObservables.observeDetailList(IObservableValue, String, Class)
instead
MasterDetailObservables.detailList(master, listFactory(master.getRealm(), propertyName, propertyType), propertyType)
PojoObservables.observeDetailList(IObservableValue, String, Class)
instead
MasterDetailObservables.detailList(master, listFactory(master.getRealm(), propertyName, propertyType), propertyType)
BeansObservables.observeDetailMap(IObservableValue, String)
instead
MasterDetailObservables.detailMap(master, mapFactory(master.getRealm(), propertyName))
PojoObservables.observeDetailMap(IObservableValue, String)
instead
MasterDetailObservables.detailMap(master, mapFactory(master.getRealm(), propertyName))
MasterDetailObservables.detailValue(master,
mapEntryValueFactory(map, valueType), valueType)
.
BeansObservables.observeDetailSet(IObservableValue, String, Class)
instead.
MasterDetailObservables.detailSet(master, setFactory(master.getRealm(), propertyName), propertyType)
PojoObservables.observeDetailSet(IObservableValue, String, Class)
instead.
MasterDetailObservables.detailSet(master, setFactory(master.getRealm(), propertyName), propertyType)
BeansObservables.observeDetailValue(IObservableValue, String, Class)
instead
MasterDetailObservables.detailValue(master, valueFactory(master.getRealm(), propertyName), propertyType)
BeansObservables.observeDetailValue(IObservableValue, Class, String, Class)
instead.
MasterDetailObservables.detailValue(master, valueFactory(master.getRealm(), propertyName), propertyType)
.
PojoObservables.observeDetailValue(IObservableValue, String, Class)
instead
MasterDetailObservables.detailValue(master, valueFactory(master.getRealm, propertyName), propertyType)
values
collection, for each property in the given
array.
control
.
widget
.
control
.
control
.
widget
. the supported types are:
org.eclipse.swt.widgets.Text
org.eclipse.swt.widgets.ToolTip
control
.
control
.
control
.
Boolean.TYPE
which
tracks whether the given observable is stale.
control
.
control
.
widget
.
control
.
IObservableList
which stays in sync with the
given target observable only when the validation status is valid.
IObservableMap
which stays in sync with the
given target observable only when the validation status is valid.
IObservableSet
which stays in sync with the
given target observable only when the validation status is valid.
IObservableValue
which stays in sync with the
given target observable only when the validation status is valid.
IStatus.OK
)
MessageBox
style constant for an OK button;
valid combinations are OK, OK|CANCEL
(value is 1<<5).
IStatus.OK
)
OK
button was pressed in a dialog.
Dialog
framework method sends performOk
to all pages of the
preference dialog, then calls handleSave
on this dialog to
save any state, and then calls close
to close this dialog.
ContainerSelectionDialog
implementation of this
Dialog
method builds a list of the selected resource containers
for later retrieval by the client and closes this dialog.
FileSelectionDialog
implementation of this
Dialog
method builds a list of the selected files for later
retrieval by the client and closes this dialog.
ListSelectionDialog
implementation of this
Dialog
method builds a list of the selected elements for later
retrieval by the client and closes this dialog.
ProjectLocationMoveDialog
implementation of this
Dialog
method builds a two element list - the first
element is the project name and the second one is the location.
ResourceSelectionDialog
implementation of this
Dialog
method builds a list of the selected resources for later
retrieval by the client and closes this dialog.
TypeFilteringDialog
implementation of this
Dialog
method builds a list of the selected elements for
later retrieval by the client and closes this dialog.
PreferencePage
implementation of this
IPreferencePage
method returns true
if the page is valid.
progID
.
OleListener
provide a simple
handleEvent()
method that is used internally
by SWT to dispatch events.RegistryStrategy.onStart(IExtensionRegistry, boolean)
.
Window.open()
.
kind
flag.
kind
flag,
with a "don't show again' toggle.
FileDialog
style constant for open file dialog behavior
(value is 1<<12).
"open"
).
"open.ext"
).
"open.ext"
).
org.eclipse.ui.ide.IDEActionFactory.OPEN_PROJECT.getId()
instead.
null
if the dialog
was canceled or no selection was made in the dialog.
OpenInNewWindowAction
.
OpenInNewWindowAction
.
WorkbenchWindowAdvisor.openIntro()
instead
null
category
OpenNewPageMenu
.
OpenNewPageMenu
.
OpenNewPageMenu
.
OpenNewPageMenu
.
IFileStore.openOutputStream(int, IProgressMonitor)
.
OpenPerspectiveAction
OpenNewPageMenu
.
OpenNewPageMenu
.
OpenResourceAction.OpenResourceAction(IShellProvider)
NewSearchUI.openSearchDialog(IWorkbenchWindow, String)
instead.
FileLocator.openStream(Bundle, IPath, boolean)
FileLocator.openStream(Bundle, IPath, boolean)
WindowEvent
notification when a new Browser
needs to be provided by the application.OpenWithMenu
.
PreferencesUtil.createPreferenceDialogOn(Shell, String, String[], Object, int)
or
PreferencesUtil.createPropertyDialogOn(Shell, IAdaptable, String, String[], Object, int)
.
EvaluationResult
whose value is this || other)
.
or
)
operands
.
Provides a set of interfaces for common debug commands.
Provides a set of actions related to running and debugging applications.
Provides a set of interfaces and classes for rendering and annotating text in the debug console.
Provides a set of interfaces and classes for debug context management.
Application programming interfaces for Eclipse console specific actions.
org.eclipse.ui.editors.quickDiffReferenceProvider
extension point and adds an action to enable quick diff display for an editor.org.eclipse.ui.workbench.texteditor.rulerColumns
.IInstallableUnit
that describes an OSGi bundle."outputGroup"
).
true
if the two regions overlap.
position
.
true
if the receiver is showing a shell which has
focus, false
if it does not have focus or the helper has
no shell.
|
Eclipse Platform Release 3.6 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.