MCPcopy Create free account
hub / github.com/controlsfx/controlsfx / getSampleName

Method getSampleName

fxsampler/src/main/java/fxsampler/Sample.java:39–39  ·  view source on GitHub ↗

A short, most likely single-word, name to show to the user - e.g. "CheckBox"

()

Source from the content-addressed store, hash-verified

37 * A short, most likely single-word, name to show to the user - e.g. "CheckBox"
38 */
39 String getSampleName();
40
41 /**
42 * A short, multiple sentence description of the sample.

Callers 7

startMethod · 0.95
startMethod · 0.65
buildSampleMethod · 0.65
updateItemMethod · 0.65
buildSampleTreeMethod · 0.65
pruneSampleTreeMethod · 0.65
toStringMethod · 0.65

Implementers 2

EmptySamplefxsampler/src/main/java/fxsampler/mode
SampleBasefxsampler/src/main/java/fxsampler/Samp

Calls

no outgoing calls

Tested by

no test coverage detected