Modifier and Type | Class and Description |
---|---|
class |
ItemArmChair |
class |
ItemChair |
class |
ItemDesk |
class |
ItemTable |
class |
ItemTableChrome |
class |
ItemTableWood |
Modifier and Type | Field and Description |
---|---|
private Furniture[] |
ItemOrder.orderList |
Modifier and Type | Method and Description |
---|---|
Furniture |
ItemOrder.get(int index)
Gets the furniture object of the given index in the
ItemOrder.orderList if valid. |
Modifier and Type | Method and Description |
---|---|
void |
ItemOrder.add(Furniture f,
int index,
boolean force)
Adds an item furniture to the
ItemOrder.orderList at the given index. |
static int |
AddItemWindow.getTabValue(Furniture f)
Simple method for giving an instance of furnature and getting back the tab index of the object in the window.
|
private void |
AddItemWindow.loadEditSettings(Furniture f)
Loads a given furniture item, and changes the window elements to the attributes of the given furniture item.
|
private void |
MainWindow.setItemPanel(javax.swing.JPanel j,
Furniture f)
Sets the given panel to the given furniture object, meaning the panel contains the icon of the given furniture.
|
Constructor and Description |
---|
AddItemWindow(int defaultPanel,
ItemOrder o,
TypeWood[] tw,
int index,
Furniture f)
Constructor used when editing an existing item.
|