| Modifier and Type | Method and Description |
|---|---|
PreferenceCategory |
Application.getPreferences()
Retorna todas as preferências da aplicação.
|
| Constructor and Description |
|---|
ApplicationEditPrefAction(Application application,
PreferenceCategory copy)
Construtor padrão.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PreferenceCategory> |
PreferencePanel.getModifiedCategories()
Retorna o conjunto das categorias que possuem preferências modificadas.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PreferencePanel.addModifiedCategory(PreferenceCategory pc)
Adiciona uma categoria que teve algum valor de preferência modificado.
|
void |
PreferencePanel.rebuidInterface(PreferenceCategory pc)
Método que reconstrói a interface do painel principal.
|
void |
PreferencePanel.showPreferencePanel(PreferenceCategory pc)
Exibe o painel com todas as preferências da categoria.
|
| Modifier and Type | Method and Description |
|---|---|
PreferenceCategory |
PreferenceTreePanel.getLastSelected()
Retorna a última categoria selecionada.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PreferenceTreePanel.rebuildTree(PreferenceCategory newRoot)
Reconstroi a árvore de preferências a partir de uma nova categoria raíz.
|
| Constructor and Description |
|---|
PreferenceTreeModel(PreferenceCategory root)
Construtor padrão.
|
| Modifier and Type | Method and Description |
|---|---|
protected PreferenceCategory |
DesktopFrame.getDesktopPreferences()
Obtém as preferências do usuário para configuração do desktop.
|
| Modifier and Type | Method and Description |
|---|---|
PreferenceCategory |
PreferenceCategory.copy()
Retorna uma cópia desta categoria.
|
PreferenceCategory |
PreferenceCategory.getCategory(Class<? extends PreferenceDefinition> enumClass)
Retorna a categoria associada a classe da enumeração que a define.
|
PreferenceCategory |
PreferenceCategory.getOriginal()
Referência para categoria original quando esta instância é uma cópia.
|
PreferenceCategory |
PreferenceManager.loadAppPreferences(csbase.logic.applicationservice.ApplicationRegistry registry,
Window parent)
Retorna o objeto que encapsula as preferências de uma determinada
aplicação.
|
PreferenceCategory |
PreferenceManager.loadPreferences()
Carrega a árvore de preferências do usuário.
|
PreferenceCategory |
PreferenceManager.loadPreferences(Window parent)
Carrega a árvore de preferências do usuário.
|
| Modifier and Type | Method and Description |
|---|---|
List<PreferenceCategory> |
PreferenceCategory.getCategories()
Retorna a lista com todas as categorias filhas deste nó.
|
| Modifier and Type | Method and Description |
|---|---|
static PreferenceCategory |
PreferencesUtil.deepSearch(PreferenceDefinition name,
PreferenceCategory base)
Busca a categoria filha que possui uma dada contante.
|
| Modifier and Type | Method and Description |
|---|---|
static JPanel |
PreferencesUtil.createPreferencePanel(PreferenceCategory pc,
boolean showDefaultValues)
Cria um painel que organiza todas as preferências de uma categoria e seus
editores.
|
static PreferenceCategory |
PreferencesUtil.deepSearch(PreferenceDefinition name,
PreferenceCategory base)
Busca a categoria filha que possui uma dada contante.
|
| Constructor and Description |
|---|
PreferencesEditorDialog(Window parent,
String title,
PreferenceCategory pc,
boolean isResizible,
int w,
int h)
Construtor padrão.
|
Copyright © 2017. All rights reserved.