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()
removeUser
public void removeUser(User u)
installCapabilities
public void installCapabilities(Capabilities c)
updateChannel
public void updateChannel(Channel _channel)
getSize
public int getSize()
getChannel
public Channel getChannel()
head
public text.list.ListElement head()
next
public text.list.ListElement next()
getSynchronizationKey
public Object getSynchronizationKey()
getElementForUser
protected text.list.ListElement getElementForUser(User u)
getElementAt
public text.list.ListElement getElementAt(int number)
dataIterator
public Iterator dataIterator()