de.beamertool.admin.configuration.editor
Class CommPortEditor

java.lang.Object
  extended by com.l2fprod.common.beans.editor.AbstractPropertyEditor
      extended by com.l2fprod.common.beans.editor.ComboBoxPropertyEditor
          extended by de.beamertool.admin.configuration.editor.CommPortEditor
All Implemented Interfaces:
PropertyEditor

public class CommPortEditor
extends com.l2fprod.common.beans.editor.ComboBoxPropertyEditor

Combobox with a list of availible com ports.
The com port detection is sometimes buggy so the user can type in a comm port by hand.

Author:
ocm-zeeman

Nested Class Summary
 
Nested classes/interfaces inherited from class com.l2fprod.common.beans.editor.ComboBoxPropertyEditor
com.l2fprod.common.beans.editor.ComboBoxPropertyEditor.Renderer, com.l2fprod.common.beans.editor.ComboBoxPropertyEditor.Value
 
Constructor Summary
CommPortEditor()
           
 
Method Summary
 void updateCommPorts()
           
 
Methods inherited from class com.l2fprod.common.beans.editor.ComboBoxPropertyEditor
getValue, setAvailableIcons, setAvailableValues, setValue
 
Methods inherited from class com.l2fprod.common.beans.editor.AbstractPropertyEditor
addPropertyChangeListener, getAsText, getCustomEditor, getJavaInitializationString, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText, supportsCustomEditor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommPortEditor

public CommPortEditor()
Method Detail

updateCommPorts

public void updateCommPorts()