Package cardmanager.impl.gui
Class CardInstanceViewForSelectComponent
- java.lang.Object
-
- cardmanager.impl.gui.CardInstanceViewForSelectComponent
-
- All Implemented Interfaces:
FileBearer
public class CardInstanceViewForSelectComponent extends java.lang.Object implements FileBearer
-
-
Constructor Summary
Constructors Constructor Description CardInstanceViewForSelectComponent(CardDefinition get)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CardDefinitiongetCard()java.io.FilegetFile()java.lang.StringtoString()
-
-
-
Constructor Detail
-
CardInstanceViewForSelectComponent
public CardInstanceViewForSelectComponent(CardDefinition get)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getCard
public CardDefinition getCard()
-
getFile
public java.io.File getFile()
- Specified by:
getFilein interfaceFileBearer
-
-