Package com.iizigo.editor.complex
Class ContainerSelection
- java.lang.Object
-
- com.iizigo.editor.complex.ContainerSelection
-
public class ContainerSelection extends java.lang.Object
Class for selection in tree before or after operation.- Author:
- Christopher Mindus
-
-
Constructor Summary
Constructors Constructor Description ContainerSelection(ContainerParticipant container, Atom atom)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GProp<?>
getItem()
Gets the item.
-
-
-
Constructor Detail
-
ContainerSelection
public ContainerSelection(ContainerParticipant container, Atom atom)
Constructor.
-
-
Method Detail
-
getItem
public GProp<?> getItem()
Gets the item.- Returns:
- A property for the item, null if not found.
-
-