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

G

GatewayTimeout - Static variable in class de.schwarzrot.net.http.HttpStatusCode
 
genAccessRightsFor(TableDefinition, String) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a SQL-string to grant access rights to tables
genAccessRightsFor(TableDefinition, String) - Method in class de.schwarzrot.data.access.support.MyUtils
 
genAccessRightsFor(TableDefinition, String) - Method in class de.schwarzrot.data.access.support.PgUtils
 
genAccessRightsForPK(TableDefinition, String) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genAccessRightsForPK(TableDefinition, String) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a SQL-string to grant access to an external sequence
genAccessRightsForPK(TableDefinition, String) - Method in class de.schwarzrot.data.access.support.PgUtils
 
genAutoIncrement(ColumnDefinition) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genAutoIncrement(ColumnDefinition) - Method in class de.schwarzrot.data.access.support.MyUtils
 
genAutoIncrement(ColumnDefinition) - Method in class de.schwarzrot.data.access.support.PgUtils
 
genColumnCreation(ColumnDefinition) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genColumnCreation(ColumnDefinition) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a SQL string to add a column to an existing table
genColumnModification(ColumnDefinition) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genColumnModification(ColumnDefinition) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a SQL string to modify a column of an existing table
genColumnModification(ColumnDefinition) - Method in class de.schwarzrot.data.access.support.PgUtils
 
genCondition(EntityDescriptor, Collection<ConditionElement>) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genCondition(EntityDescriptor, E, Collection<String>) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genCondition(EntityDescriptor, Map<String, Object>) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genCondition(EntityDescriptor, Collection<ConditionElement>) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a condition string for SQL statements
genCondition(EntityDescriptor, E, Collection<String>) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a condition string for SQL statements
genCondition(EntityDescriptor, Map<String, Object>) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a condition string for SQL statements
genConfig() - Method in class de.schwarzrot.ui.validation.constraints.VCDbExists
 
genDBAccess(DatabaseModel, String) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a SQL-string to grant access rights to the entire database
genDBAccess(DatabaseModel, String) - Method in class de.schwarzrot.data.access.support.MyUtils
 
genDBAccess(DatabaseModel, String) - Method in class de.schwarzrot.data.access.support.PgUtils
 
genDBCreation(DatabaseModel) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genDBCreation(DatabaseModel) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a SQL string to create a database
generate(DatabaseModel, File) - Method in class de.schwarzrot.data.access.jdbc.JDBCModelCreator
creates build-script usable for certain database.
generateAccessRights(TableDefinition, Writer, String) - Method in class de.schwarzrot.data.access.jdbc.JDBCModelCreator
 
generateChangeRequests(List<ModelChange>, boolean) - Method in class de.schwarzrot.data.meta.support.DatabaseModelHandler
 
generateDBCreation(DatabaseModel, Writer) - Method in class de.schwarzrot.data.access.jdbc.JDBCModelCreator
 
generateIndexCreation(TableDefinition, Writer) - Method in class de.schwarzrot.data.access.jdbc.JDBCModelCreator
 
generateInitialSetup(DatabaseModel) - Method in class de.schwarzrot.data.meta.support.DatabaseModelHandler
 
generateReply(HttpStatusCode, String) - Method in interface de.schwarzrot.net.http.server.HTTPServer
assembles a very basic reply.
generateSchemaCreation(DatabaseModel, Writer) - Method in class de.schwarzrot.data.access.jdbc.JDBCModelCreator
 
generateTableCreation(SchemaDefinition, Writer) - Method in class de.schwarzrot.data.access.jdbc.JDBCModelCreator
 
genIndexCreation(IndexDefinition) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genIndexCreation(IndexDefinition) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a SQL string to create an index
genIndexRemoval(IndexDefinition) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genIndexRemoval(IndexDefinition) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a SQL string to remove an index
genInsert(EntityDescriptor, Entity) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genInsert(EntityDescriptor, Entity) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a SQL-insert statement for given instance
genInsertIdQuery(EntityDescriptor, Date, String) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genInsertIdQuery(EntityDescriptor, Date, String) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a query for the generated autoincrement key.
genOrder(EntityDescriptor, Collection<String>) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genOrder(EntityDescriptor, Collection<String>, Collection<SortInfo>) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genOrder(EntityDescriptor, Collection<String>) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates the sorting part of a SQL query
genOrder(EntityDescriptor, Collection<String>, Collection<SortInfo>) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates the sorting part of an SQL-query.
genPrimary(TableDefinition) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genPrimary(TableDefinition) - Method in class de.schwarzrot.data.access.support.MyUtils
 
genPrimary(TableDefinition) - Method in class de.schwarzrot.data.access.support.PgUtils
 
genRemove(EntityDescriptor, Collection<ConditionElement>) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genRemove(EntityDescriptor, Collection<ConditionElement>) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a SQL delete statement
genSchemaAccess(SchemaDefinition, String) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genSchemaAccess(SchemaDefinition, String) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a SQL-string to grant access rights to schema
genSchemaAccess(SchemaDefinition, String) - Method in class de.schwarzrot.data.access.support.PgUtils
 
genSchemaCreation(SchemaDefinition) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genSchemaCreation(SchemaDefinition) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a SQL string to create a schema
genSchemaCreation(SchemaDefinition) - Method in class de.schwarzrot.data.access.support.PgUtils
 
genSequenceReset(TableDefinition) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genSequenceReset(TableDefinition) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a SQL string to reset an external sequence
genTableCreation(TableDefinition) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genTableCreation(TableDefinition) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a SQL string to create a database table
genTableMetaAccess(TableDefinition) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genTableMetaAccess(TableDefinition) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a SQL query that returns no data to access tables meta data information
genTablePKCreation(TableDefinition) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genTablePKCreation(TableDefinition) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a statement to create an external sequence for autoincrement-column
genTablePKCreation(TableDefinition) - Method in class de.schwarzrot.data.access.support.PgUtils
 
genTablePKMod(TableDefinition) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genTablePKMod(TableDefinition) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a statement to modify the external sequence after table creation.
genTablePKMod(TableDefinition) - Method in class de.schwarzrot.data.access.support.PgUtils
 
genTableRemoval(TableDefinition) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genTableRemoval(TableDefinition, boolean) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genTableRemoval(TableDefinition) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a SQL string that removes a table from database
genTableRemoval(TableDefinition, boolean) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a SQL string that removes a table from database.
genTruncate(EntityDescriptor) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genTruncate(EntityDescriptor) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a SQL statement that truncates a database table, which means, that all entries will be removed.
genTruncate(EntityDescriptor) - Method in class de.schwarzrot.data.access.support.PgUtils
 
genUpdate(EntityDescriptor, Entity) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genUpdate(EntityDescriptor, Entity, Collection<String>, boolean) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genUpdate(EntityDescriptor, Entity) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a SQL statement to change the persistent view of an entity
genUpdate(EntityDescriptor, Entity, Collection<String>, boolean) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a SQL statement to partially change the persistent view of an entity.
genURL() - Method in class de.schwarzrot.ui.validation.constraints.VCDbExists
 
genUserCreation(String, String) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
genUserCreation(String, String) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a SQL statement to create a user/role/principal
genUserCreation(String, String, String) - Method in interface de.schwarzrot.data.access.support.DbUtil
generates a SQL statement to create a user/role/principal.
genUserCreation(String, String, String) - Method in class de.schwarzrot.data.access.support.MyUtils
 
genUserCreation(String, String, String) - Method in class de.schwarzrot.data.access.support.PgUtils
 
GeometricCalculator - Class in de.schwarzrot.util
helper class to support intersection shapes between rectangle and circle and offers calls around circle calculations, as well as line calculations.
GeometricCalculator(int, int, int, int, int) - Constructor for class de.schwarzrot.util.GeometricCalculator
constructor to create a geometric calculator
GeometricCalculator(PageProperties) - Constructor for class de.schwarzrot.util.GeometricCalculator
constructor that uses given PageProperties as internal data store
get(Class<? extends Entity>, long) - Method in class de.schwarzrot.data.access.EntityHolder
returns instance identified by entityType and id.
get(Class<E>, int) - Method in class de.schwarzrot.data.access.Repository
query instance for identity This call is just for conveniance to relax specifiing id as int.
get(Class<E>, long) - Method in class de.schwarzrot.data.access.Repository
retrieve an entity by its id.
get(int) - Method in class de.schwarzrot.data.support.OffsetBuffer
 
get3ByteInt(int) - Method in class de.schwarzrot.data.support.OffsetBuffer
 
getAbortHandler() - Method in class de.schwarzrot.ui.control.support.AbstractDetailsView
 
getAbortHandler() - Method in class de.schwarzrot.ui.control.support.AbstractEditor
 
getAbsoluteFile() - Method in class de.schwarzrot.system.RemoteFile
 
getAbsolutePath() - Method in class de.schwarzrot.system.RemoteFile
 
getAccessMode() - Method in class de.schwarzrot.ui.action.ApplicationCommand
 
getAction(String) - Method in interface de.schwarzrot.ui.action.ActionHandler
retrieve action for the key.
getAction(String) - Method in class de.schwarzrot.ui.action.support.AbstractActionHandler
 
getActionCallback() - Method in class de.schwarzrot.ui.action.ApplicationCommand
 
getActionHandler() - Method in interface de.schwarzrot.app.Application
 
getActionHandler() - Method in class de.schwarzrot.app.support.AbstractApplication
 
getActionHandler() - Method in class de.schwarzrot.ui.support.AbstractDesktop
 
getActionId() - Method in class de.schwarzrot.ui.action.ApplicationCommand
 
getAlpha() - Method in class de.schwarzrot.ui.control.model.ColorModel
 
getAlphaValue() - Method in class de.schwarzrot.ui.control.ColorButton
 
getAngles() - Method in class de.schwarzrot.app.domain.PageProperties
 
getAppArgs() - Method in interface de.schwarzrot.app.MainEntry
provide access to the expanded arguments of main(String[] args)
getAppArgs() - Method in class de.schwarzrot.app.support.AbstractService
 
getAppArgs() - Method in class de.schwarzrot.main.app.AppMain
 
getAppConfig() - Method in interface de.schwarzrot.app.Application
 
getAppConfig() - Method in class de.schwarzrot.app.support.AbstractApplication
 
getAppInfo() - Method in interface de.schwarzrot.app.MainEntry
print initial startup information
getAppInfo() - Method in class de.schwarzrot.app.support.AbstractService
 
getAppInfo(String) - Method in class de.schwarzrot.app.support.AbstractService
 
getAppInfo() - Method in class de.schwarzrot.main.app.AppMain
 
getApplication() - Method in class de.schwarzrot.ui.InternalMainFrame
 
getApplication() - Method in interface de.schwarzrot.ui.MainFrame
 
getApplication() - Method in class de.schwarzrot.ui.PagedMainFrame
 
getApplication() - Method in class de.schwarzrot.ui.TopMainFrame
 
getApplicationDefaults() - Method in interface de.schwarzrot.app.MainEntry
access the application defaults.
getApplicationDefaults() - Method in class de.schwarzrot.app.support.AbstractService
 
getApplicationDefaults() - Method in class de.schwarzrot.data.access.support.AbstractEntityManager
 
getApplicationDefaults() - Method in class de.schwarzrot.main.app.AppMain
 
getApplicationID() - Method in class de.schwarzrot.ui.action.ApplicationCommand
 
getApplicationName() - Method in class de.schwarzrot.app.domain.OptionBundle
 
getApplicationName() - Method in interface de.schwarzrot.app.MainEntry
print the application name - may be localized.
getApplicationName() - Method in class de.schwarzrot.app.support.AbstractService
 
getApplicationName() - Method in interface de.schwarzrot.data.access.EntityManager
returns the name of the application
getApplicationName() - Method in class de.schwarzrot.data.access.pref.PreferencesConfigurer
 
getApplicationName() - Method in class de.schwarzrot.data.access.support.AbstractEntityManager
 
getApplicationName() - Method in class de.schwarzrot.main.app.AppMain
 
getApplicationName() - Method in class de.schwarzrot.service.sample.SampleService
 
getApplicationName() - Method in class de.schwarzrot.startup.ServiceManager
 
getApproveId() - Method in class de.schwarzrot.ui.control.support.AbstractDialogBase
 
getArchive() - Method in class de.schwarzrot.app.config.ApplicationConfig
accessor to the archive that holds the application.
getArchiveInfo() - Method in interface de.schwarzrot.ui.Desktop
returns the archive info (result from verifyArchive)
getArchiveInfo() - Method in class de.schwarzrot.ui.support.AbstractDesktop
 
getArguments() - Method in interface de.schwarzrot.app.ResponseHandler
 
getArguments() - Method in class de.schwarzrot.app.support.AbstractResponseHandler
 
getAttributeDomains() - Method in class de.schwarzrot.data.meta.DatabaseModel
 
getAttrName() - Method in class de.schwarzrot.data.meta.SortInfo
 
getAType() - Method in interface de.schwarzrot.data.EntityReference
 
getAType() - Method in class de.schwarzrot.data.meta.IdxSegmentInfo
 
getAuthorities() - Method in class de.schwarzrot.app.domain.User
 
getBackendHost() - Method in class de.schwarzrot.app.config.DesktopConfig
 
getBackendPort() - Method in class de.schwarzrot.app.config.DesktopConfig
 
getBackupTarget() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getBasenames() - Method in class de.schwarzrot.app.service.XtensibleResourceBundleMessageSource
to merge different MessageSources we need to get the basenames ...
getBaseURL() - Method in class de.schwarzrot.net.support.DefaultFileSystemServiceClient
 
getBean() - Method in class de.schwarzrot.bean.support.AbstractPropertyCondition
returns the bean of this condition
getBgImagePath() - Method in class de.schwarzrot.app.domain.PageProperties
 
getBlue() - Method in class de.schwarzrot.ui.control.model.ColorModel
 
