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

S

saveChanges() - Method in interface org.netbeans.modules.bugtracking.spi.IssueController
This method is called when the general IDE Save button is pressed or when Save was chosen on close of an Issue TopComponent.
saveChanges(String) - Method in interface org.netbeans.modules.bugtracking.spi.QueryController
This method is called when the general IDE Save button is pressed or when Save was chosen on close of an Query TopComponent.
SchedulePicker - Class in org.netbeans.modules.bugtracking.spi
Provides a component for setting and updating Issue schedule info.
SchedulePicker() - Constructor for class org.netbeans.modules.bugtracking.spi.SchedulePicker
Creates an instance of the picker.
selectIssue(String, Repository, JPanel, HelpCtx) - Static method in class org.netbeans.modules.bugtracking.api.IssueQuickSearch
Opens a modal dialog to search after Issues from the given repository.
selectQuery(Query) - Static method in class org.netbeans.modules.bugtracking.api.Util
Opens the Tasks Dashboard and selects and expands the given Query in it.
setChangeListener(ChangeListener) - Method in class org.netbeans.modules.bugtracking.api.IssueQuickSearch
Register for notifications about changes in the issue combo bar.
setEnabled(boolean) - Method in class org.netbeans.modules.bugtracking.api.IssueQuickSearch
Sets whether or not this component is enabled.
setIssue(Issue) - Method in class org.netbeans.modules.bugtracking.api.IssueQuickSearch
Select the given issue in the combo bar.
setIssueContainer(Q, QueryProvider.IssueContainer<I>) - Method in interface org.netbeans.modules.bugtracking.spi.QueryProvider
setQueryAutoRefresh(R, Q, boolean) - Method in class org.netbeans.modules.bugtracking.spi.BugtrackingSupport
Determines default auto-refresh for a given query.
setRepository(Repository) - Method in class org.netbeans.modules.bugtracking.api.IssueQuickSearch
Sets the repository for which issues should be made available in the issue combo bar.
setSchedule(I, IssueScheduleInfo) - Method in interface org.netbeans.modules.bugtracking.spi.IssueScheduleProvider
Sets the schedule info describing the time period for which the Issue was scheduled to start work on.
setScheduleDate(IssueScheduleInfo) - Method in class org.netbeans.modules.bugtracking.spi.SchedulePicker
Resets the current scheduling info in the component to a given value.
setSeenIncoming(I, boolean) - Method in interface org.netbeans.modules.bugtracking.spi.IssueStatusProvider
Sets the information if the user has seen the incoming changes or wishes to mark them as seen (so that they aren't annotated anymore).
Called e.g.
simpleSearch(R, String) - Method in interface org.netbeans.modules.bugtracking.spi.RepositoryProvider
Runs a query against the bugtracking repository to get all issues for which applies that the ID equals to or the summary contains the given criteria string.
submit(I) - Method in interface org.netbeans.modules.bugtracking.spi.IssueStatusProvider
Submits outgoing local changes.
A B C D E G H I O P Q R S U V 
Skip navigation links
org.netbeans.modules.bugtracking 1.133