Class FactoryListAttribute<R extends FactoryBase<?,R>,L,F extends FactoryBase<L,R>>
- java.lang.Object
-
- io.github.factoryfx.factory.attribute.Attribute<U,A>
-
- io.github.factoryfx.factory.attribute.dependency.ReferenceBaseAttribute<R,F,java.util.List<F>,A>
-
- io.github.factoryfx.factory.attribute.dependency.FactoryListBaseAttribute<R,L,F,FactoryListAttribute<R,L,F>>
-
- io.github.factoryfx.factory.attribute.dependency.FactoryListAttribute<R,L,F>
-
- Type Parameters:
L- liveobject created form the factoryF- factory
- All Implemented Interfaces:
AttributeCopy<java.util.List<F>>,AttributeMatch<java.util.List<F>>,AttributeMerger<java.util.List<F>>,AttributeValue<java.util.List<F>>,FactoryChildrenEnclosingAttribute<R,FactoryListAttribute<R,L,F>>,java.lang.Iterable<F>,java.util.Collection<F>,java.util.List<F>
public class FactoryListAttribute<R extends FactoryBase<?,R>,L,F extends FactoryBase<L,R>> extends FactoryListBaseAttribute<R,L,F,FactoryListAttribute<R,L,F>>
Attribute with factory
-
-
Field Summary
-
Fields inherited from class io.github.factoryfx.factory.attribute.dependency.ReferenceBaseAttribute
additionalDeleteAction, clazz, parent
-
-
Constructor Summary
Constructors Constructor Description FactoryListAttribute()FactoryListAttribute(java.util.function.Consumer<FactoryListAttribute<R,L,F>> setup)Explanation see:FactoryAttribute(Consumer)}
-
Method Summary
-
Methods inherited from class io.github.factoryfx.factory.attribute.dependency.FactoryListBaseAttribute
add, add, addAll, addAll, batchModify, clear, contains, containsAll, defaultExpanded, filtered, forEach, get, get, getDisplayText, indexOf, instances, instances, internal_copyTo, internal_deleteFactory, internal_fixDuplicateObjects, internal_isDefaultExpanded, internal_merge, internal_mergeMatch, internal_semanticCopyTo, internal_visitChildren, isEmpty, iterator, lastIndexOf, listIterator, listIterator, parallelStream, remove, remove, removeAll, removeIf, retainAll, set, set, size, sort, spliterator, stream, subList, toArray, toArray
-
Methods inherited from class io.github.factoryfx.factory.attribute.dependency.ReferenceBaseAttribute
additionalDeleteAction, catalogueBased, createAttributeStorageMetadata, internal_addBackReferences, internal_createNewPossibleValues, internal_getCopySemantic, internal_getReferenceClass, internal_isCatalogueBased, internal_isUserCreatable, internal_isUserSelectable, internal_possibleValues, internal_reset, internal_setReferenceClass, newValuesProvider, newValuesProvider, possibleValueProvider, setCopySemantic, userNotCreatable, userNotSelectable
-
Methods inherited from class io.github.factoryfx.factory.attribute.Attribute
addonText, de, en, es, fr, internal_addListener, internal_endUsage, internal_getAddonText, internal_getListeners, internal_getPreferredLabelText, internal_getPreferredTooltipText, internal_hasWritePermission, internal_isUserReadOnly, internal_removeAllListener, internal_removeListener, internal_required, internal_validate, it, labelText, labelText, listenersEmpty, permission, pt, tooltipDe, tooltipEn, updateListeners, userReadOnly, userReadOnly, validation
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.github.factoryfx.factory.attribute.AttributeMatch
internal_referenceEquals, internal_referenceListEquals
-
Methods inherited from interface io.github.factoryfx.factory.attribute.AttributeMerger
internal_mergeFactoryList
-
-
-
-
Constructor Detail
-
FactoryListAttribute
public FactoryListAttribute()
-
FactoryListAttribute
public FactoryListAttribute(java.util.function.Consumer<FactoryListAttribute<R,L,F>> setup)
Explanation see:FactoryAttribute(Consumer)}- Parameters:
setup- setup function
-
-