Skip to content

Commit

Permalink
set ThreeStateBooleanPanel as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Mar 23, 2016
1 parent 1d3d697 commit 4bdeeaa
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -34,6 +34,11 @@
*
* @author shood
* */
/**
* Don't use this component, it will be gradually removed from gui.
* It can be easily replaced with TriStateComboPanel. [honchar]
*/
@Deprecated
public class ThreeStateBooleanPanel extends BasePanel<Boolean>{

private static final String ID_BUTTON_ONE = "optionOne";
Expand Down

0 comments on commit 4bdeeaa

Please sign in to comment.