Uses of Enum
org.netbeans.api.diff.DiffController.DiffPane
Packages that use DiffController.DiffPane
-
Uses of DiffController.DiffPane in org.netbeans.api.diff
Subclasses with type arguments of type DiffController.DiffPane in org.netbeans.api.diffModifier and TypeClassDescriptionstatic enum
Enumerates Base (left) and Modified (right) panes of a Diff view for setLocation() methodMethods in org.netbeans.api.diff that return DiffController.DiffPaneModifier and TypeMethodDescriptionstatic DiffController.DiffPane
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.Methods in org.netbeans.api.diff with parameters of type DiffController.DiffPaneModifier and TypeMethodDescriptionvoid
DiffController.setLocation
(DiffController.DiffPane pane, DiffController.LocationType type, int location) Ensure the requested location in the Diff view is visible on screen. -
Uses of DiffController.DiffPane in org.netbeans.spi.diff
Methods in org.netbeans.spi.diff with parameters of type DiffController.DiffPaneModifier and TypeMethodDescriptionvoid
DiffControllerImpl.setLocation
(DiffController.DiffPane pane, DiffController.LocationType type, int location) Ensure the requested location in the Diff view is visible on screen.