Uses of Class
com.jaxfront.swing.ui.editor.TypeWorkspace

Packages that use TypeWorkspace
com.jaxfront.swing.ui.beans   
com.jaxfront.swing.ui.editor   
com.jaxfront.swing.ui.tools   
 

Uses of TypeWorkspace in com.jaxfront.swing.ui.beans
 

Constructors in com.jaxfront.swing.ui.beans with parameters of type TypeWorkspace
MessageTable(TypeWorkspace workspace, AbstractEditorPanel editor)
          MessageTable constructor.
 

Uses of TypeWorkspace in com.jaxfront.swing.ui.editor
 

Methods in com.jaxfront.swing.ui.editor that return TypeWorkspace
 TypeWorkspace AbstractEditorPanel.getWorkspace()
          Returns the workspace that is a instance of TypeWorkspace.
 

Constructors in com.jaxfront.swing.ui.editor with parameters of type TypeWorkspace
ErrorMessageStatusBar(TypeWorkspace workspace, AbstractEditorPanel editor)
          Creates an instance of ErrorMessageStatusBar.
 

Uses of TypeWorkspace in com.jaxfront.swing.ui.tools
 

Methods in com.jaxfront.swing.ui.tools with parameters of type TypeWorkspace
static void FocusHelper.scrollTo(AbstractView errorView, TypeWorkspace workspace)