Uses of Interface
com.tensegrity.gui.Evaluable

Packages that use Evaluable
com.tensegrity.application This package contains the main interfaces and meta classes for the skeleton framework.  
com.tensegrity.gui.component The component package contains the basic abstractions for components used within a Graph application, such as GraphApplication, StatusBar, AttributeTable and ObjectTreePanel.  
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 This package contains specific controls used within dialogs, such as the IntegerTextField, ProgressBar and SpinButton.  
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.multiselect This package contains the MultiSelectPanel and MultiSelectComboBox implementation. 
com.tensegrity.gui.swing.control.slidepanel This package contains our SlidePanel implementation. 
com.tensegrity.gui.swing.control.tree This package contains the implementation for an Object Tree for VisualGraph objects. 
com.tensegrity.gui.swing.dialog This package contains several Dialog implementations, such as a ColorChooser for the three Format types (Paint, Stroke, Font) of the Graphics API.  
com.tensegrity.gui.swing.dialog.graphtools   
com.tensegrity.gui.swing.dialog.panel The package for all format panel implementations. 
com.tensegrity.gui.swing.dialog.ruleeditor   
com.tensegrity.gui.swing.dock.core   
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.swing.print   
com.tensegrity.gui.swing.repository The repository package contains classes for the creation of a repository control.  
com.tensegrity.gui.swt.control   
com.tensegrity.gui.swt.control.attributetree   
com.tensegrity.gui.swt.control.panels   
com.tensegrity.gui.swt.dialog   
com.tensegrity.gui.swt.dialog.graphfilechooser   
com.tensegrity.gui.swt.dialog.graphtools   
com.tensegrity.gui.swt.document   
com.tensegrity.gui.swt.graph   
com.tensegrity.gui.template   
com.tensegrity.skeleton.swing The Swing based implementation of the skeleton framework. 
com.tensegrity.skeleton.swt   
 

Uses of Evaluable in com.tensegrity.application
 

Classes in com.tensegrity.application that implement Evaluable
 class ApplicationFrame
           Class ApplicationFrame represents an abstract implementation representing a GUI of an Application.
 

Uses of Evaluable in com.tensegrity.gui.component
 

Subinterfaces of Evaluable in com.tensegrity.gui.component
 interface Applet
          The Applet interface defines the basic behaviour of java based application executing within a webpage of a browser. this must not necessarily be supported by other GUI librarys.
 interface AttributeTable
           The interface AttributeTable is a GUI component designed to display an AttributeSet.
 interface AttributeTree
           This interface specifies the responsibilities of user interface components which render and edit Attribute instances in a treelike fashion.
 interface BasicComponent
           This class specifies a basic user interface component which is Evaluable, has a size and is able to repaint itself.
 interface Frame
          The Frame interface defines the basic behavior of a Frame a like component.
 interface Menu
          An empty marker interface for Menu's.
 interface MenuBar
          Interface for MenuBars.
 interface ObjectTreePanel
          Interface for a Panel which may display a ObjectTree for the current selected (Graph)-Document.
 interface PopupMenuMarkup
          The PopupMenuMarkup interface is meant as mark up interface for all sort of SwingPopupMenu related implementations.
 interface StatusBar
           Interface StatusBar defines how client code may interact with a feedback window holding information such as the currently executed command, the current time, encoding and size of the view in a certain metric, mode names and current mouse position.
 interface ToolBar
          The interface for a toolbar as used in applications to give users a shortcut to commands.
 

Uses of Evaluable in com.tensegrity.gui.document
 

Subinterfaces of Evaluable 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 Evaluable
 class MDIDelegate
          This class is a delegate wrapper for the mdi documents class.
 

Uses of Evaluable in com.tensegrity.gui.graphdocument
 

Subinterfaces of Evaluable in com.tensegrity.gui.graphdocument
 interface GraphPanel
          This class represents the drawing-area for graphs in abstract form.
 

Uses of Evaluable in com.tensegrity.gui.swing.control
 

