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
-
TickleNode(Ticklish)
- Create a TickleNode for the supplied Ticklish
-
getTicklish()
- Return the Ticklish that is held by this node
-
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.
-
setActive(boolean)
- Allows the application to activate or deactivate a TickleNode that is
currently a member of a list.
-
setTicklish(Ticklish)
- Set the Ticklish that is held by this node
-
toString()
- Return a String representation of this object
TickleNode
protected TickleNode(Ticklish action)
- Create a TickleNode for the supplied Ticklish
- Parameters:
- action - the Ticklish member
getTicklish
public Ticklish getTicklish()
- Return the Ticklish that is held by this node
- Returns:
- the TIcklish
setTicklish
public void setTicklish(Ticklish action)
- Set the Ticklish that is held by this node
- Parameters:
- t - the action for the node
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
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
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