20 package net.sf.gridarta.gui.dialog.gameobjectattributes;
22 import java.awt.Component;
23 import javax.swing.DefaultListCellRenderer;
24 import javax.swing.JList;
43 public Component
getListCellRendererComponent(
final JList<?> list,
final Object value,
final int index,
final boolean isSelected,
final boolean cellHasFocus) {
44 super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);
Contains the data of one Gridarta Object-Type.
static final long serialVersionUID
The serial version UID.
Component getListCellRendererComponent(final JList<?> list, final Object value, final int index, final boolean isSelected, final boolean cellHasFocus)
Base package of all Gridarta classes.
A ListCellRenderer implementation that displays ArchetypeTypes.
Defines types of GameObjects with corresponding attributes.
String getTypeName()
Returns the type name (artificial).