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

F

facBuilder - Static variable in class de.schwarzrot.ui.action.support.AbstractActionHandler
 
FIELD_APP_NAME - Static variable in class de.schwarzrot.app.domain.OptionBundle
 
FIELD_SEPARATOR - Static variable in class de.schwarzrot.data.access.support.PgUtils
 
FileChangeAdapter - Class in de.schwarzrot.ui.control.model
a TextChangeModel implementation for situations, where the model value is of type File
FileChangeAdapter(ValueModel) - Constructor for class de.schwarzrot.ui.control.model.FileChangeAdapter
 
FileChooser - Class in de.schwarzrot.ui.control
 
FileChooser(String) - Constructor for class de.schwarzrot.ui.control.FileChooser
 
FileChooser(String, int) - Constructor for class de.schwarzrot.ui.control.FileChooser
 
FileChooser(String, int, int) - Constructor for class de.schwarzrot.ui.control.FileChooser
 
FileChooserImagePreview - Class in de.schwarzrot.ui.control.support
class to show selected images on FileChooserDialogs.
FileChooserImagePreview(JFileChooser) - Constructor for class de.schwarzrot.ui.control.support.FileChooserImagePreview
 
FileClient - Class in de.schwarzrot.app.file
 
FileClient(File) - Constructor for class de.schwarzrot.app.file.FileClient
 
FileClient(File, Charset) - Constructor for class de.schwarzrot.app.file.FileClient
 
FileConverter - Class in de.schwarzrot.data.support
converts files into persistence representation and back from persistence.
FileConverter() - Constructor for class de.schwarzrot.data.support.FileConverter
 
FILEENC - Static variable in class de.schwarzrot.system.SysInfo
 
FileHandler - Class in de.schwarzrot.app.net.service
handles HTTP requests as file requests, similar to common HTTP servers.
FileHandler() - Constructor for class de.schwarzrot.app.net.service.FileHandler
 
fileIcon - Static variable in class de.schwarzrot.ui.render.FileListCellRenderer
 
FileListCellRenderer - Class in de.schwarzrot.ui.render
 
FileListCellRenderer() - Constructor for class de.schwarzrot.ui.render.FileListCellRenderer
 
FileUtils - Class in de.schwarzrot.system.support
 
FileUtils() - Constructor for class de.schwarzrot.system.support.FileUtils
 
fillEntity(E, EntityDescriptor, DataAccessor) - Method in class de.schwarzrot.data.access.pref.PreferencesEntityManager
 
fillEntity(Entity, EntityDescriptor, DataAccessor, EntityIntrospector) - Method in class de.schwarzrot.data.access.support.EntityUtils
fills an entity instance from a resultset
fillEntity(Entity, String[], EntityDescriptor, DataAccessor, EntityIntrospector) - Method in class de.schwarzrot.data.access.support.EntityUtils
fills given properties of the entity from a resultset
find(List<?>, Class<?>, List<ConditionElement>, EntityDescriptor, Connection, DbUtil, boolean, Collection<SortInfo>) - Method in class de.schwarzrot.data.access.jdbc.JDBCEntityManager
internal call to read a number of entities.
find(Class<E>) - Method in class de.schwarzrot.data.access.Repository
find all instances of given type, without resolving relations.
find(Class<E>, boolean) - Method in class de.schwarzrot.data.access.Repository
find all instances of given type, optionally with resolving of relations.
find(Class<E>, int) - Method in class de.schwarzrot.data.access.Repository
find all instances of given type, without resolving relations.
find(Class<E>, List<ConditionElement>) - Method in class de.schwarzrot.data.access.Repository
find all instances of given type, that match given condition, without resolving relations.
find(Class<E>, List<ConditionElement>, boolean) - Method in class de.schwarzrot.data.access.Repository
find all instances of given type, that match given condition, with optionally resolving relations.
find(Class<E>, List<ConditionElement>, int) - Method in class de.schwarzrot.data.access.Repository
find all instances of given type, that match given condition, without resolving relations.
find(Class<E>, List<ConditionElement>, int, boolean) - Method in class de.schwarzrot.data.access.Repository
find all instances of given type, optionally with resolving of relations.
find(EventList<E>, Class<E>) - Method in class de.schwarzrot.data.access.Repository
read all entries of given entity type, without resolving relations and add the found instances to the given list.
find(EventList<E>, Class<E>, boolean) - Method in class de.schwarzrot.data.access.Repository
read all entries of given entity type and add the found instances to the given list.
find(EventList<E>, Class<E>, List<ConditionElement>) - Method in class de.schwarzrot.data.access.Repository
read all entries of given entity type, that conform the given condition and add the found instances to the given list.
find(EventList<E>, Class<E>, List<ConditionElement>, int, boolean) - Method in class de.schwarzrot.data.access.Repository
read all entries of given entity type, that conform the given condition and add the found instances to the given list.
findAction(String) - Method in interface de.schwarzrot.ui.action.ActionHandler
retrieve an action from the action pool.
findAction(String, Enum<?>) - Method in interface de.schwarzrot.ui.action.ActionHandler
retrieve an action from the action pool.
findAction(String, String) - Method in interface de.schwarzrot.ui.action.ActionHandler
retrieve an action from the action pool.
findAction(String) - Method in class de.schwarzrot.ui.action.support.AbstractActionHandler
 
