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 the
Projekt.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 -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(int index, MandantFrontendServer element) get(int index) remove(int index) set(int index, MandantFrontendServer element) intsize()Methods inherited from class java.util.AbstractList
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Constructor Details
-
SelectedFrontendServerListView
public SelectedFrontendServerListView()
-
-
Method Details
-
get
- Specified by:
getin interfaceList<MandantFrontendServer>- Specified by:
getin classAbstractList<MandantFrontendServer>
-
size
public int size()- Specified by:
sizein interfaceCollection<MandantFrontendServer>- Specified by:
sizein interfaceList<MandantFrontendServer>- Specified by:
sizein classAbstractCollection<MandantFrontendServer>
-
set
- Specified by:
setin interfaceList<MandantFrontendServer>- Overrides:
setin classAbstractList<MandantFrontendServer>
-
add
- Specified by:
addin interfaceList<MandantFrontendServer>- Overrides:
addin classAbstractList<MandantFrontendServer>
-
remove
- Specified by:
removein interfaceList<MandantFrontendServer>- Overrides:
removein classAbstractList<MandantFrontendServer>
-