com.partnersoft.v3x.gui
Class TabbedEditorControl

java.lang.Object
  extended by com.partnersoft.v3x.gui.TabbedEditorControl
All Implemented Interfaces:
EditorControl

public class TabbedEditorControl
extends java.lang.Object
implements EditorControl

A serializable tabbed editor control.


Constructor Summary
TabbedEditorControl()
           
 
Method Summary
 Editor getEditor()
           
 java.util.ArrayList getEditTabConfigs()
           
 javax.swing.JComponent getGUI()
           
 void setEditTabConfigs(java.util.ArrayList newConfigs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabbedEditorControl

public TabbedEditorControl()
Method Detail

getEditor

public Editor getEditor()
Specified by:
getEditor in interface EditorControl

getGUI

public javax.swing.JComponent getGUI()
Specified by:
getGUI in interface EditorControl

getEditTabConfigs

public java.util.ArrayList getEditTabConfigs()

setEditTabConfigs

public void setEditTabConfigs(java.util.ArrayList newConfigs)