Skip navigation links
A B C D F G I L M N O R S U V 

A

AbstractListChangedNotifier<T> - Class in net.anwiba.commons.model
 
AbstractListChangedNotifier() - Constructor for class net.anwiba.commons.model.AbstractListChangedNotifier
 
AbstractObjectChangedNotifier - Class in net.anwiba.commons.model
 
AbstractObjectChangedNotifier() - Constructor for class net.anwiba.commons.model.AbstractObjectChangedNotifier
 
AbstractObjectListModel<T> - Class in net.anwiba.commons.model
 
AbstractObjectListModel(List<T>) - Constructor for class net.anwiba.commons.model.AbstractObjectListModel
 
add(T...) - Method in class net.anwiba.commons.model.AbstractObjectListModel
 
add(Iterable<T>) - Method in class net.anwiba.commons.model.AbstractObjectListModel
 
add(IBooleanDistributor) - Method in class net.anwiba.commons.model.BooleanModelAggregationModel
 
add(L) - Method in class net.anwiba.commons.model.ListenerList
 
add(ObjectModel<T>) - Method in class net.anwiba.commons.model.ObjectModelListModel
 
addAll(Iterable<ObjectModel<T>>) - Method in class net.anwiba.commons.model.ObjectModelListModel
 
addChangeListener(IChangeableObjectListener) - Method in class net.anwiba.commons.model.AbstractObjectChangedNotifier
 
addChangeListener(IChangeableObjectListener) - Method in interface net.anwiba.commons.model.IObjectChangedNotifier
 
addChangeListener(IChangeableObjectListener) - Method in class net.anwiba.commons.model.ObjectModelListModel
 
addChangeListener(IChangeableObjectListener) - Method in class net.anwiba.commons.model.UnchangableBooleanModel
 
addListModelListener(IChangeableListListener<T>) - Method in class net.anwiba.commons.model.AbstractListChangedNotifier
 
addListModelListener(IChangeableListListener<T>) - Method in interface net.anwiba.commons.model.IListChangedNotifier
 
addSelectedObject(T) - Method in interface net.anwiba.commons.model.ISelectionModel
 
addSelectedObject(T) - Method in class net.anwiba.commons.model.SelectionModel
 
addSelectedObjects(Collection<T>) - Method in interface net.anwiba.commons.model.ISelectionModel
 
addSelectedObjects(Collection<T>) - Method in class net.anwiba.commons.model.SelectionModel
 
addSelectionListener(ISelectionListener<T>) - Method in interface net.anwiba.commons.model.ISelectionModel
 
addSelectionListener(ISelectionListener<T>) - Method in class net.anwiba.commons.model.SelectionModel
 
AggregatedBooleanModel - Class in net.anwiba.commons.model
 
AggregatedBooleanModel(Collection<IBooleanModel>) - Constructor for class net.anwiba.commons.model.AggregatedBooleanModel
 
AndAggregatedBooleanModel - Class in net.anwiba.commons.model
 
AndAggregatedBooleanModel(Collection<IBooleanModel>) - Constructor for class net.anwiba.commons.model.AndAggregatedBooleanModel
 

B

BooleanModel - Class in net.anwiba.commons.model
 
BooleanModel(boolean) - Constructor for class net.anwiba.commons.model.BooleanModel
 
BooleanModelAggregationModel - Class in net.anwiba.commons.model
 
BooleanModelAggregationModel() - Constructor for class net.anwiba.commons.model.BooleanModelAggregationModel
 

C

clear() - Method in class net.anwiba.commons.model.ListenerList
 
contains(L) - Method in class net.anwiba.commons.model.ListenerList
 

D

DoubleModel - Class in net.anwiba.commons.model
 
DoubleModel(double) - Constructor for class net.anwiba.commons.model.DoubleModel
 
DoubleModel() - Constructor for class net.anwiba.commons.model.DoubleModel
 

F

