org.netbeans.lib.uihandler 1.30

org.netbeans.lib.uihandler
Class NBBugzillaAccessor

java.lang.Object
  extended by org.netbeans.lib.uihandler.NBBugzillaAccessor

public abstract class NBBugzillaAccessor
extends Object

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

NBBugzillaAccessor

public NBBugzillaAccessor()
Method Detail

openIssue

public abstract void openIssue(String issueID)
Opens in the IDE the given issue from netbeans.org/bugzilla

Parameters:
issueID - issue identifier

getNBUsername

public abstract String getNBUsername()
Returns the netbeans.org username Shouldn't be called in awt

Returns:
username

getNBPassword

public abstract char[] getNBPassword()
Returns the netbeans.org password Shouldn't be called in awt

Returns:
password

saveNBUsername

public abstract void saveNBUsername(String username)
Save the given username as a netbeans.org username. Shouldn't be called in awt


saveNBPassword

public abstract void saveNBPassword(char[] password)
Saves the given value as a netbeans.org password Shouldn't be called in awt


org.netbeans.lib.uihandler 1.30

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.