Uses of Interface
com.tensegrity.gui.swing.JPopupMenuSource

Packages that use JPopupMenuSource
com.tensegrity.gui.swing The package is the container for all swing-related gui classes and interfaces.  
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.attributetable This package contains the AttributeTable implementation. 
com.tensegrity.gui.swing.control.attributetree   
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.document This package contains all of the current document implementations for use in a swing-based environment.  
com.tensegrity.skeleton.container.swing The swing implementations of all currently available ToolContainer types. 
com.tensegrity.skeleton.swing The Swing based implementation of the skeleton framework. 
com.tensegrity.skeleton.swing.launch This package contains all (mainly swing based) LaunchTask implementations used by the SwingApplicationFrame.  
com.tensegrity.skeleton.swt   
 

Uses of JPopupMenuSource in com.tensegrity.gui.swing
 

Subinterfaces of JPopupMenuSource in com.tensegrity.gui.swing
 interface JPopupMenuSourceWithUpdateUI
          A JPopupMenuSourceWithRebuild is not only a popup menu source, but also can be asked to rebuild its popup menu upon a change of the UI.
 

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

Methods in com.tensegrity.gui.swing.control that return JPopupMenuSource
protected  JPopupMenuSource MenuTabbedPane.getPopupMenuSource(java.awt.Component comp)
          Internal method to retrieve the PopupMenu for a component.
 

Methods in com.tensegrity.gui.swing.control with parameters of type JPopupMenuSource
 java.awt.Component MenuTabbedPane.add(java.lang.String title, java.awt.Component c, JPopupMenuSource menu)
          Adds a component to this MenuTabbedPane with the specific title and menu.
 void MenuTabbedPane.setPopupMenuSourceAt(int index, JPopupMenuSource popupmenusource)
          Sets the PopupMenu at index to menu which must greater or equal to 0 and menu not null.
 

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

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

Classes in com.tensegrity.gui.swing.control.attributetree that implement JPopupMenuSource
 class DefaultSwingAttributeTreePopupMenuSource
           DefaultSwingAttributeTreePopupMenuSource
 

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

Methods in com.tensegrity.gui.swing.control.slidepanel that return JPopupMenuSource
 JPopupMenuSource SlideTitle.getPopupMenuSource()
          Returns the JPopupMenuSource or null if none is set.
 

Methods in com.tensegrity.gui.swing.control.slidepanel with parameters of type JPopupMenuSource
 int SlidePanel.addSlideComponent(java.lang.String id, javax.swing.JComponent component, javax.swing.Action action, JPopupMenuSource popupmenusource)
          Adds a new slide component to the slidepanel.
 int SlidePanel.addSlideComponent(java.lang.String id, javax.swing.JComponent component, javax.swing.Action action, JPopupMenuSource popupmenusource, boolean scrollable, int vertScrollbarPolicy, int horzScrollbarPolicy)
          Adds a new slide component to the slidepanel.
 int SlidePanel.addSlideComponent(java.lang.String id, javax.swing.JComponent component, javax.swing.Action action, JPopupMenuSource popupmenusource, boolean scrollable, int vertScrollbarPolicy, int horzScrollbarPolicy, int position)
          This version of addSlideComponent allows you to specify the position, where the slide will be added in the list of the current slides.
 

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

Classes in com.tensegrity.gui.swing.control.tree that implement JPopupMenuSource
 class SwingObjectTreePanel
          The SwingObjectTreePanel is the Container for a TreeOutliner.
 

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

Classes in com.tensegrity.gui.swing.document that implement JPopupMenuSource
 class PanelMDIComponent
          Tabbed-Pane MDI implemention.
 class TabbedMDIComponent
          Tabbed-Pane MDI implementation.
 

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

Methods in com.tensegrity.skeleton.container.swing with parameters of type JPopupMenuSource
 void SwingAttributeTreeContainer.init(java.lang.String titleResourceKey, JPopupMenuSource popupMenuSource)
          Initializes this container by creating a new AttributeTree (based on the SwingAttributeTree implementation.
 void SwingAttributeTreeContainer.init(java.lang.String titleResourceKey, JPopupMenuSource popupMenuSource, java.lang.String attributeEditorPropertiesFilename)
          Initializes this container by creating a new AttributeTree (based on the SwingAttributeTree implementation.
 

Constructors in com.tensegrity.skeleton.container.swing with parameters of type JPopupMenuSource
SwingAttributeTreeContainer(ApplicationFrame applicationFrame, JPopupMenuSource popupMenuSource)
          Creates the SwingAttributeTableContainer for the given ApplicationFrame and the hardwired helpID "attributetree".
SwingAttributeTreeContainer(ApplicationFrame applicationFrame, java.lang.String keyTitle, JPopupMenuSource popupMenuSource)
          Creates the SwingAttributeTableContainer for the given ApplicationFrame and the hardwired helpID "attributetree".
SwingAttributeTreeContainer(ApplicationFrame applicationFrame, java.lang.String keyTitle, JPopupMenuSource popupMenuSource, java.lang.String attributeEditorPropertiesFilename)
          Creates the SwingAttributeTableContainer for the given ApplicationFrame and the hardwired helpID "attributetree".
 

Uses of JPopupMenuSource in com.tensegrity.skeleton.swing
 

Classes in com.tensegrity.skeleton.swing that implement JPopupMenuSource
 class SwingGraphPanelPopupMenuSource
          This class provides the popup menus for the drawing areas.
 

Uses of JPopupMenuSource in com.tensegrity.skeleton.swing.launch
 

Methods in com.tensegrity.skeleton.swing.launch that return JPopupMenuSource
protected  JPopupMenuSource LayoutToolsLaunchTask.getPopupMenuSource()
          Returns the popupmenu source that should be used for the top level slide.
 

Uses of JPopupMenuSource in com.tensegrity.skeleton.swt
 

Classes in com.tensegrity.skeleton.swt that implement JPopupMenuSource
 class SwtGraphPanelPopupMenuSource
          This class provides the popup menus for the drawing areas.
 



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