Searched refs:SHOW_CONTROLS (Results 1 – 1 of 1) sorted by relevance
36 private static final String SHOW_CONTROLS = "Show controls"; field in CommonPanel216 boolean areControlsVisible = showHideControlsLink.getText().equals(SHOW_CONTROLS); in handleShowHideControlsClick()218 showHideControlsLink.setText(areControlsVisible ? HIDE_CONTROLS : SHOW_CONTROLS); in handleShowHideControlsClick()