public interface GitPanelPart
Interface to be implemented by component that belongs to git panel
Type Params | Return Type | Name and description |
---|---|---|
|
public javax.swing.JPanel |
createContent() Build panel as on design. |
|
public java.lang.Object |
getData() Returns specific data of this part |
|
public java.lang.String |
getId() Identifier of the part to exchange daa between parts. |
|
public void |
release() Release all the allocated resources. |
|
public 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