Package de.xima.fc.gui.bean.project
Class ProjectAccessBean.SelectedFrontendServerListView
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<MandantFrontendServer>
-
- de.xima.fc.gui.bean.project.ProjectAccessBean.SelectedFrontendServerListView
-
- All Implemented Interfaces:
Iterable<MandantFrontendServer>,Collection<MandantFrontendServer>,List<MandantFrontendServer>
- Enclosing class:
- ProjectAccessBean
public class ProjectAccessBean.SelectedFrontendServerListView extends AbstractList<MandantFrontendServer>
A view on theProjekt.getMandantFrontendServer()that includes only frontend servers not allowed for all forms (MandantFrontendServer.isAllowAllForms()). All changes to an instance of this list are reflected in the project's client frontend server list.- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
-
Fields inherited from class java.util.AbstractList
modCount
-
-
Constructor Summary
Constructors Constructor Description SelectedFrontendServerListView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(int index, MandantFrontendServer element)MandantFrontendServerget(int index)MandantFrontendServerremove(int index)MandantFrontendServerset(int index, MandantFrontendServer element)intsize()-
Methods inherited from class java.util.AbstractList
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
-
-
-
Method Detail
-
get
public MandantFrontendServer get(int index)
- Specified by:
getin interfaceList<MandantFrontendServer>- Specified by:
getin classAbstractList<MandantFrontendServer>
-
set
public MandantFrontendServer set(int index, MandantFrontendServer element)
- Specified by:
setin interfaceList<MandantFrontendServer>- Overrides:
setin classAbstractList<MandantFrontendServer>
-
add
public void add(int index, MandantFrontendServer element)- Specified by:
addin interfaceList<MandantFrontendServer>- Overrides:
addin classAbstractList<MandantFrontendServer>
-
remove
public MandantFrontendServer remove(int index)
- Specified by:
removein interfaceList<MandantFrontendServer>- Overrides:
removein classAbstractList<MandantFrontendServer>
-
size
public int size()
- Specified by:
sizein interfaceCollection<MandantFrontendServer>- Specified by:
sizein interfaceList<MandantFrontendServer>- Specified by:
sizein classAbstractCollection<MandantFrontendServer>
-
-