Interface to be implemented by component that belongs to git panel
Type Params | Return Type | Name and description |
---|---|---|
|
javax.swing.JPanel |
createContent() Build panel as on design. |
|
java.lang.Object |
getData() Returns specific data of this part |
|
java.lang.String |
getId() Identifier of the part to exchange daa between parts. |
|
void |
release() Release all the allocated resources. |
|
void |
updatePanelContent(WsdlProjectPro selectedProject) Update panel content depending on selected project |
Build panel as on design. All the offsets should be done in the panel.
Returns specific data of this part
Identifier of the part to exchange daa between parts. Id should be static and known for other panel who may need data from this panel Ask panel for data of the other part
Release all the allocated resources.
Update panel content depending on selected project