public class SwingMorphViewsTabbedPanel extends SwingWatchTabbedPane implements MorphViewsTabbedPanel
| Constructor and Description |
|---|
SwingMorphViewsTabbedPanel(AppData appData) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMorphView(MorphView view) |
AppData |
getAppData() |
java.util.Vector<MorphView> |
getMorphViews() |
void |
setAppData(AppData appData) |
java.lang.String |
uniquify(java.lang.String name) |
addChangeListener, addTab, getComponentAt, getSelectedIndex, getTabCount, indexOfTab, removeTabAt, setSelectedIndex, setTabComponentAtadd, add, getComponent, removeAll, repaint, setBorder, setLayout, setOpaqueequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SwingMorphViewsTabbedPanel(AppData appData)
public AppData getAppData()
getAppData in interface MorphViewsTabbedPanelpublic void setAppData(AppData appData)
setAppData in interface MorphViewsTabbedPanelpublic java.lang.String uniquify(java.lang.String name)
public void addMorphView(MorphView view)
addMorphView in interface MorphViewsTabbedPanelpublic java.util.Vector<MorphView> getMorphViews()
getMorphViews in interface MorphViewsTabbedPanel