findAction(String, Enum<?>) - Method in class de.schwarzrot.ui.action.support.AbstractActionHandler
 
findAction(String, String) - Method in class de.schwarzrot.ui.action.support.AbstractActionHandler
 
findAction(Enum<?>) - Method in class de.schwarzrot.ui.action.support.ApplicationCommandFactory
 
findAction(String) - Method in class de.schwarzrot.ui.action.support.ApplicationCommandFactory
 
findAction(String, Enum<?>) - Method in class de.schwarzrot.ui.action.support.ApplicationCommandFactory
 
findAction(String, String) - Method in class de.schwarzrot.ui.action.support.ApplicationCommandFactory
 
findApp(String) - Method in class de.schwarzrot.system.SysInfo
 
findAttributeDomain(ColumnType, int) - Method in class de.schwarzrot.data.meta.DatabaseModel
 
findAttributeDomain(ColumnType, int, int, boolean) - Method in class de.schwarzrot.data.meta.DatabaseModel
 
findAttributeDomain(String) - Method in class de.schwarzrot.data.meta.DatabaseModel
 
findProperties(Class<E>, Collection<String>, List<ConditionElement>, boolean) - Method in class de.schwarzrot.data.access.Repository
partially read instances of given entityType, that match given condition.
findProperties(Class<E>, Collection<String>, List<ConditionElement>, int) - Method in class de.schwarzrot.data.access.Repository
partially read instances of given entityType, that match given condition.
findProperties(Class<E>, Collection<String>, List<ConditionElement>, int, boolean) - Method in class de.schwarzrot.data.access.Repository
partially read instances of given entityType, that match given condition.
fireSelectionChanged(E) - Method in class de.schwarzrot.data.event.SelectionProvider
 
fireSelectionChanged(L) - Method in class de.schwarzrot.ui.control.ToggleList
 
fireStateChanged() - Method in class de.schwarzrot.ui.control.model.DefaultTextChangeModel
 
fireStateChanged() - Method in class de.schwarzrot.ui.control.model.FontSelectionModel
 
fireStateChanged() - Method in interface de.schwarzrot.ui.control.model.TextChangeModel
 
firstPass(XMLEvent) - Method in class de.schwarzrot.data.access.support.XMLImporter
 
fixImported(Converter) - Method in class de.schwarzrot.data.meta.DatabaseModel
 
fixImported(Converter) - Method in class de.schwarzrot.data.meta.SchemaDefinition
 
fixImported(Converter) - Method in class de.schwarzrot.data.meta.TableDefinition
 
FlagActions - Enum in de.schwarzrot.ui.domain
 
FloatConverter - Class in de.schwarzrot.data.support
 
FloatConverter() - Constructor for class de.schwarzrot.data.support.FloatConverter
 
flushSystemConfig() - Method in class de.schwarzrot.data.access.pref.PreferencesManager
 
flushUserConfig() - Method in class de.schwarzrot.data.access.pref.PreferencesManager
 
font - Variable in class de.schwarzrot.ui.util.GraphicsContext.GraphicsSaveables
 
FontButton - Class in de.schwarzrot.ui.control
a button, that shows fontname and size and opens a font selection dialog on activation.
FontButton(ValueModel, ValueModel, ValueModel) - Constructor for class de.schwarzrot.ui.control.FontButton
 
FontButton.FontHandler - Class in de.schwarzrot.ui.control
 
FontButton.FontHandler() - Constructor for class de.schwarzrot.ui.control.FontButton.FontHandler
 
FontChooser - Class in de.schwarzrot.ui.control
a dialog to show and select a truetype font and change font styles.
FontChooser() - Constructor for class de.schwarzrot.ui.control.FontChooser
 
FontChooser(Font) - Constructor for class de.schwarzrot.ui.control.FontChooser
 
FontChooser(PresentationModel<?>) - Constructor for class de.schwarzrot.ui.control.FontChooser
 
FontChooser.FontSelectorData - Class in de.schwarzrot.ui.control
 
FontChooser.FontSelectorData() - Constructor for class de.schwarzrot.ui.control.FontChooser.FontSelectorData
 
FontChooser.FontStyles - Enum in de.schwarzrot.ui.control
 
FontSelectionAdapter - Class in de.schwarzrot.ui.control.model
an implementation of a FontSelectionModel, where the font properties are held separately
FontSelectionAdapter(ValueModel, ValueModel, ValueModel) - Constructor for class de.schwarzrot.ui.control.model.FontSelectionAdapter
 
