A B C D E F G H I K L M N O P R S T U V W

A

AbstractMultiMap - class com.ideanest.util.AbstractMultiMap.
 
AbstractMultiMap() - Constructor for class com.ideanest.util.AbstractMultiMap
AbstractMultiMap constructor comment.
accept(File) - Method in class com.ideanest.swing.ExtensionFileFilter
Return true if this file should be shown in the directory pane, false if it shouldn't.
ActiveCollection - interface com.ideanest.swing.ActiveCollection.
 
activeCollection(Collection) - Static method in class com.ideanest.swing.ActiveCollections
Returns an active version of the specified collection that fires ListDataEvents when the collection is mutated.
ActiveCollections - class com.ideanest.swing.ActiveCollections.
Provides adapters between base JDK collections and the JFC/Swing ListModel interface.
ActiveList - interface com.ideanest.swing.ActiveList.
 
activeList(List) - Static method in class com.ideanest.swing.ActiveCollections
Returns an active version of the specified list that fires ListDataEvents when the list is mutated.
ActiveSet - interface com.ideanest.swing.ActiveSet.
 
activeSet(Set) - Static method in class com.ideanest.swing.ActiveCollections
Returns an active version of the specified set that fires ListDataEvents when the set is mutated.
ActiveSortedSet - interface com.ideanest.swing.ActiveSortedSet.
 
activeSortedSet(SortedSet) - Static method in class com.ideanest.swing.ActiveCollections
Returns an active version of the specified sorted set that fires ListDataEvents when the sorted set is mutated.
ActiveUndoManager - class com.ideanest.swing.ActiveUndoManager.
An undo manager that manages a limited list of undo edits.
ActiveUndoManager() - Constructor for class com.ideanest.swing.ActiveUndoManager
 
ActiveUndoManager(int) - Constructor for class com.ideanest.swing.ActiveUndoManager
 
add(Class, EventListener) - Method in class com.ideanest.util.EventListenerList
Add the listener as a listener of the specified type.
add(int, Object) - Method in class com.ideanest.util.RingArrayList
 
add(Object) - Method in class com.ideanest.util.RingArrayList
 
add(Object) - Method in class com.ideanest.util.DelegatedCollection
 
add(Object) - Method in class com.ideanest.util.CountingBag
 
add(Object, int) - Method in class com.ideanest.util.CountingBag
 
add(Object, Object) - Method in class com.ideanest.util.WrapperMultiMap
 
add(Object, Object) - Method in interface com.ideanest.util.MultiMap
 
add(Object, Object) - Method in class com.ideanest.util.AbstractMultiMap
 
add(Object, Object, int) - Method in class com.ideanest.util.CountingBagMultiMap
 
addAll(Collection) - Method in class com.ideanest.util.RingArrayList
 
addAll(Collection) - Method in class com.ideanest.util.DelegatedCollection
 
addAll(int, Collection) - Method in class com.ideanest.util.RingArrayList
 
addAll(Map) - Method in interface com.ideanest.util.MultiMap
 
addAll(Map) - Method in class com.ideanest.util.AbstractMultiMap
 
addAll(MultiMap) - Method in interface com.ideanest.util.MultiMap
 
addAll(MultiMap) - Method in class com.ideanest.util.AbstractMultiMap
 
addEdit(UndoableEdit) - Method in class com.ideanest.swing.ActiveUndoManager
Add an edit to the manager.
addExtension(String) - Method in class com.ideanest.swing.ExtensionFileFilter
Adds a filetype "dot" extension to filter against.
addListDataListener(ListDataListener) - Method in class com.ideanest.swing.ListDataListenerSupport
 
addListDataListener(ListDataListener) - Method in class com.ideanest.swing.ComboListModelAdapter
 
addListSelectionListener(ListSelectionListener) - Method in class com.ideanest.swing.EmptyListSelectionModel
 
addPopupMenu(JComponent, JPopupMenu) - Static method in class com.ideanest.swing.PKSwingUtilities
 
addSelectionInterval(int, int) - Method in class com.ideanest.swing.EmptyListSelectionModel
 
addStatusGroupListener(StatusGroupListener) - Method in interface com.ideanest.swing.status.StatusGroupModel
 
addStatusGroupListener(StatusGroupListener) - Method in class com.ideanest.swing.status.StatusGroup
addStatusGroupListener method comment.
AssertionError - error com.ideanest.util.AssertionError.
 
AssertionError() - Constructor for class com.ideanest.util.AssertionError
 
AssertionError(String) - Constructor for class com.ideanest.util.AssertionError
 

B

BetterCollection - interface com.ideanest.util.BetterCollection.
Marker interface to indicate that a collection class has had its basic bugs fixed, and respects Lockable collection arguments (though it may not be Lockable itself).
betterCollection(Collection) - Static method in class com.ideanest.util.BetterCollections
 
