standup.clouds
Class ToolbarButton

java.lang.Object
  extended by standup.clouds.EntityAnimatedInteractive
      extended by standup.clouds.EntityAnimatedInteractiveBubbleLabel
          extended by standup.clouds.EntityAnimatedInteractiveBubbleLabelStatic
              extended by standup.clouds.ToolbarButton
All Implemented Interfaces:
Entity, EntityAnimated

public class ToolbarButton
extends EntityAnimatedInteractiveBubbleLabelStatic


Field Summary
private  String logFileText
           
 
Fields inherited from class standup.clouds.EntityAnimatedInteractiveBubbleLabel
bubbleLabel, cloudLabelLayout, myShape
 
Fields inherited from class standup.clouds.EntityAnimatedInteractive
containingPanel, frontend
 
Constructor Summary
ToolbarButton(CloudFrontend _f, PanelToolbar _p, Point _location, Dimension _size, CloudLabel _label, CloudLabel help, String lft)
           
 
Method Summary
 String getLogFileText()
           
 
Methods inherited from class standup.clouds.EntityAnimatedInteractiveBubbleLabelStatic
step
 
Methods inherited from class standup.clouds.EntityAnimatedInteractiveBubbleLabel
contains, draw, getBubbleLabel, getCurrentDimension, getCurrentLocation, getSpeechText, layoutCloudLabel
 
Methods inherited from class standup.clouds.EntityAnimatedInteractive
clicked, dehighlight, getHelpText, highlight, isHighlighted, speakSpeechText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logFileText

private final String logFileText
Constructor Detail

ToolbarButton

public ToolbarButton(CloudFrontend _f,
                     PanelToolbar _p,
                     Point _location,
                     Dimension _size,
                     CloudLabel _label,
                     CloudLabel help,
                     String lft)
Method Detail

getLogFileText

public String getLogFileText()
Specified by:
getLogFileText in class EntityAnimatedInteractive