Classes in com.tensegrity.gui.swing.control that implement Evaluable
 class AnchorComboBox
          AnchorComboBox
 class AppletStatusBar
          The AppletStatusBar can be used as StatusBar while being in an AppletContext.
 class ColorComboBox
           This class implements a ComboBox which lets a user select from 64 predefined colors layouted in a multi select popup matrix of 8x8 fields.
 class ExtendedJFrame
          This class is derived from JFrame and make the setRootPane method visible.
 class GradientComboBox
          The GradientComboBox allows users to select from various predefined Gradient styles.
 class MarkerComboBox
          The MarkerComboBox is a ComboBox filled with Marker Formats.
 class PaintFormatComboBox
          This class is the abstract class for all type of PaintFormat related ComboBox controls.
 class PatternComboBox
          The PatternComboBox allows users to select from various predefined Patterns.
 class PopupMenu
          The SwingPopupMenu implementation extends the default swing implementation about the feature to check whether menu items should be en- or disabled according to the state of the associated item.
 class RasterComboBox
          RasterComboBox
 class StrokeFormatComboBox
          The StrokeFormatComboBox is a ComboBox for all types of StrokeFormat's.
 class SwingMenu
          The custom Menu class which is capable of changing the icons of the MenuItems according to the current LookAndFeel.
 class SwingMenuBar
          The SwingMenuBar is a JMenuBar based implementation of the MenuBar interface.
 class SwingStatusBar
          the state bar displays the following informations:
- a message text that is displayed for a certain time
 class SwingToolBar
          This SwingToolBar keeps care of its components when it comes to switching languages.
 class TextureComboBox
          The TextureComboBox is meant to allow users to select from a list of predefined textures to be used as fill type.
 

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

Classes in com.tensegrity.gui.swing.control.attributeeditor that implement Evaluable
static class SwingAttributeEditorComponents.AnchorBox
           A MultiSelectComboBox-based control to render values of type Raster.
static class SwingAttributeEditorComponents.ColorBox
          Color combo box
static class SwingAttributeEditorComponents.RasterBox
           A MultiSelectComboBox-based control to render values of type Raster.
 

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

Classes in com.tensegrity.gui.swing.control.attributetable that implement Evaluable
 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 Evaluable in com.tensegrity.gui.swing.control.attributetree
 

Classes in com.tensegrity.gui.swing.control.attributetree that implement Evaluable
 class DefaultSwingAttributeTreePopupMenuSource
           DefaultSwingAttributeTreePopupMenuSource
 class SwingAttributeTree
           As the name would suggest, The SwingAttributeTree class is a Swing-based implementation of the AttributeTree interface.
 

Uses of Evaluable in com.tensegrity.gui.swing.control.multiselect
 

Classes in com.tensegrity.gui.swing.control.multiselect that implement Evaluable
 class MultiSelectComboBox
          A MultiSelectComboBox follows the general principle of a combobox but offers the possibility to use a different component as list.
 

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

Classes in com.tensegrity.gui.swing.control.slidepanel that implement Evaluable
 class Slide
          This class represents a single slide.
 class SlidePanel
           A SlidePanel is a generic parent container for multiple child container windows.
 class SlideTitle
          This class represents a single title line including buttons.
 

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

Classes in com.tensegrity.gui.swing.control.tree that implement Evaluable
 class SwingObjectTreePanel
          The SwingObjectTreePanel is the Container for a TreeOutliner.
 class TreeOutliner
           The TreeOutliner outlines the content of Documents in a tree representation.
 

Uses of Evaluable in com.tensegrity.gui.swing.dialog
 

