Modifier and Type | Field and Description |
---|---|
private TypeWood |
Furniture.wood |
static TypeWood |
TypeWood.WOOD_OAK |
static TypeWood |
TypeWood.WOOD_WALNUT |
private TypeWood[] |
AddItemWindow.woodTypes |
Modifier and Type | Method and Description |
---|---|
TypeWood |
Furniture.getWood() |
Modifier and Type | Method and Description |
---|---|
boolean |
Furniture.setWood(TypeWood w) |
Constructor and Description |
---|
AddItemWindow(int defaultPanel,
ItemOrder o,
TypeWood[] tw)
Constructor used when adding a new item.
|
AddItemWindow(int defaultPanel,
ItemOrder o,
TypeWood[] tw,
int index,
Furniture f)
Constructor used when editing an existing item.
|
ItemArmChair(int i,
TypeWood tw,
javax.swing.ImageIcon im) |
ItemChair(int i,
TypeWood tw,
javax.swing.ImageIcon im)
Full Constructor
|
ItemDesk(int idl,
TypeWood tw,
javax.swing.ImageIcon ic,
int drawcount,
int widthcount,
int depthcount) |
ItemTableChrome(int id,
TypeWood tw,
javax.swing.ImageIcon ii,
int d) |
ItemTableWood(int id,
TypeWood tw,
javax.swing.ImageIcon ii,
int d)
Constructor for the Wood Table.
|