public final class QuickFixManager extends AbstractQuickFixManager implements javax.swing.event.ListSelectionListener
myComponent, myDesigner
Constructor and Description |
---|
QuickFixManager(PropertyTable component,
javax.swing.JViewport viewPort) |
Modifier and Type | Method and Description |
---|---|
protected java.awt.Rectangle |
getErrorBounds() |
protected java.util.List<ErrorInfo> |
getErrorInfos() |
void |
valueChanged(javax.swing.event.ListSelectionEvent e) |
getHintClipRect, hideHint, setDesigner, update, updateHintVisibility
public QuickFixManager(PropertyTable component, javax.swing.JViewport viewPort)
public void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged
in interface javax.swing.event.ListSelectionListener
protected java.util.List<ErrorInfo> getErrorInfos()
getErrorInfos
in class AbstractQuickFixManager
AbstractQuickFixManager.myComponent
state.protected java.awt.Rectangle getErrorBounds()
getErrorBounds
in class AbstractQuickFixManager
AbstractQuickFixManager.myComponent
coordinates) that represents
area that contains errors. This methods is invoked only if AbstractQuickFixManager.getErrorInfos()
returned non empty list of error infos. null
means that
error bounds are not defined.