|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deduced.AbstractPropertyCollection<K,V> org.deduced.FixedPropertyInstanceCollection<java.lang.Object,java.lang.Object> org.deduced.controller.implementation.PropertyCollectionControllerModelImplementation org.deduced.controller.implementation.AbstractPropertyCollectionController org.deduced.controller.implementation.FlyWheelPropertyCollectionController
public class FlyWheelPropertyCollectionController
Fly Wheel Property Collection Controller
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.deduced.AbstractPropertyCollection |
---|
AbstractPropertyCollection.CollectionToDeleteMonitor |
Field Summary | |
---|---|
private static long |
serialVersionUID
serial ID |
Fields inherited from class org.deduced.controller.implementation.PropertyCollectionControllerModelImplementation |
---|
KEY_SET |
Fields inherited from class org.deduced.AbstractPropertyCollection |
---|
CHECK_DELETE_MODE_AUTOMATIC, CHECK_DELETE_MODE_MANUAL, COLLECTION_TO_DELETE |
Fields inherited from interface org.deduced.controller.PropertyCollectionControllerModel |
---|
CHILD_COLLECTION_CONTROLLER_LIST_INSTANCE, CHILD_PROPERTY_CONTROLLER_LIST_INSTANCE, CONTROLLED_COLLECTION_INSTANCE, IS_ADD_AVAILABLE_INSTANCE, IS_DELETE_AVAILABLE_INSTANCE, PROPERTY_COLLECTION_CONTROLLER_MODEL_TYPE |
Fields inherited from interface org.deduced.NamedPropertyCollection |
---|
NAME_INSTANCE, NAMED_PROPERTY_COLLECTION_TYPE |
Fields inherited from interface org.deduced.PropertyCollection |
---|
PROPERTY_COLLECTION_TYPE |
Constructor Summary | |
---|---|
FlyWheelPropertyCollectionController(DeducedControllerLayerExtension setControlLayer)
FlyWheelPropertyCollectionController Constructor |
Method Summary | |
---|---|
protected void |
deleteRemoveLocalObjectFromParent()
(non-Javadoc) |
PropertyList<PropertyCollectionControllerModel> |
getChildCollectionControllerList()
(non-Javadoc) |
PropertyList<PropertyControllerModel> |
getChildPropertyControllerList()
(non-Javadoc) |
java.lang.Object |
getPropertyValue(java.lang.Object key)
(non-Javadoc) |
java.lang.Object |
keyOnParent()
(non-Javadoc) |
PropertyCollection<?,?> |
parent()
(non-Javadoc) |
PropertyList |
setChildCollectionControllerList(PropertyList setChildCollectionController)
(non-Javadoc) |
PropertyList |
setChildPropertyControllerList(PropertyList setChildPropertyController)
(non-Javadoc) |
Methods inherited from class org.deduced.FixedPropertyInstanceCollection |
---|
addProperty, areKeysAssignedAutomatically, containsKey, getProperty, iterator, iteratorByValue, removeProperty, removePropertyInstance, removePropertyValue, size |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.deduced.controller.PropertyCollectionControllerModel |
---|
getControlledCollection, isAddAvailable, isDeleteAvailable, setControlledCollection, setIsAddAvailable, setIsDeleteAvailable |
Methods inherited from interface org.deduced.NamedPropertyCollection |
---|
getName, setName |
Methods inherited from interface org.deduced.PropertyCollection |
---|
activate, addListener, addProperty, areKeysAssignedAutomatically, asKeySet, asPropertyList, asPropertyMap, asValueList, asValueMap, clear, clone, containsInstance, containsKey, containsValue, delete, getFixedInstance, getProperty, id, instanceKey, invokeAction, isActivated, isEmpty, isListenerRegistered, iterator, iteratorByValue, removeListener, removeProperty, removePropertyInstance, removePropertyValue, setFixedInstance, setParent, setProperty, size, type, valueKey |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public FlyWheelPropertyCollectionController(DeducedControllerLayerExtension setControlLayer)
setControlLayer
- control layer to useMethod Detail |
---|
public PropertyList<PropertyCollectionControllerModel> getChildCollectionControllerList()
getChildCollectionControllerList
in interface PropertyCollectionControllerModel
getChildCollectionControllerList
in class PropertyCollectionControllerModelImplementation
PropertyCollectionControllerModelImplementation.getChildCollectionControllerList()
public PropertyList<PropertyControllerModel> getChildPropertyControllerList()
getChildPropertyControllerList
in interface PropertyCollectionControllerModel
getChildPropertyControllerList
in class PropertyCollectionControllerModelImplementation
PropertyCollectionControllerModelImplementation.getChildPropertyControllerList()
public PropertyList setChildCollectionControllerList(PropertyList setChildCollectionController)
setChildCollectionControllerList
in interface PropertyCollectionControllerModel
setChildCollectionControllerList
in class PropertyCollectionControllerModelImplementation
setChildCollectionController
- new child collection controller list
PropertyCollectionControllerModelImplementation.setChildCollectionControllerList(org.deduced.PropertyList)
public PropertyList setChildPropertyControllerList(PropertyList setChildPropertyController)
setChildPropertyControllerList
in interface PropertyCollectionControllerModel
setChildPropertyControllerList
in class PropertyCollectionControllerModelImplementation
setChildPropertyController
- new child property controller list
PropertyCollectionControllerModelImplementation.setChildPropertyControllerList(org.deduced.PropertyList)
public java.lang.Object getPropertyValue(java.lang.Object key)
getPropertyValue
in interface PropertyCollection<java.lang.Object,java.lang.Object>
getPropertyValue
in class PropertyCollectionControllerModelImplementation
key
- the property key
PropertyCollectionControllerModelImplementation.getPropertyValue(java.lang.Object)
protected void deleteRemoveLocalObjectFromParent()
deleteRemoveLocalObjectFromParent
in class AbstractPropertyCollection<java.lang.Object,java.lang.Object>
AbstractPropertyCollection.deleteRemoveLocalObjectFromParent()
public PropertyCollection<?,?> parent()
parent
in interface PropertyCollection<java.lang.Object,java.lang.Object>
parent
in class AbstractPropertyCollection<java.lang.Object,java.lang.Object>
AbstractPropertyCollection.parent()
public java.lang.Object keyOnParent()
keyOnParent
in interface PropertyCollection<java.lang.Object,java.lang.Object>
keyOnParent
in class AbstractPropertyCollection<java.lang.Object,java.lang.Object>
AbstractPropertyCollection.keyOnParent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |