JIDE 3.5.15

com.jidesoft.document
Interface CloneableDocumentComponent

All Superinterfaces:
Cloneable
All Known Implementing Classes:
CodeEditorDocumentComponent

public interface CloneableDocumentComponent
extends Cloneable

If a DocumentComponent implements this interface, we will display "Split Vertically" and "Split Horizontally" on the popup menu when right clicking on the tab.


Method Summary
 Object clone()
           
 

Method Detail

clone

Object clone()
             throws CloneNotSupportedException
Throws:
CloneNotSupportedException

JIDE 3.5.15