A B C D E F G H I J K L M N O P Q R S T U V W X Z

D

DataInputExtender - Class in org.eclipse.net4j.util.io
 
DataInputExtender(DataInput) - Constructor for class org.eclipse.net4j.util.io.DataInputExtender
 
DataOutputExtender - Class in org.eclipse.net4j.util.io
 
DataOutputExtender(DataOutput) - Constructor for class org.eclipse.net4j.util.io.DataOutputExtender
 
DBAdapter - Class in org.eclipse.net4j.spi.db
 
DBAdapter(String, String) - Constructor for class org.eclipse.net4j.spi.db.DBAdapter
 
DBException - Exception in org.eclipse.net4j.db
TODO Provide consistent exception hierarchy
DBException() - Constructor for exception org.eclipse.net4j.db.DBException
 
DBException(String) - Constructor for exception org.eclipse.net4j.db.DBException
 
DBException(Throwable) - Constructor for exception org.eclipse.net4j.db.DBException
 
DBException(String, Throwable) - Constructor for exception org.eclipse.net4j.db.DBException
 
DBSchema - Class in org.eclipse.net4j.spi.db
 
DBSchema(String) - Constructor for class org.eclipse.net4j.spi.db.DBSchema
 
DBType - Enum in org.eclipse.net4j.db
 
DBUtil - Class in org.eclipse.net4j.db
 
deactivate() - Method in interface org.eclipse.net4j.util.lifecycle.ILifecycle
 
deactivate() - Method in class org.eclipse.net4j.util.lifecycle.Lifecycle
 
deactivate(Object) - Static method in class org.eclipse.net4j.util.lifecycle.LifecycleUtil
 
deactivate(Object, boolean) - Static method in class org.eclipse.net4j.util.lifecycle.LifecycleUtil
 
deactivateNoisy(Object) - Static method in class org.eclipse.net4j.util.lifecycle.LifecycleUtil
 
deactivateNoisy(Object, boolean) - Static method in class org.eclipse.net4j.util.lifecycle.LifecycleUtil
 
debug(String, Throwable) - Method in class org.eclipse.net4j.util.om.log.Logger
 
debug(String) - Method in class org.eclipse.net4j.util.om.log.Logger
 
debug(Throwable) - Method in class org.eclipse.net4j.util.om.log.Logger
 
debug(String, Throwable) - Method in interface org.eclipse.net4j.util.om.log.OMLogger
 
debug(String) - Method in interface org.eclipse.net4j.util.om.log.OMLogger
 
debug(Throwable) - Method in interface org.eclipse.net4j.util.om.log.OMLogger
 
decode(String) - Method in class org.eclipse.net4j.buddies.spi.common.Message
 
DEFALULT_BUFFER_SIZE - Static variable in class org.eclipse.net4j.util.io.ZIPUtil
 
DEFAULT - Static variable in interface org.eclipse.net4j.db.ddl.IDBField
 
DEFAULT_ADDRESS - Static variable in interface org.eclipse.net4j.tcp.ITCPAcceptor
 
DEFAULT_ADDRESS - Static variable in class org.eclipse.net4j.util.om.trace.RemoteTraceServer
 
DEFAULT_ALGORITHM_NAME - Static variable in class org.eclipse.net4j.util.security.ChallengeResponseNegotiator
 
DEFAULT_ALGORITHM_NAME - Static variable in class org.eclipse.net4j.util.security.Randomizer
 
DEFAULT_ARRAY - Static variable in interface org.eclipse.net4j.util.om.pref.OMPreferences
 
DEFAULT_BOOLEAN - Static variable in interface org.eclipse.net4j.util.om.pref.OMPreferences
 
DEFAULT_BUFFER_CAPACITY - Static variable in class org.eclipse.net4j.Net4jUtil
 
DEFAULT_BUFFER_SIZE - Static variable in class org.eclipse.net4j.util.io.IOUtil
 
DEFAULT_BYTES - Static variable in interface org.eclipse.net4j.util.om.pref.OMPreferences
 
DEFAULT_DOUBLE - Static variable in interface org.eclipse.net4j.util.om.pref.OMPreferences
 
