Uses of Class
brbrain.GUI

Uses of GUI in brbrain
 

Subclasses of GUI in brbrain
 class PoseGUI
          Dynamixel GUI component for a Pose.
 class PoseSequenceGUI
          GUI for PoseSequences.
 

Methods in brbrain that return GUI
static GUI GUI.addTitledBorder(GUI gui)
          covers addTitledBorder(GUI, String), uses gui name
static GUI GUI.addTitledBorder(GUI gui, java.lang.String title)
          Add a titled border to a GUI.
 

Methods in brbrain with parameters of type GUI
protected  void PoseSequenceGUI.addGUI(GUI gui)
          adds the current actual pose gui with a titled border
protected  void PoseGUI.addGUI(GUI gui)
          hook for adding the main gui
static GUI GUI.addTitledBorder(GUI gui)
          covers addTitledBorder(GUI, String), uses gui name
static GUI GUI.addTitledBorder(GUI gui, java.lang.String title)
          Add a titled border to a GUI.
static javax.swing.JFrame GUI.wrapInFrame(GUI gui)
          covers wrapInFrame(GUI, String), uses gui name
static javax.swing.JFrame GUI.wrapInFrame(GUI gui, java.lang.String title)
          Add a frame to a GUI.