| Modifier and Type | Method and Description |
|---|---|
static <T extends Field> |
SwingUtil.createField(RecordDefinition recordDefinition,
String fieldName,
boolean editable) |
| Modifier and Type | Class and Description |
|---|---|
class |
TabbedValuePanel |
class |
TogglePanel |
class |
ValueField |
| Modifier and Type | Method and Description |
|---|---|
Field |
ValueField.clone() |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckBox |
class |
ColorChooserField |
class |
ComboBox |
class |
DateField |
class |
DirectoryNameField |
class |
FontChooserField |
class |
LengthMeasureTextField |
class |
NumberTextField |
class |
ObjectLabelField |
class |
QueryWhereConditionField |
class |
RecordStoreQueryTextField |
class |
RecordStoreSearchTextField |
class |
SearchField |
class |
Slider |
class |
StringListField |
class |
TextArea |
class |
TextField |
class |
TextPane |
| Modifier and Type | Method and Description |
|---|---|
Field |
TextPane.clone() |
Field |
TextField.clone() |
Field |
TextArea.clone() |
Field |
Slider.clone() |
Field |
SearchField.clone() |
Field |
RecordStoreSearchTextField.clone() |
Field |
RecordStoreQueryTextField.clone() |
Field |
NumberTextField.clone() |
Field |
Field.clone() |
Field |
DirectoryNameField.clone() |
Field |
ComboBox.clone() |
Field |
CheckBox.clone() |
| Modifier and Type | Method and Description |
|---|---|
static SetFieldValueUndoableEdit |
SetFieldValueUndoableEdit.create(UndoManager undoManager,
Field field,
Object oldValue,
Object newValue) |
| Constructor and Description |
|---|
FieldSupport(Field field,
JComponent component,
String name,
Object value) |
FieldSupport(Field field,
String name,
Object value) |
SetFieldValueUndoableEdit(Field field,
Object oldValue,
Object newValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
MarkerField |
class |
SelectMapCoordinateSystem |
| Modifier and Type | Class and Description |
|---|---|
class |
AddRecordStoreConnectionPanel |
class |
FieldNamesSetPanel |
class |
GeometryCoordinatesPanel |
class |
OracleRecordStoreConnectionPanel |
class |
SnapLayersPanel |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Field> |
LayerRecordForm.getField(String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
Field |
LayerRecordForm.addField(String fieldName,
Field field) |
Field |
OracleRecordStoreConnectionPanel.getField(String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Field> |
LayerRecordForm.getFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
LayerRecordForm.addField(Container container,
Field field) |
void |
LayerRecordForm.addField(Field field) |
Field |
LayerRecordForm.addField(String fieldName,
Field field) |
void |
LayerRecordForm.addLabelledField(Container container,
Field field) |
| Modifier and Type | Method and Description |
|---|---|
void |
LayerRecordForm.addFields(Collection<? extends Field> fields) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseStylePanel |
class |
DashField |
class |
GeometryStylePanel |
class |
LayerStylePanel |
class |
MarkerStylePanel |
class |
QueryFilterField |
class |
RecordLayerSnappingPanel |
class |
TextNameField |
class |
TextStylePanel |
| Modifier and Type | Method and Description |
|---|---|
protected Field |
BaseStylePanel.addField(JPanel container,
Object object,
String fieldName) |
protected Field |
TextStylePanel.createField(String fieldName,
Class<?> fieldClass,
Object value) |
protected Field |
BaseStylePanel.createField(String fieldName,
Class<?> fieldClass,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Field |
Preference.getField() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPreferencesPanel.addField(Field field) |
void |
SimplePreferencesPanel.addPreference(String applicationName,
String path,
String propertyName,
Class<?> valueClass,
Object defaultValue,
Field field) |
void |
PreferencesDialog.addPreference(String title,
String applicationName,
String path,
String propertyName,
Class<?> valueClass,
Object defaultValue,
Field field) |
| Constructor and Description |
|---|
Preference(String applicationName,
String path,
String propertyName,
Class<?> valueClass,
Object defaultValue,
Field field) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.