morey.spore
Class SporeActionNode

java.lang.Object
  |
  +--morey.spore.SporeActionNode

public class SporeActionNode
extends java.lang.Object

This has to do with the nodes of graphic tree on the screen.

Here is a link to the source code

See Also:
Left, Right, Claim, Flip, Spawn, Repeater, Sequence

Field Summary
protected static javax.swing.ImageIcon claimIcon
          Icon to use when the item is collapsed.
protected  java.awt.Component component
           
protected  java.lang.String description
           
protected static javax.swing.ImageIcon flipIcon
          Icon to use when the item is collapsed.
protected static javax.swing.ImageIcon leftIcon
          Icon to use when the item is collapsed.
protected static javax.swing.ImageIcon rightIcon
          Icon to use when the item is collapsed.
protected  boolean selected
          Whether or not the item that was last configured is selected.
protected static java.awt.Color SelectedBackgroundColor
          Color to use for the background when selected.
protected static javax.swing.ImageIcon spawnIcon
          Icon to use when the item is collapsed.
protected static javax.swing.ImageIcon typeIcon
          Icon to use when the item is expanded.
 
Constructor Summary
SporeActionNode(java.lang.String pad, SporeAction action)
           
 
Method Summary
 java.awt.Component getComponent()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

flipIcon

protected static javax.swing.ImageIcon flipIcon
Icon to use when the item is collapsed.

claimIcon

protected static javax.swing.ImageIcon claimIcon
Icon to use when the item is collapsed.

leftIcon

protected static javax.swing.ImageIcon leftIcon
Icon to use when the item is collapsed.

rightIcon

protected static javax.swing.ImageIcon rightIcon
Icon to use when the item is collapsed.

spawnIcon

protected static javax.swing.ImageIcon spawnIcon
Icon to use when the item is collapsed.

typeIcon

protected static javax.swing.ImageIcon typeIcon
Icon to use when the item is expanded.

SelectedBackgroundColor

protected static final java.awt.Color SelectedBackgroundColor
Color to use for the background when selected.

selected

protected boolean selected
Whether or not the item that was last configured is selected.

component

protected java.awt.Component component

description

protected java.lang.String description
Constructor Detail

SporeActionNode

public SporeActionNode(java.lang.String pad,
                       SporeAction action)
Method Detail

getComponent

public java.awt.Component getComponent()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object