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 AbstractEffectCell<T> : ListCell<T>
Link copied to clipboard
open class EffectCell<P : Position2D<out P>?> : AbstractEffectCell<EffectFX<P>>
This ListView cell implements the AbstractEffectCell for containing an EffectFX.
Link copied to clipboard
open class EffectGroupCell<P : Position2D<out P>?> : AbstractEffectCell<EffectGroup<P>>
This ListView cell implements the AbstractEffectCell for containing an EffectGroup.