Searched refs:isSelected (Results 1 - 9 of 9) sorted by relevance

/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/viewers/
H A DFadeViewletType.java86 protected Color getColor(Data data, boolean isSelected) { argument
91 if (isSelected) {
270 boolean isSelected,
282 isSelected,
289 result.setBackground(getColor(data, isSelected));
268 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
H A DTextViewletType.java90 protected Color getColor(Data data, boolean isSelected) { argument
95 if (isSelected) {
454 boolean isSelected,
466 isSelected,
473 result.setBackground(getColor(data, isSelected));
452 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
H A DBoundsViewletType.java539 boolean isSelected,
553 isSelected,
570 if (isSelected) {
576 if (isSelected) {
583 //result.setBackground(getColor(data, isSelected));
537 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DBooleanPropertyModel.java86 if(isSelected() != newValue)
H A DSpreadSheet.java296 boolean isSelected,
302 isSelected,
294 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
H A DBooleanGroupPropertyModel.java92 if(isSelected() != isMatch)
H A DMultiViewletType.java408 boolean isSelected,
418 isSelected,
406 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
H A DViewerManager.java474 if (((AbstractButton)it.next()).isSelected()) {
H A DScenarioManager.java260 if ( buttonArray[i].isSelected() ) {

Completed in 92 milliseconds