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

E

eject(File) - Method in interface de.schwarzrot.burn.service.DVDBurner
 
eject(File) - Method in class de.schwarzrot.burn.service.LinuxDVDBurner
 
EMPTY_STRING - Static variable in class de.schwarzrot.data.access.support.AbstractConditionElement
 
EMPTY_STRING - Static variable in interface de.schwarzrot.data.access.support.DbUtil
 
enableAction(String) - Method in interface de.schwarzrot.ui.action.ActionHandler
enable a single action
enableAction(String, boolean) - Method in interface de.schwarzrot.ui.action.ActionHandler
enable/disable a single action.
enableAction(String) - Method in class de.schwarzrot.ui.action.support.AbstractActionHandler
enable a single action by identifier
enableAction(String, boolean) - Method in class de.schwarzrot.ui.action.support.AbstractActionHandler
enable/disable a single action by identifier
end() - Method in interface de.schwarzrot.app.support.StatusUpdater
 
end() - Method in class de.schwarzrot.concurrent.ProgressPublisher
closes the "wait"-message and releases blocked gui parts
ENDS_WITH - Static variable in class de.schwarzrot.ui.validation.constraints.VCMatchingFile
the name of the file must end with the string from filename parameter of constructor
ENDSIG - Static variable in class de.schwarzrot.app.net.TCPClient
 
ENDSIG - Static variable in class de.schwarzrot.app.support.AbstractResponseHandler
 
Entity - Interface in de.schwarzrot.data
Entity is the interface to bring persistence to business objects.
EntityComparator<E extends Entity> - Class in de.schwarzrot.data.support
 
EntityComparator() - Constructor for class de.schwarzrot.data.support.EntityComparator
 
EntityConverter - Class in de.schwarzrot.data.support
 
EntityConverter() - Constructor for class de.schwarzrot.data.support.EntityConverter
 
EntityDescriptor - Class in de.schwarzrot.data.access.support
an description container like Class- or BeanInfo class, that holds meta-information about an entity.
EntityDescriptor(Class<?>) - Constructor for class de.schwarzrot.data.access.support.EntityDescriptor
 
EntityDescriptorAccessor - Interface in de.schwarzrot.data.access
As each EntityManager may need different amount of meta-information, it should be all accessible through the same interface.
EntityEnumResolver - Class in de.schwarzrot.data.access.support
an enum-resolver class, that uses catalog/EntityManager to interface persistence and: - is designed as singleton, to be useful, where application services are not accessible - caches the enums - uses StaticLabeledEnumResolver as fallback for enums, that are not enitities - has a refresh()-call to reload the internal cache
EntityEnumResolver() - Constructor for class de.schwarzrot.data.access.support.EntityEnumResolver
 
EntityHolder - Class in de.schwarzrot.data.access
another wrapper around HashMap, used to cache entity instances already read from persistence.
EntityHolder() - Constructor for class de.schwarzrot.data.access.EntityHolder
 
EntityIntrospector - Class in de.schwarzrot.data.access.support
base class to storage dependant introspection.
EntityIntrospector() - Constructor for class de.schwarzrot.data.access.support.EntityIntrospector
 
EntityManager - Interface in de.schwarzrot.data.access
is a manger to handle retrieval, saving and removal of entities to/from persistence.
EntityReference<A extends Entity,B extends Entity> - Interface in de.schwarzrot.data
reference handle class to handle anonymous references.
EntityUtils - Class in de.schwarzrot.data.access.support
helper class for anonymous entity handling.
EntityUtils() - Constructor for class de.schwarzrot.data.access.support.EntityUtils
 
entryNames() - Method in interface de.schwarzrot.data.access.DataAccessor
returns a list of names, that are known by this data collection
entryNames() - Method in class de.schwarzrot.data.access.jdbc.JDBCResultSetAccessor
 
entryNames() - Method in class de.schwarzrot.data.access.pref.PreferencesAccessor
 
EnumConverter - Class in de.schwarzrot.data.support
 
EnumConverter() - Constructor for class de.schwarzrot.data.support.EnumConverter
 
EnumUtils - Class in de.schwarzrot.data.support
class to convert Enums into storable values or localize Enums names
EnumUtils() - Constructor for class de.schwarzrot.data.support.EnumUtils
 
EOL - Static variable in class de.schwarzrot.app.net.TCPClient
 
EqualConditionElement - Class in de.schwarzrot.data.access.support
a condition class for equal matches
EqualConditionElement(String, Object) - Constructor for class de.schwarzrot.data.access.support.EqualConditionElement
constructor for manual instantiation
equals(Object) - Method in class de.schwarzrot.data.support.AbstractEntity
 
equals(HttpStatusCode) - Method in class de.schwarzrot.net.http.HttpStatusCode
 
err404(PrintWriter, String) - Method in class de.schwarzrot.net.http.service.AbstractProtocolHandler
 
err404(PrintWriter, String) - Method in interface de.schwarzrot.net.http.service.ProtocolHandler
sends an error message to the client
err501(PrintWriter, String) - Method in class de.schwarzrot.net.http.server.HTTPRequestProcessor
 