DEFAULT_FLOAT - Static variable in interface org.eclipse.net4j.util.om.pref.OMPreferences
 
DEFAULT_HOST - Static variable in class org.eclipse.net4j.util.om.trace.RemoteTraceHandler
 
DEFAULT_INTEGER - Static variable in interface org.eclipse.net4j.util.om.pref.OMPreferences
 
DEFAULT_LONG - Static variable in interface org.eclipse.net4j.util.om.pref.OMPreferences
 
DEFAULT_MILLIS_BEFORE_TIMEOUT - Static variable in class org.eclipse.net4j.buffer.BufferInputStream
 
DEFAULT_MILLIS_INTERRUPT_CHECK - Static variable in class org.eclipse.net4j.buffer.BufferInputStream
 
DEFAULT_POLL_INTERVAL - Static variable in interface org.eclipse.net4j.http.common.IHTTPConnector
 
DEFAULT_POLL_INTERVAL - Static variable in interface org.eclipse.net4j.http.IHTTPConnector
 
DEFAULT_PORT - Static variable in interface org.eclipse.net4j.tcp.ITCPAcceptor
 
DEFAULT_PORT - Static variable in interface org.eclipse.net4j.tcp.ITCPConnector
 
DEFAULT_PORT - Static variable in class org.eclipse.net4j.util.om.trace.RemoteTraceHandler
 
DEFAULT_PORT - Static variable in class org.eclipse.net4j.util.om.trace.RemoteTraceServer
 
DEFAULT_PROPAGATE_CLOSE - Static variable in class org.eclipse.net4j.buffer.BufferOutputStream
 
DEFAULT_RECONSTRUCTION_COST_DECAY_FACTOR - Static variable in class org.eclipse.net4j.util.cache.CacheRegistration
 
DEFAULT_SHELL_STYLE - Static variable in class org.eclipse.net4j.util.ui.widgets.BaseDialog
 
DEFAULT_SHELL_STYLE - Static variable in class org.eclipse.net4j.util.ui.widgets.MonitorDialog
 
DEFAULT_STRING - Static variable in interface org.eclipse.net4j.util.om.pref.OMPreferences
 
DEFAULT_TIMEOUT - Static variable in class org.eclipse.net4j.util.lifecycle.Worker
 
DEFAULT_TOKEN_LENGTH - Static variable in class org.eclipse.net4j.util.security.ChallengeNegotiator
 
deferredActivate() - Method in class org.eclipse.net4j.util.lifecycle.Lifecycle
 
deferredDeactivate() - Method in class org.eclipse.net4j.util.lifecycle.Lifecycle
 
DelegatingContentProvider - Class in org.eclipse.net4j.util.ui
 
DelegatingContentProvider(IStructuredContentProvider, boolean) - Constructor for class org.eclipse.net4j.util.ui.DelegatingContentProvider
 
DelegatingContentProvider(IStructuredContentProvider) - Constructor for class org.eclipse.net4j.util.ui.DelegatingContentProvider
 
DelegatingInputStream - Class in org.eclipse.net4j.util.io
A DelegatingInputStream contains some other input stream, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.
DelegatingInputStream(InputStream) - Constructor for class org.eclipse.net4j.util.io.DelegatingInputStream
Creates a DelegatingInputStream by assigning the argument in to the field this.in so as to remember it for later use.
DelegatingOutputStream - Class in org.eclipse.net4j.util.io
This class is the superclass of all classes that filter output streams.
DelegatingOutputStream(OutputStream) - Constructor for class org.eclipse.net4j.util.io.DelegatingOutputStream
Creates an output stream filter built on top of the specified underlying output stream.
DelegatingRegistry<K,V> - Class in org.eclipse.net4j.util.registry
Implementation note: AbstractDelegatingRegistry does not preserve the "modifyable view" contract of Map.entrySet() as well as of Map.keySet(), i.e. they are disconnected sets and modifications applied to them are not applied to their underlying AbstractDelegatingRegistry.
DelegatingRegistry(IRegistry<K, V>) - Constructor for class org.eclipse.net4j.util.registry.DelegatingRegistry
 
