Uses of Interface
t3.portfolios.PortfolioCommonBehaviour

Packages that use PortfolioCommonBehaviour
t3.portfolios   
t3.portfolios.commonbehaviours   
t3.portfolios.swing   
 

Uses of PortfolioCommonBehaviour in t3.portfolios
 

Fields in t3.portfolios declared as PortfolioCommonBehaviour
 PortfolioCommonBehaviour Portfolio.commonBehaviour
           
 

Constructors in t3.portfolios with parameters of type PortfolioCommonBehaviour
JotterPortfolio(PortfolioServer t3, Portfolio parent, PortfolioCommonBehaviour c, int jotterTileWidth, int jotterTileHeight, int jotterTileFlags)
           
PlainPortfolio(PortfolioServer t3, Portfolio parent, PortfolioCommonBehaviour c, java.awt.Color cc, int jotterTileFlags)
           
Portfolio(boolean isRoot, PortfolioServer portfolioServer, Portfolio parent, PortfolioCommonBehaviour commonBehaviour, boolean hasTile, int tileWidth, int tileHeight, int tileFlags, int portfolioFlags)
          Creates a new Portfolio, using sensible default values for unwarped rectangle identification.
Portfolio(boolean isRoot, PortfolioServer portfolioServer, Portfolio parent, PortfolioCommonBehaviour commonBehaviour, boolean hasTile, int tileWidth, int tileHeight, int tileFlags, int portfolioFlags, int hereld_minw, int hereld_maxw, int hereld_minh, int hereld_maxh, int hereld_contrastThresh)
           
 

Uses of PortfolioCommonBehaviour in t3.portfolios.commonbehaviours
 

Classes in t3.portfolios.commonbehaviours that implement PortfolioCommonBehaviour
 class BasicDragMode
          This class allows portfolios to be dragged using a specified button number and pen type.
 class CannotDragWRTParent
          This common behaviour does nothing and passes all events and notifications on to the portfolio.
 class RNTWTORAndRegroup
          This class is like RotateNTranslateWithTranslateOnlyRegion but additionally any portfolios in the set containers act as containers.
 class RNTWTORAndRegroupAndShrinkAndDestroy
          This class is like RotateNTranslateWithTranslateOnlyRegion but additionally any portfolios in the set containers act as containers.
 class RotateNTranslate
          This class allows portfolios to be translated and rotated by dragging with a specified pid type and button, using the RotateNTranslate idea.
 class RotateNTranslateWithTranslateOnlyRegion
          This class allows portfolios to be translated and rotated by dragging with a specified pid type and button, using the RotateNTranslate idea.
 

Uses of PortfolioCommonBehaviour in t3.portfolios.swing
 

Constructors in t3.portfolios.swing with parameters of type PortfolioCommonBehaviour
SwingFramePortfolio(PortfolioServer pm, Portfolio parent, PortfolioCommonBehaviour c, int width, int height, int tileFlags, int portfolioFlags)
           
SwingFramePortfolio(PortfolioServer pm, Portfolio parent, PortfolioCommonBehaviour c, int width, int height, int tileFlags, int portfolioFlags, boolean bubbleEventsToParentPortfolio)