Package com.wisecoders.dbs.diagram.model
Class PropertyAddOnFolder
java.lang.Object
java.util.concurrent.CopyOnWriteArrayList<T>
com.wisecoders.dbs.diagram.model.Folder<PropertyAddOn>
com.wisecoders.dbs.diagram.model.PropertyAddOnFolder
- All Implemented Interfaces:
TreeUnit
,Unit
,Serializable
,Cloneable
,Iterable<PropertyAddOn>
,Collection<PropertyAddOn>
,List<PropertyAddOn>
,RandomAccess
- See Also:
-
Field Summary
FieldsFields inherited from class com.wisecoders.dbs.diagram.model.Folder
checked, childClass, decimalFormat000, parent
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyAddOnFolder
(AbstractUnit parentUnit, String childrenName, String loadQuery) -
Method Summary
Modifier and TypeMethodDescriptionjavafx.concurrent.Task<com.wisecoders.dbs.data.model.result.Result>
createLoaderTask
(com.wisecoders.dbs.dbms.connect.model.envoy.Envoy envoy, javafx.util.Callback<com.wisecoders.dbs.data.model.result.Result, Void> onSuccess, javafx.util.Callback<Throwable, Void> onFailure) getDbms()
boolean
isLoaded()
Methods inherited from class com.wisecoders.dbs.diagram.model.Folder
add, add, addAll, clear, equals, exchangePosition, getByKey, getByName, getChildAt, getChildClass, getChildrenCount, getChildrenName, getComment, getCommentTag, getCommentTags, getDisplayName, getEntity, getName, getParent, getParentEntity, getSymbolicName, getTickId, getTouchId, getUnitProperty, hasComments, hashCode, is, isChecked, isMarkedForDeletion, isWrongName, markForDeletion, moveDown, moveDown, moveFirst, moveUp, moveUp, orderAlphabetically, proposeName, ref, refresh, remove, remove, removeAll, rename, sameWith, setComment, setCommentTag, setCommentTags, setTouchId, toString
Methods inherited from class java.util.concurrent.CopyOnWriteArrayList
addAll, addAllAbsent, addIfAbsent, clone, contains, containsAll, forEach, get, indexOf, indexOf, isEmpty, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
-
Field Details
-
loadQuery
-
parentUnit
-
-
Constructor Details
-
PropertyAddOnFolder
-
-
Method Details
-
isLoaded
public boolean isLoaded()- Overrides:
isLoaded
in classFolder<PropertyAddOn>
-
getDbms
-
createLoaderTask
-