fireObjectChanged() - Method in class net.anwiba.commons.model.AbstractObjectChangedNotifier
 
fireObjectsAdded(Iterable<Integer>, Iterable<T>) - Method in class net.anwiba.commons.model.AbstractListChangedNotifier
 
fireObjectsChanged(Iterable<T>, Iterable<T>) - Method in class net.anwiba.commons.model.AbstractListChangedNotifier
 
fireObjectsRemoved(Iterable<Integer>, Iterable<T>) - Method in class net.anwiba.commons.model.AbstractListChangedNotifier
 
fireObjectsUpdated(Iterable<Integer>, Iterable<T>, Iterable<T>) - Method in class net.anwiba.commons.model.AbstractListChangedNotifier
 
fireValueChanged() - Method in class net.anwiba.commons.model.ObjectModelListModel
 
forAllDo(IProcedure<L, RuntimeException>) - Method in class net.anwiba.commons.model.ListenerList
 
forAllDoLastListenerFirst(IProcedure<L, RuntimeException>) - Method in class net.anwiba.commons.model.ListenerList
 

G

get(int...) - Method in class net.anwiba.commons.model.AbstractObjectListModel
 
get(int) - Method in class net.anwiba.commons.model.AbstractObjectListModel
 
get() - Method in class net.anwiba.commons.model.AggregatedBooleanModel
 
get() - Method in class net.anwiba.commons.model.AndAggregatedBooleanModel
 
get() - Method in class net.anwiba.commons.model.BooleanModel
 
get() - Method in class net.anwiba.commons.model.BooleanModelAggregationModel
 
get() - Method in class net.anwiba.commons.model.ObjectModel
 
get() - Method in class net.anwiba.commons.model.OrAggregatedBooleanModel
 
get() - Method in class net.anwiba.commons.model.UnchangableBooleanModel
 
getClone() - Method in class net.anwiba.commons.model.ListenerList
 
getSelectedObjects() - Method in interface net.anwiba.commons.model.ISelectionModel
 
getSelectedObjects() - Method in class net.anwiba.commons.model.SelectionModel
 
getSize() - Method in class net.anwiba.commons.model.ListenerList
 
getSource() - Method in class net.anwiba.commons.model.SelectionEvent
 
getValue() - Method in class net.anwiba.commons.model.DoubleModel
 
getValue() - Method in class net.anwiba.commons.model.IntegerModel
 

I

IBooleanDistributor - Interface in net.anwiba.commons.model
 
IBooleanModel - Interface in net.anwiba.commons.model
 
IChangeableListListener<T> - Interface in net.anwiba.commons.model
 
IChangeableObjectListener - Interface in net.anwiba.commons.model
 
IListChangedNotifier<T> - Interface in net.anwiba.commons.model
 
indices(Iterable<T>) - Method in class net.anwiba.commons.model.AbstractObjectListModel
 
IntegerModel - Class in net.anwiba.commons.model
 
IntegerModel() - Constructor for class net.anwiba.commons.model.IntegerModel
 
IObjectChangedNotifier - Interface in net.anwiba.commons.model
 
IObjectDistributor<T> - Interface in net.anwiba.commons.model
 
IObjectListDistributor<T> - Interface in net.anwiba.commons.model
 
IObjectListModel<T> - Interface in net.anwiba.commons.model
 
IObjectModel<T> - Interface in net.anwiba.commons.model
 
ISelectionListener<T> - Interface in net.anwiba.commons.model
 
ISelectionModel<T> - Interface in net.anwiba.commons.model
 
isEmpty() - Method in class net.anwiba.commons.model.AbstractObjectListModel
 
isEmpty() - Method in interface net.anwiba.commons.model.ISelectionModel
 
isEmpty() - Method in class net.anwiba.commons.model.ListenerList
 
isEmpty() - Method in class net.anwiba.commons.model.ObjectModelListModel
 
isEmpty() - Method in class net.anwiba.commons.model.SelectionModel
 
