JIDE 3.5.15

Package com.jidesoft.margin

Interface Summary
Margin An interface for the margin component.
MarginPainter A painter interface to paint the margin area.
MarginSupport MarginSupport is an adapter that provides the margin support for various components so that the Margin class could be component independent.
MarginSupport.ModelChangedCallback The ModelChangedCallback which will call the margin's revalidate method.
MarginSupport.RepaintCallback The RepaintCallback which will call the margin's repaint method.
RowMarginPainter A painter interface to paint the margin area line by line.
RowMarginSupport RowMarginSupport extends MarginSupport to provide the support for the margin support for the components that have rows, such as table, tree, list etc.
 

Class Summary
AbstractMargin AbstractMargin is a component that usually appears on the left side of a large component that has a scroll pane.
AbstractMarginPainter An abstract implementation of MarginPainter interface.
AbstractMarginSupport Abstract implementation of MarginSupport assuming the component has a scroll pane.
AbstractRowMargin An abstract class which is the base of any row margins.
AbstractRowMarginPainter An abstract implementation of RowMarginPainter interface.
AbstractRowMarginSupport Abstract implementation of RowMarginSupport.
ListRowMarginSupport ListRowMarginSupport provides the margin support for JList and its subclasses.
MarginArea A container for Margin.
RowNumberMargin A margin to display row numbers.
TableRowMarginSupport TableRowMarginSupport provides the margin support for JTable and its subclasses.
TextAreaRowMarginSupport TextAreaRowMarginSupport provides the margin support for JTextArea and its subclasses.
TreeRowMarginSupport TreeRowMarginSupport provides the margin support for JTree and its subclasses.
 


JIDE 3.5.15