BowlerKernel
Classes | Public Member Functions | Private Attributes | Static Private Attributes | List of all members
com.neuronrobotics.sdk.ui.BluetoothConnectionPanel Class Reference
Inheritance diagram for com.neuronrobotics.sdk.ui.BluetoothConnectionPanel:
Inheritance graph
[legend]
Collaboration diagram for com.neuronrobotics.sdk.ui.BluetoothConnectionPanel:
Collaboration graph
[legend]

Classes

class  BluetoothSearchProcess
 

Public Member Functions

 BluetoothConnectionPanel (ConnectionDialog connectionDialog)
 
BluetoothSerialConnection getConnection ()
 
void refresh ()
 
- Public Member Functions inherited from com.neuronrobotics.sdk.ui.AbstractConnectionPanel
 AbstractConnectionPanel (String title, ImageIcon icon, ConnectionDialog connectionDialog)
 
 AbstractConnectionPanel (String title, ConnectionDialog connectionDialog)
 
void setTitle (String title)
 
String getTitle ()
 
void setIcon (ImageIcon icon)
 
ImageIcon getIcon ()
 
ConnectionDialog getConnectionDialog ()
 
void setConnectionDialog (ConnectionDialog connectionDialog)
 

Private Attributes

BluetoothSerialConnection connection
 
BlueCoveManager blue = null
 
boolean displayWarning = false
 
JComboBox connectionCbo
 
JButton search
 
JProgressBar progress = new JProgressBar()
 
JLabel message = new JLabel()
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

The Class BluetoothConnectionPanel.

Definition at line 40 of file BluetoothConnectionPanel.java.

Constructor & Destructor Documentation

◆ BluetoothConnectionPanel()

com.neuronrobotics.sdk.ui.BluetoothConnectionPanel.BluetoothConnectionPanel ( ConnectionDialog  connectionDialog)

Member Function Documentation

◆ getConnection()

BluetoothSerialConnection com.neuronrobotics.sdk.ui.BluetoothConnectionPanel.getConnection ( )

◆ refresh()

void com.neuronrobotics.sdk.ui.BluetoothConnectionPanel.refresh ( )

Member Data Documentation

◆ blue

BlueCoveManager com.neuronrobotics.sdk.ui.BluetoothConnectionPanel.blue = null
private

◆ connection

BluetoothSerialConnection com.neuronrobotics.sdk.ui.BluetoothConnectionPanel.connection
private

◆ connectionCbo

JComboBox com.neuronrobotics.sdk.ui.BluetoothConnectionPanel.connectionCbo
private

◆ displayWarning

boolean com.neuronrobotics.sdk.ui.BluetoothConnectionPanel.displayWarning = false
private

◆ message

JLabel com.neuronrobotics.sdk.ui.BluetoothConnectionPanel.message = new JLabel()
private

◆ progress

JProgressBar com.neuronrobotics.sdk.ui.BluetoothConnectionPanel.progress = new JProgressBar()
private

◆ search

JButton com.neuronrobotics.sdk.ui.BluetoothConnectionPanel.search
private

◆ serialVersionUID

final long com.neuronrobotics.sdk.ui.BluetoothConnectionPanel.serialVersionUID = 1L
staticprivate

The Constant serialVersionUID.

Definition at line 43 of file BluetoothConnectionPanel.java.


The documentation for this class was generated from the following file: