|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--morey.spore.SporeActionNode
This has to do with the nodes of graphic tree on the screen.
Here is a link to the source code
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 |
protected static javax.swing.ImageIcon flipIcon
protected static javax.swing.ImageIcon claimIcon
protected static javax.swing.ImageIcon leftIcon
protected static javax.swing.ImageIcon rightIcon
protected static javax.swing.ImageIcon spawnIcon
protected static javax.swing.ImageIcon typeIcon
protected static final java.awt.Color SelectedBackgroundColor
protected boolean selected
protected java.awt.Component component
protected java.lang.String description
| Constructor Detail |
public SporeActionNode(java.lang.String pad,
SporeAction action)
| Method Detail |
public java.awt.Component getComponent()
public java.lang.String toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||