| Package | Description |
|---|---|
| com.jidesoft.comparator |
The package contains all kinds of comparators for JIDE Common Layer.
|
| com.jidesoft.converter |
The package contains all kinds of object converters for JIDE Common Layer.
|
| com.jidesoft.grouper |
The package contains all kinds of object groupers for JIDE Common Layer.
|
| com.jidesoft.utils |
The package contains several utililities for JIDE Common Layer.
|
| Modifier and Type | Method and Description |
|---|---|
static RegistrationListener[] |
ObjectComparatorManager.getRegistrationListeners()
Returns an array of all the registration listeners registered on this manager.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ObjectComparatorManager.addRegistrationListener(RegistrationListener l)
Adds a listener to the list that's notified each time a change to the manager occurs.
|
static void |
ObjectComparatorManager.removeRegistrationListener(RegistrationListener l)
Removes a listener from the list that's notified each time a change to the manager occurs.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RegistrationListener
Deprecated.
please use the one at com.jidesoft.utils.RegistrationListener.
|
| Modifier and Type | Method and Description |
|---|---|
static RegistrationListener[] |
ObjectConverterManager.getRegistrationListeners()
Returns an array of all the registration listeners registered on this manager.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ObjectConverterManager.addRegistrationListener(RegistrationListener l)
Adds a listener to the list that's notified each time a change to the manager occurs.
|
static void |
ObjectConverterManager.removeRegistrationListener(RegistrationListener l)
Removes a listener from the list that's notified each time a change to the manager occurs.
|
| Modifier and Type | Method and Description |
|---|---|
static RegistrationListener[] |
ObjectGrouperManager.getRegistrationListeners()
Returns an array of all the registration listeners registered on this manager.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ObjectGrouperManager.addRegistrationListener(RegistrationListener l)
Adds a listener to the list that's notified each time a change to the manager occurs.
|
static void |
ObjectGrouperManager.removeRegistrationListener(RegistrationListener l)
Removes a listener from the list that's notified each time a change to the manager occurs.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<RegistrationListener> |
CacheMap.listenerList
List of listeners
|
| Modifier and Type | Method and Description |
|---|---|
RegistrationListener[] |
CacheMap.getRegistrationListeners()
Returns an array of all the registration listeners registered on this registration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheMap.addRegistrationListener(RegistrationListener l)
Adds a listener to the list that's notified each time a change to the registration occurs.
|
void |
CacheMap.removeRegistrationListener(RegistrationListener l)
Removes a listener from the list that's notified each time a change to the registration occurs.
|