Class Key

java.lang.Object
dev.pfaff.altargui.Key

public final class Key extends Object
Identifies a widget in the tree. Most often you will want a unique key for each call-site, but sometimes you will want a widget to maintain its state as it is moved around the tree. For this, you will need to use a Global key.