Uses of Interface
com.tensegrity.generic.attribute.event.AttributableOnSetListener

Packages that use AttributableOnSetListener
com.tensegrity.composite.event Provides interfaces and classes for dealing with events fired by base composites. 
com.tensegrity.generic.attribute Contains interfaces that define the attribute framework and its associated exceptions. 
com.tensegrity.generic.attribute.event Provides interfaces and classes for dealing with different types of events fired and exceptions thrown by the attribute framework. 
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.graphics Contains basic classes and interfaces of the Tensegrity graphics framework.  
com.tensegrity.gui.container   
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.attributeeditor   
com.tensegrity.gui.swing.control.attributetable This package contains the AttributeTable implementation. 
com.tensegrity.gui.swing.control.attributetree   
com.tensegrity.gui.swing.control.tree This package contains the implementation for an Object Tree for VisualGraph objects. 
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.swt.control.attributetree   
com.tensegrity.gui.template   
 

Uses of AttributableOnSetListener in com.tensegrity.composite.event
 

Subinterfaces of AttributableOnSetListener in com.tensegrity.composite.event
 interface EventMediator
           The EventMediator facilitates to gain access to all CompositeLine events, Composite events, CompositeGroup events and CompositeView events.
 interface EventMediatorListener
           An EventMediatorListener is added as listener to a CompositeView and gains access to all occurring CompositeLine events, Composite events, CompositeGroup events and CompositeView events.
 

Classes in com.tensegrity.composite.event that implement AttributableOnSetListener
 class EventMediatorAdapter
          The EventMediatorAdapter class implements the EventMediatorListener interface and overrides all methods declared there with methods which have no functionality inside.
 

Uses of AttributableOnSetListener in com.tensegrity.generic.attribute
 

Methods in com.tensegrity.generic.attribute with parameters of type AttributableOnSetListener
 void GenericAttributableOnSet.addAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
           
 void GenericAttributableOnSet.removeAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
           
 void AttributableOnSetCollectionFeedback.addAttributableOnSetListener(AttributableOnSetListener aosListener)
          This method gets called when an AttributableOnSetListener instance is about to get added to the AttributableOnSetCollection the AttributableOnSetCollectionFeedback is associated to.
 void AttributableOnSetCollectionFeedback.addedAttributableOnSetListener(AttributableOnSetListener aosListener)
          This method gets called when an AttributableOnSetListener instance has been added to the AttributableOnSetCollection the AttributableOnSetCollectionFeedback is associated to.
 void AttributableOnSetCollectionFeedback.removeAttributableOnSetListener(AttributableOnSetListener aosListener)
          This method gets called when an AttributableOnSetListener instance is about to get removed from the AttributableOnSetCollection the AttributableOnSetCollectionFeedback is associated to.
 void AttributableOnSetCollectionFeedback.removedAttributableOnSetListener(AttributableOnSetListener aosListener)
          This method gets called when an AttributableOnSetListener instance has been removed from the AttributableOnSetCollection the AttributableOnSetCollectionFeedback is associated to.
 void AttributableOnSet.addAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
          Adds a listener to the attributable on set instance.
 void AttributableOnSet.removeAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
          Removes a listener from the attributable on set instance.
 void AttributableOnSetCollection.addAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
           
 void AttributableOnSetCollection.removeAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
           
 

Uses of AttributableOnSetListener in com.tensegrity.generic.attribute.event
 

Classes in com.tensegrity.generic.attribute.event that implement AttributableOnSetListener
 class AttributableOnSetEventMultiplexer
          Multiplexer for AttributableOnSetEvents.
 

Methods in com.tensegrity.generic.attribute.event that return AttributableOnSetListener
static AttributableOnSetListener AttributableOnSetEventMultiplexer.multiplex(AttributableOnSetListener a, AttributableOnSetListener b)
          Combines the two given listeners.
static AttributableOnSetListener AttributableOnSetEventMultiplexer.unmultiplex(AttributableOnSetListener a, AttributableOnSetListener b)
          Separates the two given listeners and returns the 'root'-listener.
 

Methods in com.tensegrity.generic.attribute.event with parameters of type AttributableOnSetListener
static AttributableOnSetListener AttributableOnSetEventMultiplexer.multiplex(AttributableOnSetListener a, AttributableOnSetListener b)
          Combines the two given listeners.
static AttributableOnSetListener AttributableOnSetEventMultiplexer.unmultiplex(AttributableOnSetListener a, AttributableOnSetListener b)
          Separates the two given listeners and returns the 'root'-listener.
 

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

Methods in com.tensegrity.graph.layout.controller with parameters of type AttributableOnSetListener
 void LayoutController.addAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
           
 void LayoutController.removeAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
           
 

Uses of AttributableOnSetListener in com.tensegrity.graph.view
 

Methods in com.tensegrity.graph.view with parameters of type AttributableOnSetListener
 void VisualGraph.addAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
          Adds an attributeableOnSetListener to track attribute changes in all the elements of this VisualGraph.
 void VisualGraph.removeAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
          Removes an attributeableOnSetListener to track attribute changes in all the elements of this VisualGraph.
 

