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, updateHintVisibilitypublic QuickFixManager(PropertyTable component, javax.swing.JViewport viewPort)
public void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged in interface javax.swing.event.ListSelectionListenerprotected java.util.List<ErrorInfo> getErrorInfos()
getErrorInfos in class AbstractQuickFixManagerAbstractQuickFixManager.myComponent state.protected java.awt.Rectangle getErrorBounds()
getErrorBounds in class AbstractQuickFixManagerAbstractQuickFixManager.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.