Package net.sf.freecol.client.gui.panel
Class BuildQueuePanel.IndexedBuildable
- java.lang.Object
-
- net.sf.freecol.client.gui.panel.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 Summary
Fields Modifier and Type Field Description private BuildableType
buildable
private int
index
-
Constructor Summary
Constructors Constructor Description IndexedBuildable(BuildableType buildable, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) BuildableType
getBuildable()
(package private) int
getIndex()
-
-
-
Field Detail
-
buildable
private final BuildableType buildable
-
index
private final int index
-
-
Constructor Detail
-
IndexedBuildable
IndexedBuildable(BuildableType buildable, int index)
-
-
Method Detail
-
getBuildable
BuildableType getBuildable()
-
getIndex
int getIndex()
-
-