getBooleanRenderer() - Method in class de.schwarzrot.ui.service.DefaultRendererFactory
 
getBooleanRenderer() - Method in interface de.schwarzrot.ui.service.RendererFactory
 
getBottomPadding() - Method in class de.schwarzrot.app.domain.PageProperties
 
getBottomPadding() - Method in class de.schwarzrot.util.GeometricCalculator
 
getBoundAngle() - Method in class de.schwarzrot.app.domain.PageProperties
 
getBtImagePath() - Method in class de.schwarzrot.app.domain.PageProperties
 
getBType() - Method in interface de.schwarzrot.data.EntityReference
 
getBType() - Method in class de.schwarzrot.data.meta.IdxSegmentInfo
 
getBundleClassLoader() - Method in class de.schwarzrot.app.service.XtensibleResourceBundleMessageSource
Return the ClassLoader to load resource bundles with.
getBundles() - Method in class de.schwarzrot.app.ui.control.OptionBundleListDialog
 
getBurnCommand() - Method in interface de.schwarzrot.app.config.BurnerConfig
 
getBurnDevice() - Method in interface de.schwarzrot.app.config.BurnerConfig
 
getBurnDevice() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getButtonPane() - Method in class de.schwarzrot.ui.support.AbstractWizard
 
getBytes(int, int) - Method in class de.schwarzrot.data.support.OffsetBuffer
 
getCanonicalFile() - Method in class de.schwarzrot.system.RemoteFile
 
getCanonicalPath() - Method in class de.schwarzrot.system.RemoteFile
 
getChangeListeners() - Method in class de.schwarzrot.ui.control.model.DefaultTextChangeModel
 
getChangeListeners() - Method in class de.schwarzrot.ui.control.model.FontSelectionModel
 
getChangeListeners() - Method in interface de.schwarzrot.ui.control.model.TextChangeModel
 
getCheckIcon() - Static method in class de.schwarzrot.ui.service.DefaultFormComponentFactory
Returns a check icon useful to indicate good vs. no good.
getChild(Object, int) - Method in class de.schwarzrot.ui.control.model.DynamicTreeModel
 
getChild(File, String) - Method in class de.schwarzrot.ui.control.RemoteFileSystemView
 
getChildCount(Object) - Method in class de.schwarzrot.ui.control.model.DynamicTreeModel
 
getChildNode(String) - Method in class de.schwarzrot.util.TreeNode
 
getChildNodes() - Method in class de.schwarzrot.util.TreeNode
 
getChildren(File) - Method in interface de.schwarzrot.net.SrvFSClient
 
getChildren(File) - Method in class de.schwarzrot.net.support.DefaultFileSystemServiceClient
 
getChildren() - Method in class de.schwarzrot.util.TreeNode
 
getCircleHeight() - Method in class de.schwarzrot.app.domain.PageProperties
 
getCircleMargin() - Method in class de.schwarzrot.app.domain.PageProperties
 
getClassLoader() - Method in interface de.schwarzrot.app.Application
 
getClassLoader() - Method in class de.schwarzrot.app.support.AbstractApplication
 
getClassLoader() - Method in class de.schwarzrot.jar.JarExtensionHandler
 
getClassPath() - Method in class de.schwarzrot.jar.JarExtension
 
getClient() - Method in class de.schwarzrot.app.support.AbstractResponseHandler
 
getClient() - Method in class de.schwarzrot.net.support.DefaultFileSystemServiceClient
 
getClientArea() - Method in class de.schwarzrot.ui.InternalMainFrame
 
getClientArea() - Method in interface de.schwarzrot.ui.MainFrame
 
getClientArea() - Method in class de.schwarzrot.ui.PagedMainFrame
 
getClientArea() - Method in class de.schwarzrot.ui.support.AbstractWizardPage
 
getClientArea() - Method in class de.schwarzrot.ui.TopMainFrame
 
getCloseHandler() - Method in class de.schwarzrot.ui.control.support.AbstractDetailsView
 
getCloseOperator() - Method in class de.schwarzrot.data.access.support.AbstractConditionElement
 
getCloseOperator() - Method in class de.schwarzrot.data.access.support.AbstractFunctionCondtion
 
getCloseOperator() - Method in interface de.schwarzrot.data.access.support.ConditionElement
returns the operator, that closes a condition.
getCloseOperator() - Method in class de.schwarzrot.data.access.support.InListConditionElement
 
getCModified() - Method in interface de.schwarzrot.data.Entity
returns the number of modifications that happened to this instance.
getCModified() - Method in class de.schwarzrot.data.support.AbstractEntity
 
getCode() - Method in class de.schwarzrot.data.support.AbstractEntity
 
getColor() - Method in class de.schwarzrot.ui.control.ColorChooser
 
getColor() - Method in class de.schwarzrot.ui.control.model.ColorModel
 
getColorHandler() - Method in class de.schwarzrot.ui.control.ColorButton
 
getColorSelectionModel() - Method in class de.schwarzrot.ui.control.ColorButton
 
getColumn(TableDefinition, String) - Method in class de.schwarzrot.data.meta.support.DatabaseModelAccessor
 
getColumn(String) - Method in class de.schwarzrot.data.meta.TableDefinition
 
getColumnCount() - Method in class de.schwarzrot.ui.control.support.AbstractTableView.AbstractTableFormat
 
getColumnName() - Method in class de.schwarzrot.data.meta.IndexMetaData
 
getColumnName(int) - Method in class de.schwarzrot.ui.control.support.AbstractTableView.AbstractTableFormat
 
getColumnNames() - Method in class de.schwarzrot.app.ui.control.OptionBundlesTableView.OptBundleFormat
 
getColumnNames() - Method in class de.schwarzrot.app.ui.control.OptionsTableView.OptionFormat
 
getColumnNames() - Method in class de.schwarzrot.ui.control.MappingsTableView.MapFormat
 
getColumnNames() - Method in class de.schwarzrot.ui.control.support.AbstractTableView.AbstractTableFormat
 
getColumnNames() - Method in class de.schwarzrot.ui.ServicesTableView.ServiceTableFormat
 
getColumns() - Method in class de.schwarzrot.data.meta.TableDefinition
 
getColumnsByName() - Method in class de.schwarzrot.data.meta.TableDefinition
 
getColumnValue(OptionBundle, int) - Method in class de.schwarzrot.app.ui.control.OptionBundlesTableView.OptBundleFormat
 
getColumnValue(Option, int) - Method in class de.schwarzrot.app.ui.control.OptionsTableView.OptionFormat
 
getColumnValue(DriveMapping, int) - Method in class de.schwarzrot.ui.control.MappingsTableView.MapFormat
 
getColumnValue(ServiceDefinition, int) - Method in class de.schwarzrot.ui.ServicesTableView.ServiceTableFormat
 
getColumnWidth(int) - Method in class de.schwarzrot.app.ui.control.OptionBundlesTableView.OptBundleFormat
 
getColumnWidth(int) - Method in class de.schwarzrot.app.ui.control.OptionsTableView.OptionFormat
 
getColumnWidth(int) - Method in class de.schwarzrot.ui.control.MappingsTableView.MapFormat
 
getColumnWidth(int) - Method in class de.schwarzrot.ui.control.support.AbstractTableView.AbstractTableFormat
 
getColumnWidth(int) - Method in class de.schwarzrot.ui.ServicesTableView.ServiceTableFormat
 
getCommand() - Method in interface de.schwarzrot.app.ResponseHandler
 
getCommand() - Method in class de.schwarzrot.app.support.AbstractResponseHandler
 
getCommands() - Method in interface de.schwarzrot.ui.action.ActionHandler
return the (sub-)set of action-enums, that should go into the menuebar.
getCommands() - Method in class de.schwarzrot.ui.action.DesktopActionHandler
 
getComment() - Method in class de.schwarzrot.app.domain.ServiceDefinition
returns the comment of this service definition
getComment() - Method in class de.schwarzrot.data.meta.ColumnMetaData
 
getComment() - Method in class de.schwarzrot.data.meta.IdxSegmentInfo
 
getComment() - Method in interface de.schwarzrot.data.meta.MetaEntity
getter of the MetaEntitys comment
getComment() - Method in class de.schwarzrot.data.meta.support.AbstractMetaEntity
 
getComponent() - Method in class de.schwarzrot.ui.action.PopupEvent
 
getComponentFactory() - Static method in class de.schwarzrot.ui.control.FontChooser
 
getConditionArgs() - Method in class de.schwarzrot.data.transaction.support.AbstractConditionTransactionalOperation
 
getConfig() - Method in interface de.schwarzrot.app.MainEntry
access application starters configuration instance
getConfig() - Method in class de.schwarzrot.app.support.AbstractService
 
getConfig() - Method in class de.schwarzrot.main.app.AppMain
 
getConfig() - Method in interface de.schwarzrot.net.http.server.HTTPServer
accessor to service configuration
getConfig() - Method in class de.schwarzrot.system.SysInfo
 
getConfig() - Method in class de.schwarzrot.ui.support.AbstractDesktop
 
getConfig() - Method in class de.schwarzrot.ui.util.LookAndFeelConfigurer
 
getConfigPage() - Method in interface de.schwarzrot.app.Application
 
getConfigPage() - Method in interface de.schwarzrot.ui.Desktop
returns the desktops configuration page.
getConfigPage() - Method in class de.schwarzrot.ui.support.AbstractDesktop
 
getConstraints() - Method in class de.schwarzrot.ui.support.AbstractWizardPage
 
getConstraints() - Method in interface de.schwarzrot.ui.WizardPage
 
getContent() - Method in class de.schwarzrot.ui.control.ApplicationPage
 
getContent() - Method in class de.schwarzrot.ui.control.support.AbstractDetailsView
 
getContentPane() - Method in interface de.schwarzrot.app.Application
 
getContentPane() - Method in class de.schwarzrot.app.support.AbstractApplication
 
getContext() - Method in class de.schwarzrot.concurrent.ContextTask
 
getContext(String) - Method in class de.schwarzrot.concurrent.VContextTask
 
getContext() - Method in class de.schwarzrot.ui.action.ActionContextEvent
 
getContext(String) - Method in class de.schwarzrot.ui.action.ActionVContextEvent
 
getContext() - Method in class de.schwarzrot.ui.action.support.AbstractActionContextCallback
 
getContext(String) - Method in class de.schwarzrot.ui.action.support.AbstractActionVContextCallback
 
getContext() - Method in class de.schwarzrot.ui.action.support.AbstractContextActionListener
 
getContextFN() - Method in class de.schwarzrot.jar.JarExtension
 
getContextObject(String) - Method in class de.schwarzrot.data.transaction.TOContextOperation
 
getConvert() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getConverter(Class<?>) - Method in class de.schwarzrot.data.support.ConverterFactory
retrieve a converter setup for the given type.
getConverterFactory() - Method in class de.schwarzrot.data.access.support.EntityUtils
 
getCurApp() - Method in interface de.schwarzrot.ui.Desktop
returns the name of the current active application
getCurApp() - Method in class de.schwarzrot.ui.support.AbstractDesktop
 
getCurrentPage() - Method in class de.schwarzrot.ui.model.WizardModel
 
getCutterPath() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getDataDirection() - Method in class de.schwarzrot.data.transaction.ApplicationTransaction
 
getDataDirection() - Method in class de.schwarzrot.data.transaction.support.AbstractTransactionalOperation
 
getDataDirection() - Method in interface de.schwarzrot.data.transaction.Transaction
internal use only.
getDataDirection() - Method in interface de.schwarzrot.data.transaction.TransactionalOperation
 
getDataSource() - Method in class de.schwarzrot.data.access.jdbc.DataSourceManager
accessor to datasource member
getDataSource() - Method in class de.schwarzrot.data.access.jdbc.JDBCEntityManager
 
getDateRenderer() - Method in class de.schwarzrot.ui.service.DefaultRendererFactory
 
getDateRenderer(String) - Method in class de.schwarzrot.ui.service.DefaultRendererFactory
 
getDateRenderer() - Method in interface de.schwarzrot.ui.service.RendererFactory
 
getDateRenderer(String) - Method in interface de.schwarzrot.ui.service.RendererFactory
 
getDatetimeRenderer() - Method in class de.schwarzrot.ui.service.DefaultRendererFactory
 
getDatetimeRenderer() - Method in interface de.schwarzrot.ui.service.RendererFactory
 
getDBCharset() - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
getDBCharset() - Method in class de.schwarzrot.data.access.support.MyUtils
 
getDBCharset() - Method in class de.schwarzrot.data.access.support.PgUtils
 
getDbClient() - Method in class de.schwarzrot.system.SysInfo
 
getDbName() - Method in class de.schwarzrot.data.meta.IndexMetaData
 
getDbType() - Method in interface de.schwarzrot.app.config.DBConfig
returns the type of a data storage.
getDbType() - Method in class de.schwarzrot.app.config.DSConfig
 
getDbType() - Method in class de.schwarzrot.app.config.support.AbstractSysConfig
 
getDecimals() - Method in class de.schwarzrot.data.meta.AttributeDomain
 
getDecimals() - Method in class de.schwarzrot.data.meta.ColumnDefinition
 
getDecimals() - Method in class de.schwarzrot.data.meta.ColumnMetaData
 
getDefaultApp() - Method in interface de.schwarzrot.ui.Desktop
returns the default application, which is the application, that should be opened first
getDefaultApp() - Method in class de.schwarzrot.ui.support.AbstractDesktop
 
getDefaultApplication() - Method in class de.schwarzrot.app.config.DesktopConfig
 
getDefaultAutoCommit() - Method in class de.schwarzrot.app.config.DSConfig
 
getDefaultDirectory() - Method in class de.schwarzrot.ui.control.RemoteFileSystemView
 
getDefaultEncoding() - Method in class de.schwarzrot.system.SysInfo
 
