public class ListData
extends java.lang.Object
implements java.util.Observer
| Constructor and Description |
|---|
ListData() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Item item) |
void |
add(ListEntry entry) |
void |
addListener(Listener listener) |
void |
clear() |
protected void |
fireAdded(ListEntry[] entries) |
protected void |
fireRemoved(ListEntry[] entries) |
protected void |
fireUpdated(ListEntry[] entries) |
java.util.List<ListEntry> |
getItems() |
void |
remove(ListEntry entry) |
void |
removeAll(java.util.Collection<ListEntry> entries) |
void |
removeListener(Listener listener) |
void |
setItems(java.util.List<ListEntry> items) |
void |
update(java.util.Observable o,
java.lang.Object arg) |
public java.util.List<ListEntry> getItems()
public void setItems(java.util.List<ListEntry> items)
public void add(ListEntry entry)
public void add(Item item)
public void remove(ListEntry entry)
public void removeAll(java.util.Collection<ListEntry> entries)
public void clear()
public void addListener(Listener listener)
public void removeListener(Listener listener)
protected void fireAdded(ListEntry[] entries)
protected void fireRemoved(ListEntry[] entries)
protected void fireUpdated(ListEntry[] entries)
public void update(java.util.Observable o,
java.lang.Object arg)
update in interface java.util.Observer
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0