BetterCollections - class com.ideanest.util.BetterCollections.
 
betterList(List) - Static method in class com.ideanest.util.BetterCollections
 
betterSet(Set) - Static method in class com.ideanest.util.BetterCollections
 
betterSortedSet(SortedSet) - Static method in class com.ideanest.util.BetterCollections
 
BoundFormattedLabelAdapter - class com.ideanest.swing.BoundFormattedLabelAdapter.
An adapter that hooks up a bound property of some source object to a JLabel, updating its string representation with a formatter each time the property changes value.
BoundFormattedLabelAdapter() - Constructor for class com.ideanest.swing.BoundFormattedLabelAdapter
 
BoundFormattedLabelAdapter(JLabel, Format) - Constructor for class com.ideanest.swing.BoundFormattedLabelAdapter
 
BoundFormattedLabelAdapter(JLabel, Format, Object, String) - Constructor for class com.ideanest.swing.BoundFormattedLabelAdapter
 

C

CheckableReadWriteLock - interface com.ideanest.util.CheckableReadWriteLock.
A read write lock that can be checked to see if it's been acquired by the current thread.
CheckableReentrantWriterPreferenceReadWriteLock - class com.ideanest.util.CheckableReentrantWriterPreferenceReadWriteLock.
 
CheckableReentrantWriterPreferenceReadWriteLock() - Constructor for class com.ideanest.util.CheckableReentrantWriterPreferenceReadWriteLock
 
clear() - Method in class com.ideanest.util.WrapperMultiMap
 
clear() - Method in class com.ideanest.util.RingArrayList
 
clear() - Method in class com.ideanest.util.ReferenceValueHashMap
 
clear() - Method in interface com.ideanest.util.MultiMap
 
clear() - Method in class com.ideanest.util.DelegatedCollection
 
clear() - Method in class com.ideanest.util.CountingBag
 
clear() - Method in class com.ideanest.util.AbstractMultiMap
 
clear() - Method in class com.ideanest.swing.ActiveUndoManager
 
clearSelection() - Method in class com.ideanest.swing.EmptyListSelectionModel
 
clone() - Method in class com.ideanest.util.RingArrayList
Returns a shallow copy of this WraparoundArrayList instance.
clone() - Method in class com.ideanest.util.CountingBag
 
clone(Object) - Static method in class com.ideanest.util.Safe
Attempt to clone an object, if possible.
CollectionValuedMultiMap - class com.ideanest.util.CollectionValuedMultiMap.
Insert the type's description here.
CollectionValuedMultiMap.ClonedCollectionFactory - class com.ideanest.util.CollectionValuedMultiMap.ClonedCollectionFactory.
 
CollectionValuedMultiMap.ClonedCollectionFactory(Collection) - Constructor for class com.ideanest.util.CollectionValuedMultiMap.ClonedCollectionFactory
 
CollectionValuedMultiMap.CollectionFactory - interface com.ideanest.util.CollectionValuedMultiMap.CollectionFactory.
 
CollectionValuedMultiMap(CollectionValuedMultiMap.CollectionFactory) - Constructor for class com.ideanest.util.CollectionValuedMultiMap
 
com.ideanest.swing - package com.ideanest.swing
 
com.ideanest.swing.status - package com.ideanest.swing.status
 
com.ideanest.util - package com.ideanest.util
 
ComboListModelAdapter - class com.ideanest.swing.ComboListModelAdapter.
An adapter to turn a ListModel into a ComboBoxModel.
ComboListModelAdapter(ListModel) - Constructor for class com.ideanest.swing.ComboListModelAdapter
 
CompoundRuntimeException - exception com.ideanest.util.CompoundRuntimeException.
A collection of runtime exceptions that needed to be ignored for some reason.
CompoundRuntimeException(List) - Constructor for class com.ideanest.util.CompoundRuntimeException
 
CompoundRuntimeException(String, List) - Constructor for class com.ideanest.util.CompoundRuntimeException
 
contains(Object) - Method in class com.ideanest.util.RingArrayList
 
contains(Object) - Method in class com.ideanest.util.DelegatedCollection
 
contains(Object) - Method in class com.ideanest.util.CountingBag
 
contains(Object, Object) - Method in interface com.ideanest.util.MultiMap
 
contains(Object, Object) - Method in class com.ideanest.util.AbstractMultiMap
 
containsAll(Collection) - Method in class com.ideanest.util.RingArrayList
 
containsAll(Collection) - Method in class com.ideanest.util.DelegatedCollection
 
containsKey(Object) - Method in class com.ideanest.util.ReferenceValueHashMap
 
containsKey(Object) - Method in interface com.ideanest.util.MultiMap
 
containsKey(Object) - Method in class com.ideanest.util.AbstractMultiMap
 
containsValue(Object) - Method in class com.ideanest.util.ReferenceValueHashMap
 
