Class | Description |
---|---|
ArrayIterator<E> |
An iterator over an array.
|
CellName |
A CellName is a text-parsing object for Cell names.
|
EFormatter |
Logging formatter for Electric.
|
EmptyPreferencesFactory |
Empty Preferences to ensure that Electric server doesn't touch real Preferences.
|
ImmutableArrayList<E> |
Constant-array implementation of the List interface.
|
Name |
A Name is a text-parsing object for port, node and arc names.
|
Pref |
This class manages appearance options.
|
Pref.Group | |
PrefPackage |
Abstract class to define a package of appearence options.
|
Setting |
This class manages meaning options.
|
Setting.Group |
This class manages a group of Settings.
|
Setting.RootGroup |
This class manages a tree of Settings.
|
Setting.SettingChangeBatch | |
TempPref |
Non-persistent preference.
|
TextUtils |
This class is a collection of text utilities.
|
TextUtils.CellsByDate |
Comparator class for sorting Cells by their date.
|
TextUtils.CellsByName |
Comparator class for sorting Cells by their name (NOT considering numbers in the names).
|
TextUtils.CellsByVersion |
Comparator class for sorting Cells by their version number.
|
TextUtils.CellsByView |
Comparator class for sorting Cells by their view order.
|
TextUtils.NetworksByName |
Comparator class for sorting Networks by their name.
|
TextUtils.ObjectsByToString |
Comparator class for sorting Objects by their string name.
|
TextUtils.PrefsByName |
Comparator class for sorting Preferences by their name.
|
TextUtils.UnitScale |
Unit is a typesafe enum class that describes a unit scale (metric factors of 10).
|
Version |
A Version is a text-parsing object for Electric's version number.
|
WeakReferences<E> |
A pool of weak reference objects, which do not prevent their referents from being
made finalizable, finalized, and then reclaimed.
|
Enum | Description |
---|---|
TextUtils.WhatToSearch |
Class to define the kind of text string to search
|
Annotation Type | Description |
---|---|
PrefPackage.BooleanPref |
Indicates that a field declaration is intended to keep value of a boolean option.
|
PrefPackage.DoublePref |
Indicates that a field declaration is intended to keep value of a double option.
|
PrefPackage.IntegerPref |
Indicates that a field declaration is intended to keep value of an integer option.
|
PrefPackage.LongPref |
Indicates that a field declaration is intended to keep value of a long option.
|
PrefPackage.StringPref |
Indicates that a field declaration is intended to keep value of a String option.
|