|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
super.sameFile
.
FileDialog
style constant for save file dialog behavior
(value is 1<<13).
Plugin.savePluginPreferences
.
This method now calls savePluginPreferences
, and exists only for
backwards compatibility.
IContributionItem
method does nothing.
"configuration"
) used for the
scope name for the configuration preference scope.
"default"
) used for the
scope name for the default preference scope.
"instance"
) used for the
scope name for the instance preference scope.
null
if the path does not have such a segment.
ParameterizedCommand
to a string or deserializing a String to a
ParameterizedCommand
.String
containing the command id, parameter ids and
parameter values for this ParameterizedCommand
.
java.lang.Long
).
java.lang.Integer
).
ServiceEvent
listener.ServiceTracker
class simplifies using services from the
Framework's service registry.ServiceTracker
object on the specified
ServiceReference
object.
ServiceTracker
object on the specified class
name.
ServiceTracker
object on the specified
Filter
object.
ServiceTrackerCustomizer
interface allows a
ServiceTracker
object to customize the service objects that
are tracked.URL
.
x
in
scanline y
in the receiver's alpha data.
x
in
scanline y
in the receiver's alpha data to the
values from the array alphas
starting at
startIndex
.
SWT
:
INHERIT_NONE
, INHERIT_DEFAULT
,
INHERIT_FORCE
.
AbstractHandler.isEnabled()
to answer our enabled state.
IProgressMonitorWithBlocking
method forwards to the wrapped progress monitor.
IProgressMonitor
method forwards to the wrapped progress monitor.
true
, causes the receiver to have
all mouse events delivered to it until the method is called with
false
as the argument.
null
to use the default equals
and hashCode
methods on the elements themselves.
AbstractTreeViewer
implementation of this method
checks to ensure that the content provider is an ITreeContentProvider
.
ProtectionDomain
implementation in the implies
method to insert the
application ID of the current application into the permission being
checked.
null
if the property is to be
removed.
null
.
true
, and disables
it otherwise.
true
,
and disables it otherwise.
true
,
and disables it otherwise.
true
,
and disables it otherwise.
true
,
and disables it otherwise.
EntityResolver
to be used to resolve
entities present in the XML document to be parsed.
ErrorHandler
to be used to report
errors present in the XML document to be parsed.
true
,
and marks it invisible otherwise.
null
or the proxy port is
null
the connection will not use HTTP proxy server.
null
indicating that no image should be displayed.
SWT
:
NONE
, ROMAN
, DBCS
,
PHONETIC
, NATIVE
, ALPHA
.
IConfigurationElement.createExecutableExtension
on a newly constructed extension, passing it its relevant configuration
information.
IConfigurationElement.createExecutableExtension
on a newly constructed extension, passing it its relevant configuration
information.
The WorkbenchPart
implementation of this
IExecutableExtension
records the configuration element in
and internal state variable (accessible via getConfigElement
).
ContentViewer
implementation of this Viewer
method invokes inputChanged
on the content provider and then the
inputChanged
hook method.
Viewer
framework
method ensures that the given label provider is an instance
of ILabelProvider
.
Viewer
framework
method ensures that the given label provider is an instance of either
ITableLabelProvider
or ILabelProvider
.
Viewer
framework
method ensures that the given label provider is an instance of
ILabelProvider
.
SWT.LINE_SOLID
, SWT.LINE_DASH
,
SWT.LINE_DOT
, SWT.LINE_DASHDOT
or
SWT.LINE_DASHDOTDOT
.
true
,
and marks it invisible otherwise.
drawLine
, drawRectangle
,
drawPolyline
, and so forth.
nodeName
attribute.
nodeName
attribute.
namespaceURI
and
localName
.
namespaceURI
and
localName
.
NSDECL
namespace
by processName()
.
SWT.LEFT_TO_RIGHT
or SWT.RIGHT_TO_LEFT
.
SWT.LEFT_TO_RIGHT
or SWT.RIGHT_TO_LEFT
.
x
in
scanline y
in the receiver's data.
x
in
scanline y
in the receiver's data to the
values from the array pixels
starting at
startIndex
.
x
in
scanline y
in the receiver's data to the
values from the array pixels
starting at
startIndex
.
XMLReader
.
false
, causes subsequent drawing
operations in the receiver to be ignored.
ISelectionProvider
method make the new selection for this viewer without making it visible.
CHECK
,
RADIO
, or TOGGLE
.
List
and calls
setSelectionToWidget(List, boolean)
.
StorageHook.forgetStartLevelChange(int)
method.
StorageHook.forgetStatusChange(int)
method.
SWT
constants NORMAL, BOLD and ITALIC.
IProgressMonitor
method forwards to the wrapped progress monitor.
null
if this job is not running or the thread is unknown.
PreferencePage
implementation of this IDialogPage
method extends the DialogPage
implementation to update
the preference page container title.
Location.set(URL, boolean)
instead.
realHandler.setURL(URL,String,String,int,String,String,String,String)
.
null
is provided.
IContributionItem
method stores the value in an internal state variable,
which is true
by default.
true
,
and marks it invisible otherwise.
true
,
and marks it invisible otherwise.
true
,
and marks it invisible otherwise.
true
,
and makes it invisible otherwise.
false
prevents these
messages from being printed.
true
, puts the receiver
in a drawing mode where the resulting color in the destination
is the exclusive or of the color values in the source
and the destination, and if the argument is false
,
puts the receiver in a drawing mode where the destination color
is replaced with the source color value.
Shell
s.Plugin.stop(BundleContext context)
.
Implementations of shutdown()
should be changed to override
stop(BundleContext context)
and call super.stop(context)
instead of super.shutdown()
.
The shutdown()
method is called only for plug-ins which explicitly require the
org.eclipse.core.runtime.compatibility plug-in.
shutdown
has been replaced by Plugin.stop(BundleContext context)
.
Implementations of shutdown
should be changed to extend
stop(BundleContext context)
and call super.stop(context)
instead of super.shutdown()
. Unlike super.shutdown()
,
super.stop(context)
must be called as the very last thing rather
than as the very first thing. The shutdown
method is called
only for plug-ins which explicitly require the
org.eclipse.core.runtime.compatibility plug-in;
in contrast, the stop
method is always called.
SignedContent
object represents content which may be signed.SignedContentEntry
represents a content entry which may be
signed.SignedContent
objects.SignerInfo
object represents a single signer chain.ServiceTracker
object.
amount
number of bytes in this BufferedInputStream.
offset
,
keeping both in the tree as siblings.
offset
,
keeping both in the tree as siblings.
AbstractUIPlugin
implementation of this Plugin
method refreshes the plug-in actions.
activation policy
.
startlevel
(Value is "startlevel").
Plugin.start(BundleContext context)
.
Implementations of startup()
should be changed to extend
start(BundleContext context)
and call super.start(context)
instead of super.startup()
.
The startup()
method is called only for plug-ins which explicitly require the
org.eclipse.core.runtime.compatibility plug-in.
startup
has been replaced by Plugin.start(BundleContext context)
.
Implementations of startup
should be changed to extend
start(BundleContext context)
and call super.start(context)
instead of super.startup()
. Like super.startup()
,
super.stop(context)
must be called as the very first thing.
The startup
method is called only for plug-ins which explicitly require the
org.eclipse.core.runtime.compatibility plug-in; in contrast,
the start
method is always called.
SWT
.
OK
.
OK
and
exception is null
.
Control
within the status line.StatusTextEvent
is sent by a Browser
to
StatusTextListener
's when the status text is changed.StatusTextEvent
notification when the status text
for a Browser
needs to be updated.AbstractUIPlugin
implementation of this Plugin
method saves this plug-in's org.eclipse.jface.preference and dialog stores and shuts down
its image registry (if they are in use).
Properties.store(OutputStream,String)
.
""
).
""
).
IStructuredSelection
interface,
suitable for instantiating.List
.
SubContributionItem
is a wrapper for an IContributionItem
.SubContributionItem
.
SubContributionManager
is used to define a set of contribution
items within a parent manager.SubContributionManager
SubMonitor
.SubStatusLineManager
is used to define a set of contribution
items within a parent manager.IProgressMonitor
method forwards to the wrapped progress monitor.
Require-Bundle
manifest
header.
subTask
should not have any effect.
sync
invocation.
run()
method of the runnable to
be invoked by the user-interface thread at the next
reasonable opportunity.
run()
method of the runnable to
be invoked by the user-interface thread at the next
reasonable opportunity.
BundleEvent
listener.systemTest
)
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |