Uses of Class
gov.nasa.worldwindx.examples.util.ButtonAnnotation
-
Packages that use ButtonAnnotation Package Description gov.nasa.worldwindx.examples.util -
-
Uses of ButtonAnnotation in gov.nasa.worldwindx.examples.util
Fields in gov.nasa.worldwindx.examples.util declared as ButtonAnnotation Modifier and Type Field Description protected ButtonAnnotation
AudioPlayerAnnotation. backButton
protected ButtonAnnotation
SlideShowAnnotation. beginButton
protected ButtonAnnotation
DialogAnnotation. closeButton
protected ButtonAnnotation
SlideShowAnnotation. endButton
protected ButtonAnnotation
SlideShowAnnotation. nextButton
protected ButtonAnnotation
AudioPlayerAnnotation. playButton
protected ButtonAnnotation
SlideShowAnnotation. playButton
protected ButtonAnnotation
SlideShowAnnotation. previousButton
protected ButtonAnnotation
SlideShowAnnotation. sizeButton
protected ButtonAnnotation
DialogAnnotationController. toolTipComponent
Methods in gov.nasa.worldwindx.examples.util that return ButtonAnnotation Modifier and Type Method Description ButtonAnnotation
AudioPlayerAnnotation. getBackButton()
ButtonAnnotation
SlideShowAnnotation. getBeginButton()
ButtonAnnotation
DialogAnnotation. getCloseButton()
ButtonAnnotation
SlideShowAnnotation. getEndButton()
ButtonAnnotation
SlideShowAnnotation. getNextButton()
ButtonAnnotation
AudioPlayerAnnotation. getPlayButton()
ButtonAnnotation
SlideShowAnnotation. getPlayButton()
ButtonAnnotation
SlideShowAnnotation. getPreviousButton()
ButtonAnnotation
SlideShowAnnotation. getSizeButton()
Methods in gov.nasa.worldwindx.examples.util with parameters of type ButtonAnnotation Modifier and Type Method Description protected void
DialogAnnotationController. showToolTip(SelectEvent e, ButtonAnnotation annotation)
-