quicktime.app.actions
Class TickleNode

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

Deprecated. since QTJava 6.1

public class TickleNode
extends java.lang.Object

The TickleNode is used by the TicklList to contain its Ticklish members.

See Also:
TickleList

Constructor Summary
protected TickleNode(Ticklish action)
          Deprecated. since QTJava 6.1
 
Method Summary
 Ticklish getTicklish()
          Deprecated. since QTJava 6.1
 boolean isActive()
          Deprecated. since QTJava 6.1
 void setActive(boolean flag)
          Deprecated. since QTJava 6.1
 void setTicklish(Ticklish action)
          Deprecated. since QTJava 6.1
 java.lang.String toString()
          Deprecated. since QTJava 6.1
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TickleNode

protected TickleNode(Ticklish action)
Deprecated. since QTJava 6.1

Create a TickleNode for the supplied Ticklish

Parameters:
action - the Ticklish member
Method Detail

getTicklish

public Ticklish getTicklish()
Deprecated. since QTJava 6.1

Return the Ticklish that is held by this node

Returns:
the TIcklish

setTicklish

public void setTicklish(Ticklish action)
Deprecated. since QTJava 6.1

Set the Ticklish that is held by this node


isActive

public boolean isActive()
Deprecated. since QTJava 6.1

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)
Deprecated. since QTJava 6.1

Allows the application to activate or deactivate a TickleNode that is currently a member of a list.

Parameters:
flag - a boolean

toString

public java.lang.String toString()
Deprecated. since QTJava 6.1

Return a String representation of this object

Overrides:
toString in class java.lang.Object
Returns:
a String