ERROR_GIF_BYTES - Static variable in class de.schwarzrot.ui.service.DefaultFormComponentFactory.Icons
 
ERROR_ICON - Static variable in class de.schwarzrot.ui.service.DefaultFormComponentFactory.Icons
 
ERROR_OPTION - Static variable in class de.schwarzrot.ui.control.support.AbstractDialogBase
 
evaluateProperties(Class<?>) - Method in class de.schwarzrot.data.access.support.EntityDescriptor
 
EventToggleListModel<L extends Entity,R extends Entity> - Class in de.schwarzrot.ui.control.model
model implementation for toggle list component.
EventToggleListModel(EventList<L>, EventList<R>) - Constructor for class de.schwarzrot.ui.control.model.EventToggleListModel
 
EXACT_NAME - Static variable in class de.schwarzrot.ui.validation.constraints.VCMatchingFile
the name of the file must match exactly the filename parameter from constructor
execCommand(String) - Method in interface de.schwarzrot.net.ServiceClient
 
execCommand(String) - Method in class de.schwarzrot.net.support.HttpServiceClient
 
EXECUTABLE - Static variable in class de.schwarzrot.ui.validation.constraints.VCMatchingFile
file must exist and be executable
execute(Runnable) - Method in class de.schwarzrot.concurrent.TaskPerThreadExecutor
 
execute(TransactionalOperation<?>) - Method in interface de.schwarzrot.data.access.EntityManager
execute a single step of ApplicationTransaction
execute(TransactionalOperation<?>) - Method in class de.schwarzrot.data.access.jdbc.JDBCEntityManager
 
execute(TransactionalOperation<?>) - Method in class de.schwarzrot.data.access.NullEntityManager
 
execute(TransactionalOperation<?>) - Method in class de.schwarzrot.data.access.pref.PreferencesEntityManager
 
execute() - Method in class de.schwarzrot.data.transaction.ApplicationTransaction
 
execute() - Method in interface de.schwarzrot.data.transaction.Transaction
executes all added operations
executeScript(ServiceDefinition, boolean) - Method in class de.schwarzrot.startup.ServiceManager
 
executeTransaction(Transaction) - Method in class de.schwarzrot.data.access.Repository
this call is not of public interest.
exists() - Method in class de.schwarzrot.system.RemoteFile
 
existsPermission(String, String, AccessMode) - Method in class de.schwarzrot.security.PermissionManager
 
ExpectationFailed - Static variable in class de.schwarzrot.net.http.HttpStatusCode
 
export(List<?>, String, Map<String, Map<Long, Entity>>, Writer) - Method in class de.schwarzrot.data.access.support.XMLExporter
 
export(Map<?, ?>, String, Map<String, Map<Long, Entity>>, Writer) - Method in class de.schwarzrot.data.access.support.XMLExporter
 
export(Map<String, Map<Long, Entity>>, Writer) - Method in class de.schwarzrot.data.access.support.XMLExporter
 
exportEntity(E, Map<String, Map<Long, Entity>>, Writer) - Method in class de.schwarzrot.data.access.support.XMLExporter
 
Exporter - Interface in de.schwarzrot.data.access
interface to implement export functionality.
exportForeigns(E, EntityDescriptor, Writer) - Method in class de.schwarzrot.data.access.support.XMLExporter
 
exportNamedChildren(E, EntityDescriptor, Writer) - Method in class de.schwarzrot.data.access.support.XMLExporter
 
exportProperty(E, PropertyInfo, Writer) - Method in class de.schwarzrot.data.access.support.XMLExporter
 
exportRelated(E, EntityDescriptor, Map<String, Map<Long, Entity>>, Writer) - Method in class de.schwarzrot.data.access.support.XMLExporter
 
exportRelList(List<?>, int, Writer) - Method in class de.schwarzrot.data.access.support.XMLExporter
 
exportRelMap(String, Map<?, ?>, EntityDescriptor, int, Writer) - Method in class de.schwarzrot.data.access.support.XMLExporter
 
exportUnnamedChildren(E, EntityDescriptor, Writer) - Method in class de.schwarzrot.data.access.support.XMLExporter
 
EXT_BMP - Static variable in class de.schwarzrot.ui.image.ImageFilter
 
EXT_GIF - Static variable in class de.schwarzrot.ui.image.ImageFilter
 
EXT_JPEG - Static variable in class de.schwarzrot.ui.image.ImageFilter
 
EXT_JPG - Static variable in class de.schwarzrot.ui.image.ImageFilter
 
EXT_PNG - Static variable in class de.schwarzrot.ui.image.ImageFilter
 
EXT_TIF - Static variable in class de.schwarzrot.ui.image.ImageFilter
 
EXT_TIFF - Static variable in class de.schwarzrot.ui.image.ImageFilter
 
EYECATCH - Static variable in class de.schwarzrot.data.access.support.XMLBase
 

SRJRCFrames
v0.1.296
A B C D E F G H I J K L M N O P Q R S T U V W X
hosted at
Find SRJRCFrames at SourceForge.net. Fast, secure and free:
           Open Source Software download
Submit a bug or request a feature

SRJRCFrames is published according to the GNU General Public License
Copyright 2005-2012 Reinhard Mantey - some rights reserved.