Package it. unibo. alchemist. boundary. gui. view. cells
This package contains all the cells needed for custom ListViews
.
Types
Link copied to clipboard
Abstract class that models a ListView Cell to represent it.unibo.alchemist.boundary.gui.effects.EffectFXs or it.unibo.alchemist.boundary.gui.effects.EffectGroups.
Link copied to clipboard
open class EffectCell<P : Position2D<out P>?> : AbstractEffectCell<EffectFX<P>>
Content copied to clipboard
This ListView cell implements the AbstractEffectCell for containing an EffectFX.
Link copied to clipboard
open class EffectGroupCell<P : Position2D<out P>?> : AbstractEffectCell<EffectGroup<P>>
Content copied to clipboard
This ListView cell implements the AbstractEffectCell for containing an EffectGroup.