Uses of Interface
com.tensegrity.generic.util.Observable

Packages that use Observable
com.tensegrity.composite The Tensgrity Graph Framework supports complex visual representations of nodes and edges.  
com.tensegrity.generic.util Core classes for tensegrity-software packages.  
com.tensegrity.graph.controller Graph Controller specification.  
com.tensegrity.graph.layout.controller The controller package contains several concrete implementations of abstract class LayoutController which can be used in many common applications.  
com.tensegrity.graph.view Contains the graph view interface.  
com.tensegrity.gui.document Contains the interfaces for document types and the framework which maintains such documents.  
com.tensegrity.gui.graphdocument This package contains the GraphDocument interface, a Factory for creating such documents as well as a definition for a panel which may hold such documents.  
com.tensegrity.gui.swing.control.slidepanel This package contains our SlidePanel implementation. 
com.tensegrity.gui.swing.dialog.graphtools   
com.tensegrity.gui.swing.document This package contains all of the current document implementations for use in a swing-based environment.  
com.tensegrity.gui.swing.graph The graph package contains the two panels required for the SwingGraphDocument, a NavigatorPanel and several components for the inplace editing supported by the SwingGraphPanel.  
com.tensegrity.gui.swt.document   
com.tensegrity.gui.swt.graph   
com.tensegrity.skeleton.container.swing The swing implementations of all currently available ToolContainer types. 
com.tensegrity.skeleton.container.swt   
com.tensegrity.skeleton.swing The Swing based implementation of the skeleton framework. 
com.tensegrity.skeleton.swt   
 

Uses of Observable in com.tensegrity.composite
 

Subinterfaces of Observable in com.tensegrity.composite
 interface CompositeNavigatorProvider
           The CompositeNavigatorProvider interface defines a role which provides a CompositeNavigator with all of the BaseComposite objects it should display.
 interface CompositeView
           This interface represents the top-level BaseCompositeContainer in a tree of like-kind containers.
 

Uses of Observable in com.tensegrity.generic.util
 

Classes in com.tensegrity.generic.util that implement Observable
 class DefaultObservable
          The class DefaultObservable is meant as a notification-delegator.
 

Methods in com.tensegrity.generic.util with parameters of type Observable
 void Observer.update(Observable observable, java.lang.Object arg)
          The callback method of an observer that is invoked by the Observable each time the state has changed.
 

Uses of Observable in com.tensegrity.graph.controller
 

Subinterfaces of Observable in com.tensegrity.graph.controller
 interface GraphController
           The interface GraphController defines the behavior for classes responsible for notifying Graph and VisualGraphView objects about changes that have taken place in both a model and in a view.
 

Uses of Observable in com.tensegrity.graph.layout.controller
 

Fields in com.tensegrity.graph.layout.controller declared as Observable
protected  Observable LayoutController.observable
          layout observer to update view during animation.
 

Uses of Observable in com.tensegrity.graph.view
 

Subinterfaces of Observable in com.tensegrity.graph.view
 interface VisualGraphView
           This interface defines a view of a Graph model as well but adds additional functional specifications.
 

Uses of Observable in com.tensegrity.gui.document
 

Subinterfaces of Observable in com.tensegrity.gui.document
 interface MDIComponent
           This interface specifies the functionality of an MDI (Multiple Document Interface) holder.
 

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

Methods in com.tensegrity.gui.document that return Observable
 Observable MDIDelegate.getObservable()
           
 Observable MDIComponent.getObservable()
          Returns the Observable instance.
 

Methods in com.tensegrity.gui.document with parameters of type Observable
 void MDIDelegate.setObservable(Observable observable)
           
abstract  void AbstractDocument.update(Observable o, java.lang.Object arg)
          Triggers a repaint.
 void MDIComponent.setObservable(Observable observable)
          Sets an observable.
 

Uses of Observable in com.tensegrity.gui.graphdocument
 

Methods in com.tensegrity.gui.graphdocument with parameters of type Observable
 void GraphPanel.update(Observable o, java.lang.Object arg)
          This method is called by the observable that registered this instance as observers.
 

Uses of Observable in com.tensegrity.gui.swing.control.slidepanel
 

Methods in com.tensegrity.gui.swing.control.slidepanel with parameters of type Observable
 void SlidePanel.update(Observable o, java.lang.Object arg)
          Triggers layout of this component.
 void Slide.update(Observable o, java.lang.Object arg)
          Triggers layout of this component.
 

