Interface CaretsProfileCapable
-
- All Known Subinterfaces:
ExtendedCodeArea
- All Known Implementing Classes:
ExtCodeArea
@ParametersAreNonnullByDefault public interface CaretsProfileCapableSupport for cursor carets profiling.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtendedCodeAreaCaretsProfilegetCaretsProfile()Returns carets profile.voidsetCaretsProfile(ExtendedCodeAreaCaretsProfile caretsProfile)Sets carets profile.
-
-
-
Method Detail
-
getCaretsProfile
@Nullable ExtendedCodeAreaCaretsProfile getCaretsProfile()
Returns carets profile.- Returns:
- carets profile
-
setCaretsProfile
void setCaretsProfile(ExtendedCodeAreaCaretsProfile caretsProfile)
Sets carets profile.- Parameters:
caretsProfile- carets profile
-
-