DelegatingRegistry(IRegistry<K, V>, boolean) - Constructor for class org.eclipse.net4j.util.registry.DelegatingRegistry
 
DelegatingStreamWrapper - Class in org.eclipse.net4j.util.io
 
DelegatingStreamWrapper(IStreamWrapper) - Constructor for class org.eclipse.net4j.util.io.DelegatingStreamWrapper
 
delete(File) - Static method in class org.eclipse.net4j.util.io.IOUtil
 
dereference(KeyedReference<K, V>) - Method in class org.eclipse.net4j.util.ref.ReferenceValueMap
 
deregister(Object) - Method in class org.eclipse.net4j.util.registry.DelegatingRegistry
 
deregister(Object) - Method in class org.eclipse.net4j.util.registry.Registry
 
deregisterCache(ICache) - Method in class org.eclipse.net4j.util.cache.CacheMonitor
 
deregisterCache(ICache) - Method in interface org.eclipse.net4j.util.cache.ICacheMonitor
 
DESTINATION_TYPE_NULL - Static variable in interface org.eclipse.net4j.jms.JMSProtocolConstants
 
DESTINATION_TYPE_QUEUE - Static variable in interface org.eclipse.net4j.jms.JMSAdminProtocolConstants
 
DESTINATION_TYPE_QUEUE - Static variable in interface org.eclipse.net4j.jms.JMSProtocolConstants
 
DESTINATION_TYPE_TOPIC - Static variable in interface org.eclipse.net4j.jms.JMSAdminProtocolConstants
 
DESTINATION_TYPE_TOPIC - Static variable in interface org.eclipse.net4j.jms.JMSProtocolConstants
 
destinationAdded(ServerDestination) - Method in interface org.eclipse.net4j.jms.server.IStoreTransaction
 
destinationRemoved(ServerDestination) - Method in interface org.eclipse.net4j.jms.server.IStoreTransaction
 
determineLocation(DropTargetEvent) - Method in class org.eclipse.net4j.util.ui.dnd.DNDDropAdapter
 
dialogChanged() - Method in class org.eclipse.net4j.util.ui.prefs.OMPreferencePage
 
DIGITS - Static variable in class org.eclipse.net4j.util.HexUtil
 
disconnect() - Method in interface org.eclipse.net4j.buddies.ISessionManager
 
disconnect() - Method in interface org.eclipse.net4j.connector.IConnector
 
disconnectInput(INPUT) - Method in class org.eclipse.net4j.util.ui.StructuredContentProvider
 
disconnectInput(CONTAINER) - Method in class org.eclipse.net4j.util.ui.views.ContainerItemProvider
 
disconnectInput(CONTAINER) - Method in class org.eclipse.net4j.util.ui.views.ContainerPathItemProvider
Deprecated.  
dispatchEvent(ContainerEvent<E>) - Method in class org.eclipse.net4j.util.container.delegate.AbstractDelegator
 
dispose() - Method in class org.eclipse.net4j.util.cache.CacheRegistration
 
dispose() - Method in interface org.eclipse.net4j.util.cache.ICacheRegistration
 
dispose() - Method in class org.eclipse.net4j.util.concurrent.AsynchronousWorkSerializer
 
dispose() - Method in class org.eclipse.net4j.util.concurrent.CompletionWorkSerializer
 
dispose() - Method in interface org.eclipse.net4j.util.concurrent.IWorkSerializer
 
dispose() - Method in class org.eclipse.net4j.util.concurrent.QueueWorkerWorkSerializer
 
dispose() - Method in class org.eclipse.net4j.util.concurrent.SynchronousWorkSerializer
 
dispose() - Method in class org.eclipse.net4j.util.ui.DelegatingContentProvider
 
dispose() - Method in class org.eclipse.net4j.util.ui.prefs.OMPreferenceStore
 
dispose() - Method in class org.eclipse.net4j.util.ui.StructuredContentProvider
 
dispose(Font) - Static method in class org.eclipse.net4j.util.ui.UIUtil
 
dispose(Color) - Static method in class org.eclipse.net4j.util.ui.UIUtil
 