Uses of AttributableOnSetListener in com.tensegrity.graphics
 

Fields in com.tensegrity.graphics declared as AttributableOnSetListener
protected  AttributableOnSetListener AbstractPrimitive.attributableOnSetListener
          instance variable that holds the AttributableOnSetListeners currently registered at the Primitive.
 

Methods in com.tensegrity.graphics with parameters of type AttributableOnSetListener
 void AbstractPrimitive.addAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
           
 void AbstractPrimitive.removeAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
           
 

Uses of AttributableOnSetListener in com.tensegrity.gui.container
 

Methods in com.tensegrity.gui.container with parameters of type AttributableOnSetListener
 void HiddenSlidesAttributableOnSet.addAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
           
 void HiddenSlidesAttributableOnSet.removeAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
           
 

Uses of AttributableOnSetListener in com.tensegrity.gui.graphdocument
 

Subinterfaces of AttributableOnSetListener in com.tensegrity.gui.graphdocument
 interface ModifiedVisualGraphListener
          The ModifiedVisualGraphListener combines all listener interfaces to be able to track all sort of changes of a VisualGraph.
 

Classes in com.tensegrity.gui.graphdocument that implement AttributableOnSetListener
 class ModifiedVisualGraphAdapter
          An Adapter to track changes of a visualgraph.
 

Methods in com.tensegrity.gui.graphdocument with parameters of type AttributableOnSetListener
 void ElementDefinitionUtil.RenameAttributable.addAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
           
 void ElementDefinitionUtil.RenameAttributable.removeAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
           
 

Uses of AttributableOnSetListener in com.tensegrity.gui.swing.control.attributeeditor
 

Methods in com.tensegrity.gui.swing.control.attributeeditor with parameters of type AttributableOnSetListener
 void EditorStateAttributableOnSet.addAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
           
 void EditorStateAttributableOnSet.removeAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
           
 

Uses of AttributableOnSetListener in com.tensegrity.gui.swing.control.attributetable
 

Classes in com.tensegrity.gui.swing.control.attributetable that implement AttributableOnSetListener
 class PreferenceTable
          This is an overridden SwingAttributeTable to fit the needs for displaying Preference value-key-pairs.
 class SwingAttributeTable
           Class SwingAttributeTable is a Swing-based implementation of the AttributeTable interface.
 

Uses of AttributableOnSetListener in com.tensegrity.gui.swing.control.attributetree
 

Classes in com.tensegrity.gui.swing.control.attributetree that implement AttributableOnSetListener
 class AttributeTreeModel
          The TableModel for the AttributeTree
 

Methods in com.tensegrity.gui.swing.control.attributetree with parameters of type AttributableOnSetListener
 void AttributeTreeCategory.addAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
           
 void AttributeTreeCategory.removeAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
           
 

Uses of AttributableOnSetListener in com.tensegrity.gui.swing.control.tree
 

Classes in com.tensegrity.gui.swing.control.tree that implement AttributableOnSetListener
 class TreeOutliner
           The TreeOutliner outlines the content of Documents in a tree representation.
 

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

Classes in com.tensegrity.gui.swing.dialog.graphtools that implement AttributableOnSetListener
 class GraphLayoutDialog
          The graph layout dialog is defined in this class.
 

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

Classes in com.tensegrity.gui.swing.document that implement AttributableOnSetListener
 class SwingTemplateDocument
          The SwingTemplateDocument implements the document to be used when creating Templates.
 

Uses of AttributableOnSetListener in com.tensegrity.gui.swt.control.attributetree
 

Classes in com.tensegrity.gui.swt.control.attributetree that implement AttributableOnSetListener
 class CopyOfSwtAttributeTable
          This class is a SWT implementation of the AttributeTable definition.
 class SwtAttributeTreeModel
           The model for the SwtAttributeTree.
 

Uses of AttributableOnSetListener in com.tensegrity.gui.template
 

Subinterfaces of AttributableOnSetListener in com.tensegrity.gui.template
 interface TemplateDocument
           Interface TemplateDocument is responsible for creating templates of repository items and new composites.
 

Classes in com.tensegrity.gui.template that implement AttributableOnSetListener
 class TemplateRepositoryItem
          The class TemplateRepositoryItem represents an icon in a RepositoryItemPanel for a template.
 

Fields in com.tensegrity.gui.template declared as AttributableOnSetListener
protected  AttributableOnSetListener TemplateAttributableOnSet.attributableOnSetListener
          Listener instance for the attributableonset implementation.
 

Methods in com.tensegrity.gui.template with parameters of type AttributableOnSetListener
 void TemplateAttributableOnSet.removeAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
           
 void TemplateAttributableOnSet.addAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
           
 void AttributableOnSetList.addAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
          Adds the given listener to *all* listed Attributable's.
 void AttributableOnSetList.removeAttributableOnSetListener(AttributableOnSetListener attributableOnSetListener)
          Remove the given listener from *all* listed Attributable's.
 



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