rero.gui.windows
Class ChannelListData
java.lang.Object
text.list.ListData
rero.gui.windows.ChannelListData
- All Implemented Interfaces:
- BoundedRangeModel
public class ChannelListData
- extends text.list.ListData
I did not enjoy writing this code... really
Fields inherited from class text.list.ListData |
adjusting, currentValue, extent, listeners |
Methods inherited from class text.list.ListData |
addChangeListener, fireChangeEvent, getElementAtLocation, getExtent, getMaximum, getMinimum, getValue, getValueIsAdjusting, removeChangeListener, setExtent, setMaximum, setMinimum, setRangeProperties, setValue, setValueIsAdjusting |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
userInfo
protected HashMap userInfo
channel
protected Channel channel
capabilities
protected Capabilities capabilities
event
protected HashMap event
tempIter
protected Iterator tempIter
iterValue
protected int iterValue
ChannelListData
public ChannelListData(Channel _channel)
dirty
public void dirty()
- Overrides:
dirty
in class text.list.ListData
removeUser
public void removeUser(User u)
installCapabilities
public void installCapabilities(Capabilities c)
updateChannel
public void updateChannel(Channel _channel)
getSize
public int getSize()
- Specified by:
getSize
in class text.list.ListData
getChannel
public Channel getChannel()
head
public text.list.ListElement head()
- Specified by:
head
in class text.list.ListData
next
public text.list.ListElement next()
- Specified by:
next
in class text.list.ListData
getSynchronizationKeyOuter
public Object getSynchronizationKeyOuter()
- Overrides:
getSynchronizationKeyOuter
in class text.list.ListData
getSynchronizationKeyInner
public Object getSynchronizationKeyInner()
- Overrides:
getSynchronizationKeyInner
in class text.list.ListData
getElementForUser
protected text.list.ListElement getElementForUser(User u)
getElementAt
public text.list.ListElement getElementAt(int number)
- Specified by:
getElementAt
in class text.list.ListData
dataIterator
public Iterator dataIterator()
- Specified by:
dataIterator
in class text.list.ListData