com.sas.swing.visuals.tableview
Interface CombiningRendererInterface

All Known Implementing Classes:
ConditionTableCellRenderer

public interface CombiningRendererInterface

Interface for combining with other objects. For example, a renderer may combine with another renderer by using the second renderer as a backup of some kind or by combining styles.


Method Summary
 boolean combineWith(java.lang.Object obj)
          Combine with another object.
 boolean isCombining()
          Determine if this object currently allows combining.
 

Method Detail

combineWith

boolean combineWith(java.lang.Object obj)
Combine with another object.

Parameters:
obj - The object to be combined.
Returns:
true if the combining succeeded.

isCombining

boolean isCombining()
Determine if this object currently allows combining. An object may allow combinations until some condition is met, or it may not allow combinations at all despite implementing the interface.

Returns:
true if this object currently allows combining.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.