isSelected(T) - Method in interface net.anwiba.commons.model.ISelectionModel
 
isSelected(T) - Method in class net.anwiba.commons.model.SelectionModel
 

L

last() - Method in class net.anwiba.commons.model.ObjectModelListModel
 
ListenerList<L> - Class in net.anwiba.commons.model
 
ListenerList() - Constructor for class net.anwiba.commons.model.ListenerList
 

M

models() - Method in class net.anwiba.commons.model.ObjectModelListModel
 

N

net.anwiba.commons.model - package net.anwiba.commons.model
 

O

objectChanged() - Method in interface net.anwiba.commons.model.IChangeableObjectListener
 
ObjectListModel<T> - Class in net.anwiba.commons.model
 
ObjectListModel() - Constructor for class net.anwiba.commons.model.ObjectListModel
 
ObjectListModel(List<T>) - Constructor for class net.anwiba.commons.model.ObjectListModel
 
ObjectModel<T> - Class in net.anwiba.commons.model
 
ObjectModel() - Constructor for class net.anwiba.commons.model.ObjectModel
 
ObjectModel(IEqualComperator<T>, T) - Constructor for class net.anwiba.commons.model.ObjectModel
 
ObjectModel(T) - Constructor for class net.anwiba.commons.model.ObjectModel
 
ObjectModel(boolean, IEqualComperator<T>, T) - Constructor for class net.anwiba.commons.model.ObjectModel
 
ObjectModelListModel<T> - Class in net.anwiba.commons.model
 
ObjectModelListModel() - Constructor for class net.anwiba.commons.model.ObjectModelListModel
 
objectsAdded(Iterable<Integer>, Iterable<T>) - Method in interface net.anwiba.commons.model.IChangeableListListener
 
objectsChanged(Iterable<T>, Iterable<T>) - Method in interface net.anwiba.commons.model.IChangeableListListener
 
objectsRemoved(Iterable<Integer>, Iterable<T>) - Method in interface net.anwiba.commons.model.IChangeableListListener
 
objectsUpdated(Iterable<Integer>, Iterable<T>, Iterable<T>) - Method in interface net.anwiba.commons.model.IChangeableListListener
 
OrAggregatedBooleanModel - Class in net.anwiba.commons.model
 
OrAggregatedBooleanModel(Collection<IBooleanModel>) - Constructor for class net.anwiba.commons.model.OrAggregatedBooleanModel
 

R

remove(T...) - Method in class net.anwiba.commons.model.AbstractObjectListModel
 
remove(Iterable<T>) - Method in class net.anwiba.commons.model.AbstractObjectListModel
 
remove(int...) - Method in class net.anwiba.commons.model.AbstractObjectListModel
 
remove(IBooleanModel) - Method in class net.anwiba.commons.model.BooleanModelAggregationModel
 
remove(T...) - Method in interface net.anwiba.commons.model.IObjectListModel
 
remove(int...) - Method in interface net.anwiba.commons.model.IObjectListModel
 
remove(Iterable<T>) - Method in interface net.anwiba.commons.model.IObjectListModel
 
remove(L) - Method in class net.anwiba.commons.model.ListenerList
 
remove(ObjectModel<T>) - Method in class net.anwiba.commons.model.ObjectModelListModel
 
removeAll() - Method in class net.anwiba.commons.model.AbstractObjectListModel
 
removeAll() - Method in class net.anwiba.commons.model.BooleanModelAggregationModel
 
removeAll() - Method in interface net.anwiba.commons.model.IObjectListModel
 
removeAll(Iterable<ObjectModel<T>>) - Method in class net.anwiba.commons.model.ObjectModelListModel
 
removeAll() - Method in class net.anwiba.commons.model.ObjectModelListModel
 
removeAllSelectedObjects() - Method in interface net.anwiba.commons.model.ISelectionModel
 
removeAllSelectedObjects() - Method in class net.anwiba.commons.model.SelectionModel
 
