Package | Description |
---|---|
de.uka.ilkd.key.gui.settings |
This package provides a facility for a settings UI.
|
Modifier and Type | Method and Description |
---|---|
static TacletOptionsSettings.ChoiceEntry |
TacletOptionsSettings.createChoiceEntry(java.lang.String choice)
Creates a
TacletOptionsSettings.ChoiceEntry for the given choice. |
static TacletOptionsSettings.ChoiceEntry |
TacletOptionsSettings.findChoice(java.util.List<TacletOptionsSettings.ChoiceEntry> choices,
java.lang.String choice)
Searches the choice in the given
TacletOptionsSettings.ChoiceEntry s. |
Modifier and Type | Method and Description |
---|---|
static java.util.List<TacletOptionsSettings.ChoiceEntry> |
TacletOptionsSettings.createChoiceEntries(java.util.Collection<java.lang.String> choices)
Creates
TacletOptionsSettings.ChoiceEntry s for all given choices. |
Modifier and Type | Method and Description |
---|---|
static TacletOptionsSettings.ChoiceEntry |
TacletOptionsSettings.findChoice(java.util.List<TacletOptionsSettings.ChoiceEntry> choices,
java.lang.String choice)
Searches the choice in the given
TacletOptionsSettings.ChoiceEntry s. |
Copyright © 2003-2019 The KeY-Project.