Inheritance diagram for edu.cmu.hcii.calo.view.relevantstuff.RelevantStuffPaneView:
This doesn't do anything other than sit there and look like a pane, since the logic to actually change it in response to window focus changes is nowhere to be found. Accordingly, the class is pretty small.
Public Member Functions | |
RelevantStuffPaneView () | |
Constructs a RelevantStuffPaneView. | |
Private Member Functions | |
void | setup () |
Sets up the visual appearance of this pane. | |
Static Private Attributes | |
static final long | serialVersionUID = 8893278749071196266L |
Prevent serialization collisions. |
edu.cmu.hcii.calo.view.relevantstuff.RelevantStuffPaneView.RelevantStuffPaneView | ( | ) |
Constructs a RelevantStuffPaneView.
void edu.cmu.hcii.calo.view.relevantstuff.RelevantStuffPaneView.setup | ( | ) | [private] |
Sets up the visual appearance of this pane.
final long edu.cmu.hcii.calo.view.relevantstuff.RelevantStuffPaneView.serialVersionUID = 8893278749071196266L [static, private] |