Uses of Observable in com.tensegrity.gui.swing.dialog.graphtools
 

Methods in com.tensegrity.gui.swing.dialog.graphtools with parameters of type Observable
 void GraphLayoutDialog.update(Observable o, java.lang.Object arg)
           
 

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

Subinterfaces of Observable 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 Observable
 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 Observable
 Observable FramedMDIComponent.getObservable()
          Returns the internally manages Observable instance.
 Observable WindowMDIComponent.getObservable()
           
 Observable PanelMDIComponent.getObservable()
           
 Observable DockMDIComponent.getObservable()
           
 Observable TabbedMDIComponent.getObservable()
           
 

Methods in com.tensegrity.gui.swing.document with parameters of type Observable
 void NavigatorDocument.update(Observable o, java.lang.Object arg)
           
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.
 void FramedMDIComponent.setObservable(Observable observable)
           
 void WindowMDIComponent.setObservable(Observable observable)
           
 void PanelMDIComponent.setObservable(Observable observable)
           
 void DockMDIComponent.setObservable(Observable observable)
           
 void SwingGraphDocument.update(Observable o, java.lang.Object arg)
           
 void MenuTool.update(Observable o, java.lang.Object arg)
          Invoked when active document changes.
 void TabbedMDIComponent.setObservable(Observable observable)
           
 void SwingDocument.update(Observable o, java.lang.Object arg)
           
 

Uses of Observable in com.tensegrity.gui.swing.graph
 

Methods in com.tensegrity.gui.swing.graph with parameters of type Observable
 void SwingGraphPanel.update(Observable o, java.lang.Object arg)
          This method is called by the observable that registered this instance as observers.
 void NavigatorPanel.update(Observable o, java.lang.Object arg)
           
 void LayoutObserver.update(Observable observable, java.lang.Object arg)
          This callback is invoked if the layoutservice returned STATUS_PARTIAL.
 void SwingGraphPanelLayoutObserver.update(Observable observable, java.lang.Object arg)
          This callback is invoked if the layoutservice returned STATUS_PARTIAL.
 

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

Subinterfaces of Observable 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 Observable
 class SwtTabbedMDIComponent
          TODO SGu (27.07.2005): Comment
 

Methods in com.tensegrity.gui.swt.document that return Observable
 Observable SwtTabbedMDIComponent.getObservable()
           
 

Methods in com.tensegrity.gui.swt.document with parameters of type Observable
 void SwtTabbedMDIComponent.setObservable(Observable observable)
           
 void SwtDocument.update(Observable o, java.lang.Object arg)
           
 

Uses of Observable in com.tensegrity.gui.swt.graph
 

Methods in com.tensegrity.gui.swt.graph that return Observable
protected  Observable ObserverRunnable.getObservable()
          Provides access to the Observable.
 

Methods in com.tensegrity.gui.swt.graph with parameters of type Observable
 void SwtNavigator.update(Observable observable, java.lang.Object arg)
           
 void SwtGraphPanelLayoutObserver.update(Observable observable, java.lang.Object arg)
          This callback is invoked if the layoutservice returned STATUS_PARTIAL.
 void SwtGraphPanel.update(Observable o, java.lang.Object arg)
           
 

Constructors in com.tensegrity.gui.swt.graph with parameters of type Observable
ObserverRunnable(Observable o, java.lang.Object arg)
           Initializes instances of ObserverRunnable with the passed Observable information.
 

Uses of Observable in com.tensegrity.skeleton.container.swing
 

Methods in com.tensegrity.skeleton.container.swing with parameters of type Observable
 void SwingNavigatorContainer.update(Observable observable, java.lang.Object arg)
          Delegates all calls to the internal NavigatorPanel.
 

Uses of Observable in com.tensegrity.skeleton.container.swt
 

Methods in com.tensegrity.skeleton.container.swt with parameters of type Observable
 void SwtNavigatorContainer.update(Observable observable, java.lang.Object arg)
           
 

Uses of Observable in com.tensegrity.skeleton.swing
 

Methods in com.tensegrity.skeleton.swing with parameters of type Observable
 void SwingApplicationFrame.NavigatorUpdater.update(Observable o, java.lang.Object arg)
           
 

Uses of Observable in com.tensegrity.skeleton.swt
 

Methods in com.tensegrity.skeleton.swt with parameters of type Observable
 void SwtApplicationFrame.NavigatorUpdater.update(Observable o, java.lang.Object arg)
           
 



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