Package com.sun.electric.database.text

Package for handling text.

See:
          Description

Class Summary
ArrayIterator<E> An iterator over an array.
CellName A CellName is a text-parsing object for Cell names.
EFormatter Logging formatter for Electric.
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 options.
Pref.Group  
Pref.PrefChangeBatch  
Setting  
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 Summary
Pref.PrefType  
TextUtils.WhatToSearch Class to define the kind of text string to search
 

Package com.sun.electric.database.text Description

Package for handling text. This includes names, file I/O, and settings.