containsValue(Object) - Method in interface com.ideanest.util.MultiMap
 
containsValue(Object) - Method in class com.ideanest.util.AbstractMultiMap
 
count(Object) - Method in class com.ideanest.util.CountingBag
 
CountingBag - class com.ideanest.util.CountingBag.
A bag implemented using a map of elements to quantities.
CountingBag() - Constructor for class com.ideanest.util.CountingBag
 
CountingBag(Collection) - Constructor for class com.ideanest.util.CountingBag
 
CountingBag(Map) - Constructor for class com.ideanest.util.CountingBag
 
CountingBagMultiMap - class com.ideanest.util.CountingBagMultiMap.
Insert the type's description here.
CountingBagMultiMap() - Constructor for class com.ideanest.util.CountingBagMultiMap
 
CountingBagMultiMap(Map) - Constructor for class com.ideanest.util.CountingBagMultiMap
 
createStatus() - Method in class com.ideanest.swing.status.StatusGroup
 
createStatus(String) - Method in class com.ideanest.swing.status.StatusGroup
 
createValueCollection() - Method in interface com.ideanest.util.CollectionValuedMultiMap.CollectionFactory
 
createValueCollection() - Method in class com.ideanest.util.CollectionValuedMultiMap.ClonedCollectionFactory
 

D

decode(String) - Static method in class com.ideanest.util.URLDecoder
 
DelegatedCollection - class com.ideanest.util.DelegatedCollection.
Delegates all collection operations, including equals and hashCode, to a base collection.
DelegatedCollection() - Constructor for class com.ideanest.util.DelegatedCollection
 
DualIOException - exception com.ideanest.util.DualIOException.
Signals that two I/O exceptions occurred.
DualIOException(IOException, IOException) - Constructor for class com.ideanest.util.DualIOException
 

E

EMPTY_CLASS_ARRAY - Static variable in class com.ideanest.util.Safe
 
EMPTY_OBJECT_ARRAY - Static variable in class com.ideanest.util.Safe
 
EmptyListSelectionModel - class com.ideanest.swing.EmptyListSelectionModel.
A list selection model that refuses all selections.
EmptyListSelectionModel() - Constructor for class com.ideanest.swing.EmptyListSelectionModel
 
ensureCapacity(int) - Method in class com.ideanest.util.RingArrayList
 
enter() - Method in class com.ideanest.swing.status.StatusGroup.Status
 
entrySet() - Method in class com.ideanest.util.WrapperMultiMap
 
entrySet() - Method in class com.ideanest.util.ReferenceValueHashMap
 
entrySet() - Method in interface com.ideanest.util.MultiMap
 
Enum - class com.ideanest.util.Enum.
 
equals(Object) - Method in interface com.ideanest.util.MultiMap
 
equals(Object) - Method in class com.ideanest.util.DelegatedCollection
 
equals(Object) - Method in class com.ideanest.util.AbstractMultiMap
 
equals(Object, Object) - Static method in class com.ideanest.util.Safe
 
EventListenerList - class com.ideanest.util.EventListenerList.
A class which holds a list of EventListeners.
EventListenerList() - Constructor for class com.ideanest.util.EventListenerList
EventListenerList constructor comment.
exit() - Method in class com.ideanest.swing.status.StatusGroup.Status
 
ExtensionFileFilter - class com.ideanest.swing.ExtensionFileFilter.
A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
ExtensionFileFilter() - Constructor for class com.ideanest.swing.ExtensionFileFilter
Creates a file filter.
ExtensionFileFilter(String) - Constructor for class com.ideanest.swing.ExtensionFileFilter
Creates a file filter that accepts files with the given extension.
ExtensionFileFilter(String[]) - Constructor for class com.ideanest.swing.ExtensionFileFilter
Creates a file filter from the given string array.
ExtensionFileFilter(String[], String) - Constructor for class com.ideanest.swing.ExtensionFileFilter
Creates a file filter from the given string array and description.
ExtensionFileFilter(String, String) - Constructor for class com.ideanest.swing.ExtensionFileFilter
Creates a file filter that accepts the given file type.

F

filenameToURI(String) - Static method in class com.ideanest.util.Files
Fixes a platform dependent filename to standard URI form.
Files - class com.ideanest.util.Files.
 
fileToURL(File) - Static method in class com.ideanest.util.Files
 
fireContentsChanged(int, int) - Method in class com.ideanest.swing.ListDataListenerSupport
 
fireIntervalAdded(int, int) - Method in class com.ideanest.swing.ListDataListenerSupport
 
fireIntervalRemoved(int, int) - Method in class com.ideanest.swing.ListDataListenerSupport
 
format(Object, StringBuffer, FieldPosition) - Method in class com.ideanest.swing.OneArgMessageFormatAdapter
 

G

get(int) - Method in class com.ideanest.util.RingArrayList
 
