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 void
add(int index, MandantFrontendServer element)
MandantFrontendServer
get(int index)
MandantFrontendServer
remove(int index)
MandantFrontendServer
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
-
-
-
-
Method Detail
-
get
public MandantFrontendServer get(int index)
- Specified by:
get
in interfaceList<MandantFrontendServer>
- Specified by:
get
in classAbstractList<MandantFrontendServer>
-
set
public MandantFrontendServer set(int index, MandantFrontendServer element)
- Specified by:
set
in interfaceList<MandantFrontendServer>
- Overrides:
set
in classAbstractList<MandantFrontendServer>
-
add
public void add(int index, MandantFrontendServer element)
- Specified by:
add
in interfaceList<MandantFrontendServer>
- Overrides:
add
in classAbstractList<MandantFrontendServer>
-
remove
public MandantFrontendServer remove(int index)
- Specified by:
remove
in interfaceList<MandantFrontendServer>
- Overrides:
remove
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>
-
-