getDefaultImageDirectory() - Method in class de.schwarzrot.ui.service.DefaultFormComponentFactory
 
getDefaultImageDirectory() - Method in interface de.schwarzrot.ui.service.FormComponentFactory
 
getDefaultOrder() - Method in class de.schwarzrot.app.domain.ServiceDefinition
 
getDefaultOrder() - Method in interface de.schwarzrot.data.Entity
returns a list of SortInfo, that build the order for default list-queries.
getDefaultOrder() - Method in class de.schwarzrot.data.meta.ColumnDefinition
 
getDefaultOrder() - Method in class de.schwarzrot.data.support.AbstractEntity
 
getDefaultOrder() - Method in class de.schwarzrot.data.support.AbstractWeightedEntityReference
 
getDefaultPassword() - Method in class de.schwarzrot.data.meta.DatabaseModel
 
getDefaultUser() - Method in class de.schwarzrot.data.meta.DatabaseModel
 
getDefaultValue() - Method in class de.schwarzrot.data.meta.AttributeDomain
 
getDefaultValue() - Method in class de.schwarzrot.data.meta.ColumnDefinition
 
getDefaultValue() - Method in class de.schwarzrot.data.meta.ColumnMetaData
 
getDegEndAngle() - Method in class de.schwarzrot.app.domain.PageProperties
 
getDegStartAngle() - Method in class de.schwarzrot.app.domain.PageProperties
 
getDescription() - Method in class de.schwarzrot.app.domain.PageProperties
 
getDescription() - Method in class de.schwarzrot.system.support.ISOFileFilter
 
getDescription() - Method in class de.schwarzrot.system.support.VdrFileFilter
 
getDescription() - Method in class de.schwarzrot.ui.control.ApplicationPage
 
getDescription() - Method in class de.schwarzrot.ui.image.ImageFilter
 
getDesktop() - Method in class de.schwarzrot.ui.action.DesktopActionHandler
 
getDesktopValue() - Method in class de.schwarzrot.app.domain.DriveMapping
return the windows view of the world
getDeviceBIOS() - Method in class de.schwarzrot.burn.domain.MediaInfo
 
getDeviceManufactorer() - Method in class de.schwarzrot.burn.domain.MediaInfo
 
getDeviceModel() - Method in class de.schwarzrot.burn.domain.MediaInfo
 
getDeviceName() - Method in class de.schwarzrot.burn.domain.MediaInfo
 
getDialog() - Method in class de.schwarzrot.ui.control.support.AbstractDialogBase
 
getDialogMode() - Method in class de.schwarzrot.ui.control.support.AbstractDialogBase
 
getDialogTitle() - Method in class de.schwarzrot.app.ui.control.OptionBundleDialog
 
getDialogTitle() - Method in class de.schwarzrot.app.ui.control.OptionBundleListDialog
 
getDialogTitle() - Method in class de.schwarzrot.app.ui.control.OptionDialog
 
getDialogTitle() - Method in class de.schwarzrot.ui.control.AboutDialog
 
getDialogTitle() - Method in class de.schwarzrot.ui.control.ApplicationConfigDialog
 
getDialogTitle() - Method in class de.schwarzrot.ui.control.ColorChooser
 
getDialogTitle() - Method in class de.schwarzrot.ui.control.FileChooser
 
getDialogTitle() - Method in class de.schwarzrot.ui.control.FontChooser
 
getDialogTitle() - Method in class de.schwarzrot.ui.control.HelpBrowser
 
getDialogTitle() - Method in class de.schwarzrot.ui.control.MappingDetailDialog
 
getDialogTitle() - Method in class de.schwarzrot.ui.control.MappingsDialog
 
getDialogTitle() - Method in class de.schwarzrot.ui.control.support.AbstractDetailsView
 
getDialogTitle() - Method in class de.schwarzrot.ui.control.support.AbstractDialogBase
 
getDividerLocation() - Method in class de.schwarzrot.ui.control.HelpBrowser
 
getDocumentRoot() - Method in interface de.schwarzrot.net.http.server.HTTPServer
the document root is used as a base for file access.
getDomain() - Method in class de.schwarzrot.data.meta.ColumnDefinition
 
getDomainAccess() - Method in class de.schwarzrot.data.meta.DatabaseModel
 
getDriveMappings() - Method in class de.schwarzrot.app.config.support.AbstractSysConfig
 
getDriveMappings() - Method in class de.schwarzrot.system.SysInfo
 
getDrvClassName() - Method in interface de.schwarzrot.app.config.DBConfig
returns the classname of the JDBC driver
getDrvClassName() - Method in class de.schwarzrot.app.config.DSConfig
 
getDrvClassName() - Method in class de.schwarzrot.app.config.support.AbstractSysConfig
 
getDrvLibPath() - Method in interface de.schwarzrot.app.config.DBConfig
returns the path of the jar-file that contains a jdbc-driver
getDrvLibPath() - Method in class de.schwarzrot.app.config.DSConfig
 
getDrvLibPath() - Method in class de.schwarzrot.app.config.support.AbstractSysConfig
 
getDrvUrl() - Method in interface de.schwarzrot.app.config.DBConfig
returns the url used by the JDBC driver to access a data storage
getDrvUrl() - Method in class de.schwarzrot.app.config.DSConfig
 
getDrvUrl() - Method in class de.schwarzrot.app.config.support.AbstractSysConfig
 
getDsDB() - Method in interface de.schwarzrot.app.config.DBConfig
returns the name of a data storage
getDsDB() - Method in class de.schwarzrot.app.config.DSConfig
 
getDsDB() - Method in class de.schwarzrot.app.config.support.AbstractSysConfig
 
getDsHost() - Method in interface de.schwarzrot.app.config.DBConfig
returns the hostname of the data storage server
getDsHost() - Method in class de.schwarzrot.app.config.DSConfig
 
getDsHost() - Method in class de.schwarzrot.app.config.support.AbstractSysConfig
 
getDsPassword() - Method in interface de.schwarzrot.app.config.DBConfig
returns the password used to access a data storage
getDsPassword() - Method in class de.schwarzrot.app.config.DSConfig
 
getDsPassword() - Method in class de.schwarzrot.app.config.support.AbstractSysConfig
 
getDsSchema() - Method in interface de.schwarzrot.app.config.DBConfig
SRJRCFrames supports database schema usage even on databases, that don't support schemata.
getDsSchema() - Method in class de.schwarzrot.app.config.DSConfig
 
getDsSchema() - Method in class de.schwarzrot.app.config.support.AbstractSysConfig
 
getDsUser() - Method in interface de.schwarzrot.app.config.DBConfig
returns the username used to access a data storage
getDsUser() - Method in class de.schwarzrot.app.config.DSConfig
 
getDsUser() - Method in class de.schwarzrot.app.config.support.AbstractSysConfig
 
getDtCreated() - Method in interface de.schwarzrot.data.Entity
returns the timestamp when this instance was created
getDtCreated() - Method in class de.schwarzrot.data.support.AbstractEntity
 
getDtExpires() - Method in class de.schwarzrot.app.domain.User
 
getDtModified() - Method in interface de.schwarzrot.data.Entity
returns the timestamp of the last saving operation.
getDtModified() - Method in class de.schwarzrot.data.support.AbstractEntity
 
getDtStarted() - Method in class de.schwarzrot.app.domain.ServiceDefinition
returns the timestamp when the service has been started
getDtStopped() - Method in class de.schwarzrot.app.domain.ServiceDefinition
returns the timestamp when the service has been stopped
getDvdAuthor() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getEditor() - Method in class de.schwarzrot.ui.control.support.AbstractEditor
 
getEjectCommand() - Method in interface de.schwarzrot.app.config.BurnerConfig
 
getEndAngle() - Method in class de.schwarzrot.app.domain.PageProperties
 
getEntity(E, Class<? extends Entity>, long, Connection) - Method in class de.schwarzrot.data.access.jdbc.JDBCEntityManager
internal call to resolve a given instance.
getEntityCache() - Method in class de.schwarzrot.data.access.support.AbstractEntityManager
 
getEntityCache() - Method in class de.schwarzrot.data.access.support.EntityUtils
 
getEntityCache() - Method in class de.schwarzrot.data.access.TransactionResource
returns the entity cache used for this storage handle
getEntityCache() - Method in class de.schwarzrot.data.support.EntityConverter
 
getEntityDescriptor(Class<?>) - Method in interface de.schwarzrot.data.access.EntityDescriptorAccessor
 
getEntityDescriptor(Class<?>, TransactionResource<?>) - Method in interface de.schwarzrot.data.access.EntityManager
accessor to description instances of entities.
getEntityDescriptor(Class<?>, Connection) - Method in class de.schwarzrot.data.access.jdbc.JDBCEntityManager
 
getEntityDescriptor(Class<?>, TransactionResource<?>) - Method in class de.schwarzrot.data.access.jdbc.JDBCEntityManager
 
getEntityDescriptor(Class<?>, TransactionResource<?>) - Method in class de.schwarzrot.data.access.NullEntityManager
 
getEntityDescriptor(Class<?>, TransactionResource<?>) - Method in class de.schwarzrot.data.access.pref.PreferencesEntityManager
 
getEntityDescriptor(Class<?>) - Method in class de.schwarzrot.data.access.Repository
 
getEntityDescriptor(Class<?>, Object) - Method in class de.schwarzrot.data.access.support.EntityIntrospector
ensures that entity introspection will happen only once in the lifetime of the application.
getEntityDescriptorAccessor() - Method in class de.schwarzrot.data.access.support.XMLExporter
 
getEntityDescriptorAccessor() - Method in class de.schwarzrot.data.access.support.XMLImporter
 
getEntityForID(Class<? extends Entity>, long) - Method in class de.schwarzrot.data.support.EntityConverter
 
getEntityIntrospector() - Method in class de.schwarzrot.data.access.support.AbstractEntityManager
 
getEntityIntrospector() - Method in class de.schwarzrot.data.access.TransactionResource
returns the entity introspector used for this storage handle
getEntityType() - Method in class de.schwarzrot.data.access.support.EntityDescriptor
 
getEntityType(DataAccessor) - Method in class de.schwarzrot.data.access.support.EntityDescriptor
 
getEntityType() - Method in class de.schwarzrot.data.transaction.support.AbstractTransactionalOperation
 
getEntityType() - Method in interface de.schwarzrot.data.transaction.TransactionalOperation
 
getEntityUtils() - Method in class de.schwarzrot.data.access.support.AbstractEntityManager
 
getEntityUtils() - Method in class de.schwarzrot.data.access.TransactionResource
returns utility instance used for this storage handle
getEnumForOrdinal(Class<E>, int) - Static method in class de.schwarzrot.data.support.EnumUtils
gets an enum for the given ordinal
getEnumIconRenderer() - Method in class de.schwarzrot.ui.service.DefaultRendererFactory
 
getEnumIconRenderer(int) - Method in class de.schwarzrot.ui.service.DefaultRendererFactory
 
getEnumIconRenderer() - Method in interface de.schwarzrot.ui.service.RendererFactory
 
getEnumIconRenderer(int) - Method in interface de.schwarzrot.ui.service.RendererFactory
 
getEnumRenderer() - Method in class de.schwarzrot.ui.service.DefaultRendererFactory
 
getEnumRenderer(int) - Method in class de.schwarzrot.ui.service.DefaultRendererFactory
 
getEnumRenderer() - Method in interface de.schwarzrot.ui.service.RendererFactory
 
getEnumRenderer(int) - Method in interface de.schwarzrot.ui.service.RendererFactory
 
getErrorIcon() - Static method in class de.schwarzrot.ui.service.DefaultFormComponentFactory
Returns a default error icon useful to indicate validation errors.
getExtension(File) - Static method in class de.schwarzrot.system.support.FileUtils
 
getExtensions(String) - Method in class de.schwarzrot.jar.JarExtensionHandler
 
getExtensions() - Method in class de.schwarzrot.jar.JarExtensionHandler
 
getExtraTBOrientation() - Method in class de.schwarzrot.app.config.ApplicationConfig
returns the orientation of the extra toolbar
getExtraToolBar(int) - Method in interface de.schwarzrot.app.Application
 
getExtraToolBar(int) - Method in class de.schwarzrot.app.support.AbstractApplication
 
getExtraToolBarCommands() - Method in class de.schwarzrot.ui.action.support.AbstractActionHandler
 
getFallback() - Method in class de.schwarzrot.data.access.support.EntityEnumResolver
 
getFFmpegPath() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getFieldSeparator() - Method in interface de.schwarzrot.data.access.support.DbUtil
returns the separator used in field lists
getFieldSeparator() - Method in class de.schwarzrot.data.access.support.MyUtils
 
getFieldSeparator() - Method in class de.schwarzrot.data.access.support.PgUtils
 
getFile() - Method in class de.schwarzrot.jar.JarExtension
 
getFile(File, String) - Method in interface de.schwarzrot.net.SrvFSClient
 
getFile(File, String) - Method in class de.schwarzrot.net.support.DefaultFileSystemServiceClient
 
getFiles(File, boolean) - Method in class de.schwarzrot.ui.control.RemoteFileSystemView
 
getFileSelectionMode() - Method in class de.schwarzrot.ui.control.FileChooser
 
getFileSystemMode() - Method in class de.schwarzrot.ui.control.FileChooser
 
getFileSystemView() - Method in class de.schwarzrot.ui.control.FileChooser
 
getFilterPane() - Method in class de.schwarzrot.ui.control.support.AbstractTableView.AbstractThresholdFilter
 
getFilterPane() - Method in interface de.schwarzrot.ui.control.support.ListFilterComponent
 
getFinalSize() - Method in class de.schwarzrot.app.domain.PageProperties
 
getFont() - Method in class de.schwarzrot.ui.control.FontChooser
 
getFontBaseDir() - Method in class de.schwarzrot.system.SysInfo
 
