public abstract class AbstractServicesEnvironmentTable
Abstract table class for Services table in Environments
Constructor and description |
---|
AbstractServicesEnvironmentTable
(EndpointDataTableModel tableModel, java.lang.String helpUrl, WsdlProjectPro wsdlProjectPro, java.lang.String environmentName) Constructor |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
addListSelectionListener(javax.swing.event.ListSelectionListener tableSelectionListener) Adds list selection listener to the table |
|
public java.awt.Component |
getComponent() |
|
public int |
getSelectedRow() Returns the number of the selected row |
|
public abstract Enum |
getServiceType() Returns the type of services shown in this table |
|
public void |
mouseClicked(java.awt.event.MouseEvent e) |
|
public void |
release() |
|
public void |
removeListSelectionListener(javax.swing.event.ListSelectionListener tableSelectionListener) Removes list selection listener from the table |
|
public void |
setSelectedService(Service service) Sets the service selected for editing |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Constructor
tableModel
- model for services tablehelpUrl
- URL for help button in Environment Endpoint Data dialogAdds list selection listener to the table
Returns the number of the selected row
Returns the type of services shown in this table
Removes list selection listener from the table
Sets the service selected for editing
ReadyAPI functional (soapui-pro) SDK 3.56.0