All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.app.actions.TickleNode

java.lang.Object
   |
   +----quicktime.app.actions.TickleNode

public class TickleNode
extends Object
The TickleNode is used by the TicklList to contain its Ticklish members.

See Also:
TickleList

Constructor Index

 o TickleNode(Ticklish)
Create a TickleNode for the supplied Ticklish

Method Index

 o getTicklish()
Return the Ticklish that is held by this node
 o isActive()
Allows the application to determine if this node of a TickleList is currently active and thus its ticklish will be tickled by the list.
 o setActive(boolean)
Allows the application to activate or deactivate a TickleNode that is currently a member of a list.
 o setTicklish(Ticklish)
Set the Ticklish that is held by this node
 o toString()
Return a String representation of this object

Constructors

 o TickleNode
 protected TickleNode(Ticklish action)
Create a TickleNode for the supplied Ticklish

Parameters:
action - the Ticklish member

Methods

 o getTicklish
 public Ticklish getTicklish()
Return the Ticklish that is held by this node

Returns:
the TIcklish
 o setTicklish
 public void setTicklish(Ticklish action)
Set the Ticklish that is held by this node

Parameters:
t - the action for the node
 o isActive
 public boolean isActive()
Allows the application to determine if this node of a TickleList is currently active and thus its ticklish will be tickled by the list.

Returns:
a boolean
 o setActive
 public void setActive(boolean flag)
Allows the application to activate or deactivate a TickleNode that is currently a member of a list.

Parameters:
flag - a boolean
 o toString
 public String toString()
Return a String representation of this object

Returns:
a String
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index