dispose(Widget) - Static method in class org.eclipse.net4j.util.ui.UIUtil
 
dispose() - Method in class org.eclipse.net4j.util.ui.views.ContainerItemProvider.AbstractContainerNode
 
dispose() - Method in class org.eclipse.net4j.util.ui.views.ContainerItemProvider.AbstractNode
 
dispose() - Method in class org.eclipse.net4j.util.ui.views.ContainerItemProvider.ContainerNode
 
dispose() - Method in class org.eclipse.net4j.util.ui.views.ContainerItemProvider
 
dispose() - Method in class org.eclipse.net4j.util.ui.views.ContainerItemProvider.LeafNode
 
dispose() - Method in interface org.eclipse.net4j.util.ui.views.ContainerItemProvider.Node
 
dispose() - Method in interface org.eclipse.spi.net4j.InternalBuffer
 
DNDDragListener<TYPE> - Class in org.eclipse.net4j.util.ui.dnd
 
DNDDragListener(Transfer, StructuredViewer) - Constructor for class org.eclipse.net4j.util.ui.dnd.DNDDragListener
 
DNDDropAdapter<TYPE> - Class in org.eclipse.net4j.util.ui.dnd
 
DNDDropAdapter(Transfer, StructuredViewer) - Constructor for class org.eclipse.net4j.util.ui.dnd.DNDDropAdapter
 
DNDTransfer<TYPE> - Class in org.eclipse.net4j.util.ui.dnd
 
DNDTransfer(String) - Constructor for class org.eclipse.net4j.util.ui.dnd.DNDTransfer
 
doActivate() - Method in class org.eclipse.net4j.util.cache.Cache
 
doActivate() - Method in class org.eclipse.net4j.util.container.ManagedContainer
 
doActivate() - Method in class org.eclipse.net4j.util.lifecycle.Lifecycle
 
doActivate() - Method in class org.eclipse.net4j.util.lifecycle.QueueWorker
 
doActivate() - Method in class org.eclipse.net4j.util.lifecycle.Worker
 
doActivate() - Method in class org.eclipse.net4j.util.security.Randomizer
 
doActivate() - Method in class org.eclipse.net4j.util.security.UserManager
 
doBeforeActivate() - Method in class org.eclipse.net4j.protocol.Protocol
 
doBeforeActivate() - Method in class org.eclipse.net4j.util.cache.Cache
 
doBeforeActivate() - Method in class org.eclipse.net4j.util.cache.CacheMonitor
 
doBeforeActivate() - Method in class org.eclipse.net4j.util.lifecycle.Lifecycle
 
doBeforeActivate() - Method in class org.eclipse.net4j.util.security.ChallengeNegotiator
 
doBeforeActivate() - Method in class org.eclipse.net4j.util.security.ChallengeResponseNegotiator
 
doBeforeActivate() - Method in class org.eclipse.net4j.util.security.FileUserManager
 
doBeforeActivate() - Method in class org.eclipse.net4j.util.security.Randomizer
 
doBeforeActivate() - Method in class org.eclipse.net4j.util.security.ResponseNegotiator
 
doBeforeDeactivate() - Method in class org.eclipse.net4j.util.lifecycle.Lifecycle
 
doCreateTable(DBTable, Statement) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
doDeactivate() - Method in class org.eclipse.net4j.protocol.Protocol
 
doDeactivate() - Method in class org.eclipse.net4j.util.cache.Cache
 
doDeactivate() - Method in class org.eclipse.net4j.util.cache.CacheMonitor
 
doDeactivate() - Method in class org.eclipse.net4j.util.container.ManagedContainer
 
doDeactivate() - Method in class org.eclipse.net4j.util.lifecycle.Lifecycle
 
doDeactivate() - Method in class org.eclipse.net4j.util.lifecycle.QueueWorker
 
doDeactivate() - Method in class org.eclipse.net4j.util.lifecycle.Worker
 
doDeactivate() - Method in class org.eclipse.net4j.util.security.Randomizer
 
doDeactivate() - Method in class org.eclipse.net4j.util.security.UserManager
 
