Serialized Form
-
Package com.macrofocus.application
-
Class com.macrofocus.application.SimpleApplicationModel extends java.lang.Object implements Serializable
- serialVersionUID:
- 5085539886313412182L
-
Serialized Fields
-
copyright
java.lang.String copyright
-
edition
java.lang.String edition
-
expiration
LicenseModel.Expiration expiration
-
licenseModel
LicenseModel licenseModel
-
mainClass
java.lang.Class mainClass
-
mainClassName
java.lang.String mainClassName
-
name
java.lang.String name
-
validity
LicenseModel.Validity validity
-
version
java.lang.String version
-
versionModel
VersionModel versionModel
-
-
Class com.macrofocus.application.SimpleVersionModel extends java.lang.Object implements Serializable
- serialVersionUID:
- 5085539886313412182L
-
Serialized Fields
-
build
java.lang.Integer build
-
buildNumberFormat
java.text.NumberFormat buildNumberFormat
-
major
java.lang.Integer major
-
majorNumberFormat
java.text.NumberFormat majorNumberFormat
-
minor
java.lang.Integer minor
-
minorNumberFormat
java.text.NumberFormat minorNumberFormat
-
patch
java.lang.Integer patch
-
patchNumberFormat
java.text.NumberFormat patchNumberFormat
-
releaseDate
java.util.Date releaseDate
-
-
-
Package com.macrofocus.data.table
-
Class com.macrofocus.data.table.ColumnRenderer extends javax.swing.DefaultListCellRenderer implements Serializable
-
Class com.macrofocus.data.table.ColumnsComboBoxModel extends javax.swing.DefaultComboBoxModel implements Serializable
-
Class com.macrofocus.data.table.VariableComboBox extends javax.swing.JComboBox implements Serializable
-
-
Package com.macrofocus.hierarchy
-
Class com.macrofocus.hierarchy.AbstractHierarchy extends java.lang.Object implements Serializable
-
Serialized Fields
-
notifyListeners
boolean notifyListeners
-
-
-
Class com.macrofocus.hierarchy.SimpleHierarchy extends AbstractHierarchy<T> implements Serializable
-
-
Package com.macrofocus.interval.adapter
-
Class com.macrofocus.interval.adapter.BoundedIntervalSpinnerModel extends javax.swing.SpinnerNumberModel implements Serializable
-
Serialized Fields
-
interval
MutableBoundedInterval interval
-
listener
IntervalListener listener
-
stepSize
java.lang.Number stepSize
-
type
BoundedIntervalSpinnerModel.Type type
-
updating
boolean updating
-
-
-
-
Package com.macrofocus.properties.swing
-
Class com.macrofocus.properties.swing.BooleanPropertyButtonModel extends PropertyButtonModel<java.lang.Boolean> implements Serializable
-
Class com.macrofocus.properties.swing.PropertyButtonModel extends javax.swing.JToggleButton.ToggleButtonModel implements Serializable
-
Serialized Fields
-
itemListener
java.awt.event.ItemListener itemListener
-
property
MutableProperty<V> property
-
propertyListener
PropertyListener<V> propertyListener
-
selected
V selected
-
unselected
V unselected
-
-
-
Class com.macrofocus.properties.swing.PropertyComboBoxModel extends javax.swing.DefaultComboBoxModel implements Serializable
-
Class com.macrofocus.properties.swing.PropertyDimensionSpinnerModel extends javax.swing.SpinnerNumberModel implements Serializable
-
Serialized Fields
-
axe
PropertyDimensionSpinnerModel.Axe axe
-
property
MutableProperty<java.awt.Dimension> property
-
-
-
Class com.macrofocus.properties.swing.PropertyNumberSpinnerModel extends javax.swing.SpinnerNumberModel implements Serializable
-
Serialized Fields
-
property
MutableProperty<V extends java.lang.Number> property
-
-
-
Class com.macrofocus.properties.swing.PropertySpinnerModel extends javax.swing.SpinnerNumberModel implements Serializable
-
Serialized Fields
-
listener
PropertyListener listener
-
max
java.lang.Number max
-
min
java.lang.Number min
-
property
MutableProperty property
-
stepSize
java.lang.Number stepSize
-
updating
boolean updating
-
-
-
-
Package com.macrofocus.selection.swing
-
Class com.macrofocus.selection.swing.SelectionListSelectionModel extends javax.swing.DefaultListSelectionModel implements Serializable
-
Serialized Fields
-
model
javax.swing.ListModel model
-
selection
MutableSelection<E> selection
-
-
-
Class com.macrofocus.selection.swing.SingleSelectionButtonModel extends javax.swing.JToggleButton.ToggleButtonModel implements Serializable
-
Class com.macrofocus.selection.swing.SingleSelectionComboBoxModel extends javax.swing.DefaultComboBoxModel implements Serializable
-
-
Package com.macrofocus.utils
-
Class com.macrofocus.utils.AbstractMap.SimpleEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- -8499721149061103585L
-
Class com.macrofocus.utils.AbstractMap.SimpleImmutableEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- 7138329143949025153L
-
Class com.macrofocus.utils.IndexedTreeMap.AscendingSubMap extends com.macrofocus.utils.IndexedTreeMap.NavigableSubMap<K,V> implements Serializable
- serialVersionUID:
- 912986545866124060L
-
Class com.macrofocus.utils.IndexedTreeMap.DescendingSubMap extends com.macrofocus.utils.IndexedTreeMap.NavigableSubMap<K,V> implements Serializable
- serialVersionUID:
- 912986545866120460L
-
Serialized Fields
-
reverseComparator
java.util.Comparator<? super K> reverseComparator
-
-
Class com.macrofocus.utils.IndexedTreeMap.NavigableSubMap extends java.util.AbstractMap<K,V> implements Serializable
-
Serialized Fields
-
fromStart
boolean fromStart
-
hi
K hi
Endpoints are represented as triples (fromStart, lo, loInclusive) and (toEnd, hi, hiInclusive). If fromStart is true, then the low (absolute) bound is the start of the backing map, and the other values are ignored. Otherwise, if loInclusive is true, lo is the inclusive bound, else lo is the exclusive bound. Similarly for the upper bound. -
hiInclusive
boolean hiInclusive
-
lo
K lo
Endpoints are represented as triples (fromStart, lo, loInclusive) and (toEnd, hi, hiInclusive). If fromStart is true, then the low (absolute) bound is the start of the backing map, and the other values are ignored. Otherwise, if loInclusive is true, lo is the inclusive bound, else lo is the exclusive bound. Similarly for the upper bound. -
loInclusive
boolean loInclusive
-
m
IndexedTreeMap<K,V> m
The backing map. -
toEnd
boolean toEnd
-
-
-
Class com.macrofocus.utils.IndexedTreeMap.SubMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- -6520786458950516097L
-
Class com.macrofocus.utils.IndexedTreeSet extends java.util.AbstractSet<E> implements Serializable
-