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, setTabComponentAt
add, add, getComponent, removeAll, repaint, setBorder, setLayout, setOpaque
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SwingMorphViewsTabbedPanel(AppData appData)
public AppData getAppData()
getAppData
in interface MorphViewsTabbedPanel
public void setAppData(AppData appData)
setAppData
in interface MorphViewsTabbedPanel
public java.lang.String uniquify(java.lang.String name)
public void addMorphView(MorphView view)
addMorphView
in interface MorphViewsTabbedPanel
public java.util.Vector<MorphView> getMorphViews()
getMorphViews
in interface MorphViewsTabbedPanel