get(Object) - Method in class com.ideanest.util.WrapperMultiMap
 
get(Object) - Method in class com.ideanest.util.ReferenceValueHashMap
 
get(Object) - Method in interface com.ideanest.util.MultiMap
 
getAnchorSelectionIndex() - Method in class com.ideanest.swing.EmptyListSelectionModel
 
getDeleteEmptyKeys() - Method in class com.ideanest.util.WrapperMultiMap
 
getDescription() - Method in class com.ideanest.swing.ExtensionFileFilter
Returns the human readable description of this filter.
getEdits() - Method in class com.ideanest.swing.ActiveUndoManager
Return the list of all edits currently buffered by this undo manager.
getElementAt(int) - Method in class com.ideanest.swing.ComboListModelAdapter
 
getExceptions() - Method in class com.ideanest.util.CompoundRuntimeException
 
getExtension(File) - Method in class com.ideanest.swing.ExtensionFileFilter
Return the extension portion of the file's name .
getFormat() - Method in class com.ideanest.swing.BoundFormattedLabelAdapter
 
getIndex() - Method in class com.ideanest.swing.status.StatusGroupEvent
 
getInstance() - Static method in class com.ideanest.swing.EmptyListSelectionModel
Since instances are stateless, we can cache a singleton instance to be used by everyone.
getLabel() - Method in class com.ideanest.swing.BoundFormattedLabelAdapter
 
getLeadSelectionIndex() - Method in class com.ideanest.swing.EmptyListSelectionModel
 
getLimit() - Method in class com.ideanest.swing.ActiveUndoManager
Return the maximum size of the edit list, including both significant and insignificant edits.
getListenerCount() - Method in class com.ideanest.util.EventListenerList
Return the total number of listeners for this listenerlist
getListenerCount() - Method in class com.ideanest.swing.ListDataListenerSupport
 
getListenerCount(Class) - Method in class com.ideanest.util.EventListenerList
Return the total number of listeners of the supplied type for this listenerlist.
getListenerList() - Method in class com.ideanest.util.EventListenerList
This passes back the event listener list as an array of ListenerType - listener pairs.
getLock() - Method in interface com.ideanest.util.Lockable
Return the lock for this object.
getMaxProgress() - Method in interface com.ideanest.swing.status.StatusModel
 
getMaxProgress() - Method in class com.ideanest.swing.status.StatusGroup.Status
 
getMaxSelectionIndex() - Method in class com.ideanest.swing.EmptyListSelectionModel
 
getMessage() - Method in class com.ideanest.util.DualIOException
 
getMessage() - Method in interface com.ideanest.swing.status.StatusModel
 
getMessage() - Method in class com.ideanest.swing.status.StatusGroup.Status
 
getMinSelectionIndex() - Method in class com.ideanest.swing.EmptyListSelectionModel
 
getOutputStream(URLConnection) - Static method in class com.ideanest.util.Safe
 
getPrimaryException() - Method in class com.ideanest.util.DualIOException
 
getPriority() - Method in interface com.ideanest.swing.status.StatusModel
 
getPriority() - Method in class com.ideanest.swing.status.StatusGroup.Status
 
getProgress() - Method in interface com.ideanest.swing.status.StatusModel
 
getProgress() - Method in class com.ideanest.swing.status.StatusGroup.Status
 
getPropertyName() - Method in class com.ideanest.swing.BoundFormattedLabelAdapter
 
getRedoableEdits() - Method in class com.ideanest.swing.ActiveUndoManager
Return the list of significant redoable edits.
getSecondaryException() - Method in class com.ideanest.util.DualIOException
 
getSelectedItem() - Method in class com.ideanest.swing.ComboListModelAdapter
 
getSelectionMode() - Method in class com.ideanest.swing.EmptyListSelectionModel
 
getSet(Object) - Method in class com.ideanest.util.CountingBagMultiMap
 
getSize() - Method in interface com.ideanest.swing.status.StatusGroupModel
 
getSize() - Method in class com.ideanest.swing.status.StatusGroup
getSize method comment.
getSize() - Method in class com.ideanest.swing.ComboListModelAdapter
 
getSource() - Method in class com.ideanest.swing.BoundFormattedLabelAdapter
 
getSplitIndex() - Method in class com.ideanest.swing.ActiveUndoManager
Return the index where the next edit to be added would be stored in the edits list.
getStatusAt(int) - Method in interface com.ideanest.swing.status.StatusGroupModel
 
getStatusAt(int) - Method in class com.ideanest.swing.status.StatusGroup
getStatusAt method comment.
getType() - Method in class com.ideanest.swing.status.StatusGroupEvent
 
getUndoableEdits() - Method in class com.ideanest.swing.ActiveUndoManager
Return the list of significant undoable edits.
getValueIsAdjusting() - Method in class com.ideanest.swing.EmptyListSelectionModel
 

