Package | Description |
---|---|
net.imagej.ui.swing.updater | |
net.imagej.updater |
Modifier and Type | Method and Description |
---|---|
protected void |
DiffFile.show(Diff.Mode mode)
Switch to a different diff mode.
|
Constructor and Description |
---|
DiffFile(FilesCollection files,
FileObject file,
Diff.Mode mode)
Initialize the frame.
|
Modifier and Type | Method and Description |
---|---|
static Diff.Mode |
Diff.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Diff.Mode[] |
Diff.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Diff.showDiff(String name,
URL remote,
URL local,
Diff.Mode mode)
Show the differences between
remote and local versions of
a file. |
Copyright © 2014–2022 ImageJ. All rights reserved.