Searched refs:currentCard (Results 1 – 2 of 2) sorted by relevance
50 private String currentCard; field in CardPanel73 (currentCard != null && cards.get(currentCard) == comp); in add()79 currentCard = name; in add()144 if (currentCard == null) { in addCard()145 currentCard = name; in addCard()178 if (oldName.equals(currentCard)) { in renameCard()179 currentCard = newName; in renameCard()187 if (name.equals(currentCard)) in removeCard()188 currentCard = null; in removeCard()211 return currentCard; in getCurrentCard()[all …]
233 GBPanelShadow currentCard = getCard(cardPanel.getCurrentCard()); in setCards() local243 if (s == currentCard) in setCards()253 if (s == currentCard) in setCards()274 } else if (cards[i] == currentCard) { in setCards()