|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrcf.core.util.groups.Singleton<C>
rcf.system.gui.util.GUIImmutableCollection<T,C>
T - TODOC - TODO@Revision(value="$Revision: 1.1 $",
date="$Date: 2006/12/16 17:52:40 $",
tag="$Name: $")
public class GUIImmutableCollection<T,C extends rcf.core.util.collection.ImmutableCollection<T>>TODO: Javadoc
TODO: Unit tests, Code review, Javadoc review, Seal/Finalize TODO: equals, hashCode, toString
| Nested Class Summary | |
|---|---|
class |
GUIImmutableCollection.PopupAdapter
TODO: Javadoc |
protected class |
GUIImmutableCollection.Renderer
TODO: Javadoc |
| Nested classes/interfaces inherited from class rcf.core.util.groups.Singleton |
|---|
Singleton.Iterable<A>, Singleton.Iterator<A> |
| Field Summary | |
|---|---|
protected rcf.core.util.accessor.GUIAccessor<? super T> |
accessor
TODO: Javadoc |
protected JList |
jlist
TODO: Javadoc |
protected ListCellRenderer |
renderer
TODO: Javadoc |
| Fields inherited from class rcf.core.util.groups.Singleton |
|---|
a |
| Constructor Summary | |
|---|---|
GUIImmutableCollection(rcf.core.util.accessor.GUIAccessor<? super T> _accessor,
C _collection)
TODO: Javadoc |
|
| Method Summary | |
|---|---|
rcf.core.util.accessor.GUIAccessor<? super T> |
accessor()
|
void |
addListDataListener(ListDataListener l)
|
boolean |
equals(Object o)
|
Object |
getElementAt(int index)
|
int |
getSize()
|
int |
hashCode()
|
void |
removeListDataListener(ListDataListener l)
|
ListCellRenderer |
renderer()
TODO: Javadoc |
void |
setJList(JList _jlist)
TODO: Javadoc |
static boolean |
test1()
TODO: Javadoc TODO: Unit test javadoc |
String |
toString()
|
| Methods inherited from class rcf.core.util.groups.Singleton |
|---|
composeArrays, decomposeArrays, get, set |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected JList jlist
protected final rcf.core.util.accessor.GUIAccessor<? super T> accessor
protected final ListCellRenderer renderer
| Constructor Detail |
|---|
public GUIImmutableCollection(rcf.core.util.accessor.GUIAccessor<? super T> _accessor,
C _collection)
_accessor - _collection - | Method Detail |
|---|
@TestMethod public static final boolean test1()
true if this test has passed.public rcf.core.util.accessor.GUIAccessor<? super T> accessor()
accessor in interface rcf.core.util.accessor.Accessing<T>accessor in interface rcf.core.util.accessor.GUIAccessing<T>public void addListDataListener(ListDataListener l)
addListDataListener in interface ListModelpublic boolean equals(Object o)
equals in class Singleton<C extends rcf.core.util.collection.ImmutableCollection<T>>public Object getElementAt(int index)
getElementAt in interface ListModelpublic int getSize()
getSize in interface ListModelpublic int hashCode()
hashCode in class Singleton<C extends rcf.core.util.collection.ImmutableCollection<T>>public void removeListDataListener(ListDataListener l)
removeListDataListener in interface ListModelpublic ListCellRenderer renderer()
public void setJList(JList _jlist)
_jlist - public String toString()
toString in class Singleton<C extends rcf.core.util.collection.ImmutableCollection<T>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||