getFontChoice() - Method in class de.schwarzrot.ui.control.FontChooser.FontSelectorData
 
getFontHandler() - Method in class de.schwarzrot.ui.control.FontButton
 
getFontName() - Method in class de.schwarzrot.ui.control.model.FontSelectionAdapter
 
getFontName() - Method in class de.schwarzrot.ui.control.model.FontSelectionModel
 
getFontNamePropertyName() - Method in class de.schwarzrot.ui.control.FontChooser
 
getFontSelectionModel() - Method in class de.schwarzrot.ui.control.support.FontSelectorPreview
 
getFontSize() - Method in class de.schwarzrot.ui.control.model.FontSelectionAdapter
 
getFontSize() - Method in class de.schwarzrot.ui.control.model.FontSelectionModel
 
getFontSizePropertyName() - Method in class de.schwarzrot.ui.control.FontChooser
 
getFontStyle() - Method in class de.schwarzrot.ui.control.model.FontSelectionAdapter
 
getFontStyle() - Method in class de.schwarzrot.ui.control.model.FontSelectionModel
 
getFontStylePropertyName() - Method in class de.schwarzrot.ui.control.FontChooser
 
getForeigns() - Method in class de.schwarzrot.data.access.support.EntityDescriptor
 
getFreeSpace() - Method in class de.schwarzrot.system.RemoteFile
 
getFunction() - Method in class de.schwarzrot.data.access.support.AbstractFunctionCondtion
 
getFunction() - Method in class de.schwarzrot.data.access.support.MaxConditionElement
 
getFunction() - Method in class de.schwarzrot.data.access.support.MinConditionElement
 
getGenindexPesPath() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getGenindexTSPath() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getGenisoimage() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getGreen() - Method in class de.schwarzrot.ui.control.model.ColorModel
 
getGrowisofs() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getHandbrake() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getHandle() - Method in interface de.schwarzrot.data.access.DataAccessor
returns a handle to the data
getHandle() - Method in class de.schwarzrot.data.access.jdbc.JDBCResultSetAccessor
 
getHandle() - Method in class de.schwarzrot.data.access.pref.PreferencesAccessor
 
getHandlerIdentifier() - Method in class de.schwarzrot.net.http.service.AbstractRequestHandler
 
getHandlers() - Method in class de.schwarzrot.ui.action.support.ApplicationCommandFactory
 
getHeight() - Method in class de.schwarzrot.app.domain.PageProperties
 
getHeight() - Method in class de.schwarzrot.util.GeometricCalculator
 
getHelpHandler() - Method in class de.schwarzrot.ui.WizardButtonPane
 
getHelpRoot() - Method in interface de.schwarzrot.app.Application
 
getHelpRoot() - Method in class de.schwarzrot.app.support.AbstractApplication
 
getHelpRoot() - Method in class de.schwarzrot.jar.JarExtension
 
getHMargin() - Method in class de.schwarzrot.app.domain.PageProperties
 
getHomeDirectory() - Method in class de.schwarzrot.system.SysInfo
 
getHomeDirectory() - Method in class de.schwarzrot.ui.control.RemoteFileSystemView
 
getHostName() - Method in class de.schwarzrot.app.domain.ServiceDefinition
returns the hostname of the machine, the service has been installed to
getHostValue() - Method in class de.schwarzrot.app.domain.DriveMapping
get linux view of the world
getHTMLData() - Method in class de.schwarzrot.ui.control.support.BasicTransferable
 
getIcon(Severity) - Static method in class de.schwarzrot.ui.service.DefaultFormComponentFactory
Returns the warning icon for warnings, the error icon for errors and null otherwise.
getId() - Method in interface de.schwarzrot.data.Entity
returns the id of an Entity-instance.
getId() - Method in class de.schwarzrot.data.support.AbstractEntity
 
getId() - Method in class de.schwarzrot.ui.control.support.AbstractDetailsView
 
getImageBaseDir() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getImagePath() - Method in interface de.schwarzrot.image.ImageProvider
 
getIndexName(IndexDefinition) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
getIndexName(IndexDefinition) - Method in class de.schwarzrot.data.access.support.MyUtils
 
getIndexName(IndexDefinition) - Method in class de.schwarzrot.data.access.support.PgUtils
 
getIndexName() - Method in class de.schwarzrot.data.meta.IndexMetaData
 
getIndexOfChild(Object, Object) - Method in class de.schwarzrot.ui.control.model.DynamicTreeModel
 
getIndices() - Method in class de.schwarzrot.data.meta.TableDefinition
 
getInfo() - Method in interface de.schwarzrot.app.Application
 
getInfo() - Method in class de.schwarzrot.app.support.AbstractApplication
 
getInfoIcon() - Static method in class de.schwarzrot.ui.service.DefaultFormComponentFactory
Returns a default information icon useful to indicate input hints.
getInitialSelection() - Method in class de.schwarzrot.ui.control.FileChooser
 
getInstance() - Method in class de.schwarzrot.ui.control.support.AbstractDetailsView
 
getInstance() - Method in class de.schwarzrot.ui.control.support.AbstractEditor
 
getInstance() - Method in class de.schwarzrot.util.Callback
returns the callbacks subject
getInstances() - Method in class de.schwarzrot.data.transaction.TOSave
 
getInstances2Remove() - Method in class de.schwarzrot.data.transaction.TORemove
 
getInt(int) - Method in class de.schwarzrot.data.support.OffsetBuffer
 
getIsoDirectory() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getItemCount() - Method in class de.schwarzrot.app.domain.PageProperties
 
getJarFilename() - Method in exception de.schwarzrot.app.errors.InvalidPluginException
 
getJava() - Method in class de.schwarzrot.system.SysInfo
 
getJavaHome() - Method in class de.schwarzrot.system.SysInfo
 
getJVMVersion() - Method in class de.schwarzrot.system.SysInfo
 
getKnownApplications() - Method in class de.schwarzrot.app.config.DesktopConfig
 
getKnownDesktopClasses() - Method in class de.schwarzrot.app.config.DesktopConfig
 
getKnownFonts() - Method in class de.schwarzrot.ui.control.FontChooser
 
getKnownLookAndFeelPlugins() - Method in class de.schwarzrot.app.config.DesktopConfig
 
getKnownLookAndFeelThemes() - Method in class de.schwarzrot.app.config.DesktopConfig
 
getKnownStyles() - Static method in class de.schwarzrot.ui.control.FontChooser
 
getLabeledEnumByCode(Class, Comparable) - Method in class de.schwarzrot.data.access.support.EntityEnumResolver
 
getLabeledEnumByLabel(Class, String) - Method in class de.schwarzrot.data.access.support.EntityEnumResolver
 
getLabeledEnumMap(Class) - Method in class de.schwarzrot.data.access.support.EntityEnumResolver
 
getLabeledEnumSet(Class) - Method in class de.schwarzrot.data.access.support.EntityEnumResolver
 
getLabelFor(E) - Static method in class de.schwarzrot.data.support.EnumUtils
returns a localized representation for the enum name
getLafDesktop() - Method in class de.schwarzrot.app.config.DesktopConfig
 
getLafName() - Method in class de.schwarzrot.app.config.DesktopConfig
 
getLafName() - Method in interface de.schwarzrot.app.config.LookAndFeelConfig
 
getLafTheme() - Method in class de.schwarzrot.app.config.DesktopConfig
 
getLafTheme() - Method in interface de.schwarzrot.app.config.LookAndFeelConfig
 
getLatest() - Method in class de.schwarzrot.data.meta.support.DatabaseModelHandler
 
getLeaveHandler() - Method in class de.schwarzrot.ui.WizardButtonPane
 
getLeftPadding() - Method in class de.schwarzrot.app.domain.PageProperties
 
getLeftPadding() - Method in class de.schwarzrot.util.GeometricCalculator
 
getLifetime() - Method in class de.schwarzrot.app.support.AbstractResponseHandler
 
getList() - Method in class de.schwarzrot.ui.control.support.AbstractTableView
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class de.schwarzrot.ui.render.BeanListCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class de.schwarzrot.ui.render.ComboBoxEnumCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class de.schwarzrot.ui.render.FileListCellRenderer
 
getLocalAddress() - Method in class de.schwarzrot.app.config.ServiceConfig
returns the IP of the serivce
getLocalFileSystemView() - Method in class de.schwarzrot.ui.control.FileChooser
 
getLocation() - Method in interface de.schwarzrot.ui.MainFrame
 
getLogConfig() - Method in class de.schwarzrot.app.config.ServiceConfig
returns the path of a java properties file, used to configure java logging.
getLogConfig() - Method in class de.schwarzrot.app.domain.ServiceDefinition
returns the path of a java properties file, used to configure java logging
getLogger() - Method in class de.schwarzrot.app.file.FileClient
 
getLogger() - Method in class de.schwarzrot.app.net.TCPClient
 
getLogger() - Method in class de.schwarzrot.app.support.AbstractApplication
 
getLogger() - Method in class de.schwarzrot.app.support.AbstractApplicationLauncher
 
getLogger() - Method in class de.schwarzrot.app.support.AbstractResponseHandler
 
getLogger() - Method in class de.schwarzrot.app.support.AbstractService
 
getLogger() - Method in class de.schwarzrot.burn.service.LinuxDVDBurner
 
getLogger() - Method in class de.schwarzrot.concurrent.Task
 
getLogger() - Method in class de.schwarzrot.data.access.Repository
 
getLogger() - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
getLogger() - Method in class de.schwarzrot.data.access.support.EntityIntrospector
 
getLogger() - Method in class de.schwarzrot.data.access.support.XMLBase
 
getLogger() - Method in class de.schwarzrot.data.meta.support.AbstractModelChange
 
getLogger() - Method in class de.schwarzrot.data.meta.support.DatabaseModelHandler
 
getLogger() - Method in class de.schwarzrot.data.support.AbstractEntity
 
getLogger() - Method in class de.schwarzrot.jar.support.JarValidator
 
getLogger() - Method in class de.schwarzrot.net.http.service.AbstractRequestHandler
 
getLogger() - Method in class de.schwarzrot.system.RemoteFile
 
getLogger() - Method in class de.schwarzrot.ui.control.model.DynamicTreeModel
 
getLogger() - Method in class de.schwarzrot.ui.control.RemoteFileSystemView
 
getLogger() - Method in class de.schwarzrot.ui.control.support.AbstractDialogBase
 
getLogger() - Method in class de.schwarzrot.ui.control.support.AbstractTableView
 
getLogger() - Method in class de.schwarzrot.ui.model.WizardModel
 
getLogger() - Method in class de.schwarzrot.ui.support.AbstractWizardPage
 
getLogger() - Method in class de.schwarzrot.ui.validation.constraints.AbstractValidationConstraint
 
getLogicalName() - Method in class de.schwarzrot.data.meta.AttributeDomain
 
getLogicalName() - Method in class de.schwarzrot.data.meta.ColumnDefinition
 
getLogicalName() - Method in class de.schwarzrot.data.meta.IdxSegmentInfo
 
getLogicalName() - Method in interface de.schwarzrot.data.meta.MetaEntity
 
getLogicalName() - Method in class de.schwarzrot.data.meta.support.AbstractMetaEntity
 
getLogicalName() - Method in class de.schwarzrot.data.meta.TableDefinition
 
getLookAndFeel() - Method in class de.schwarzrot.ui.util.LookAndFeelConfigurer
 
getLowerRightColor() - Method in class de.schwarzrot.ui.control.GradientPanel
 
getMainEntry() - Method in class de.schwarzrot.jar.JarExtension
 
getMainName() - Method in class de.schwarzrot.jar.JarExtension
 
getMainObject() - Method in class de.schwarzrot.jar.JarExtension
 
getMainWindow() - Method in interface de.schwarzrot.app.Application
returns the window, which contains the applications toplevel window.
getMainWindow() - Method in class de.schwarzrot.app.support.AbstractApplication
 
getMainWindow() - Method in class de.schwarzrot.ui.MDIDesktop
 
getMainWindow() - Method in interface de.schwarzrot.ui.RootWindowHandler
 
getMainWindow() - Method in class de.schwarzrot.ui.support.AbstractDesktop
 
getMainWindow() - Method in class de.schwarzrot.ui.SWIDesktop
 
getManager(Class<?>) - Method in class de.schwarzrot.data.access.Repository
 
getMapped(String) - Method in class de.schwarzrot.data.access.jdbc.JDBCEntityIntrospector
change all column-names to lower case value of property names
getMapped(EntityDescriptor, String) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
getMapped(EntityDescriptor, String) - Method in interface de.schwarzrot.data.access.support.DbUtil
get the physical name for the given property, already quoted with the right syntax for the involved database
getMapped(String) - Method in interface de.schwarzrot.data.access.support.DbUtil
returns the quoted name of database identifiers (table, column, etc), cause we always want do handle case sensitive identifiers
getMapped(String) - Method in class de.schwarzrot.data.access.support.EntityIntrospector
callback to extend introspection.
getMapped(String) - Method in class de.schwarzrot.data.access.support.MyUtils
 
getMapped(String) - Method in class de.schwarzrot.data.access.support.PgUtils
 
getMappedName(PropertyInfo) - Method in class de.schwarzrot.data.access.support.EntityDescriptor
 
getMappings() - Method in class de.schwarzrot.app.config.support.AbstractSysConfig
 
getMappings() - Method in class de.schwarzrot.app.domain.Option
 
getMappings() - Method in class de.schwarzrot.app.domain.OptionBundle
 
getMappings() - Method in class de.schwarzrot.app.domain.ServiceDefinition
 
getMappings() - Method in class de.schwarzrot.app.domain.User
 
getMappings() - Method in class de.schwarzrot.data.access.support.EntityDescriptor
 
getMappings() - Method in interface de.schwarzrot.data.Entity
returns a map with mappings of logical property names to physical property names (column names in database terms).
getMappings() - Method in class de.schwarzrot.data.meta.AttributeDomain
 