Classes in com.tensegrity.gui.swing.dialog that implement Evaluable
 class AboutDialog
          The AboutDialog is a simple JDialog implementation displaying an image and some copyright information.
 class AttributableOnSetDialog
          Dialog to show and edit the visibility and write protection of attributes.
 class AttributesEditorStateDialog
          Dialog to show and edit the visibility and write protection of attributes.
 class BaseDialog
          The BaseDialog is a base class for good looking dialogs.
 class ColorFormatDialog
          The dialog implementation for the FormatColor Panel.
 class CustomAttributesDialog
          CustomAttributesDialog allows the user to add (custom) attributes to the selected elements.
 class ElementConflictDialog
          ElementConflictDialog The ElementConflictDialog is used to resolve conflicts between rules or layout contexts in a document and rules or layout contexts that are indirectly added to the document through pasted or dragged elements.
 class GeometryHintsDialog
          The GeometryHintsDialog allows users to specify Hints concerning the geometry of an object.
 class OpenFileConflictDialog
          OpenFileConflictDialog
 class OptionDialog
          The OptionDialog class is a generic dialog implementation which enables you to quickly create a Dialog which lets users decide between several options.
 class PreferenceDialog
           This dialog offers a view on the attributes stored in a Preferences object.
 class PropertiesDialog
          Dialog to show the properties of one or more AttributableOnSets.
 class ShapeFormatDialog
          The ShapeFormatDialog is meant to allow the formatting of shapes in general.
 class StyleDialog
           The StyleEditor is a JDialog based implementation to allow users to create, modify and delete currently loaded style elements of a GraphApplication.
 class TextInputDialog
          BaseDialog implementation to replace the JOptionPane input dialog with the Tensegrity dialog for entering single row texts.
 class ZoomDialog
          The ZoomDialog offers several predefined zoom options and a slider to set a custom zoom value.
 

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

Classes in com.tensegrity.gui.swing.dialog.graphtools that implement Evaluable
 class GraphCreationDialog
          The graph creation dialog is defined in this class.
 class GraphLayoutDialog
          The graph layout dialog is defined in this class.
 class GraphLayoutReportDialog
          The graph layout report dialog is defined in this class.
 class LayoutContextSelectionDialog
           
 

Uses of Evaluable in com.tensegrity.gui.swing.dialog.panel
 

Classes in com.tensegrity.gui.swing.dialog.panel that implement Evaluable
 class AbstractFormat
          The AbstractFormat class describes the basic behavior of a FormatPanel.
 class FormatColor
          The PaintFormat panel allows users to select colors.
 class FormatFont
          FormatFont is a panel which allows the selection of a font.
 class FormatMarker
          The FormatMarker is the configuration panel for a MarkerFormat.
 class FormatPaint
          The FormatPaint panel combines all sort of fill styles yet available.
 class FormatStroke
          The FormatStroke panel allows the user to select from a predefined list of stroke types.
 class FormatStyle
          Panel for Displaying and modifying StyleDescriptors.
 class GeometryHintsPanel
          The GeometryHintsPanel contains all the required controls to create and manipulate Hints.
 class Panel
          The class Panel is meant as base class for all Panel type implementations.
 

Uses of Evaluable in com.tensegrity.gui.swing.dialog.ruleeditor
 

Classes in com.tensegrity.gui.swing.dialog.ruleeditor that implement Evaluable
 class RuleEditorDialog
           RuleEditorDialog
 class RuleEditorDialogOld
          Deprecated. Use RuleEditorDialog instead.
 

Uses of Evaluable in com.tensegrity.gui.swing.dock.core
 

Classes in com.tensegrity.gui.swing.dock.core that implement Evaluable
 class TabPane
          Docking framework.
 

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

Subinterfaces of Evaluable 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 Evaluable
 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.
 

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

Classes in com.tensegrity.gui.swing.graph that implement Evaluable
 class SwingGraphPanel
          This class represents the drawing-area swing component for graphs.
 

Uses of Evaluable in com.tensegrity.gui.swing.print
 

Classes in com.tensegrity.gui.swing.print that implement Evaluable
 class PageSetupDialog
           The PageSetupDialog class allows users to select the actual mode how to print views.
 class PrintPreviewPanel
          The class PrintPreviewPanel implements a Panel which can be used to preview VisualGraphView instances for printing devices.
 

Uses of Evaluable in com.tensegrity.gui.swing.repository
 

