com.levigo.jadice.demo.util
Interface CompareToggler


public interface CompareToggler

The CompareToggler is used by the ToggleCompareCommand to perform the real toggling of the compare view.

The process of toggling the CompareView is highly dependent on the concrete UI implementation. Typically, one would register the CompareToggler in the Context when the GUI is being created.

Example:

 CompareToggler compareToggler = new CompareToggler() {....};
 myBasicJadicePanel.getContext().add(compareToggler);
 
If there is a registered CompareToggler, the "ToggleCompare"-action can be used in the application.

See Also:
EmbeddedDemoApplication

Method Summary
 void toggleCompareView()
          Toggles the compare view on/off
 

Method Detail

toggleCompareView

void toggleCompareView()
Toggles the compare view on/off



Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.