getMappings() - Method in class de.schwarzrot.data.meta.ColumnDefinition
 
getMappings() - Method in class de.schwarzrot.data.meta.DatabaseModel
 
getMappings() - Method in class de.schwarzrot.data.meta.IdxSegmentInfo
 
getMappings() - Method in class de.schwarzrot.data.meta.IndexDefinition
 
getMappings() - Method in class de.schwarzrot.data.meta.SchemaDefinition
 
getMappings() - Method in class de.schwarzrot.data.meta.support.AbstractMetaEntity
 
getMappings() - Method in class de.schwarzrot.data.meta.TableDefinition
 
getMappings() - Method in class de.schwarzrot.data.support.AbstractEntity
 
getMatcherEditor() - Method in class de.schwarzrot.ui.control.support.AbstractTableView.AbstractThresholdFilter
 
getMatcherEditor() - Method in interface de.schwarzrot.ui.control.support.ListFilterComponent
 
getMaxColWidth(int) - Method in class de.schwarzrot.app.ui.control.OptionBundlesTableView.OptBundleFormat
 
getMaxColWidth(int) - Method in class de.schwarzrot.app.ui.control.OptionsTableView.OptionFormat
 
getMaxColWidth(int) - Method in class de.schwarzrot.ui.control.MappingsTableView.MapFormat
 
getMaxColWidth(int) - Method in class de.schwarzrot.ui.control.support.AbstractTableView.AbstractTableFormat
 
getMaxColWidth(int) - Method in class de.schwarzrot.ui.ServicesTableView.ServiceTableFormat
 
getMaxRows() - Method in class de.schwarzrot.data.transaction.TORead
 
getMediaFreeSpace() - Method in class de.schwarzrot.burn.domain.MediaInfo
 
getMediaID() - Method in class de.schwarzrot.burn.domain.MediaInfo
 
getMediaInfoPath() - Method in interface de.schwarzrot.app.config.BurnerConfig
 
getMediaStatus() - Method in class de.schwarzrot.burn.domain.MediaInfo
 
getMediaType() - Method in class de.schwarzrot.burn.domain.MediaInfo
 
getMenuBar() - Method in interface de.schwarzrot.app.Application
 
getMenuBar() - Method in class de.schwarzrot.app.support.AbstractApplication
 
getMessage(MessageSourceResolvable, Locale) - Method in class de.schwarzrot.data.access.DelegatingResourceBundleMessageSource
 
getMessage(String, Object[], Locale) - Method in class de.schwarzrot.data.access.DelegatingResourceBundleMessageSource
 
getMessage(String, Object[], String, Locale) - Method in class de.schwarzrot.data.access.DelegatingResourceBundleMessageSource
 
getMessage(MessageSourceResolvable, Locale) - Method in class de.schwarzrot.data.support.NullMessageSource
 
getMessage(String, Object[], Locale) - Method in class de.schwarzrot.data.support.NullMessageSource
 
getMessage(String, Object[], String, Locale) - Method in class de.schwarzrot.data.support.NullMessageSource
 
getMessage() - Method in class de.schwarzrot.ui.control.model.ProgressBarModel
 
getMessageFormat(ResourceBundle, String, Locale) - Method in class de.schwarzrot.app.service.XtensibleResourceBundleMessageSource
Return a MessageFormat for the given bundle and code, fetching already generated MessageFormats from the cache.
getMessageId() - Method in class de.schwarzrot.ui.validation.PropertyValidationMessage
 
getMessagePane() - Method in class de.schwarzrot.ui.support.AbstractWizard
 
getMessageSource() - Method in class de.schwarzrot.ui.control.support.AbstractTableView
 
getMethod() - Method in class de.schwarzrot.util.Callback
returns the method to call
getMinColWidth(int) - Method in class de.schwarzrot.ui.control.support.AbstractTableView.AbstractTableFormat
 
getModel() - Method in class de.schwarzrot.data.meta.support.AbstractModelChange
 
getModel() - Method in class de.schwarzrot.ui.control.ColorChooser
 
getModel() - Method in class de.schwarzrot.ui.control.support.AbstractEditor
 
getModel() - Method in class de.schwarzrot.ui.control.ToggleList
 
getModel() - Method in class de.schwarzrot.ui.validation.constraints.AbstractValidationConstraint
 
getMpeg2enc() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getMplex() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getMyProcessID() - Method in class de.schwarzrot.startup.ServiceManager
 
getName() - Method in interface de.schwarzrot.app.Application
 
getName() - Method in class de.schwarzrot.app.domain.DriveMapping
 
getName() - Method in class de.schwarzrot.app.domain.Option
 
getName() - Method in class de.schwarzrot.app.domain.OptionBundle
 
getName() - Method in class de.schwarzrot.app.domain.ServiceDefinition
returns the name of the defined service
getName() - Method in class de.schwarzrot.app.domain.User
 
getName() - Method in class de.schwarzrot.data.access.support.AbstractConditionElement
 
getName() - Method in class de.schwarzrot.data.access.support.AbstractEntityManager
 
getName() - Method in interface de.schwarzrot.data.access.support.ConditionElement
returns the property name used in the condition
getName() - Method in class de.schwarzrot.data.access.support.EntityDescriptor
 
getName() - Method in class de.schwarzrot.data.access.support.PropertyInfo
 
getName() - Method in class de.schwarzrot.data.meta.ColumnMetaData
 
getName() - Method in class de.schwarzrot.data.meta.IdxSegmentInfo
 
getName() - Method in class de.schwarzrot.data.meta.support.AbstractMetaEntity
 
getName() - Method in interface de.schwarzrot.data.NamedEntity
 
getName() - Method in class de.schwarzrot.data.ResourceNode
 
getName() - Method in class de.schwarzrot.jar.JarExtension
 
getName() - Method in class de.schwarzrot.jar.support.JArchivePath
 
getName() - Method in interface de.schwarzrot.ui.action.ActionHandler
return the name of this handler - usually the same name as the surrounding application.
getName() - Method in class de.schwarzrot.ui.action.support.AbstractActionHandler
 
getName() - Method in class de.schwarzrot.ui.control.support.AbstractTableView
 
getName() - Method in interface de.schwarzrot.ui.Desktop
returns the name of the implementing class
getName() - Method in class de.schwarzrot.ui.support.AbstractDesktop
 
getName() - Method in class de.schwarzrot.util.TreeNode
 
getNamedChildren() - Method in class de.schwarzrot.data.access.support.EntityDescriptor
 
getNetworkAddress() - Method in class de.schwarzrot.system.SysInfo
 
getNextHandler() - Method in class de.schwarzrot.ui.WizardButtonPane
 
getNLSize() - Method in interface de.schwarzrot.app.Client
 
getNLSize() - Method in class de.schwarzrot.app.file.FileClient
 
getNLSize() - Method in class de.schwarzrot.app.net.TCPClient
 
getNotAllowed() - Method in class de.schwarzrot.app.ui.control.OptionBundleListDialog
 
getNotAllowedOptions(String) - Method in class de.schwarzrot.app.domain.support.DefaultOptionBundleHandler
 
getNotAllowedOptions(String) - Method in interface de.schwarzrot.app.domain.support.OptionBundleHandler
 
getNumberOf(Class<E>) - Method in class de.schwarzrot.data.access.Repository
count number of persistent instances
getNumberOf(Class<E>, List<ConditionElement>) - Method in class de.schwarzrot.data.access.Repository
count number of persistent instances, that match given condition
getNumberRenderer() - Method in class de.schwarzrot.ui.service.DefaultRendererFactory
 
getNumberRenderer() - Method in interface de.schwarzrot.ui.service.RendererFactory
 
getObject(String) - Method in interface de.schwarzrot.data.access.DataAccessor
returns a value by name
getObject(String) - Method in class de.schwarzrot.data.access.jdbc.JDBCResultSetAccessor
 
getObject(String) - Method in class de.schwarzrot.data.access.pref.PreferencesAccessor
 
getOpenedFramesCounter() - Method in class de.schwarzrot.ui.support.AbstractDesktop
 
getOpenOperator() - Method in class de.schwarzrot.data.access.support.AbstractFunctionCondtion
 
getOpenOperator() - Method in class de.schwarzrot.data.access.support.AlternatingSequence
 
getOpenOperator() - Method in interface de.schwarzrot.data.access.support.ConditionElement
returns the operator, that opens this condition.
getOpenOperator() - Method in class de.schwarzrot.data.access.support.EqualConditionElement
 
getOpenOperator() - Method in class de.schwarzrot.data.access.support.InListConditionElement
 
getOpenOperator() - Method in class de.schwarzrot.data.access.support.LowerBoundConditionElement
 
getOpenOperator() - Method in class de.schwarzrot.data.access.support.NotEqualConditionElement
 
getOpenOperator() - Method in class de.schwarzrot.data.access.support.SearchConditionElement
 
getOpenOperator() - Method in class de.schwarzrot.data.access.support.UpperBoundConditionElement
 
getOperatingSystem() - Method in class de.schwarzrot.system.SysInfo
 
getOperationProperty(String) - Method in class de.schwarzrot.data.transaction.support.AbstractTransactionalOperation
access method for the transaction operation to read passed parameters
getOperationProperty(String) - Method in interface de.schwarzrot.data.transaction.TransactionalOperation
 
getOperations() - Method in class de.schwarzrot.data.transaction.ApplicationTransaction
 
getOperations() - Method in interface de.schwarzrot.data.transaction.Transaction
internal use only.
getOption(String) - Method in class de.schwarzrot.app.domain.OptionBundle
 
getOptionBundleNames(String) - Method in class de.schwarzrot.app.domain.support.DefaultOptionBundleHandler
 
getOptionBundleNames(String) - Method in interface de.schwarzrot.app.domain.support.OptionBundleHandler
 
getOptionBundles(String) - Method in class de.schwarzrot.app.domain.support.DefaultOptionBundleHandler
 
getOptionBundles(String) - Method in interface de.schwarzrot.app.domain.support.OptionBundleHandler
 
getOptions() - Method in class de.schwarzrot.app.domain.OptionBundle
 
getOptions2Remove() - Method in class de.schwarzrot.app.ui.control.OptionBundleDialog
 
getOrder() - Method in class de.schwarzrot.data.access.support.EntityDescriptor
 
getOrderSequence() - Method in class de.schwarzrot.data.transaction.TORead
 
getOrdinal() - Method in class de.schwarzrot.data.meta.ColumnMetaData
 
getOrdinal() - Method in class de.schwarzrot.data.meta.IndexMetaData
 
getOrientation() - Method in class de.schwarzrot.ui.control.GradientPanel
 
getOwner() - Method in class de.schwarzrot.data.access.support.PgUtils
 
getPageCount() - Method in class de.schwarzrot.ui.WizardButtonPane
 
getPageId() - Method in class de.schwarzrot.ui.validation.PropertyValidationMessage
 
getPageNames() - Method in class de.schwarzrot.ui.model.WizardModel
 
getPagePool() - Method in class de.schwarzrot.ui.model.WizardModel
 
getPanel() - Method in class de.schwarzrot.ui.control.support.AbstractEditor
 
getParent() - Method in class de.schwarzrot.app.domain.DriveMapping
 
getParent() - Method in class de.schwarzrot.app.domain.Option
 
getParent() - Method in class de.schwarzrot.burn.service.LinuxDVDBurner
 
getParent() - Method in interface de.schwarzrot.data.ChildEntity
returns the parent entity instance of this entity instance
getParent() - Method in class de.schwarzrot.data.meta.support.AbstractMetaChildEntity
 
getParent() - Method in class de.schwarzrot.jar.support.JArchivePath
 
getParent() - Method in class de.schwarzrot.util.TreeNode
 
getParentDirectory(File) - Method in class de.schwarzrot.ui.control.RemoteFileSystemView
 
getParentMessageSource() - Method in class de.schwarzrot.data.access.DelegatingResourceBundleMessageSource
 
getParentMessageSource() - Method in class de.schwarzrot.data.support.NullMessageSource
 
getParentNode() - Method in class de.schwarzrot.util.TreeNode
 
getParentType() - Method in class de.schwarzrot.app.domain.DriveMapping
 
getParentType() - Method in class de.schwarzrot.app.domain.Option
 
getParentType() - Method in class de.schwarzrot.data.access.support.EntityDescriptor
 
getParentType() - Method in interface de.schwarzrot.data.ChildEntity
returns the type of the parent entity
getParentType() - Method in class de.schwarzrot.data.meta.AttributeDomain
 
getParentType() - Method in class de.schwarzrot.data.meta.ColumnDefinition
 
getParentType() - Method in class de.schwarzrot.data.meta.IndexDefinition
 
getParentType() - Method in class de.schwarzrot.data.meta.SchemaDefinition
 
getParentType() - Method in class de.schwarzrot.data.meta.TableDefinition
 
getPassword() - Method in class de.schwarzrot.app.domain.User
 
getPath() - Method in class de.schwarzrot.jar.support.JArchivePath
 
getPath() - Method in class de.schwarzrot.util.TreeNode
 
getPathSeparator() - Method in class de.schwarzrot.data.access.pref.PreferencesManager
 
getPathSeparator() - Method in class de.schwarzrot.system.SysInfo
 
getPerl() - Method in class de.schwarzrot.system.SysInfo
 
getPermissionManager() - Method in class de.schwarzrot.security.DefaultSecurityManager
 
getPersistenceAttributes() - Method in class de.schwarzrot.data.access.support.EntityDescriptor
 
getPersistenceName() - Method in class de.schwarzrot.app.config.support.AbstractConfigBase
system default settings of all descendants go to the same node, given by this method.
getPersistenceName() - Method in class de.schwarzrot.app.domain.OptionBundle
 
getPersistenceName() - Method in class de.schwarzrot.app.domain.ServiceDefinition
 
