Class BitbucketIssueController.Viewer
- java.lang.Object
-
- org.vx68k.netbeans.module.bitbucket.ui.BitbucketIssueController.Viewer
-
- Enclosing class:
- BitbucketIssueController
protected final class BitbucketIssueController.Viewer extends Object
Issue viewer.
-
-
Constructor Summary
Constructors Constructor Description Viewer()
Initializes the object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JComponent
getComponent()
Returns the root component of the viewer.void
update(BitbucketIssue issue)
Updates the contents.
-
-
-
Method Detail
-
getComponent
public JComponent getComponent()
Returns the root component of the viewer.- Returns:
- the root component of the viewer
-
update
public void update(BitbucketIssue issue)
Updates the contents.- Parameters:
issue
- an issue
-
-