cz.cuni.amis.pogamut.sposh.elements
Class PoshDummyElementTest.PoshDummyElementImpl<T extends PoshElement>

Package class diagram package PoshDummyElementTest.PoshDummyElementImpl
java.lang.Object
  extended by cz.cuni.amis.pogamut.sposh.elements.PoshElement<THIS,PARENT>
      extended by cz.cuni.amis.pogamut.sposh.elements.PoshDummyElement
          extended by cz.cuni.amis.pogamut.sposh.elements.PoshDummyElementTest.PoshDummyElementImpl<T>
Enclosing class:
PoshDummyElementTest

public static class PoshDummyElementTest.PoshDummyElementImpl<T extends PoshElement>
extends PoshDummyElement


Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.sposh.elements.PoshDummyElement
IDENT_PATTERN
 
Method Summary
 DataFlavor getDataFlavor()
           
 List<T> getChildDataNodes()
           
 String getName()
           
 LapType getType()
           
 boolean moveChild(int newIndex, PoshElement child)
           
 
Methods inherited from class cz.cuni.amis.pogamut.sposh.elements.PoshDummyElement
getElementId, getUnusedName, isUsedName, moveChildInList
 
Methods inherited from class cz.cuni.amis.pogamut.sposh.elements.PoshElement
addElementListener, emitChildDeleted, emitChildMove, emitChildNode, firePropertyChange, getElementListeners, getChildId, getChildren, getId, getParent, getRootNode, isChildOfParent, removeElementListener, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDataFlavor

public DataFlavor getDataFlavor()
Specified by:
getDataFlavor in class PoshElement

getChildDataNodes

public List<T> getChildDataNodes()
Specified by:
getChildDataNodes in class PoshElement

getName

public String getName()

moveChild

public boolean moveChild(int newIndex,
                         PoshElement child)
Specified by:
moveChild in class PoshElement

getType

public LapType getType()
Specified by:
getType in class PoshElement


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.