getPersistenceName() - Method in interface de.schwarzrot.data.Entity
returns the name of the entity for persistance.
getPersistenceName() - Method in class de.schwarzrot.data.meta.AttributeDomain
 
getPersistenceName() - Method in class de.schwarzrot.data.meta.ColumnDefinition
 
getPersistenceName() - Method in class de.schwarzrot.data.meta.DatabaseModel
 
getPersistenceName() - Method in class de.schwarzrot.data.meta.IdxSegmentInfo
 
getPersistenceName() - Method in class de.schwarzrot.data.meta.IndexDefinition
 
getPersistenceName() - Method in class de.schwarzrot.data.meta.SchemaDefinition
 
getPersistenceName() - Method in class de.schwarzrot.data.meta.TableDefinition
 
getPersistenceName() - Method in class de.schwarzrot.data.support.AbstractEntity
 
getPhysDecimals() - Method in class de.schwarzrot.data.access.support.PropertyInfo
 
getPhysID() - Method in class de.schwarzrot.data.meta.support.AbstractMetaEntity
 
getPhysName() - Method in class de.schwarzrot.data.access.support.EntityDescriptor
 
getPhysName(String) - Method in class de.schwarzrot.data.access.support.EntityDescriptor
 
getPhysName() - Method in class de.schwarzrot.data.access.support.PropertyInfo
 
getPhysSize() - Method in class de.schwarzrot.data.access.support.PropertyInfo
 
getPhysType() - Method in class de.schwarzrot.data.access.support.PropertyInfo
 
getPid() - Method in class de.schwarzrot.app.domain.ServiceDefinition
returns the process id of the running service. 0 signals a stopped service
getPing() - Method in class de.schwarzrot.system.SysInfo
 
getPixels(Image) - Static method in class de.schwarzrot.image.support.ImageUtils
Snag the pixels from an image.
getPlainData() - Method in class de.schwarzrot.ui.control.support.BasicTransferable
 
getPlasticTheme() - Method in class de.schwarzrot.ui.util.LookAndFeelConfigurer
 
getPluginDir() - Method in class de.schwarzrot.app.config.support.AbstractSysConfig
 
getPoint() - Method in class de.schwarzrot.ui.action.PopupEvent
 
getPool() - Static method in class de.schwarzrot.app.support.ApplicationServiceProvider
 
getPooledList() - Method in class de.schwarzrot.ui.control.model.EventToggleListModel
 
getPoolModel() - Method in class de.schwarzrot.ui.control.model.EventToggleListModel
 
getPoolRenderer() - Method in class de.schwarzrot.ui.control.ToggleList
 
getPopDoubleLeftExecutor() - Method in class de.schwarzrot.ui.control.support.AbstractTableView
 
getPopSingleRightExecutor() - Method in class de.schwarzrot.ui.control.support.AbstractTableView
 
getPopupCommands(Object) - Method in interface de.schwarzrot.ui.action.ActionHandler
return the (sub-)set of action-enums, that should form the popup context menue
getPopupCommands(Object) - Method in class de.schwarzrot.ui.action.DesktopActionHandler
 
getPpmtoy4m() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getPreferencesAccessor(EntityDescriptor) - Method in class de.schwarzrot.data.access.pref.PreferencesManager
convenience call.
getPreferencesAccessor(EntityDescriptor, String) - Method in class de.schwarzrot.data.access.pref.PreferencesManager
convenience call.
getPreferencesAccessor(String) - Method in class de.schwarzrot.data.access.pref.PreferencesManager
convenience call.
getPresentationModel() - Method in class de.schwarzrot.ui.control.FontChooser
 
getPresentationModel() - Method in class de.schwarzrot.ui.control.support.AbstractDetailsView
 
getPresentationModel() - Method in class de.schwarzrot.ui.support.AbstractWizard
 
getPresentationModel() - Method in class de.schwarzrot.ui.support.AbstractWizardPage
 
getPresentationModel() - Method in interface de.schwarzrot.ui.WizardPage
 
getPrevHandler() - Method in class de.schwarzrot.ui.WizardButtonPane
 
getProcessorCount() - Method in class de.schwarzrot.system.SysInfo
 
getProgressMonitor() - Method in interface de.schwarzrot.ui.RootWindowHandler
 
getProgressMonitor() - Method in class de.schwarzrot.ui.support.AbstractDesktop
 
getProgressPublisher() - Method in class de.schwarzrot.concurrent.Task
 
getProgressPublisher() - Method in class de.schwarzrot.ui.support.AbstractWizard
 
getProjectXPath() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getProperties() - Method in class de.schwarzrot.data.access.support.EntityDescriptor
 
getProperty(String) - Method in class de.schwarzrot.system.support.OverrideSystemProperties
 
getProperty(String, String) - Method in class de.schwarzrot.system.support.OverrideSystemProperties
 
getPropertyName() - Method in class de.schwarzrot.ui.validation.constraints.AbstractValidationConstraint
 
getPropertyName() - Method in interface de.schwarzrot.ui.validation.constraints.ValidationConstraint
 
getPropertyName() - Method in class de.schwarzrot.ui.validation.PropertyValidationMessage
 
getPropertyNames() - Method in class de.schwarzrot.data.transaction.TORead
 
getPropertyNames() - Method in class de.schwarzrot.data.transaction.TOSetProperty
 
getPropertyValue(Object) - Method in class de.schwarzrot.data.access.PropertyAccessor
 
getProtocolHandler() - Method in class de.schwarzrot.net.http.service.AbstractRequestHandler
 
getProtocolHandler() - Method in interface de.schwarzrot.net.http.service.RequestHandler
getter for the ProtocolHandler, which is used for general error or help message handling
getProxyPort() - Method in interface de.schwarzrot.app.config.VDRHostConfig
returns the port of the vdrproxy
getQuadrant() - Method in class de.schwarzrot.app.domain.PageProperties
 
getRadius() - Method in class de.schwarzrot.app.domain.PageProperties
 
getRadius() - Method in class de.schwarzrot.util.GeometricCalculator
 
getReadMethod() - Method in class de.schwarzrot.data.access.support.PropertyInfo
 
getRecognizedTypes() - Method in class de.schwarzrot.jar.JarExtensionHandler
 
getRecordingRoot() - Method in class de.schwarzrot.app.config.ServiceConfig
 
getRecordingRoot() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getRed() - Method in class de.schwarzrot.ui.control.model.ColorModel
 
getReferenceA() - Method in interface de.schwarzrot.data.EntityReference
 
getReferenceA() - Method in class de.schwarzrot.data.support.AbstractEntityReference
 
getReferenceB() - Method in interface de.schwarzrot.data.EntityReference
 
getReferenceB() - Method in class de.schwarzrot.data.support.AbstractEntityReference
 
getRelease(Long) - Method in class de.schwarzrot.data.meta.support.DatabaseModelHandler
 
getRemoteFileSystemView() - Method in class de.schwarzrot.ui.control.FileChooser
 
getRequantizer() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getRequestHandlers() - Method in class de.schwarzrot.net.http.service.AbstractProtocolHandler
 
getRequestHandlers() - Method in interface de.schwarzrot.net.http.service.ProtocolHandler
accessor to the map of RequestHandler.
getResetHandler() - Method in class de.schwarzrot.ui.control.support.AbstractDetailsView
 
getResource(EntityManager) - Method in class de.schwarzrot.data.transaction.ApplicationTransaction
 
getResource() - Method in class de.schwarzrot.data.transaction.support.AbstractTransactionalOperation
 
getResource(EntityManager) - Method in interface de.schwarzrot.data.transaction.Transaction
internal use only.
getResource() - Method in interface de.schwarzrot.data.transaction.TransactionalOperation
 
getResourceBundle(String, Locale) - Method in class de.schwarzrot.app.service.XtensibleResourceBundleMessageSource
Return a ResourceBundle for the given basename and code, fetching already generated MessageFormats from the cache.
getResPath() - Method in class de.schwarzrot.data.ResourceNode
 
getResponse() - Method in class de.schwarzrot.net.http.HttpRequest
 
getResult() - Method in class de.schwarzrot.data.transaction.TOCount
 
getResult() - Method in class de.schwarzrot.data.transaction.TORead
 
getReturnValue() - Method in class de.schwarzrot.ui.control.support.AbstractDialogBase
 
getRevision() - Method in class de.schwarzrot.data.meta.DatabaseModel
 
getRicherData(DataFlavor) - Method in class de.schwarzrot.ui.control.support.BasicTransferable
 
getRicherFlavors() - Method in class de.schwarzrot.ui.control.support.BasicTransferable
 
getRightPadding() - Method in class de.schwarzrot.app.domain.PageProperties
 
getRightPadding() - Method in class de.schwarzrot.util.GeometricCalculator
 
getRights() - Method in class de.schwarzrot.app.domain.User
 
getRoot() - Method in class de.schwarzrot.jar.support.JArchivePath
 
getRoot() - Method in class de.schwarzrot.ui.control.model.DynamicTreeModel
 
getRootPath() - Method in interface de.schwarzrot.net.SrvFSClient
 
getRootPath() - Method in class de.schwarzrot.net.support.DefaultFileSystemServiceClient
 
getRoots() - Method in class de.schwarzrot.ui.control.RemoteFileSystemView
 
getSampleText() - Method in class de.schwarzrot.ui.control.FontChooser.FontSelectorData
 
getSampleText() - Method in class de.schwarzrot.ui.control.model.FontSelectionAdapter
 
getSampleText() - Method in class de.schwarzrot.ui.control.model.FontSelectionModel
 
getSampleText() - Method in class de.schwarzrot.ui.control.support.FontSelectorPreview
 
getSchema() - Method in class de.schwarzrot.data.access.support.EntityDescriptor
 
getSchema(DatabaseModel, String) - Method in class de.schwarzrot.data.meta.support.DatabaseModelAccessor
 
getSchemaName(Class<?>, TransactionResource<?>) - Method in interface de.schwarzrot.data.access.EntityManager
returns the schema name, used by entities of given type and given storage
getSchemaName() - Method in class de.schwarzrot.data.access.pref.PreferencesConfigurer
 
getSchemaName() - Method in class de.schwarzrot.data.access.support.AbstractEntityManager
 
getSchemaName(Class<?>, TransactionResource<?>) - Method in class de.schwarzrot.data.access.support.AbstractEntityManager
 
getSchemaName() - Method in interface de.schwarzrot.data.Entity
returns the schema for this entity.
getSchemaName() - Method in class de.schwarzrot.data.meta.IdxSegmentInfo
 
getSchemaName() - Method in class de.schwarzrot.data.meta.IndexMetaData
 
getSchemaName() - Method in class de.schwarzrot.data.meta.support.AbstractMetaEntity
 
getSchemaName() - Method in class de.schwarzrot.data.support.AbstractEntity
 
getSchemaSeparator() - Method in interface de.schwarzrot.data.access.support.DbUtil
returns the schema separator for the actual storage.
getSchemaSeparator() - Method in class de.schwarzrot.data.access.support.MyUtils
 
getSchemaSeparator() - Method in class de.schwarzrot.data.access.support.PgUtils
 
getSchemata() - Method in class de.schwarzrot.data.meta.DatabaseModel
 
getScriptPostEnd() - Method in class de.schwarzrot.app.domain.ServiceDefinition
 
getScriptPreStart() - Method in class de.schwarzrot.app.domain.ServiceDefinition
 
getSegments() - Method in class de.schwarzrot.data.meta.IndexDefinition
 
getSelectedFile() - Method in class de.schwarzrot.ui.control.FileChooser
 
getSelectedFont() - Method in class de.schwarzrot.ui.control.FontButton
 
getSelectedFont() - Method in class de.schwarzrot.ui.control.model.FontSelectionModel
 
getSelectedRenderer() - Method in class de.schwarzrot.ui.control.ToggleList
 
getSelection() - Method in class de.schwarzrot.data.event.SelectionProvider
 
getSelectionChangedExecutor() - Method in class de.schwarzrot.ui.control.support.AbstractTableView
 
getSelectionList() - Method in class de.schwarzrot.ui.control.model.EventToggleListModel
 
getSelectionMode() - Method in class de.schwarzrot.ui.control.support.AbstractTableView
 
getSelectionModel() - Method in class de.schwarzrot.ui.control.support.AbstractTableView
 
getSelectionPopupProviderFor(Class<E>) - Method in class de.schwarzrot.ui.service.SelectionPopupFactory
 
getSeparator() - Method in class de.schwarzrot.data.access.support.AbstractConditionElement
 
getSeparator() - Method in interface de.schwarzrot.data.access.support.ConditionElement
returns the separator used to assemble sofisticated conditions.
getSeparator() - Method in class de.schwarzrot.data.access.support.InListConditionElement
 
getServer() - Method in class de.schwarzrot.net.http.service.AbstractProtocolHandler
 
getServer() - Method in class de.schwarzrot.net.http.service.AbstractRequestHandler
 
getServer() - Method in interface de.schwarzrot.net.http.service.ProtocolHandler
accessor the the HTTP server engine.
getServerCharset() - Method in class de.schwarzrot.app.net.TCPClient
 
getServerHostname() - Method in class de.schwarzrot.app.net.TCPClient
 
getServerPort() - Method in class de.schwarzrot.app.net.TCPClient
 
getServerResponse(String, Object) - Method in class de.schwarzrot.app.net.TCPClient
 
getService(Class<S>) - Static method in class de.schwarzrot.app.support.ApplicationServiceProvider
retrieve a registered service
getService() - Method in class de.schwarzrot.app.support.ServiceLauncher
 
getServiceClassname() - Method in class de.schwarzrot.app.domain.ServiceDefinition
returns the classname of the service
getServiceManagerThread() - Method in class de.schwarzrot.app.support.ServiceLauncher
accessor to the main thread of the service
getServicePath() - Method in class de.schwarzrot.app.domain.ServiceDefinition
returns the path of the service archive.
getServices() - Method in class de.schwarzrot.app.support.ApplicationServiceConfigurer
 
