Skip navigation links
org.netbeans.modules.bugtracking 1.134
A B C D E G H I O P Q R S U V 

I

isChanged() - Method in interface org.netbeans.modules.bugtracking.spi.IssueController
Determines whether the state of the UI has changed and is supposed to be saved.
isChanged() - Method in interface org.netbeans.modules.bugtracking.spi.QueryController
Determines whether the state of the UI has changed and is supposed to be saved.
isFinished() - Method in class org.netbeans.modules.bugtracking.api.Issue
Determines whether this issue is finished/closed.
isFinished(I) - Method in interface org.netbeans.modules.bugtracking.spi.IssueProvider
Determines if the issue is considered finished in the means of the particular implementation - e.g closed as fixed in case of bugzilla.
isMutable() - Method in class org.netbeans.modules.bugtracking.api.Repository
Determines if this repository can be deleted or changed by the user.
isNew(I) - Method in interface org.netbeans.modules.bugtracking.spi.IssueProvider
Returns true if the issue isn't stored in a repository yet.
Issue - Class in org.netbeans.modules.bugtracking.api
Represents a bugtracking Issue.
Issue.Status - Enum in org.netbeans.modules.bugtracking.api
Represents an Issue Status.
IssueController - Interface in org.netbeans.modules.bugtracking.spi
Provides access to an Issue's UI.
IssueFinder - Interface in org.netbeans.modules.bugtracking.spi
Recognizes references to issues in text as in the editor or in Versioning commit messages.
IssuePriorityInfo - Class in org.netbeans.modules.bugtracking.spi
Represents information related to one particular issue priority.
IssuePriorityInfo(String, String) - Constructor for class org.netbeans.modules.bugtracking.spi.IssuePriorityInfo
Creates a IssuePriorityInfo.
IssuePriorityInfo(String, String, Image) - Constructor for class org.netbeans.modules.bugtracking.spi.IssuePriorityInfo
Creates a IssuePriorityInfo.
IssuePriorityProvider<I> - Interface in org.netbeans.modules.bugtracking.spi
Provides Issue Priority information for a particular remote repository as well as for a particular Issue from that repository.
IssueProvider<I> - Interface in org.netbeans.modules.bugtracking.spi
Provides access to a bugtracking Issue.
IssueQuickSearch - Class in org.netbeans.modules.bugtracking.api
Provides a UI Component to pick issues.
IssueQuickSearch.RepositoryFilter - Enum in org.netbeans.modules.bugtracking.api
Determines what kind of repositories should be shown in the repositories combo box.
IssueScheduleInfo - Class in org.netbeans.modules.bugtracking.spi
Represents the date period for which an Issue is scheduled.
IssueScheduleInfo(Date) - Constructor for class org.netbeans.modules.bugtracking.spi.IssueScheduleInfo
Creates a IssueScheduleInfo representing one specific day for which an Issue is scheduled to start to work on it.
IssueScheduleInfo(Date, int) - Constructor for class org.netbeans.modules.bugtracking.spi.IssueScheduleInfo
Creates a IssueScheduleInfo representing one or more days for which an Issue is scheduled to start to work on it.
IssueScheduleProvider<I> - Interface in org.netbeans.modules.bugtracking.spi
Provides access to scheduling data for a given task so that they can by used by the Tasks Dashboard facilities - filtering or grouping by schedule date.
IssueStatusProvider<R,I> - Interface in org.netbeans.modules.bugtracking.spi
Provides information and functionality related to incoming and outgoing issue changes.
IssueStatusProvider.Status - Enum in org.netbeans.modules.bugtracking.spi
Determines an Issue status.
isValid() - Method in interface org.netbeans.modules.bugtracking.spi.RepositoryController
Determines whether the data in this controllers visual component are valid or not.
A B C D E G H I O P Q R S U V 
Skip navigation links
org.netbeans.modules.bugtracking 1.134