org.kabeja.ui
Interface DXFDocumentViewComponent

All Superinterfaces:
Component

public interface DXFDocumentViewComponent
extends Component

A DXFDocumentViewComponent provides a view of the current DXFDocument.

Author:
Simon Mieth

Field Summary
static java.lang.String SERVICE
           
 
Method Summary
 java.lang.String getTitle()
           
 javax.swing.JComponent getView()
           
 void showDXFDocument(DXFDocument doc)
          Show the DXFDocument in the view of this component
 

Field Detail

SERVICE

static final java.lang.String SERVICE
Method Detail

getTitle

java.lang.String getTitle()
Returns:
the title of the component

getView

javax.swing.JComponent getView()
Returns:
the view of this component

showDXFDocument

void showDXFDocument(DXFDocument doc)
                     throws UIException
Show the DXFDocument in the view of this component

Parameters:
doc -
Throws:
UIException