|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListModificationException | |
---|---|
com.jaxfront.core.type | |
com.jaxfront.core.xpath | |
com.jaxfront.swing.ui.visualizers |
Uses of ListModificationException in com.jaxfront.core.type |
---|
Methods in com.jaxfront.core.type that throw ListModificationException | |
---|---|
java.lang.Object |
AbstractListType.delete(java.lang.Object source,
int index,
boolean isTemporary,
boolean check)
Deletes a type according its index from the list saying if this is just temporary and if the cardinality should be checked. |
java.lang.Object |
ListType.delete(Type type)
Deletes a type from the list. |
java.lang.Object |
AbstractListType.delete(Type type)
Deletes a type from the list. |
java.lang.Object |
AbstractListType.delete(Type type,
boolean isTemporary)
Deletes a type from the list saying if this is just temporary. |
java.lang.Object |
AbstractListType.delete(Type type,
boolean isTemporary,
boolean check)
Deletes a type from the list saying if this is just temporary and if the cardinality should be checked. |
boolean |
ListType.isListItemRemoveable(Type type)
|
boolean |
AbstractListType.isListItemRemoveable(Type listEntry)
|
boolean |
Type.remove()
Removes this type from the JAXFront DOM. |
boolean |
SimpleType.remove()
Removes this type from the JAXFront DOM. |
boolean |
AbstractType.remove()
Removes this type from the JAXFront DOM. |
void |
Type.removeAll()
Removes all types from this type. |
abstract void |
AbstractType.removeAll()
Removes all types from this type. |
void |
AbstractCompositeType.removeAll()
Removes all childs (composite types) of this type. |
void |
AbstractType.removeAllKeyReferences()
Adds a new key reference to the key selector type. |
java.lang.Object |
ListType.removeChild(int index)
Removes the list item with the given index from the list. |
java.lang.Object |
AbstractListType.removeChild(int index)
Removes the child with the given index from the list. |
boolean |
Type.removeChild(Type child)
Removes a child from the JAXFront DOM. |
abstract boolean |
AbstractType.removeChild(Type child)
Removes a child from the JAXFront DOM. |
boolean |
AbstractListType.removeChild(Type child)
Removes a child from the JAXFront DOM. |
void |
CompositeType.removeChoices()
Removes the selected choosen type. |
void |
AbstractCompositeType.removeChoices()
Removes the selected choosen type. |
java.lang.Object |
ListType.removeLastChild(boolean temporary)
Removes the last list item from the list. |
java.lang.Object |
AbstractListType.removeLastChild(boolean isTemporary)
Removes a child from the JAXFront DOM. |
Uses of ListModificationException in com.jaxfront.core.xpath |
---|
Methods in com.jaxfront.core.xpath that throw ListModificationException | |
---|---|
java.lang.Object |
XPathDummyChoiceTypeWrapper.delete(Type type)
|
boolean |
XPathDummyChoiceTypeWrapper.isListItemRemoveable(Type type)
|
boolean |
XPathDummyChoiceTypeWrapper.remove()
|
void |
XPathDummyChoiceTypeWrapper.removeAll()
|
java.lang.Object |
XPathDummyChoiceTypeWrapper.removeChild(int index)
|
boolean |
XPathDummyChoiceTypeWrapper.removeChild(Type child)
|
void |
XPathDummyChoiceTypeWrapper.removeChoices()
|
java.lang.Object |
XPathDummyChoiceTypeWrapper.removeLastChild(boolean temporary)
|
Uses of ListModificationException in com.jaxfront.swing.ui.visualizers |
---|
Methods in com.jaxfront.swing.ui.visualizers with parameters of type ListModificationException | |
---|---|
static void |
KeyView.handleKeyError(ListModificationException e,
Document dom)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |