JIDE 3.5.15

Package com.jidesoft.marker

Interface Summary
MarkerEyePainter A painter interface to paint the marker eye area.
MarkerListener MarkerListener is a listener can be added to MarkerModel to listen to any marker changes in marker model.
MarkerModel An interface to store the marker information.
MarkerStripePainter An interface to paint the marker stripes.
MarkerSupport MarkerSupport is an adapter that provides the marker support for various components.
 

Class Summary
AbstractMarkerSupport AbstractMarkerSupport implements getMarkerModel to provide a MarkerModel.
AbstractRowMarkerSupport AbstractRowMarkerSupport provides default implementations for AbstractRowMarkerSupport.indexToPoint(int, int) and AbstractRowMarkerSupport.pointToIndexRange(Point, int) methods for components that have rows.
DefaultMarkerEyePainter Default implementation of MarkerEyePainter.
DefaultMarkerModel  
DefaultMarkerStripePainter Default implementation of MarkerStripePainter.
ListMarkerSupport ListMarkerSupport provides the marker support for a JList.
Marker Marker represents a range of continuous items used by the MarkerModel.
MarkerArea MarkerArea is an area next to a component with a vertical scroll bar to display markers for error, warning, or whatever information in the code you would like to display.
MarkerEvent MarkerEvent is used to notify interested parties that marker has been changed in the MarkerModel.
MarkerEye MarkerEye is a panel to indicate the inspecting status.
MarkerResource  
MarkerStripe MarkerStripe is a panel to display all the markers in a marker model.
MarkerUtils  
TableRowMarkerSupport TableRowMarkerSupport provides the marker support for table at the row level.
TextAreaRowMarkerSupport TextAreaRowMarkerSupport provides the marker support for JTextArea at the row level.
TreeMarkerSupport TreeMarkerSupport provides the marker support for a JTree.
 


JIDE 3.5.15