20 package net.sf.gridarta.gui.dialog.plugin.parameter.map;
22 import java.util.List;
23 import javax.swing.DefaultComboBoxModel;
32 import org.jetbrains.annotations.NotNull;
33 import org.jetbrains.annotations.Nullable;
41 public boolean isPickmap() {
42 throw new AssertionError();
48 throw new AssertionError();
53 throw new AssertionError();
58 throw new AssertionError();
63 throw new AssertionError();
67 public void saveAs(@NotNull
final MapFile mapFile) {
68 throw new AssertionError();
72 public void acquire() {
73 throw new AssertionError();
77 public void release() {
78 throw new AssertionError();
82 public int getUseCounter() {
83 throw new AssertionError();
120 for (
int i = 0; i < maps.size(); i++) {
121 if (maps.get(i) == anObject) {