getServicesPage() - Method in class de.schwarzrot.ui.support.AbstractDesktop
 
getSeverity() - Method in class de.schwarzrot.ui.validation.PropertyValidationMessage
 
getShell() - Method in class de.schwarzrot.system.SysInfo
 
getShort(int) - Method in class de.schwarzrot.data.support.OffsetBuffer
 
getSilence() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getSize() - Method in class de.schwarzrot.data.meta.AttributeDomain
 
getSize() - Method in class de.schwarzrot.data.meta.ColumnDefinition
 
getSize() - Method in class de.schwarzrot.data.meta.ColumnMetaData
 
getSize() - Method in class de.schwarzrot.data.meta.IdxSegmentInfo
 
getSize() - Method in interface de.schwarzrot.ui.MainFrame
 
getSizeChoice() - Method in class de.schwarzrot.ui.control.FontChooser.FontSelectorData
 
getSkipList() - Method in class de.schwarzrot.app.config.ApplicationConfig
startupSize and startupPosition are virtual properties, which are calculated at first access.
getSkipList() - Method in class de.schwarzrot.app.config.DesktopConfig
 
getSkipList() - Method in class de.schwarzrot.app.config.support.AbstractSysConfig
 
getSkipList() - Method in class de.schwarzrot.app.domain.DriveMapping
 
getSkipList() - Method in class de.schwarzrot.app.domain.OptionBundle
 
getSkipList() - Static method in class de.schwarzrot.data.access.pref.PreferencesEntityManager
 
getSkipList() - Method in class de.schwarzrot.data.access.support.EntityDescriptor
 
getSkipList() - Method in interface de.schwarzrot.data.Entity
returns a map with property names, that EntityManagers should ignore.
getSkipList() - Method in class de.schwarzrot.data.meta.DatabaseModel
 
getSkipList() - Method in class de.schwarzrot.data.support.AbstractEntity
 
getSleepTime() - Method in class de.schwarzrot.app.domain.ServiceDefinition
returns the time to sleep between consecutive jobs.
getSmallErrorIcon() - Static method in class de.schwarzrot.ui.service.DefaultFormComponentFactory
Returns a small default error icon useful to indicate validation errors attached to UI components.
getSmallIcon(Severity) - Static method in class de.schwarzrot.ui.service.DefaultFormComponentFactory
Returns the small warning icon for warnings, the small error icon for errors and null otherwise.
getSmallInfoIcon() - Static method in class de.schwarzrot.ui.service.DefaultFormComponentFactory
Returns a small default information icon useful to indicate input hints.
getSmallToolBar() - Method in class de.schwarzrot.ui.control.support.AbstractTableView
 
getSmallWarningIcon() - Static method in class de.schwarzrot.ui.service.DefaultFormComponentFactory
Returns a small default warning icon useful to indicate validation warnings attached to UI components.
getSortedList() - Method in class de.schwarzrot.ui.control.support.AbstractTableView
 
getSpumux() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getStartAngle() - Method in class de.schwarzrot.app.domain.PageProperties
 
getStarter() - Method in class de.schwarzrot.app.support.AbstractApplicationLauncher
 
getStartTrigger() - Method in class de.schwarzrot.app.domain.ServiceDefinition
returns the path of a file, that must exist, to enable the ServiceManager to start the service
getStartupArgs() - Method in class de.schwarzrot.app.domain.ServiceDefinition
returns all startup parameters joined together into one String.
getStartupDirectory() - Method in class de.schwarzrot.system.SysInfo
 
getStartupHeight() - Method in class de.schwarzrot.app.config.ApplicationConfig
 
getStartupPos(int, int) - Method in interface de.schwarzrot.app.Application
 
getStartupPos(int, int) - Method in class de.schwarzrot.app.support.AbstractApplication
 
getStartupPosition() - Method in class de.schwarzrot.app.config.ApplicationConfig
 
getStartupSize(Dimension) - Method in interface de.schwarzrot.app.Application
 
getStartupSize() - Method in class de.schwarzrot.app.config.ApplicationConfig
 
getStartupSize(Dimension) - Method in class de.schwarzrot.app.support.AbstractApplication
 
getStartupSize() - Method in class de.schwarzrot.ui.control.support.AbstractDialogBase
 
getStartupWidth() - Method in class de.schwarzrot.app.config.ApplicationConfig
 
getStartupX() - Method in class de.schwarzrot.app.config.ApplicationConfig
 
getStartupY() - Method in class de.schwarzrot.app.config.ApplicationConfig
 
getStatus() - Method in class de.schwarzrot.app.domain.ServiceDefinition
returns the status of a java system service
getStatus() - Method in class de.schwarzrot.data.transaction.ApplicationTransaction
 
getStatus() - Method in interface de.schwarzrot.data.transaction.Transaction
accessor to the transactions status
getStatusBar() - Method in interface de.schwarzrot.app.Application
 
getStatusBar() - Method in class de.schwarzrot.app.support.AbstractApplication
 
getStatusUpdater() - Method in class de.schwarzrot.burn.service.LinuxDVDBurner
 
getStringRenderer(int) - Method in class de.schwarzrot.ui.service.DefaultRendererFactory
 
getStringRenderer(int) - Method in interface de.schwarzrot.ui.service.RendererFactory
 
getStyleChoice() - Method in class de.schwarzrot.ui.control.FontChooser.FontSelectorData
 
getSubmitHandler() - Method in class de.schwarzrot.ui.control.support.AbstractDetailsView
 
getSubmitHandler() - Method in class de.schwarzrot.ui.control.support.AbstractEditor
 
getSuccessState() - Method in class de.schwarzrot.concurrent.Task
 
getSupportedDBDrivers() - Method in interface de.schwarzrot.app.config.DBConfig
 
getSupportedDBDrivers() - Method in class de.schwarzrot.app.config.DSConfig
 
getSupportedDBDrivers() - Method in class de.schwarzrot.app.config.support.AbstractConfigBase
 
getSupportedDBDrivers() - Method in class de.schwarzrot.app.config.support.AbstractSysConfig
 
getSwitchCmds() - Method in class de.schwarzrot.ui.action.DesktopActionHandler
 
getSysInfo() - Method in class de.schwarzrot.app.support.AbstractApplicationLauncher
 
getSystemClass() - Method in class de.schwarzrot.app.config.support.AbstractConfigBase
 
getSystemClass() - Method in interface de.schwarzrot.data.Entity
return the classtype for system usage
getSystemClass() - Method in class de.schwarzrot.data.support.AbstractEntity
 
getSystemDisplayName(File) - Method in class de.schwarzrot.ui.control.RemoteFileSystemView
 
getSystemIcon(File) - Method in class de.schwarzrot.ui.control.RemoteFileSystemView
 
getSystemNode(Class<?>) - Method in class de.schwarzrot.data.access.pref.PreferencesManager
 
getSystemNode(Class<?>, boolean) - Method in class de.schwarzrot.data.access.pref.PreferencesManager
 
getSystemNode(Class<?>, String) - Method in class de.schwarzrot.data.access.pref.PreferencesManager
 
getSystemNode(Class<?>, String, boolean) - Method in class de.schwarzrot.data.access.pref.PreferencesManager
 
getSystemNode(String) - Method in class de.schwarzrot.data.access.pref.PreferencesManager
 
getSystemNode(String, boolean) - Method in class de.schwarzrot.data.access.pref.PreferencesManager
 
getSystemNode(String, String) - Method in class de.schwarzrot.data.access.pref.PreferencesManager
 
getSystemNode(String, String, boolean) - Method in class de.schwarzrot.data.access.pref.PreferencesManager
 
getSystemTypeDescription(File) - Method in class de.schwarzrot.ui.control.RemoteFileSystemView
 
getTable(SchemaDefinition, String) - Method in class de.schwarzrot.data.meta.support.DatabaseModelAccessor
 
getTable() - Method in class de.schwarzrot.ui.control.support.AbstractTableView
 
getTableAttributes(TableDefinition) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
getTableAttributes(TableDefinition) - Method in class de.schwarzrot.data.access.support.MyUtils
 
getTableAttributes(TableDefinition) - Method in class de.schwarzrot.data.access.support.PgUtils
 
getTableFormat() - Method in class de.schwarzrot.ui.control.support.AbstractTableView
 
getTableName() - Method in class de.schwarzrot.data.meta.IndexMetaData
 
getTableNameFor(EntityDescriptor) - Method in interface de.schwarzrot.data.access.support.DbUtil
returns the tablename for given entity
getTableNameFor(TableDefinition) - Method in interface de.schwarzrot.data.access.support.DbUtil
returns the tablename of given table model information
getTableNameFor(EntityDescriptor) - Method in class de.schwarzrot.data.access.support.MyUtils
 
getTableNameFor(TableDefinition) - Method in class de.schwarzrot.data.access.support.MyUtils
 
getTableNameFor(EntityDescriptor) - Method in class de.schwarzrot.data.access.support.PgUtils
 
getTableNameFor(TableDefinition) - Method in class de.schwarzrot.data.access.support.PgUtils
 
getTables() - Method in class de.schwarzrot.data.meta.SchemaDefinition
 
getTableSpace() - Method in class de.schwarzrot.data.meta.SchemaDefinition
 
getTempDirectory() - Method in class de.schwarzrot.system.SysInfo
 
getTerminator() - Method in interface de.schwarzrot.data.access.support.DbUtil
returns the terminator of SQL statements
getTerminator() - Method in class de.schwarzrot.data.access.support.MyUtils
 
getTerminator() - Method in class de.schwarzrot.data.access.support.PgUtils
 
getText() - Method in class de.schwarzrot.ui.control.model.DefaultTextChangeModel
 
getText() - Method in class de.schwarzrot.ui.control.model.FileChangeAdapter
 
getText() - Method in class de.schwarzrot.ui.control.model.TextChangeAdapter
 
getText() - Method in interface de.schwarzrot.ui.control.model.TextChangeModel
 
getTextChangeHandler() - Method in class de.schwarzrot.ui.control.LabelButton
 
getTextModel() - Method in class de.schwarzrot.ui.control.LabelButton
 
getThread() - Method in class de.schwarzrot.concurrent.TaskPerThreadExecutor
 
getThresholdFilter() - Method in class de.schwarzrot.ui.control.support.AbstractTableView
 
getThresholdList() - Method in class de.schwarzrot.ui.control.support.AbstractTableView.AbstractThresholdFilter
 
getThresholdList() - Method in interface de.schwarzrot.ui.control.support.ThresholdFilter
 
getTimeRenderer() - Method in class de.schwarzrot.ui.service.DefaultRendererFactory
 
getTimeRenderer() - Method in interface de.schwarzrot.ui.service.RendererFactory
 
getTitle() - Method in class de.schwarzrot.ui.control.ApplicationPage
 
getTitle() - Method in class de.schwarzrot.ui.control.support.AbstractEditor
 
getTitle() - Method in interface de.schwarzrot.ui.MainFrame
 
getTitle() - Method in class de.schwarzrot.ui.PagedMainFrame
 
getTitle() - Method in class de.schwarzrot.ui.support.AbstractWizardPage
 
getTitle() - Method in interface de.schwarzrot.ui.WizardPage
 
getTitleKey() - Method in interface de.schwarzrot.app.Application
 
getTitleKey() - Method in class de.schwarzrot.app.support.AbstractApplication
 
getToolBar() - Method in interface de.schwarzrot.app.Application
 
getToolBar() - Method in class de.schwarzrot.app.support.AbstractApplication
 
getToolBarCommands() - Method in interface de.schwarzrot.ui.action.ActionHandler
return the (sub-)set of action-enums, that should be accessible by toolbar buttons
getToolBarCommands() - Method in class de.schwarzrot.ui.action.DesktopActionHandler
 
getToolTipText(int, int, List<ServiceDefinition>) - Method in class de.schwarzrot.ui.ServicesTableView.ServiceToolTipHandler
 
getToolTipText(int, int, List<E>) - Method in interface de.schwarzrot.ui.ToolTipHandler
 
getTopPadding() - Method in class de.schwarzrot.app.domain.PageProperties
 
getTopPadding() - Method in class de.schwarzrot.util.GeometricCalculator
 
getTopWindow() - Method in interface de.schwarzrot.app.Application
returns the area, where the visual parts of the application are shown.
getTopWindow() - Method in class de.schwarzrot.app.support.AbstractApplication
 
getTotalSpace() - Method in class de.schwarzrot.system.RemoteFile
 
getTransaction() - Method in class de.schwarzrot.data.transaction.support.AbstractTransactionalOperation
 
getTransaction() - Method in interface de.schwarzrot.data.transaction.TransactionalOperation
 
getTransactionFactory() - Method in class de.schwarzrot.app.support.AbstractResponseHandler
 
getTransactionFactory() - Method in class de.schwarzrot.net.http.service.AbstractRequestHandler
 
getTransactionFactory() - Method in interface de.schwarzrot.net.http.service.RequestHandler
getter for the TransactionFactory - just to avoid synthetic accessors for anonymous classes
getTransactionFactory() - Method in class de.schwarzrot.ui.tree.AbstractContentProvider
 
getTransferData(DataFlavor) - Method in class de.schwarzrot.ui.control.support.BasicTransferable
 
getTransferDataFlavors() - Method in class de.schwarzrot.ui.control.support.BasicTransferable
 
getType() - Method in class de.schwarzrot.data.access.support.PropertyInfo
 
getType() - Method in class de.schwarzrot.data.meta.AttributeDomain
 
getType() - Method in class de.schwarzrot.data.meta.ColumnDefinition
 
getType() - Method in class de.schwarzrot.data.meta.ColumnMetaData
 
getType() - Method in class de.schwarzrot.data.meta.TableDefinition
 
getType() - Method in class de.schwarzrot.jar.JarExtension
 
