com.fg.ftreenodes
Class FDoubleKey

java.lang.Object
  extended bycom.fg.ftreenodes.FDoubleKey

public class FDoubleKey
extends java.lang.Object

Represents a key, which is used by FTree to find toggle-node GUI components.

Version:
1.0
Author:
Felix Golubov
See Also:
FAbstractToggleNode, FNodeCellGUI, FTree

Constructor Summary
FDoubleKey(java.lang.Object a, java.lang.Object b)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FDoubleKey

public FDoubleKey(java.lang.Object a,
                  java.lang.Object b)
Method Detail

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()