Package | Description |
---|---|
org.netbeans.api.diff | |
org.netbeans.spi.diff |
Modifier and Type | Method and Description |
---|---|
static DiffController.DiffPane |
DiffController.DiffPane.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiffController.DiffPane[] |
DiffController.DiffPane.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DiffController.setLocation(DiffController.DiffPane pane,
DiffController.LocationType type,
int location)
Ensure the requested location in the Diff view is visible on screen.
|
Modifier and Type | Method and Description |
---|---|
void |
DiffControllerImpl.setLocation(DiffController.DiffPane pane,
DiffController.LocationType type,
int location)
Ensure the requested location in the Diff view is visible on screen.
|