getType() - Method in class de.schwarzrot.jar.support.JarApplicationValidator
 
getType() - Method in class de.schwarzrot.jar.support.JarProcessValidator
 
getType() - Method in class de.schwarzrot.jar.support.JarServiceValidator
 
getType() - Method in class de.schwarzrot.jar.support.JarThemeValidator
 
getType() - Method in class de.schwarzrot.jar.support.JarValidator
 
getTypeFor(ColumnDefinition) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
getTypeFor(ColumnDefinition) - Method in class de.schwarzrot.data.access.support.PgUtils
 
getTypeFrom(int) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
getTypeFrom(int) - Method in interface de.schwarzrot.data.access.support.DbUtil
maps SQL types to logical ColumnTypes used by application
getTypeFrom(String) - Method in class de.schwarzrot.data.access.support.PgUtils
 
getUCreated() - Method in interface de.schwarzrot.data.Entity
returns the name of the user, that created this instance
getUCreated() - Method in class de.schwarzrot.data.support.AbstractEntity
 
getUModified() - Method in interface de.schwarzrot.data.Entity
returns the name of the user, that triggered the last write operation for this instance.
getUModified() - Method in class de.schwarzrot.data.support.AbstractEntity
 
getUniqColumnNames() - Method in class de.schwarzrot.app.domain.Option
 
getUniqColumnNames() - Method in class de.schwarzrot.app.domain.OptionBundle
 
getUniqColumnNames() - Method in class de.schwarzrot.app.domain.ServiceDefinition
 
getUniqColumnNames() - Method in class de.schwarzrot.app.domain.User
 
getUniqColumnNames() - Method in interface de.schwarzrot.data.Entity
returns a list of property names, which serve to detect a uniq instance without the usage of the primary key.
getUniqColumnNames() - Method in class de.schwarzrot.data.meta.ColumnDefinition
 
getUniqColumnNames() - Method in class de.schwarzrot.data.meta.DatabaseModel
 
getUniqColumnNames() - Method in class de.schwarzrot.data.meta.IdxSegmentInfo
 
getUniqColumnNames() - Method in class de.schwarzrot.data.meta.support.AbstractMetaEntity
 
getUniqColumnNames() - Method in class de.schwarzrot.data.support.AbstractEntity
 
getUniqColumnNames() - Method in class de.schwarzrot.data.support.AbstractEntityReference
 
getUniqueColumnNames() - Method in class de.schwarzrot.data.access.support.EntityDescriptor
 
getUnnamedChildren() - Method in class de.schwarzrot.data.access.support.EntityDescriptor
 
getUpperLeftColor() - Method in class de.schwarzrot.ui.control.GradientPanel
 
getUsableSpace() - Method in class de.schwarzrot.system.RemoteFile
 
getUser() - Method in class de.schwarzrot.security.DefaultSecurityManager
 
getUser() - Method in interface de.schwarzrot.security.SecurityManager
 
getUserAttributes() - Method in class de.schwarzrot.app.config.ApplicationConfig
 
getUserAttributes() - Method in class de.schwarzrot.app.config.DesktopConfig
default applications name, look&feel name and theme are user values
getUserAttributes() - Method in class de.schwarzrot.app.config.support.AbstractSysConfig
 
getUserAttributes() - Method in class de.schwarzrot.app.domain.DriveMapping
 
getUserAttributes() - Method in class de.schwarzrot.data.access.support.EntityDescriptor
 
getUserAttributes() - Method in interface de.schwarzrot.data.Entity
return a list of properties, that are user attributes.
getUserAttributes() - Method in class de.schwarzrot.data.support.AbstractEntity
 
getUserGivenLogger() - Static method in class de.schwarzrot.logging.SRLogFactory
 
getUserName() - Method in class de.schwarzrot.app.domain.ServiceDefinition
returns the username, that is used to run the service.
getUsername() - Method in class de.schwarzrot.app.domain.User
 
getUserName() - Method in class de.schwarzrot.app.support.AbstractService
 
getUserName() - Method in class de.schwarzrot.app.support.AcegiUserNameProvider
 
getUserName() - Method in interface de.schwarzrot.data.access.UserNameProvider
return the name of the applications user.
getUserName() - Method in class de.schwarzrot.security.DefaultSecurityManager
 
getUserName() - Method in class de.schwarzrot.system.SysInfo
 
getUsernameFor(String, String) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
getUsernameFor(String, String) - Method in class de.schwarzrot.data.access.support.MyUtils
 
getUsernameFor(String, String) - Method in class de.schwarzrot.data.access.support.PgUtils
 
getUserNameProvider() - Method in class de.schwarzrot.data.access.support.AbstractEntityManager
 
getUserNameProvider() - Method in class de.schwarzrot.data.access.TransactionResource
gets the username provider used for this storage handle
getUserNode(Class<?>) - Method in class de.schwarzrot.data.access.pref.PreferencesManager
returns the node matching the class name from user space.
getUserNode(Class<?>, boolean) - Method in class de.schwarzrot.data.access.pref.PreferencesManager
returns the node matching the class name from user space.
getUserNode(Class<?>, String) - Method in class de.schwarzrot.data.access.pref.PreferencesManager
returns the child node of the given class.
getUserNode(Class<?>, String, boolean) - Method in class de.schwarzrot.data.access.pref.PreferencesManager
returns the child node of the given class.
getUserNode(String) - Method in class de.schwarzrot.data.access.pref.PreferencesManager
returns the node from user space matching the given path.
getUserNode(String, boolean) - Method in class de.schwarzrot.data.access.pref.PreferencesManager
returns the node from user space matching the given path.
getUserNode(String, String) - Method in class de.schwarzrot.data.access.pref.PreferencesManager
returns a childs node from node matching given path.
getUserNode(String, String, boolean) - Method in class de.schwarzrot.data.access.pref.PreferencesManager
returns a child node from node matching given path.
getUtil(Connection) - Static method in class de.schwarzrot.data.access.jdbc.JDBCUtil
 
getValidationResultModel() - Method in class de.schwarzrot.ui.model.WizardModel
 
getValidator() - Method in class de.schwarzrot.ui.model.WizardModel
 
getValidators() - Method in class de.schwarzrot.jar.JarExtensionHandler
 
getValue() - Method in class de.schwarzrot.app.domain.Option
 
getValue() - Method in class de.schwarzrot.bean.support.AbstractPropertyCondition
accessor to beans property values.
getValue(String) - Method in class de.schwarzrot.bean.support.AbstractPropertyCondition
accessor to beans property values.
getValue() - Method in class de.schwarzrot.data.access.support.AbstractConditionElement
 
getValue() - Method in interface de.schwarzrot.data.access.support.ConditionElement
returns the value of this condition
getValue() - Method in class de.schwarzrot.ui.validation.constraints.AbstractValidationConstraint
 
getValue(String) - Method in class de.schwarzrot.ui.validation.constraints.AbstractValidationConstraint
 
getValue() - Method in class de.schwarzrot.util.TreeNode
 
getValueHolder() - Method in class de.schwarzrot.data.transaction.TOSetProperty
 
getValuesFrom(DBConfig) - Method in class de.schwarzrot.app.config.support.AbstractSysConfig
 
getValueType() - Method in class de.schwarzrot.data.support.BooleanConverter
 
getValueType() - Method in class de.schwarzrot.data.support.ByteConverter
 
getValueType() - Method in class de.schwarzrot.data.support.ColorConverter
 
getValueType() - Method in interface de.schwarzrot.data.support.Converter
returns the type, this converter cares about
getValueType() - Method in class de.schwarzrot.data.support.DateConverter
 
getValueType() - Method in class de.schwarzrot.data.support.DoubleConverter
 
getValueType() - Method in class de.schwarzrot.data.support.EntityConverter
 
getValueType() - Method in class de.schwarzrot.data.support.EnumConverter
 
getValueType() - Method in class de.schwarzrot.data.support.FileConverter
 
getValueType() - Method in class de.schwarzrot.data.support.FloatConverter
 
getValueType() - Method in class de.schwarzrot.data.support.IntConverter
 
getValueType() - Method in class de.schwarzrot.data.support.LongConverter
 
getValueType() - Method in class de.schwarzrot.data.support.NullConverter
 
getValueType() - Method in class de.schwarzrot.data.support.ShortConverter
 
getValueType() - Method in class de.schwarzrot.data.support.StringConverter
 
getVariantColName() - Method in class de.schwarzrot.data.access.support.EntityDescriptor
 
getVariantColumnName() - Method in interface de.schwarzrot.data.Entity
returns the name of the property that is used to distinguish Entity-variants.
getVariantColumnName() - Method in class de.schwarzrot.data.support.AbstractEntity
 
getVariantTypeMap() - Method in class de.schwarzrot.data.access.support.EntityDescriptor
 
getVariantTypeMap() - Method in interface de.schwarzrot.data.Entity
returns a map with the content of getVariantColumnName as key and fully qualified classnames as value.
getVariantTypeMap() - Method in class de.schwarzrot.data.support.AbstractEntity
 
getVDRHost() - Method in interface de.schwarzrot.app.config.VDRHostConfig
returns the hostname of the VDR
getVersion() - Method in interface de.schwarzrot.app.Application
 
getVersion() - Method in class de.schwarzrot.app.config.ApplicationConfig
 
getVersion() - Method in class de.schwarzrot.app.support.AbstractApplication
 
getVersion() - Method in class de.schwarzrot.jar.JarExtension
 
getVersionString() - Method in interface de.schwarzrot.ui.Desktop
returns the version as string
getVersionString() - Method in class de.schwarzrot.ui.support.AbstractDesktop
 
getView() - Method in class de.schwarzrot.ui.control.support.AbstractTableView
 
getVMargin() - Method in class de.schwarzrot.app.domain.PageProperties
 
getWaitPostEnd() - Method in class de.schwarzrot.app.domain.ServiceDefinition
returns the wait time in seconds to wait after service has ended, before starting the PostEnd-script
getWaitPreStart() - Method in class de.schwarzrot.app.domain.ServiceDefinition
returns the wait time in seconds to wait after executing the PreStart-script before starting the service
getWaitTimeInSeconds() - Method in exception de.schwarzrot.app.errors.TryAgainTransactionException
 
getWarningIcon() - Static method in class de.schwarzrot.ui.service.DefaultFormComponentFactory
Returns a default warnings icon useful to indicate validation warnings.
getWeight() - Method in class de.schwarzrot.data.meta.ColumnDefinition
 
getWeight() - Method in class de.schwarzrot.data.support.AbstractWeightedEntityReference
 
getWeight() - Method in interface de.schwarzrot.data.WeightedEntityReference
 
getWeightType() - Method in class de.schwarzrot.data.meta.IdxSegmentInfo
 
getWeightType() - Method in interface de.schwarzrot.data.WeightedEntityReference
 
getWidth() - Method in class de.schwarzrot.app.domain.PageProperties
 
getWidth() - Method in class de.schwarzrot.util.GeometricCalculator
 
getWindow() - Method in class de.schwarzrot.ui.InternalMainFrame
 
getWindow() - Method in interface de.schwarzrot.ui.MainFrame
 
getWindow() - Method in class de.schwarzrot.ui.PagedMainFrame
 
getWindow() - Method in class de.schwarzrot.ui.TopMainFrame
 
getWizard() - Method in class de.schwarzrot.ui.support.AbstractWizardPage
 
getWorkBaseDir() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getWorkerHost() - Method in interface de.schwarzrot.app.config.WorkerHostConfig
return the hostname of a working machine.
getWorkerPort() - Method in interface de.schwarzrot.app.config.WorkerHostConfig
returns the port of a working machine.
getWriteMethod() - Method in class de.schwarzrot.data.access.support.PropertyInfo
 
getX() - Method in class de.schwarzrot.app.domain.Coordinate
 
getXCenter() - Method in class de.schwarzrot.app.domain.PageProperties
 
getXCenter() - Method in class de.schwarzrot.util.GeometricCalculator
 
getXIni() - Method in class de.schwarzrot.app.config.WorkerConfig
 
getXOffset() - Method in class de.schwarzrot.ui.support.AbstractDesktop
 
getY() - Method in class de.schwarzrot.app.domain.Coordinate
 
getYBase() - Method in class de.schwarzrot.app.domain.PageProperties
 
getYCenter() - Method in class de.schwarzrot.app.domain.PageProperties
 
getYCenter() - Method in class de.schwarzrot.util.GeometricCalculator
 
getYOffset() - Method in class de.schwarzrot.ui.support.AbstractDesktop
 
Gone - Static variable in class de.schwarzrot.net.http.HttpStatusCode
 
GradientPanel - Class in de.schwarzrot.ui.control
based on GradientPanel from JGoodies, extended by orientation
GradientPanel() - Constructor for class de.schwarzrot.ui.control.GradientPanel
 
GradientPanel(Color) - Constructor for class de.schwarzrot.ui.control.GradientPanel
 
GradientPanel(Color, Color) - Constructor for class de.schwarzrot.ui.control.GradientPanel
 
GradientPanel(Color, Color, int) - Constructor for class de.schwarzrot.ui.control.GradientPanel
 
grantRights(TableDefinition, String) - Method in class de.schwarzrot.data.access.jdbc.JDBCModelCreator
 
GraphicsContext - Class in de.schwarzrot.ui.util
 
GraphicsContext() - Constructor for class de.schwarzrot.ui.util.GraphicsContext
 
GraphicsContext.GraphicsSaveables - Class in de.schwarzrot.ui.util
 
GraphicsContext.GraphicsSaveables() - Constructor for class de.schwarzrot.ui.util.GraphicsContext.GraphicsSaveables
 
guessDriverClass(String) - Method in class de.schwarzrot.app.config.DesktopConfig
 
GuiUtils - Class in de.schwarzrot.ui.util
 
GuiUtils() - Constructor for class de.schwarzrot.ui.util.GuiUtils
 

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
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.