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 TypeMethodDescriptionvoid
add
(int index, MandantFrontendServer element) get
(int index) remove
(int index) set
(int index, MandantFrontendServer element) int
size()
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
-
Constructor Details
-
SelectedFrontendServerListView
public SelectedFrontendServerListView()
-
-
Method Details
-
get
- Specified by:
get
in interfaceList<MandantFrontendServer>
- Specified by:
get
in classAbstractList<MandantFrontendServer>
-
size
public int size()- Specified by:
size
in interfaceCollection<MandantFrontendServer>
- Specified by:
size
in interfaceList<MandantFrontendServer>
- Specified by:
size
in classAbstractCollection<MandantFrontendServer>
-
set
- Specified by:
set
in interfaceList<MandantFrontendServer>
- Overrides:
set
in classAbstractList<MandantFrontendServer>
-
add
- Specified by:
add
in interfaceList<MandantFrontendServer>
- Overrides:
add
in classAbstractList<MandantFrontendServer>
-
remove
- Specified by:
remove
in interfaceList<MandantFrontendServer>
- Overrides:
remove
in classAbstractList<MandantFrontendServer>
-