FontSelectionAdapter(ValueModel, ValueModel, ValueModel, ValueModel) - Constructor for class de.schwarzrot.ui.control.model.FontSelectionAdapter
 
FontSelectionModel - Class in de.schwarzrot.ui.control.model
a model for font selection.
FontSelectionModel() - Constructor for class de.schwarzrot.ui.control.model.FontSelectionModel
 
FontSelectorPreview - Class in de.schwarzrot.ui.control.support
class to show certain sample text using selected font and font-styles.
FontSelectorPreview(FontSelectionModel) - Constructor for class de.schwarzrot.ui.control.support.FontSelectorPreview
 
Forbidden - Static variable in class de.schwarzrot.net.http.HttpStatusCode
 
format(EntityDescriptor, DbUtil) - Method in class de.schwarzrot.data.access.support.AbstractConditionElement
 
format(EntityDescriptor, PropertyInfo, DbUtil, Object) - Method in class de.schwarzrot.data.access.support.AbstractConditionElement
 
format(EntityDescriptor, PropertyInfo, DbUtil, Object) - Method in class de.schwarzrot.data.access.support.AbstractFunctionCondtion
 
format(EntityDescriptor, DbUtil) - Method in class de.schwarzrot.data.access.support.AlternatingSequence
 
format(EntityDescriptor, DbUtil) - Method in interface de.schwarzrot.data.access.support.ConditionElement
format the condition text with given parameters
format(EntityDescriptor, PropertyInfo, DbUtil, Object) - Method in interface de.schwarzrot.data.access.support.ConditionElement
format the condition text with the given parameters
format(LogRecord) - Method in class de.schwarzrot.logging.SRFormatter
Format the given LogRecord.
formattedText() - Method in class de.schwarzrot.ui.validation.PropertyValidationMessage
 
FormattedTextField - Class in de.schwarzrot.ui.control
wrapper to JFormattedTextField to allow content selection on focus entry.
FormattedTextField() - Constructor for class de.schwarzrot.ui.control.FormattedTextField
 
FormattedTextField(JFormattedTextField.AbstractFormatter) - Constructor for class de.schwarzrot.ui.control.FormattedTextField
 
FormattedTextField(JFormattedTextField.AbstractFormatterFactory) - Constructor for class de.schwarzrot.ui.control.FormattedTextField
 
FormattedTextField(JFormattedTextField.AbstractFormatterFactory, Object) - Constructor for class de.schwarzrot.ui.control.FormattedTextField
 
FormattedTextField(Format) - Constructor for class de.schwarzrot.ui.control.FormattedTextField
 
FormattedTextField(Object) - Constructor for class de.schwarzrot.ui.control.FormattedTextField
 
FormComponentFactory - Interface in de.schwarzrot.ui.service
used to eliminate the cuppling to static Factory calls, to allow configurable factories.
FormComponentFactory.ButtonType - Enum in de.schwarzrot.ui.service
 
formFactory - Static variable in class de.schwarzrot.ui.control.support.AbstractTableView
 
Found - Static variable in class de.schwarzrot.net.http.HttpStatusCode
 
fromPersistence(Class<?>, Object) - Method in class de.schwarzrot.data.support.BooleanConverter
 
fromPersistence(Class<?>, Object) - Method in class de.schwarzrot.data.support.ByteConverter
 
fromPersistence(Class<?>, Object) - Method in class de.schwarzrot.data.support.ColorConverter
 
fromPersistence(Class<?>, Object) - Method in interface de.schwarzrot.data.support.Converter
convert a value from persistence into a value of the java world.
fromPersistence(Class<?>, Object) - Method in class de.schwarzrot.data.support.DateConverter
 
fromPersistence(Class<?>, Object) - Method in class de.schwarzrot.data.support.DoubleConverter
 
fromPersistence(Class<?>, Object) - Method in class de.schwarzrot.data.support.EntityConverter
 
fromPersistence(Class, Object) - Method in class de.schwarzrot.data.support.EnumConverter
 
fromPersistence(Class<?>, Object) - Method in class de.schwarzrot.data.support.FileConverter
 
fromPersistence(Class<?>, Object) - Method in class de.schwarzrot.data.support.FloatConverter
 
fromPersistence(Class<?>, Object) - Method in class de.schwarzrot.data.support.IntConverter
 
fromPersistence(Class<?>, Object) - Method in class de.schwarzrot.data.support.LongConverter
 
fromPersistence(Class<?>, Object) - Method in class de.schwarzrot.data.support.NullConverter
 
fromPersistence(Class<?>, Object) - Method in class de.schwarzrot.data.support.ShortConverter
 
fromPersistence(Class<?>, Object) - Method in class de.schwarzrot.data.support.StringConverter
 
fullyRead(E) - Method in class de.schwarzrot.data.access.Repository
populate the unread properties of a partially read instance.

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.