Class LinesManagerBase<A extends Activity>

java.lang.Object
com.flexganttfx.model.layout.LinesManagerBase<A>
Type Parameters:
A - the type of the activities
All Implemented Interfaces:
LinesManager<A>

public abstract class LinesManagerBase<A extends Activity>
extends Object
implements LinesManager<A>
A base class for new LinesManager types.
Since:
1.0
  • Constructor Details

    • LinesManagerBase

      public LinesManagerBase​(Row<?,​?,​?> row)
      Constructs a new lines manager.
      Parameters:
      row - the row that will be managed by this manager class
      Since:
      1.0
  • Method Details

    • getRow

      public Row<?,​?,​?> getRow()
      Returns the row managed by this manager.
      Returns:
      the managed row
      Since:
      1.0