removeChangeListener(IChangeableObjectListener) - Method in class net.anwiba.commons.model.AbstractObjectChangedNotifier
 
removeChangeListener(IChangeableObjectListener) - Method in interface net.anwiba.commons.model.IObjectChangedNotifier
 
removeChangeListener(IChangeableObjectListener) - Method in class net.anwiba.commons.model.ObjectModelListModel
 
removeChangeListener(IChangeableObjectListener) - Method in class net.anwiba.commons.model.UnchangableBooleanModel
 
removeListModelListener(IChangeableListListener<T>) - Method in class net.anwiba.commons.model.AbstractListChangedNotifier
 
removeListModelListener(IChangeableListListener<T>) - Method in interface net.anwiba.commons.model.IListChangedNotifier
 
removeSelectedObject(T) - Method in interface net.anwiba.commons.model.ISelectionModel
 
removeSelectedObject(T) - Method in class net.anwiba.commons.model.SelectionModel
 
removeSelectedObjects(Collection<T>) - Method in interface net.anwiba.commons.model.ISelectionModel
 
removeSelectedObjects(Collection<T>) - Method in class net.anwiba.commons.model.SelectionModel
 
removeSelectionListener(ISelectionListener<T>) - Method in interface net.anwiba.commons.model.ISelectionModel
 
removeSelectionListener(ISelectionListener<T>) - Method in class net.anwiba.commons.model.SelectionModel
 

S

selectionChanged(SelectionEvent<T>) - Method in interface net.anwiba.commons.model.ISelectionListener
 
SelectionEvent<T> - Class in net.anwiba.commons.model
 
SelectionEvent(SelectionModel<T>) - Constructor for class net.anwiba.commons.model.SelectionEvent
 
SelectionModel<T> - Class in net.anwiba.commons.model
 
SelectionModel() - Constructor for class net.anwiba.commons.model.SelectionModel
 
set(T...) - Method in class net.anwiba.commons.model.AbstractObjectListModel
 
set(Iterable<T>) - Method in class net.anwiba.commons.model.AbstractObjectListModel
 
set(int, T) - Method in class net.anwiba.commons.model.AbstractObjectListModel
 
set(boolean) - Method in class net.anwiba.commons.model.AggregatedBooleanModel
 
set(boolean) - Method in class net.anwiba.commons.model.AndAggregatedBooleanModel
 
set(boolean) - Method in class net.anwiba.commons.model.BooleanModel
 
set(T) - Method in class net.anwiba.commons.model.ObjectModel
 
set(boolean) - Method in class net.anwiba.commons.model.OrAggregatedBooleanModel
 
set(boolean) - Method in class net.anwiba.commons.model.UnchangableBooleanModel
 
setSelectedObject(T) - Method in interface net.anwiba.commons.model.ISelectionModel
 
setSelectedObject(T) - Method in class net.anwiba.commons.model.SelectionModel
 
setSelectedObjects(Collection<T>) - Method in interface net.anwiba.commons.model.ISelectionModel
 
setSelectedObjects(Collection<T>) - Method in class net.anwiba.commons.model.SelectionModel
 
setValue(double) - Method in class net.anwiba.commons.model.DoubleModel
 
setValue(int) - Method in class net.anwiba.commons.model.IntegerModel
 
size() - Method in class net.anwiba.commons.model.AbstractObjectListModel
 
size() - Method in interface net.anwiba.commons.model.ISelectionModel
 
size() - Method in class net.anwiba.commons.model.ObjectModelListModel
 
size() - Method in class net.anwiba.commons.model.SelectionModel
 

U

UnchangableBooleanModel - Class in net.anwiba.commons.model
 
UnchangableBooleanModel(boolean) - Constructor for class net.anwiba.commons.model.UnchangableBooleanModel
 

V

values() - Method in class net.anwiba.commons.model.AbstractObjectListModel
 
A B C D F G I L M N O R S U V 
Skip navigation links

Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.