H

hashCode() - Method in interface com.ideanest.util.MultiMap
 
hashCode() - Method in class com.ideanest.util.DelegatedCollection
 
hashCode() - Method in class com.ideanest.util.AbstractMultiMap
 

I

indexOf(Object) - Method in class com.ideanest.util.RingArrayList
 
insertIndexInterval(int, int, boolean) - Method in class com.ideanest.swing.EmptyListSelectionModel
 
InterruptedRuntimeException - exception com.ideanest.util.InterruptedRuntimeException.
Indicates that the operation was unexpectedly interrupted.
InterruptedRuntimeException() - Constructor for class com.ideanest.util.InterruptedRuntimeException
 
InterruptedRuntimeException(String) - Constructor for class com.ideanest.util.InterruptedRuntimeException
 
InterruptedRuntimeException(String, Throwable) - Constructor for class com.ideanest.util.InterruptedRuntimeException
 
InterruptedRuntimeException(Throwable) - Constructor for class com.ideanest.util.InterruptedRuntimeException
 
intValue() - Method in class com.ideanest.util.Enum
 
invoke(Runnable) - Static method in class com.ideanest.swing.PKSwingUtilities
 
isEmpty() - Method in class com.ideanest.util.RingArrayList
 
isEmpty() - Method in class com.ideanest.util.ReferenceValueHashMap
 
isEmpty() - Method in interface com.ideanest.util.MultiMap
 
isEmpty() - Method in class com.ideanest.util.DelegatedCollection
 
isEmpty() - Method in class com.ideanest.util.AbstractMultiMap
 
isExtensionListInDescription() - Method in class com.ideanest.swing.ExtensionFileFilter
Returns whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
isParent(File, File) - Static method in class com.ideanest.util.Files
Check whether the child file is eventually contained within the parent file.
isReadAcquired() - Method in class com.ideanest.util.CheckableReentrantWriterPreferenceReadWriteLock
 
isReadAcquired() - Method in interface com.ideanest.util.CheckableReadWriteLock
Return whether the current thread has acquired the read lock.
isSelectedIndex(int) - Method in class com.ideanest.swing.EmptyListSelectionModel
 
isSelectionEmpty() - Method in class com.ideanest.swing.EmptyListSelectionModel
 
isWriteAcquired() - Method in class com.ideanest.util.CheckableReentrantWriterPreferenceReadWriteLock
 
isWriteAcquired() - Method in interface com.ideanest.util.CheckableReadWriteLock
Return whether the current thread has acquired the write lock.
iterator() - Method in class com.ideanest.util.DelegatedCollection
 
iterator() - Method in class com.ideanest.util.CountingBag
 

K

keySet() - Method in class com.ideanest.util.WrapperMultiMap
 
keySet() - Method in interface com.ideanest.util.MultiMap
 

L

lastIndexOf(Object) - Method in class com.ideanest.util.RingArrayList
 
ListDataListenerSupport - class com.ideanest.swing.ListDataListenerSupport.
Support for maintaining a list of ListDataListeners and firing events.
ListDataListenerSupport(Object) - Constructor for class com.ideanest.swing.ListDataListenerSupport
 
Lockable - interface com.ideanest.util.Lockable.
A marker used to indicate lockable objects.

M

MultiMap - interface com.ideanest.util.MultiMap.
Insert the type's description here.
MultiMap.Entry - interface com.ideanest.util.MultiMap.Entry.
 

N

NotYetImplementedException - exception com.ideanest.util.NotYetImplementedException.
Used to signal that a method has not yet been implemented.
NotYetImplementedException() - Constructor for class com.ideanest.util.NotYetImplementedException
 
NotYetImplementedException(String) - Constructor for class com.ideanest.util.NotYetImplementedException
 

O

OneArgMessageFormatAdapter - class com.ideanest.swing.OneArgMessageFormatAdapter.
Adapts a MessageFormat that requires an array of arguments into a Format that takes only one argument and places it in the first location of the array.
OneArgMessageFormatAdapter(MessageFormat) - Constructor for class com.ideanest.swing.OneArgMessageFormatAdapter
 

P

parseObject(String, ParsePosition) - Method in class com.ideanest.swing.OneArgMessageFormatAdapter
 
PKSwingUtilities - class com.ideanest.swing.PKSwingUtilities.
Some methods of general utility when dealing with Swing.
PRIORITY_NORMAL - Static variable in interface com.ideanest.swing.status.StatusModel
 
put(Object, Object) - Method in class com.ideanest.util.ReferenceValueHashMap
 

R

redo() - Method in class com.ideanest.swing.ActiveUndoManager
Redo up to and including the first significant event in the buffer.
redoTo(UndoableEdit) - Method in class com.ideanest.swing.ActiveUndoManager
Redo up to and including the given edit.
ReferenceValueHashMap - class com.ideanest.util.ReferenceValueHashMap.
 
