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
|
SERVICE
static final java.lang.String SERVICE
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