Uses of Class
net.scp.ScpBean

Packages that use ScpBean
net.scp   
 

Uses of ScpBean in net.scp
 

Methods in net.scp that return ScpBean
static ScpBean ScpBean.fromXml(java.lang.String xmlString)
           
 ScpBean ScpDialog.getData()
          This method gets the values of the panel entry fields.
 ScpBean ScpModelChangeEvent.getScpModel()
           
static ScpBean ScpBean.restore()
          restores the properties from the preference in the user root.
 

Constructors in net.scp with parameters of type ScpBean
ScpModelChangeEvent(java.lang.Object source, ScpBean m)