Uses of Interface
se.conciliate.extensions.store.query.MTColorSchemeQuery
Packages that use MTColorSchemeQuery
Package
Description
Provides utility classes to perform queries against the current workspace.
-
Uses of MTColorSchemeQuery in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query that return MTColorSchemeQueryModifier and TypeMethodDescriptionMTQuery.colorSchemes()
Selects color schemes by their ID.MTColorSchemeQuery.selectAll()
Selects all color schemes in the repository.MTColorSchemeQuery.selectByNamedQuery
(MTNamedQuery namedQuery) Selects from a named query.MTColorSchemeQuery.selectByTitles
(List<String> titles) Selects color schemes by their titles.MTColorSchemeQuery.withPattern
(String pattern, MTLanguage language, boolean exactMatch, boolean ignoreCase) Excludes results where the title does not containpattern
as a substring.