doFinishInputStream(InputStream) - Method in class org.eclipse.net4j.util.io.DelegatingStreamWrapper
 
doFinishInputStream(InputStream) - Method in class org.eclipse.net4j.util.io.StreamWrapperChain
 
doFinishOutputStream(OutputStream) - Method in class org.eclipse.net4j.util.io.DelegatingStreamWrapper
 
doFinishOutputStream(OutputStream) - Method in class org.eclipse.net4j.util.io.StreamWrapperChain
 
doGetDelegate(int) - Method in class org.eclipse.net4j.util.collection.MultiMap
 
doGetDelegate(int) - Method in class org.eclipse.net4j.util.collection.MultiMap.ListBased
 
doGetPreferenceStore() - Method in class org.eclipse.net4j.util.ui.prefs.OMPreferencePage
 
doRun() - Method in class org.eclipse.net4j.util.ui.actions.LongRunningAction
 
doRun() - Method in class org.eclipse.net4j.util.ui.actions.LongRunningActionDelegate
 
doStart() - Method in class org.eclipse.net4j.util.om.OSGiApplication
 
doStop() - Method in class org.eclipse.net4j.util.om.OSGiApplication
 
doubleClicked(Object) - Method in class org.eclipse.net4j.util.ui.views.ContainerView
 
doWrapInputStream(InputStream) - Method in class org.eclipse.net4j.util.io.DelegatingStreamWrapper
 
doWrapInputStream(InputStream) - Method in class org.eclipse.net4j.util.io.StreamWrapperChain
 
doWrapOutputStream(OutputStream) - Method in class org.eclipse.net4j.util.io.DelegatingStreamWrapper
 
doWrapOutputStream(OutputStream) - Method in class org.eclipse.net4j.util.io.StreamWrapperChain
 
dragSetData(DragSourceEvent) - Method in class org.eclipse.net4j.util.ui.dnd.DNDDragListener
 
dragStart(DragSourceEvent) - Method in class org.eclipse.net4j.util.ui.dnd.DNDDragListener
 
drainTo(Collection<? super E>) - Method in class org.eclipse.net4j.util.container.delegate.ContainerBlockingQueue
 
drainTo(Collection<? super E>, int) - Method in class org.eclipse.net4j.util.container.delegate.ContainerBlockingQueue
 
drop(IDBAdapter, Connection) - Method in interface org.eclipse.net4j.db.ddl.IDBSchema
 
drop(IDBAdapter, DataSource) - Method in interface org.eclipse.net4j.db.ddl.IDBSchema
 
drop(IDBAdapter, IDBConnectionProvider) - Method in interface org.eclipse.net4j.db.ddl.IDBSchema
 
drop(IDBAdapter, Connection) - Method in class org.eclipse.net4j.spi.db.DBSchema
 
drop(IDBAdapter, DataSource) - Method in class org.eclipse.net4j.spi.db.DBSchema
 
drop(IDBAdapter, IDBConnectionProvider) - Method in class org.eclipse.net4j.spi.db.DBSchema
 
dropAllTables(Connection, String) - Static method in class org.eclipse.net4j.db.DBUtil
 
dropTable(IDBTable, Statement) - Method in interface org.eclipse.net4j.db.IDBAdapter
 
dropTable(IDBTable, Statement) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
dropTables(Iterable<? extends IDBTable>, Connection) - Method in interface org.eclipse.net4j.db.IDBAdapter
 
dropTables(Iterable<? extends IDBTable>, Connection) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
dump() - Method in class org.eclipse.net4j.util.lifecycle.Lifecycle
 
dump(Object) - Static method in class org.eclipse.net4j.util.ReflectUtil
 
dump(Object, String) - Static method in class org.eclipse.net4j.util.ReflectUtil
 
dump(Object, String, PrintStream) - Static method in class org.eclipse.net4j.util.ReflectUtil
 
DUMP_STATICS - Static variable in class org.eclipse.net4j.util.ReflectUtil
 
dumpToArray(Object) - Static method in class org.eclipse.net4j.util.ReflectUtil
 

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.
A B C D E F G H I J K L M N O P Q R S T U V W X Z