- abbreviateCenter(String, int) - Static method in class com.jgoodies.common.base.Strings
-
Abbreviates the given string if it exceeds the given maximum length
by replacing its center part with an ellipsis ('…').
- AbstractBean - Class in com.jgoodies.common.bean
-
An abstract superclass that minimizes the effort required to provide
change support for bound and constrained Bean properties.
- AbstractBean() - Constructor for class com.jgoodies.common.bean.AbstractBean
-
- AbstractWrappedDateFormat - Class in com.jgoodies.common.format
-
Reduces the effort required to write custom DateFormat implementations
that retain the ability to iterate through Dates with the arrow keys
in formatted text fields (using an appropriate DateFormatter).
- AbstractWrappedDateFormat(DateFormat) - Constructor for class com.jgoodies.common.format.AbstractWrappedDateFormat
-
Constructs an AbstractWrappedDateFormat that wraps the given mandatory
format.
- add(int, E) - Method in class com.jgoodies.common.collect.ArrayListModel
-
- add(E) - Method in class com.jgoodies.common.collect.ArrayListModel
-
- add(int, E) - Method in class com.jgoodies.common.collect.LinkedListModel
-
- add(E) - Method in class com.jgoodies.common.collect.LinkedListModel
-
- addAll(int, Collection<? extends E>) - Method in class com.jgoodies.common.collect.ArrayListModel
-
- addAll(Collection<? extends E>) - Method in class com.jgoodies.common.collect.ArrayListModel
-
- addAll(int, Collection<? extends E>) - Method in class com.jgoodies.common.collect.LinkedListModel
-
- addFirst(E) - Method in class com.jgoodies.common.collect.LinkedListModel
-
- addLast(E) - Method in class com.jgoodies.common.collect.LinkedListModel
-
- addListDataListener(ListDataListener) - Method in class com.jgoodies.common.collect.ArrayListModel
-
- addListDataListener(ListDataListener) - Method in class com.jgoodies.common.collect.LinkedListModel
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class com.jgoodies.common.bean.AbstractBean
-
Adds a PropertyChangeListener to the listener list.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.jgoodies.common.bean.AbstractBean
-
Adds a PropertyChangeListener to the listener list for a specific
property.
- addPropertyChangeListener(PropertyChangeListener) - Method in interface com.jgoodies.common.bean.ObservableBean
-
Adds the given PropertyChangeListener to the listener list.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in interface com.jgoodies.common.bean.ObservableBean2
-
Adds a PropertyChangeListener to the listener list for a specific
property.
- addVetoableChangeListener(VetoableChangeListener) - Method in class com.jgoodies.common.bean.AbstractBean
-
Adds a VetoableChangeListener to the listener list.
- addVetoableChangeListener(String, VetoableChangeListener) - Method in class com.jgoodies.common.bean.AbstractBean
-
Adds a VetoableChangeListener to the listener list for a specific
property.
- ArrayListModel<E> - Class in com.jgoodies.common.collect
-
Adds
ListModel
capabilities to its superclass.
- ArrayListModel() - Constructor for class com.jgoodies.common.collect.ArrayListModel
-
Constructs an empty list with an initial capacity of ten.
- ArrayListModel(int) - Constructor for class com.jgoodies.common.collect.ArrayListModel
-
Constructs an empty list with the specified initial capacity.
- ArrayListModel(Collection<? extends E>) - Constructor for class com.jgoodies.common.collect.ArrayListModel
-
Constructs a list containing the elements of the specified collection,
in the order they are returned by the collection's iterator.
- changeSupport - Variable in class com.jgoodies.common.bean.AbstractBean
-
If anyPropertyChangeListeners
have been registered,
the changeSupport
field describes them.
- checkArgument(boolean, String) - Static method in class com.jgoodies.common.base.Preconditions
-
- checkArgument(boolean, String, Object...) - Static method in class com.jgoodies.common.base.Preconditions
-
- checkNotBlank(String, String) - Static method in class com.jgoodies.common.base.Preconditions
-
- checkNotBlank(String, String, Object...) - Static method in class com.jgoodies.common.base.Preconditions
-
- checkNotNull(T, String) - Static method in class com.jgoodies.common.base.Preconditions
-
Checks that the given object reference is not
null
and throws a customized
NullPointerException
if it is.
- checkNotNull(T, String, Object...) - Static method in class com.jgoodies.common.base.Preconditions
-
Checks that the given object reference is not
null
and throws a customized
NullPointerException
if it is.
- checkState(boolean, String) - Static method in class com.jgoodies.common.base.Preconditions
-
- checkState(boolean, String, Object...) - Static method in class com.jgoodies.common.base.Preconditions
-
- clear() - Method in class com.jgoodies.common.collect.ArrayListModel
-
- clear() - Method in class com.jgoodies.common.collect.LinkedListModel
-
- com.jgoodies.common.base - package com.jgoodies.common.base
-
Consists of frequently used utility classes for general Java code.
- com.jgoodies.common.bean - package com.jgoodies.common.bean
-
Consists of classes for working with Java Beans.
- com.jgoodies.common.collect - package com.jgoodies.common.collect
-
Consists of classes that add ListModel features to List implementations.
- com.jgoodies.common.format - package com.jgoodies.common.format
-
Consists of Format implementations and wrappers.
- com.jgoodies.common.internal - package com.jgoodies.common.internal
-
Consists of internal classes that are not part of the public API.
- com.jgoodies.common.swing - package com.jgoodies.common.swing
-
Consists of Swing related classes.
- configure(AbstractButton, String) - Static method in class com.jgoodies.common.swing.MnemonicUtils
-
Configures the text, mnemonic and mnemonic index for target
using the given text that can be marked with the mnemonic marker '&'.
- configure(Action, String) - Static method in class com.jgoodies.common.swing.MnemonicUtils
-
Configures the text, mnemonic and mnemonic index for target
using the given text that can be marked with the mnemonic marker '&'.
- configure(JLabel, String) - Static method in class com.jgoodies.common.swing.MnemonicUtils
-
Configures the text, mnemonic and mnemonic index for target
using the given text that can be marked with the mnemonic marker '&'.
- createPropertyChangeSupport(Object) - Method in class com.jgoodies.common.bean.AbstractBean
-
Creates and returns a PropertyChangeSupport for the given bean.
- fireContentsChanged(int) - Method in class com.jgoodies.common.collect.ArrayListModel
-
Notifies all registered ListDataListeners
that the element
at the specified index has changed.
- fireContentsChanged(int) - Method in class com.jgoodies.common.collect.LinkedListModel
-
Notifies all registered ListDataListeners
that the element
at the specified index has changed.
- fireIndexedPropertyChange(String, int, Object, Object) - Method in class com.jgoodies.common.bean.AbstractBean
-
Report a bound indexed property update to any registered listeners.
- fireIndexedPropertyChange(String, int, int, int) - Method in class com.jgoodies.common.bean.AbstractBean
-
Report an int
bound indexed property update
to any registered listeners.
- fireIndexedPropertyChange(String, int, boolean, boolean) - Method in class com.jgoodies.common.bean.AbstractBean
-
Report a boolean
bound indexed property update
to any registered listeners.
- fireMultiplePropertiesChanged() - Method in class com.jgoodies.common.bean.AbstractBean
-
Indicates that an arbitrary set of bound properties have changed.
- firePropertyChange(PropertyChangeEvent) - Method in class com.jgoodies.common.bean.AbstractBean
-
General support for reporting bound property changes.
- firePropertyChange(String, Object, Object) - Method in class com.jgoodies.common.bean.AbstractBean
-
Support for reporting bound property changes for Object properties.
- firePropertyChange(String, boolean, boolean) - Method in class com.jgoodies.common.bean.AbstractBean
-
Support for reporting bound property changes for boolean properties.
- firePropertyChange(String, double, double) - Method in class com.jgoodies.common.bean.AbstractBean
-
Support for reporting bound property changes for integer properties.
- firePropertyChange(String, float, float) - Method in class com.jgoodies.common.bean.AbstractBean
-
Support for reporting bound property changes for integer properties.
- firePropertyChange(String, int, int) - Method in class com.jgoodies.common.bean.AbstractBean
-
Support for reporting bound property changes for integer properties.
- firePropertyChange(String, long, long) - Method in class com.jgoodies.common.bean.AbstractBean
-
Support for reporting bound property changes for integer properties.
- fireVetoableChange(PropertyChangeEvent) - Method in class com.jgoodies.common.bean.AbstractBean
-
General support for reporting constrained property changes.
- fireVetoableChange(String, Object, Object) - Method in class com.jgoodies.common.bean.AbstractBean
-
Support for reporting changes for constrained Object properties.
- fireVetoableChange(String, boolean, boolean) - Method in class com.jgoodies.common.bean.AbstractBean
-
Support for reporting changes for constrained boolean properties.
- fireVetoableChange(String, double, double) - Method in class com.jgoodies.common.bean.AbstractBean
-
Support for reporting changes for constrained integer properties.
- fireVetoableChange(String, int, int) - Method in class com.jgoodies.common.bean.AbstractBean
-
Support for reporting changes for constrained integer properties.
- fireVetoableChange(String, float, float) - Method in class com.jgoodies.common.bean.AbstractBean
-
Support for reporting changes for constrained integer properties.
- fireVetoableChange(String, long, long) - Method in class com.jgoodies.common.bean.AbstractBean
-
Support for reporting changes for constrained integer properties.
- format(Date, StringBuffer, FieldPosition) - Method in class com.jgoodies.common.format.AbstractWrappedDateFormat
-
- format(Date, StringBuffer, FieldPosition) - Method in class com.jgoodies.common.format.EmptyDateFormat
-
- format(Object, StringBuffer, FieldPosition) - Method in class com.jgoodies.common.format.EmptyFormat
- format(Object, StringBuffer, FieldPosition) - Method in class com.jgoodies.common.format.EmptyNumberFormat
- format(double, StringBuffer, FieldPosition) - Method in class com.jgoodies.common.format.EmptyNumberFormat
-
- format(long, StringBuffer, FieldPosition) - Method in class com.jgoodies.common.format.EmptyNumberFormat
-
- formatToCharacterIterator(Object) - Method in class com.jgoodies.common.format.AbstractWrappedDateFormat
-
- formatToCharacterIterator(Object) - Method in class com.jgoodies.common.format.EmptyFormat
-
- IS_JAVA_6 - Static variable in class com.jgoodies.common.base.SystemUtils
-
True if this is Java 6.
- IS_JAVA_7 - Static variable in class com.jgoodies.common.base.SystemUtils
-
True if this is Java 7.
- IS_JAVA_7_OR_LATER - Static variable in class com.jgoodies.common.base.SystemUtils
-
True if this is Java 7.x or later.
- IS_LAF_WINDOWS_XP_ENABLED - Static variable in class com.jgoodies.common.base.SystemUtils
-
True if the Windows XP Look&Feel is enabled.
- IS_LOW_RESOLUTION - Static variable in class com.jgoodies.common.base.SystemUtils
-
Is true if this environment's default toolkit reports a screen resolution
below 120 dpi.
- IS_OS_LINUX - Static variable in class com.jgoodies.common.base.SystemUtils
-
Is true if this is Linux.
- IS_OS_MAC - Static variable in class com.jgoodies.common.base.SystemUtils
-
True if this is the Mac OS.
- IS_OS_SOLARIS - Static variable in class com.jgoodies.common.base.SystemUtils
-
True if this is Solaris.
- IS_OS_WINDOWS - Static variable in class com.jgoodies.common.base.SystemUtils
-
True if this is Windows.
- IS_OS_WINDOWS_2000 - Static variable in class com.jgoodies.common.base.SystemUtils
-
True if this is Windows 2000.
- IS_OS_WINDOWS_6_OR_LATER - Static variable in class com.jgoodies.common.base.SystemUtils
-
True if this is Windows Vista/Server 2008/7/2008 R2.
- IS_OS_WINDOWS_98 - Static variable in class com.jgoodies.common.base.SystemUtils
-
True if this is Windows 98.
- IS_OS_WINDOWS_ME - Static variable in class com.jgoodies.common.base.SystemUtils
-
True if this is Windows ME.
- IS_OS_WINDOWS_VISTA - Static variable in class com.jgoodies.common.base.SystemUtils
-
True if this is Windows Vista or Server 2008.
- IS_OS_WINDOWS_XP - Static variable in class com.jgoodies.common.base.SystemUtils
-
True if this is Windows XP.
- isBlank(String) - Static method in class com.jgoodies.common.base.Strings
-
Checks if the given string is whitespace, empty ("") or null
.
- isEmpty(String) - Static method in class com.jgoodies.common.base.Strings
-
Checks if the given string is empty ("") or null
.
- isLenient() - Method in class com.jgoodies.common.format.AbstractWrappedDateFormat
-
- isNotBlank(String) - Static method in class com.jgoodies.common.base.Strings
-
Checks if the given string is not empty (""),
not null
and not whitespace only.
- isNotEmpty(String) - Static method in class com.jgoodies.common.base.Strings
-
Checks if the given string is not empty ("")
and not null
.
- isTrimmed(String) - Static method in class com.jgoodies.common.base.Strings
-
Checks if the given string is null
, empty (""),
or the first and last characters are not whitespace.