Uses of Interface
com.tensegrity.gui.swing.dnd.DocumentDropContext

Packages that use DocumentDropContext
com.tensegrity.application This package contains the main interfaces and meta classes for the skeleton framework.  
com.tensegrity.gui.swing.dnd This package contains a basic implementation for Drag And Drop.  
com.tensegrity.gui.swing.document This package contains all of the current document implementations for use in a swing-based environment.  
com.tensegrity.skeleton.swing The Swing based implementation of the skeleton framework. 
 

Uses of DocumentDropContext in com.tensegrity.application
 

Methods in com.tensegrity.application that return DocumentDropContext
 DocumentDropContext ApplicationFrame.getDocumentDropContext()
          Returns the Document drop context to be used when files are dropped into the frame.
 

Uses of DocumentDropContext in com.tensegrity.gui.swing.dnd
 

Constructors in com.tensegrity.gui.swing.dnd with parameters of type DocumentDropContext
FileDropListener(DocumentDropContext opener)
          Constructs a new Filedrop listener instance.
AbstractFileDropListener(DocumentDropContext opener)
          Abstract filedrop listneer base class.
 

Uses of DocumentDropContext in com.tensegrity.gui.swing.document
 

Methods in com.tensegrity.gui.swing.document with parameters of type DocumentDropContext
static MDIComponent MDIToolkit.setFramedMDIStyle(java.util.List documents, java.awt.Container panel, Observable observable, MenuTool windowmenu, javax.swing.JToolBar toolbar, DocumentListener documentlistener, UIManager uimanager, DocumentDropContext opener)
          This method takes a list of mdi-documents and builds a new Framed MDI styled container and adds all the documents that mdi-container.
static MDIComponent MDIToolkit.setTabbedMDIStyle(java.util.List documents, java.awt.Container panel, Observable observable, MenuTool windowmenu, javax.swing.JToolBar toolbar, DocumentListener documentlistener, Command closeDocumentCommand, UIManager uimanager, DocumentDropContext opener)
          This method takes a list of mdi-documents and builds a new Framed MDI styled container and adds all the documents that mdi-container.
 

Constructors in com.tensegrity.gui.swing.document with parameters of type DocumentDropContext
FramedMDIComponent(java.util.List initialdocuments, MenuTool windowmenu, UIManager uimanager, DocumentDropContext opener)
          Constructs a new framed mdi component.
WindowMDIComponent(java.util.List initialdocuments, MenuTool windowmenu, UIManager uimanager, DocumentDropContext opener)
          Construct a windowed-mdi pane with the given list of initial documents.
PanelMDIComponent(java.util.List initialdocuments, MenuTool windowmenu, Command closeDocumentCommand, UIManager uimanager, DocumentDropContext opener)
          Construct a tabbed-mdi pane with the given list of initial documents.
TabbedMDIComponent(java.util.List initialdocuments, MenuTool windowmenu, Command closeDocumentCommand, UIManager uimanager, DocumentDropContext opener)
          Construct a tabbed-mdi pane with the given list of initial documents.
 

Uses of DocumentDropContext in com.tensegrity.skeleton.swing
 

Methods in com.tensegrity.skeleton.swing that return DocumentDropContext
 DocumentDropContext SwingApplicationFrame.getDocumentDropContext()
           
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.