ReferenceValueHashMap() - Constructor for class com.ideanest.util.ReferenceValueHashMap
Constructs a new, empty WeakValuesHashMap with the default capacity and the default load factor, which is 0.75.
ReferenceValueHashMap(int) - Constructor for class com.ideanest.util.ReferenceValueHashMap
Constructs a new, empty WeakValuesHashMap with the given initial capacity and the default load factor, which is 0.75.
ReferenceValueHashMap(int, float) - Constructor for class com.ideanest.util.ReferenceValueHashMap
Constructs a new, empty WeakValuesHashMap with the given initial capacity and the given load factor.
remove(Class, EventListener) - Method in class com.ideanest.util.EventListenerList
Remove the listener as a listener of the specified type.
remove(int) - Method in class com.ideanest.util.RingArrayList
 
remove(Object) - Method in class com.ideanest.util.WrapperMultiMap
 
remove(Object) - Method in class com.ideanest.util.RingArrayList
 
remove(Object) - Method in class com.ideanest.util.ReferenceValueHashMap
 
remove(Object) - Method in interface com.ideanest.util.MultiMap
 
remove(Object) - Method in class com.ideanest.util.DelegatedCollection
 
remove(Object) - Method in class com.ideanest.util.CountingBag
 
remove(Object) - Method in class com.ideanest.util.AbstractMultiMap
 
remove(Object, int) - Method in class com.ideanest.util.CountingBag
 
remove(Object, Object) - Method in class com.ideanest.util.WrapperMultiMap
 
remove(Object, Object) - Method in interface com.ideanest.util.MultiMap
 
remove(Object, Object) - Method in class com.ideanest.util.AbstractMultiMap
 
remove(Object, Object, int) - Method in class com.ideanest.util.CountingBagMultiMap
 
removeAll(Collection) - Method in class com.ideanest.util.DelegatedCollection
 
removeAll(Collection) - Method in class com.ideanest.util.CountingBag
 
removeIndexInterval(int, int) - Method in class com.ideanest.swing.EmptyListSelectionModel
 
removeListDataListener(ListDataListener) - Method in class com.ideanest.swing.ListDataListenerSupport
 
removeListDataListener(ListDataListener) - Method in class com.ideanest.swing.ComboListModelAdapter
 
removeListSelectionListener(ListSelectionListener) - Method in class com.ideanest.swing.EmptyListSelectionModel
 
removeSelectionInterval(int, int) - Method in class com.ideanest.swing.EmptyListSelectionModel
 
removeStatusGroupListener(StatusGroupListener) - Method in interface com.ideanest.swing.status.StatusGroupModel
 
removeStatusGroupListener(StatusGroupListener) - Method in class com.ideanest.swing.status.StatusGroup
removeStatusGroupListener method comment.
retainAll(Collection) - Method in class com.ideanest.util.DelegatedCollection
 
retainAll(Collection) - Method in class com.ideanest.util.CountingBag
 
rethrow(IOException, IOException) - Static method in class com.ideanest.util.DualIOException
Propagate any exceptions that may have occurred.
RingArrayList - class com.ideanest.util.RingArrayList.
A circular array list that expands automatically when needed.
RingArrayList() - Constructor for class com.ideanest.util.RingArrayList
 
RingArrayList(Collection) - Constructor for class com.ideanest.util.RingArrayList
 
RingArrayList(int) - Constructor for class com.ideanest.util.RingArrayList
 

S

Safe - class com.ideanest.util.Safe.
This type was created in VisualAge.
set(int, Object) - Method in class com.ideanest.util.RingArrayList
 
setAnchorSelectionIndex(int) - Method in class com.ideanest.swing.EmptyListSelectionModel
 
setDeleteEmptyKeys(boolean) - Method in class com.ideanest.util.WrapperMultiMap
 
setDescription(String) - Method in class com.ideanest.swing.ExtensionFileFilter
Sets the human readable description of this filter.
setExtensionListInDescription(boolean) - Method in class com.ideanest.swing.ExtensionFileFilter
Determines whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
setFormat(Format) - Method in class com.ideanest.swing.BoundFormattedLabelAdapter
 
setLabel(JLabel) - Method in class com.ideanest.swing.BoundFormattedLabelAdapter
 
setLeadSelectionIndex(int) - Method in class com.ideanest.swing.EmptyListSelectionModel
 
setLimit(int) - Method in class com.ideanest.swing.ActiveUndoManager
Set the maximum size of the edit list, including both significant and insignificant edits.
setMaxProgress(int) - Method in interface com.ideanest.swing.status.StatusModel
 
setMaxProgress(int) - Method in class com.ideanest.swing.status.StatusGroup.Status
 
setMessage(String) - Method in interface com.ideanest.swing.status.StatusModel
 
