Go to the documentation of this file.
20 package net.sf.gridarta.gui.panel.connectionview;
22 import java.util.Comparator;
30 import org.jetbrains.annotations.NotNull;
52 super(
new Comparator<Integer>() {
55 public int compare(@NotNull
final Integer o1, @NotNull
final Integer o2) {
56 return o1.compareTo(o2);
80 for (
final int value : values) {
98 protected String
formatKey(@NotNull
final Integer key) {
99 return key.toString();
105 return gameObject.getBestName();
static int[] parseConnections(@NotNull final BaseObject<?, ?, ?, ?> gameObject)
void scanGameObjectForConnections(@NotNull final G gameObject)
void addConnection( @NotNull final K key, @NotNull final GameObject< G, A, R > gameObject)
void scanGameObject(@NotNull final GameObject< G, A, R > gameObject)
static final long serialVersionUID
String formatKey(@NotNull final Integer key)
String formatValue(@NotNull final BaseObject<?, ?, ?, ?> gameObject)
ConnectionView(@NotNull final MapViewManager< G, A, R > mapViewManager, @NotNull final DelayedMapModelListenerManager< G, A, R > delayedMapModelListenerManager)
Iterable< G > recursive()
static final long serialVersionUID