Classes in com.tensegrity.gui.swing.repository that implement Evaluable
 class ActionRepositoryItem
          ActionRepositoryItem.java
 class RepositoryItemPanel
          The RepositoryItemPanel is a container for SlideIcons, CompositeIcons and all icon types used to offer all sorts of formatting, components, layout elements in a application.
 class VisualGraphObjectRepositoryItem
           The VisualGraphObjectRepositoryItem is used to display a VisualGraphObject into a JLabel and can be used within any context of the java swing API.
 

Uses of Evaluable in com.tensegrity.gui.swt.control
 

Classes in com.tensegrity.gui.swt.control that implement Evaluable
 class ExtendedShell
           This class extends the Shell class in order to make it benefit from the Frame interface.
 class SwtMenuBar
           This class provides a default implementation of the MenuBar interface to be used in a SWT context.
 class SwtPopupMenu
           This is the "SWT" implementation of the PopupMenuMarkup interface.
 class SwtToolBar
           This is the SWT implementation of the ToolBar interface.
 

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

Classes in com.tensegrity.gui.swt.control.attributetree that implement Evaluable
 class CopyOfSwtAttributeTable
          This class is a SWT implementation of the AttributeTable definition.
 class SwtAttributeTree
           SwtAttributeTree is the SWT counterpart to the SwingAttributeTree class.
 class SwtPreferenceTree
           DO NOT USE THIS CLASS!!!
 

Uses of Evaluable in com.tensegrity.gui.swt.control.panels
 

Classes in com.tensegrity.gui.swt.control.panels that implement Evaluable
 class PreferencesPanel
           This panel is for displaying and editing preference attributes.
 

Uses of Evaluable in com.tensegrity.gui.swt.dialog
 

Classes in com.tensegrity.gui.swt.dialog that implement Evaluable
 class SwtAttributableOnSetDialog
          TODO IMPLEMENT THIS DIALOG
 class SwtBaseDialog
          The SwtBaseDialog is a base class for good looking dialogs in the SWT context.
 class SWTElementConflictDialog
          TODO IMPLEMENT THIS DIALOG!!!
 class SwtInputDialog
           An SwtInputDialog is a dialog containing a text area for the user input, one Ok button and one Cancel button.
 class SwtOpenFileConflictDialog
          TODO - IMPLEMENT THIS DIOALOG !
 class SwtPreferencesDialog
          NOTE:DO NOT USE THIS CLASS IT IS STILL UNDER CONSTRUCTION!!!
 

Uses of Evaluable in com.tensegrity.gui.swt.dialog.graphfilechooser
 

Classes in com.tensegrity.gui.swt.dialog.graphfilechooser that implement Evaluable
 class SwtGraphFileChooserDialog
           This class should be used within the Tensegrity Framework in the SWT context instead of the swt FileDialog class.
 

Uses of Evaluable in com.tensegrity.gui.swt.dialog.graphtools
 

Classes in com.tensegrity.gui.swt.dialog.graphtools that implement Evaluable
 class SwtGraphCreationDialog
           The graph creation dialog is defined in this class.
 

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

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

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

Classes in com.tensegrity.gui.swt.graph that implement Evaluable
 class SwtGraphPanel
           This class represents the drawing-area swt-component for graphs.
 

Uses of Evaluable in com.tensegrity.gui.template
 

Classes in com.tensegrity.gui.template that implement Evaluable
 class TemplateRepositoryItem
          The class TemplateRepositoryItem represents an icon in a RepositoryItemPanel for a template.
 class TemplateRepositoryItemPanel
          The TemplateRepositoryItemPanel is a panel for TemplateRepositoryItems.
 

Uses of Evaluable in com.tensegrity.skeleton.swing
 

Classes in com.tensegrity.skeleton.swing that implement Evaluable
 class SwingApplet
          Applet Wrapper that starts the FrameApplication Subclasses have to assign a valid instance of a SwingApplicationFrame to the graphFrame member variable of this class in the method SwingApplet.init().
 class SwingApplicationFrame
          The Swing based ApplicationFrame implementation.
 

Uses of Evaluable in com.tensegrity.skeleton.swt
 

Classes in com.tensegrity.skeleton.swt that implement Evaluable
 class SwtApplicationFrame
           This is the SWT-based implementation of ApplicationFrame.
 



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