|
org.netbeans.lib.uihandler 1.30 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.lib.uihandler.NBBugzillaAccessor
public abstract class NBBugzillaAccessor
The implementation will provide access to netbeans.org specific bagzilla functionality. Additionaly, methods are available to share the nb username and password between the bugzilla and exeption reporter modules.
| Constructor Summary | |
|---|---|
NBBugzillaAccessor()
|
|
| Method Summary | |
|---|---|
abstract char[] |
getNBPassword()
Returns the netbeans.org password Shouldn't be called in awt |
abstract String |
getNBUsername()
Returns the netbeans.org username Shouldn't be called in awt |
abstract void |
openIssue(String issueID)
Opens in the IDE the given issue from netbeans.org/bugzilla |
abstract void |
saveNBPassword(char[] password)
Saves the given value as a netbeans.org password Shouldn't be called in awt |
abstract void |
saveNBUsername(String username)
Save the given username as a netbeans.org username. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NBBugzillaAccessor()
| Method Detail |
|---|
public abstract void openIssue(String issueID)
issueID - issue identifierpublic abstract String getNBUsername()
public abstract char[] getNBPassword()
public abstract void saveNBUsername(String username)
public abstract void saveNBPassword(char[] password)
|
org.netbeans.lib.uihandler 1.30 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||