public interface CheckinProjectPanel extends Refreshable, CommitMessageI
Refreshable.PANEL_KEY
PANEL, PANEL_KEY
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommitActionName() |
java.lang.String |
getCommitMessage()
Gets the description for the check-in.
|
CommitWorkflowHandler |
getCommitWorkflowHandler() |
javax.swing.JComponent |
getComponent() |
java.util.Collection<java.io.File> |
getFiles()
Returns the list of files selected for checkin, as
File objects. |
javax.swing.JComponent |
getPreferredFocusedComponent() |
Project |
getProject()
Returns the project in which the checkin is performed.
|
java.util.Collection<VirtualFile> |
getRoots()
Returns the list of roots for the check-in (roots of all modules under version control
in a "checkin project" operation, the files/directories selected for check-in in a
"checkin directory" or "checkin file" operation).
|
java.util.Collection<Change> |
getSelectedChanges() |
java.util.Collection<VirtualFile> |
getVirtualFiles()
Returns the list of files selected for checkin, as
VirtualFile objects. |
boolean |
hasDiffs()
Checks if the checkin operation has anything to check in.
|
boolean |
vcsIsAffected(java.lang.String name)
Checks whether any changes under vcs are included into commit operation
|
refresh, restoreState, saveState
setCommitMessage
javax.swing.JComponent getComponent()
javax.swing.JComponent getPreferredFocusedComponent()
CommitWorkflowHandler getCommitWorkflowHandler()
boolean hasDiffs()
java.util.Collection<VirtualFile> getVirtualFiles()
VirtualFile
objects. The returned list
does not include files which will be deleted from the VCS during the check-in operation.java.util.Collection<Change> getSelectedChanges()
java.util.Collection<java.io.File> getFiles()
File
objects. The returned list
includes files which will be deleted from the VCS during the check-in operation.Project getProject()
boolean vcsIsAffected(java.lang.String name)
java.util.Collection<VirtualFile> getRoots()
java.lang.String getCommitMessage()
java.lang.String getCommitActionName()