public class SVNAppView
extends org.jdesktop.application.FrameView
Modifier and Type | Field and Description |
---|---|
static SimpleDateFormat |
dateFormat |
Constructor and Description |
---|
SVNAppView(org.jdesktop.application.SingleFrameApplication app)
Constructor SimpleSVNView
|
Modifier and Type | Method and Description |
---|---|
org.jdesktop.application.Task |
add()
Method add
|
org.jdesktop.application.Task |
blame()
Method blame
|
org.jdesktop.application.Task |
checkout()
Method checkout
|
org.jdesktop.application.Task |
cleanup()
Method cleanup
|
void |
clear()
Method clear
|
org.jdesktop.application.Task |
commit()
Method commit
|
void |
copy()
Method copy
|
org.jdesktop.application.Task |
copyWorkingCopy()
Method copyWorkingCopy
|
org.jdesktop.application.Task |
diff()
Method diff
|
void |
diffProgram()
Method diffProgram
|
org.jdesktop.application.Task |
diffSelectedFiles()
Method diffSelectedFiles
|
org.jdesktop.application.Task |
diffWithRevision()
Method diffWithRevision
|
void |
doRefresh(boolean wait)
Method doRefresh
|
void |
doRefresh(String message,
boolean wait,
boolean updated)
Method doRefresh
|
void |
fixButtons()
Method fixButtons
|
List<File> |
getAddableFiles()
Method getAddableFiles
|
List<FileTableRow> |
getCommitableFiles()
Method getCommitableFiles
|
FileTableModel |
getModel()
Method getModel
|
org.tmatesoft.svn.core.SVNURL |
getRootURL()
Method getRootURL
|
List<File> |
getSelectFiles()
Method getSelectFiles
|
List<FileTableRow> |
getSelectRows()
Method getSelectedFiles
|
org.tmatesoft.svn.core.SVNURL |
getURL()
Method getURL
|
String |
getWorkingFolder()
Method getWorkingFolder
|
org.jdesktop.application.Task |
graph()
Method graph
|
void |
hideMissing()
Method hideMissing
|
void |
hideUnknown()
Method hideUnknown
|
org.jdesktop.application.Task |
history()
Method history
|
void |
internalDiff()
Method internalDiff
|
boolean |
isAddableSelected()
Method isAddableSelected
|
boolean |
isCommitableSelected()
Method isCommitableSelected
|
boolean |
isConflictSelected()
Method isConflictSelected
|
boolean |
isDiffEnabled()
Method isDiffEnabled
|
boolean |
isFalse()
Method isFalse
|
boolean |
isGraphEnabled()
Method isDiffEnabled
|
boolean |
isInternalDiffAvailalbe()
Method isInternalDiffAvailalbe
|
boolean |
isJindentEnabled()
Method isJindentEnabled
|
boolean |
isJnlpEnabled()
Method isJnlpEnabled
|
boolean |
isLoggedIn()
Method isLoggedIn
|
boolean |
isRepoEmpty()
Method isRepoEmpty
|
boolean |
isRepoSet()
Method isRepoSet
|
boolean |
isRevertableSelected()
Method isCommitableSelected
|
boolean |
isRowSelected()
Method isRowSelected
|
boolean |
isSingleRowSelected()
Method isRowSelected
|
boolean |
isTablePopulated()
Method isTablePopulated
|
boolean |
isTwoRowsSelected()
Method isTwoRowsSelected
|
org.jdesktop.application.Task |
jindent()
Method jindent
|
void |
jindentProgram()
Method jindentLicense
|
void |
jindentSettings()
Method jindentSettings
|
org.jdesktop.application.Task |
jnlpUpdate()
Method jnlpUpdate
|
void |
login()
Method login
|
void |
mergeProgram()
Method mergeProgram
|
org.jdesktop.application.Task |
mergeWorkingCopy()
Method mergeWorkingCopy
|
void |
newProject()
Method newProject
|
void |
openProject()
Method openProject
|
org.jdesktop.application.Task |
properties()
Method properties
|
org.jdesktop.application.Task |
refresh()
Method refresh
|
org.jdesktop.application.Task |
refresh(String message,
boolean updated)
Method refresh
|
void |
remove()
Method remove
|
void |
repoview()
Method repoview
|
void |
resetButtons()
Method resetButtons
|
org.jdesktop.application.Task |
resolveConflict()
Method resolveConflict
|
org.jdesktop.application.Task |
revert()
Method revert
|
void |
setFalse(boolean b)
Method setFalse
|
void |
setJnlpEnabled(boolean b)
Method setJnlpEnabled
|
void |
setLoggedIn(boolean b)
Method setLoggedIn
|
void |
setRepo(String string,
long version,
String uuid)
Method setRepo
|
void |
setRowSelected(boolean b)
Method setRowSelected
|
void |
setTablePopulated(boolean b)
Method setTablePopulated
|
static String |
shortenFileName(String name,
int width)
Method shortenFileName
|
void |
showAboutBox()
Method showAboutBox
|
void |
showAdded()
Method showAdded
|
void |
showBranchesInGraph()
Method showBranchesInGraph
|
void |
showChanged()
Method showChanged
|
void |
showChooser()
Method showChooser
|
void |
showConflicts()
Method showConflicts
|
void |
showIgnored()
Method showIgnored
|
void |
showMissing()
Method showMissing
|
void |
showModified()
Method showModified
|
void |
showRemoved()
Method showRemoved
|
String |
showRepoView(boolean modal,
boolean recursive)
Method showRepoView
|
void |
showUnknown()
Method showUnknown
|
void |
showUpdated()
Method showUpdated
|
org.jdesktop.application.Task |
switchWorkingCopy()
Method switchWorkingCopy
|
org.jdesktop.application.Task |
update()
Method update
|
org.jdesktop.application.Task |
updateToRevision()
Method updateToRevision
|
getApplication, getComponent, getContext, getMenuBar, getResourceMap, getStatusBar, getToolBar, getToolBars, setComponent, setMenuBar, setStatusBar, setToolBar, setToolBars
public static final SimpleDateFormat dateFormat
public SVNAppView(org.jdesktop.application.SingleFrameApplication app)
app
- public FileTableModel getModel()
@Action public void showAboutBox()
@Action public void login()
@Action(enabledProperty="internalDiffAvailalbe") public void internalDiff()
public boolean isInternalDiffAvailalbe()
@Action public void diffProgram()
@Action public void mergeProgram()
@Action public void jindentSettings()
@Action public void jindentProgram()
@Action public void showChooser()
@Action(block=APPLICATION, enabledProperty="repoEmpty") public org.jdesktop.application.Task checkout()
@Action(enabledProperty="repoSet", block=ACTION) public org.jdesktop.application.Task update()
@Action(enabledProperty="repoSet", block=APPLICATION) public org.jdesktop.application.Task cleanup()
@Action(enabledProperty="revertableSelected") public org.jdesktop.application.Task revert()
@Action(enabledProperty="commitableSelected") public org.jdesktop.application.Task commit()
@Action(enabledProperty="addableSelected") public org.jdesktop.application.Task add()
@Action(block=ACTION, enabledProperty="repoSet") public org.jdesktop.application.Task refresh()
public org.jdesktop.application.Task refresh(String message, boolean updated)
message
- updated
- @Action(enabledProperty="jindentEnabled") public org.jdesktop.application.Task jindent()
@Action(enabledProperty="diffEnabled") public org.jdesktop.application.Task diff()
@Action(enabledProperty="graphEnabled") public org.jdesktop.application.Task graph()
@Action(enabledProperty="repoSet", block=APPLICATION) public org.jdesktop.application.Task switchWorkingCopy()
public boolean isFalse()
public void setFalse(boolean b)
b
- @Action(block=APPLICATION, enabledProperty="repoSet") public org.jdesktop.application.Task mergeWorkingCopy()
public String getWorkingFolder()
public org.tmatesoft.svn.core.SVNURL getRootURL()
public org.tmatesoft.svn.core.SVNURL getURL()
public String showRepoView(boolean modal, boolean recursive)
modal
- recursive
- public List<FileTableRow> getSelectRows()
public List<FileTableRow> getCommitableFiles()
public void fixButtons()
public void doRefresh(boolean wait)
wait
- public void doRefresh(String message, boolean wait, boolean updated)
message
- wait
- updated
- public boolean isLoggedIn()
public void setLoggedIn(boolean b)
b
- public boolean isTablePopulated()
public void setTablePopulated(boolean b)
b
- public boolean isRowSelected()
public boolean isSingleRowSelected()
public boolean isTwoRowsSelected()
public boolean isCommitableSelected()
public boolean isRevertableSelected()
public boolean isConflictSelected()
public boolean isAddableSelected()
public void resetButtons()
public void setRowSelected(boolean b)
b
- public boolean isJindentEnabled()
public boolean isDiffEnabled()
public boolean isGraphEnabled()
public boolean isRepoEmpty()
public boolean isRepoSet()
public void setRepo(String string, long version, String uuid)
string
- version
- uuid
- public boolean isJnlpEnabled()
public void setJnlpEnabled(boolean b)
b
- public static String shortenFileName(String name, int width)
name
- width
- @Action public void showModified()
@Action public void showChanged()
@Action public void showUpdated()
@Action public void showAdded()
@Action public void showRemoved()
@Action public void showConflicts()
@Action public void showMissing()
@Action public void hideMissing()
@Action public void showUnknown()
@Action public void hideUnknown()
@Action public void showIgnored()
@Action public void showBranchesInGraph()
@Action(enabledProperty="rowSelected") public void remove()
@Action(enabledProperty="singleRowSelected") public org.jdesktop.application.Task history()
@Action(enabledProperty="singleRowSelected") public org.jdesktop.application.Task properties()
@Action(enabledProperty="rowSelected") public org.jdesktop.application.Task updateToRevision()
@Action(enabledProperty="diffEnabled") public org.jdesktop.application.Task diffWithRevision()
@Action(enabledProperty="twoRowsSelected") public org.jdesktop.application.Task diffSelectedFiles()
@Action(block=APPLICATION, enabledProperty="repoSet") public org.jdesktop.application.Task copyWorkingCopy()
@Action(enabledProperty="conflictSelected") public org.jdesktop.application.Task resolveConflict()
@Action(enabledProperty="repoSet") public void repoview()
@Action public void newProject()
@Action public void openProject()
@Action(enabledProperty="jnlpEnabled") public org.jdesktop.application.Task jnlpUpdate()
@Action(enabledProperty="singleRowSelected") public org.jdesktop.application.Task blame()
@Action public void copy()
@Action public void clear()
Copyright © 2015 sd-svn. All rights reserved.