Style

Top  Previous  Next

 

You can add RemoteStyle to AdvancedJTable's style model so that the pending cells will be painted with a specified background color. This style is applied only if the given cell value implements the PendingValue interface.

 

You can assign and retrieve the pending background color with:

 

public void setPendingBackgroundColor(java.awt.Color newPendingBackgroundColor);

public java.awt.Color getPendingBackgroundColor();