Uses of Interface
com.tensegrity.gui.document.MDIComponent

Packages that use MDIComponent
com.tensegrity.application This package contains the main interfaces and meta classes for the skeleton framework.  
com.tensegrity.gui.document Contains the interfaces for document types and the framework which maintains such documents.  
com.tensegrity.gui.document.event This package contains all implementation and interface related to all sorts of Document related events such as DocumentEvent, -Multiplexer, -Listener and -VetoExceptions. 
com.tensegrity.gui.graphdocument.persistence   
com.tensegrity.gui.swing.document This package contains all of the current document implementations for use in a swing-based environment.  
com.tensegrity.gui.swt.document   
com.tensegrity.skeleton.swing The Swing based implementation of the skeleton framework. 
com.tensegrity.skeleton.swt   
 

Uses of MDIComponent in com.tensegrity.application
 

Methods in com.tensegrity.application that return MDIComponent
abstract  MDIComponent ApplicationFrame.getMDIComponent()
          Returns the MDIComponent of the this ApplicationFrame.
 

Uses of MDIComponent in com.tensegrity.gui.document
 

Classes in com.tensegrity.gui.document that implement MDIComponent
 class MDIDelegate
          This class is a delegate wrapper for the mdi documents class.
 

Methods in com.tensegrity.gui.document that return MDIComponent
 MDIComponent MDIDelegate.getMDIComponent()
          Returns a reference to the mdi component that is the receiver of delegation.
 

Methods in com.tensegrity.gui.document with parameters of type MDIComponent
 void MDIDelegate.setMDIComponent(MDIComponent mdicomponent)
          Sets the mdi component that is the receiver of delegation.
 

Constructors in com.tensegrity.gui.document with parameters of type MDIComponent
MDIDelegate(MDIComponent delegated)
          Constructs an mdi delegate.
 

Uses of MDIComponent in com.tensegrity.gui.document.event
 

Methods in com.tensegrity.gui.document.event that return MDIComponent
 MDIComponent AbstractDocumentEvent.getMDIComponent()
           
 MDIComponent DocumentRootEvent.getMDIComponent()
          Returns the mdicomponent that caused the event.
 

Constructors in com.tensegrity.gui.document.event with parameters of type MDIComponent
AbstractDocumentEvent(MDIComponent mdicomponent, Document document, java.lang.String description)
          Constructor for AbstractDocumentEvent.
DocumentEvent(int eventid, MDIComponent mdicomponent, Document document)
          Creates a new DocumentEvent.
 

Uses of MDIComponent in com.tensegrity.gui.graphdocument.persistence
 

Fields in com.tensegrity.gui.graphdocument.persistence declared as MDIComponent
protected  MDIComponent GraphDocumentReader.mdiComponent
           
 

Constructors in com.tensegrity.gui.graphdocument.persistence with parameters of type MDIComponent
GraphDocumentReader(Frame rootFrame, UIManager uiManager, MDIComponent mdiComponent, RepositoryContainer repositoryContainer, Preferences preferences, RuleRegistry defaultRegistry, LayoutController defaultLayoutController, GraphDocumentReaderConflictHandler conflictHandler)
          Constructor.
 

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

Subinterfaces of MDIComponent in com.tensegrity.gui.swing.document
 interface SwingMDIComponent
           This interface represents the complete responsibility of a Swing-based MDIComponent.
 

Classes in com.tensegrity.gui.swing.document that implement MDIComponent
 class DockMDIComponent
           This class implements a SwingMDIComponent with docking functionality.
 class FramedMDIComponent
          Internal frames MDI implementation (application owned sub-windows).
 class PanelMDIComponent
          Tabbed-Pane MDI implemention.
 class TabbedMDIComponent
          Tabbed-Pane MDI implementation.
 class WindowMDIComponent
          Tabbed-Pane MDI implemention.
 

Methods in com.tensegrity.gui.swing.document that return MDIComponent
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.
static MDIComponent MDIToolkit.getTabbedMDIComponent(ApplicationFrame applicationFrame, java.awt.Container targetContainer, MenuTool toolMenu, Command closeDocumentCommand)
          Deprecated. Use initTabbedMDIComponent instead!
static MDIComponent MDIToolkit.getSDIComponent(ApplicationFrame applicationFrame, java.awt.Container targetContainer, MenuTool toolMenu, Command closeDocumentCommand)
          Returns a SDI mdi component.
static MDIComponent MDIToolkit.initSDIComponent(PanelMDIComponent mdi, ApplicationFrame applicationFrame, java.awt.Container targetContainer, MenuTool toolMenu)
          Creates an instance of MDIComponent by creating a SingleDocumentInterface based control.
 

Methods in com.tensegrity.gui.swing.document with parameters of type MDIComponent
static javax.swing.JMenu MDIToolkit.createDocumentsMenu(MDIComponent mdi)
          Creates a documents-menu containing an entry for each mdi component.
 void MenuTool.setMDIComponent(MDIComponent component)
          Sets the MDIComponent that this instance is associated with.
 

Constructors in com.tensegrity.gui.swing.document with parameters of type MDIComponent
MenuTool(MDIComponent mdiComponent)
          Constructor creates a new MenuTool which initially has no menu and no map.
SwingGraphDocumentReader(Frame rootFrame, UIManager uiManager, MDIComponent mdiComponent, RepositoryContainer repositoryContainer, Preferences preferences, RuleRegistry defaultRegistry, LayoutController defaultLayoutController)
          Constructor
SwingGraphDocumentReader(Frame rootFrame, UIManager uiManager, MDIComponent mdiComponent, RepositoryContainer repositoryContainer, Preferences preferences, RuleRegistry defaultRegistry, LayoutController defaultLayoutController, GraphDocumentReaderConflictHandler conflictHandler)
          Constructor
 

Uses of MDIComponent in com.tensegrity.gui.swt.document
 

Subinterfaces of MDIComponent in com.tensegrity.gui.swt.document
 interface SwtMDIComponent
          Abstraction for the MDI (Multiple Document Interface) functionality.
 

Classes in com.tensegrity.gui.swt.document that implement MDIComponent
 class SwtTabbedMDIComponent
          TODO SGu (27.07.2005): Comment
 

Uses of MDIComponent in com.tensegrity.skeleton.swing
 

Fields in com.tensegrity.skeleton.swing declared as MDIComponent
 MDIComponent SwingApplicationFrame.mdiComponent
          This applications mdiComponent (tabbed style).
 

Methods in com.tensegrity.skeleton.swing that return MDIComponent
 MDIComponent SwingApplicationFrame.getMDIComponent()
          Returns the central component for this application frame.
 

Uses of MDIComponent in com.tensegrity.skeleton.swt
 

Methods in com.tensegrity.skeleton.swt that return MDIComponent
 MDIComponent SwtApplicationFrame.getMDIComponent()
           
 



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