Uses of Interface
util.PropertyAware

Packages that use PropertyAware
astro.fits   
ccd   
jfits   
jview   
stella.jview   
util   
 

Uses of PropertyAware in astro.fits
 

Classes in astro.fits that implement PropertyAware
static class Overscan.WifsipOverscan
          A non-linear model for fitting the exponentially glow in WiFSIP data.
 

Uses of PropertyAware in ccd
 

Classes in ccd that implement PropertyAware
static class JCameraCanvas.CameraCursor
          A camera cursor does not zoom the underlying component, but prepares for a new exposure with a normally lesser frame (the one selected)
 

Uses of PropertyAware in jfits
 

Classes in jfits that implement PropertyAware
 class JAbstractShapePanel
          A base class for fits shape providers that present themself as a panel, allow some adjustment of the principal shape, and can be queried for the final shape.
 class JAdjustableAnnulus
          This panel provides a rectangular aperture.
 class JAdjustableCircle
          This panel provides a rectangular aperture.
 class JAdjustableRectangle
          This panel provides a rectangular aperture.
 class JAdjustableShape
          This panel provides two adjustable sizes with spinners.
 

Uses of PropertyAware in jview
 

Classes in jview that implement PropertyAware
 class CanvasCursor
          A cursor-like application that supplies a cross-hair above the entire drawable area of a JShapeCanvas.
 class CrossCursor
          A cursor-like application that supplies a cross-hair above the entire drawable area of a JShapeCanvas.
static class CrossCursor.Draw
           
 class DeleteCursor
          A cursor that allows per-click deletes as well as drag-selected deletes of points in the underlying data canvas.
 class DragCursor
          A cursor-like application that supplies a cross-hair above the entire drawable area of a JShapeCanvas.
 class JFitsComponent
          A special extension to JFitsCanvas that displays two sliders for adjusting contrast and brightness of the displayed fits image.
 class JImageSlice
          The mouse follows the cursor and takes a slice of the viewport image assigned to the parent viewport.
 class JImageURLButton
          A button that replies to URLEvents.
 class JMosaic
          A mosaic consists of equals-sized images that are arranged in a grid layout.
 class JTunableSlider
          A slider that can change the extend of its accessible values by keeping the central value fixed and either increasing or decreasing the range.
 class MarkCursor
          A cursor-like application that supplies a cross-hair above the entire drawable area of a JShapeCanvas.
 class SelectCursor
          An extension to a cross cursor that allows selecting objects within a drawn rectangle.
 class ShapeCursor
          This class stores a list of shapes, that can be selected, changed in size etc.
 class ZoomCursor
          An extension to a cross cursor that allows zooming into JShapeCanvas dedescants, if they support it via a populated JShapeCanvas#selectArea method.
 

Uses of PropertyAware in stella.jview
 

Classes in stella.jview that implement PropertyAware
 class JBaycamMosaic
          A baycam mosaic consists of images taken by the STELLA baycam.
 

Uses of PropertyAware in util
 

Subinterfaces of PropertyAware in util
 interface PropertyComposed
          An interface for objects that can not directly subclass PropertyBundles and do not want to implement all methods of PropertySupplying, this interface defines few methods that allow the composition of an object with a PropertyBundles.