Class BuildQueuePanel.IndexedBuildable

  • Enclosing class:
    BuildQueuePanel

    private static class BuildQueuePanel.IndexedBuildable
    extends java.lang.Object
    This class represents a buildable, that is dragged/dropped accompanied by its index in the source list where it is dragged from.
    • Field Detail

      • index

        private final int index
    • Constructor Detail

      • IndexedBuildable

        IndexedBuildable​(BuildableType buildable,
                         int index)
    • Method Detail

      • getIndex

        int getIndex()