serialPort
Class CommPortIdentifierBean

java.lang.Object
  extended by serialPort.CommPortIdentifierBean
All Implemented Interfaces:
java.io.Serializable

public class CommPortIdentifierBean
extends java.lang.Object
implements java.io.Serializable

Copyright DocJava, inc. User: lyon

Date: May 8, 2005

Time: 10:30:33 AM

See Also:
Serialized Form

Method Summary
 void add(java.lang.String commPortName)
           
 java.lang.String[] getNames()
           
 boolean isEmpty()
           
static CommPortIdentifierBean restore()
           
 void save()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNames

public java.lang.String[] getNames()

add

public void add(java.lang.String commPortName)

save

public void save()

restore

public static CommPortIdentifierBean restore()

isEmpty

public boolean isEmpty()