setMessage(String) - Method in class com.ideanest.swing.status.StatusGroup.Status
 
setModel(StatusGroupModel) - Method in class com.ideanest.swing.status.StatusBar
 
setPriority(int) - Method in interface com.ideanest.swing.status.StatusModel
 
setPriority(int) - Method in class com.ideanest.swing.status.StatusGroup.Status
 
setProgress(int) - Method in interface com.ideanest.swing.status.StatusModel
 
setProgress(int) - Method in class com.ideanest.swing.status.StatusGroup.Status
 
setProperty(Object, String) - Method in class com.ideanest.swing.BoundFormattedLabelAdapter
 
setSelectedItem(Object) - Method in class com.ideanest.swing.ComboListModelAdapter
 
setSelectionInterval(int, int) - Method in class com.ideanest.swing.EmptyListSelectionModel
 
setSelectionMode(int) - Method in class com.ideanest.swing.EmptyListSelectionModel
This method is meaningless for an empty selection model.
setValueIsAdjusting(boolean) - Method in class com.ideanest.swing.EmptyListSelectionModel
 
show(Throwable) - Static method in class com.ideanest.swing.PKSwingUtilities
 
show(Throwable, JComponent) - Static method in class com.ideanest.swing.PKSwingUtilities
 
size() - Method in class com.ideanest.util.WrapperMultiMap
 
size() - Method in class com.ideanest.util.RingArrayList
 
size() - Method in class com.ideanest.util.ReferenceValueHashMap
 
size() - Method in interface com.ideanest.util.MultiMap
 
size() - Method in class com.ideanest.util.DelegatedCollection
 
size() - Method in class com.ideanest.util.CountingBag
 
size() - Method in class com.ideanest.util.AbstractMultiMap
 
SoftValueHashMap - class com.ideanest.util.SoftValueHashMap.
 
SoftValueHashMap() - Constructor for class com.ideanest.util.SoftValueHashMap
SoftValueHashMap constructor comment.
SoftValueHashMap(int) - Constructor for class com.ideanest.util.SoftValueHashMap
SoftValueHashMap constructor comment.
SoftValueHashMap(int, float) - Constructor for class com.ideanest.util.SoftValueHashMap
SoftValueHashMap constructor comment.
STATUS_ADDED - Static variable in class com.ideanest.swing.status.StatusGroupEvent
 
STATUS_CHANGED - Static variable in class com.ideanest.swing.status.StatusGroupEvent
 
STATUS_REMOVED - Static variable in class com.ideanest.swing.status.StatusGroupEvent
 
statusAdded(StatusGroupEvent) - Method in interface com.ideanest.swing.status.StatusGroupListener
 
StatusBar - class com.ideanest.swing.status.StatusBar.
This type was created in VisualAge.
StatusBar() - Constructor for class com.ideanest.swing.status.StatusBar
StatusBar constructor comment.
statusChanged(StatusGroupEvent) - Method in interface com.ideanest.swing.status.StatusGroupListener
 
StatusGroup - class com.ideanest.swing.status.StatusGroup.
 
StatusGroup.Status - class com.ideanest.swing.status.StatusGroup.Status.
 
StatusGroup() - Constructor for class com.ideanest.swing.status.StatusGroup
StatusGroup constructor comment.
StatusGroupEvent - class com.ideanest.swing.status.StatusGroupEvent.
This type was created in VisualAge.
StatusGroupEvent(Object, int, int) - Constructor for class com.ideanest.swing.status.StatusGroupEvent
StatusGroupEvent constructor comment.
StatusGroupListener - interface com.ideanest.swing.status.StatusGroupListener.
This type was created in VisualAge.
StatusGroupModel - interface com.ideanest.swing.status.StatusGroupModel.
This type was created in VisualAge.
StatusModel - interface com.ideanest.swing.status.StatusModel.
This type was created in VisualAge.
statusRemoved(StatusGroupEvent) - Method in interface com.ideanest.swing.status.StatusGroupListener
 
synchronizedActiveCollection(Collection) - Static method in class com.ideanest.swing.ActiveCollections
Returns a synchronized active version of the specified collection that fires ListDataEvents when the collection is mutated.
synchronizedActiveList(List) - Static method in class com.ideanest.swing.ActiveCollections
Returns a synchronized active version of the specified list that fires ListDataEvents when the list is mutated.
synchronizedActiveSet(Set) - Static method in class com.ideanest.swing.ActiveCollections
Returns a synchronized active version of the specified set that fires ListDataEvents when the set is mutated.
synchronizedActiveSortedSet(SortedSet) - Static method in class com.ideanest.swing.ActiveCollections
Returns a synchronized active version of the specified sorted set that fires ListDataEvents when the set is mutated.
synchronizedCollection(Collection) - Static method in class com.ideanest.util.BetterCollections
 
synchronizedList(List) - Static method in class com.ideanest.util.BetterCollections
 
