Uses of Class
standup.clouds.PanelCloudButtonMenu

Packages that use PanelCloudButtonMenu
standup.clouds This package provides the implementation for the STANDUP user interface. 
 

Uses of PanelCloudButtonMenu in standup.clouds
 

Fields in standup.clouds declared as PanelCloudButtonMenu
private  PanelCloudButtonMenu CloudFrontend.panelCloudButtonMenu
           
 

Methods in standup.clouds that return PanelCloudButtonMenu
 PanelCloudButtonMenu CloudFrontend.getPanelCloudButtonMenu()
           
 

Methods in standup.clouds with parameters of type PanelCloudButtonMenu
(package private)  STANDUPShapeCloudButton AnimatorCloudButtonStayPut.getInitialShape(CloudButton thing, PanelCloudButtonMenu bb, ShapeDetails shd)
           
(package private)  STANDUPShapeCloudButton AnimatorCloudButtonRotateRight.getInitialShape(CloudButton thing, PanelCloudButtonMenu bb, ShapeDetails shd)
           
(package private)  STANDUPShapeCloudButton AnimatorCloudButtonRotateLeft.getInitialShape(CloudButton thing, PanelCloudButtonMenu bb, ShapeDetails shd)
           
(package private)  STANDUPShapeCloudButton AnimatorCloudButtonResize.getInitialShape(CloudButton thing, PanelCloudButtonMenu bb, ShapeDetails shd)
           
(package private)  STANDUPShapeCloudButton AnimatorCloudButtonMoveOut.getInitialShape(CloudButton thing, PanelCloudButtonMenu bb, ShapeDetails shd)
           
(package private)  STANDUPShapeCloudButton AnimatorCloudButtonMoveIn.getInitialShape(CloudButton thing, PanelCloudButtonMenu bb, ShapeDetails shd)
           
(package private) abstract  STANDUPShapeCloudButton AnimatorCloudButton.getInitialShape(CloudButton thing, PanelCloudButtonMenu bb, ShapeDetails shd)
          This returns the initial 'shape' of the CloudButton to be used by this animation.
 void CloudButton.prepareForAnimation(AnimatorCloudButton _a, PanelCloudButtonMenu bb)
           
(package private)  void CloudFrontend.resetPanels(boolean apss, PanelToolbar tb, PanelMessageWindow mw, PanelProgressMap pm, PanelCloudButtonMenu bb)
           
 

Constructors in standup.clouds with parameters of type PanelCloudButtonMenu
STANDUPShapeCloudButton(Point p, Dimension d, Dimension maxD, ShapeDetails shd, PanelCloudButtonMenu comp, CloudButton.LineMode lm)