public class objectsOwnedTab extends clientTab
| Modifier and Type | Field and Description |
|---|---|
private javax.swing.JScrollPane |
contentPane |
private ownershipPanel |
objects_owned_panel |
| Constructor and Description |
|---|
objectsOwnedTab(framePanel parent,
javax.swing.JTabbedPane pane,
java.lang.String tabName) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
This method does internal cleanup of the contents of this tab,
generally by nulling references and the like.
|
javax.swing.JComponent |
getComponent()
This method provides the javax.swing.JComponent that this tab
will contain.
|
void |
initialize()
This method does whatever work is required to get the tab ready
for display.
|
void |
update()
This method does whatever work is required to refresh the
information displayed in this tab.
|
addToPane, getIndex, getTabName, isCreated, setImageIcon, showTabprivate ownershipPanel objects_owned_panel
private javax.swing.JScrollPane contentPane
public objectsOwnedTab(framePanel parent, javax.swing.JTabbedPane pane, java.lang.String tabName)
public javax.swing.JComponent getComponent()
clientTabgetComponent in class clientTabpublic void initialize()
clientTabinitialize in class clientTabpublic void update()
clientTab