synchronizedSet(Set) - Static method in class com.ideanest.util.BetterCollections
 
synchronizedSortedSet(SortedSet) - Static method in class com.ideanest.util.BetterCollections
 

T

toArray() - Method in class com.ideanest.util.RingArrayList
 
toArray() - Method in class com.ideanest.util.DelegatedCollection
 
toArray(Object[]) - Method in class com.ideanest.util.RingArrayList
 
toArray(Object[]) - Method in class com.ideanest.util.DelegatedCollection
 
toSet() - Method in class com.ideanest.util.CountingBag
 
toString() - Method in class com.ideanest.util.WrapperMultiMap
 
toString() - Method in class com.ideanest.util.EventListenerList
Return a string representation of the EventListenerList.
toString() - Method in class com.ideanest.util.Enum
 
toString() - Method in class com.ideanest.util.DelegatedCollection
 
toString() - Method in class com.ideanest.util.AbstractMultiMap
 
trimToSize() - Method in class com.ideanest.util.RingArrayList
 

U

undo() - Method in class com.ideanest.swing.ActiveUndoManager
Undo up to and including the first significant event in the buffer.
undoableEditHappened(UndoableEditEvent) - Method in class com.ideanest.swing.ActiveUndoManager
 
undoTo(UndoableEdit) - Method in class com.ideanest.swing.ActiveUndoManager
Undo up to and including the given edit.
UnexpectedCaseException - exception com.ideanest.util.UnexpectedCaseException.
Thrown if a switch statement has unexpectedly reached the default branch.
UnexpectedCaseException() - Constructor for class com.ideanest.util.UnexpectedCaseException
UnexpectedCaseException constructor comment.
UnexpectedCaseException(String) - Constructor for class com.ideanest.util.UnexpectedCaseException
UnexpectedCaseException constructor comment.
UnexpectedException - exception com.ideanest.util.UnexpectedException.
 
UnexpectedException(String, Throwable) - Constructor for class com.ideanest.util.UnexpectedException
 
UnexpectedException(Throwable) - Constructor for class com.ideanest.util.UnexpectedException
 
unmodifiableActiveCollection(ActiveCollection) - Static method in class com.ideanest.swing.ActiveCollections
Returns an unmodifiable view of the specified active collection.
unmodifiableActiveList(ActiveList) - Static method in class com.ideanest.swing.ActiveCollections
Returns an unmodifiable view of the specified active list.
unmodifiableActiveSet(ActiveSet) - Static method in class com.ideanest.swing.ActiveCollections
Returns an unmodifiable view of the specified active set.
unmodifiableActiveSortedSet(ActiveSortedSet) - Static method in class com.ideanest.swing.ActiveCollections
Returns an unmodifiable view of the specified active sorted set.
unmodifiableCollection(Collection) - Static method in class com.ideanest.util.BetterCollections
 
unmodifiableList(List) - Static method in class com.ideanest.util.BetterCollections
 
unmodifiableSet(Set) - Static method in class com.ideanest.util.BetterCollections
 
unmodifiableSortedSet(SortedSet) - Static method in class com.ideanest.util.BetterCollections
 
URIToFilename(String) - Static method in class com.ideanest.util.Files
Fixes a platform dependent filename to standard URI form.
URLDecoder - class com.ideanest.util.URLDecoder.
This type was created in VisualAge.
URLToFile(URL) - Static method in class com.ideanest.util.Files
 

V

values() - Method in interface com.ideanest.util.MultiMap
 
values() - Method in class com.ideanest.util.AbstractMultiMap
 

W

WeakValueHashMap - class com.ideanest.util.WeakValueHashMap.
 
WeakValueHashMap() - Constructor for class com.ideanest.util.WeakValueHashMap
 
WeakValueHashMap(int) - Constructor for class com.ideanest.util.WeakValueHashMap
 
WeakValueHashMap(int, float) - Constructor for class com.ideanest.util.WeakValueHashMap
 
WrapperMultiMap - class com.ideanest.util.WrapperMultiMap.
Insert the type's description here.
WrapperMultiMap() - Constructor for class com.ideanest.util.WrapperMultiMap
 
WrapperMultiMap(Collection) - Constructor for class com.ideanest.util.WrapperMultiMap
 
WrapperMultiMap(CollectionValuedMultiMap.CollectionFactory) - Constructor for class com.ideanest.util.WrapperMultiMap
 
WrapperMultiMap(Map) - Constructor for class com.ideanest.util.WrapperMultiMap
 
WrapperMultiMap(Map, Collection) - Constructor for class com.ideanest.util.WrapperMultiMap
 
WrapperMultiMap(Map, CollectionValuedMultiMap.CollectionFactory) - Constructor for class com.ideanest.util.WrapperMultiMap
 

A B C D E F G H I K L M N O P R S T U V W