CaixaLeis.java 12.1 KB
   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
/*
* Projeto : Refine - Ferramenta Educacional para Refinamentos
*
* Tipo : TelaLeis
*
*/
package circusRefine.gui;

import java.awt.Dimension;
import java.awt.Font;

import javax.swing.JDialog;
import javax.swing.JMenu;
import javax.swing.JMenuItem;
import javax.swing.JPopupMenu;
import javax.swing.JSeparator;
import javax.swing.JTextField;
import java.awt.SystemColor;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;

import javax.swing.JOptionPane;

import net.sourceforge.czt.base.ast.Term;
import net.sourceforge.czt.circuspatt.util.CircusLaw;
import net.sourceforge.czt.rules.unification.UnificationException;
import circusRefine.Tactic.Util.GerenciadorTaticas;
import circusRefine.core.ExternalManager;
import circusRefine.core.NoPrograma;
import circusRefine.core.crules.CRulesException;
import circusRefine.core.crules.CancelledApplException;
import circusRefine.util.CRefineException;
import circusRefine.util.CodigoParametro;

/**
* TelaLeis � um tipo que representa a tela que exibe todas as leis de c�lculo
* de refinamentos que s�o suportadas pela ferramenta.
* @author Alessandro
*/
public class CaixaLeis extends JTextField{

private static final long serialVersionUID = -1715076912517106544L;
private ExternalManager gerInterface;
private JDialog telaParametro;

/*indica qual a tela de Parametro esta sendo usada */
private int numeroTelaParam = 0;
private boolean changeFont;
JPopupMenu popUpMenu;
/* Itens utilizados no JPopMenu*/
private JMenuItem aplicar;
private JMenuItem exibir;

/**
* Construtor da classe FapLeis.
*
* @param gerInterface Gerenciador de todas as telas do sistema.
*
*/
public CaixaLeis(ExternalManager gerInterface) {
try {
this.gerInterface = gerInterface;
this.changeFont = false;
jbInit();
} catch (Exception e) {
e.printStackTrace();
}
}
/**
* Classe utilizada para os inserir tooltiptext nas celulas do JComboBox
* - comentada apos mudanca de Caixa Leis para JTextField
*/
/*class MyComboBoxRenderer extends BasicComboBoxRenderer {
private int quant; // quantidade de leis
public MyComboBoxRenderer(int x) {
quant = x;
}
public Component getListCellRendererComponent( JList list,
Object value, int index, boolean isSelected, boolean cellHasFocus) {
if (isSelected) {
setBackground(list.getSelectionBackground());
setForeground(list.getSelectionForeground());
if (index > -1) {
list.setToolTipText(tooltips[index]);
}
} else {
setBackground(list.getBackground());
setForeground(list.getForeground());
}
setFont(list.getFont());
setText((value == null) ? "" : value.toString());
return this;
}
}*/

/**
* Metodo que realiza a plica��o de lei atrav�s da chamada de m�todos
* de outras classes.
* @param leiSelecionada lei que sera aplicada ao termo selecionado na tela
* Desenvolvimento
* @throws UnificationException
*
*/
public void aplicarLei(CircusLaw leiSelecionada) {

NoPrograma noPrograma = gerInterface.getSelectedProg();
GerenciadorTaticas.lastProcess = noPrograma.getPrograma();
if(noPrograma != null) {
if(leiSelecionada != null) {
try {
gerInterface.applyLaw(noPrograma, leiSelecionada);
gerInterface.updateScreen();
gerInterface.updateLawIdentifierGUI(false);
gerInterface.atualizarTelaObrigacoes();
gerInterface.atualizarTelaCodigo();
gerInterface.atualizarOpcoesColeta();
}
catch (CRefineException except) {
except.printStackTrace();
ErrorDialog errorDialog = new ErrorDialog(this.gerInterface, "",
except);
errorDialog.setVisible(true);
}
catch (CancelledApplException e){
}
catch (CRulesException except){
except.printStackTrace();
ErrorDialog errorDialog = new ErrorDialog(this.gerInterface, "",
except);
errorDialog.setVisible(true);
}
catch (Exception e){
ErrorDialog errorDialog = new ErrorDialog(this.gerInterface, e);
errorDialog.setVisible(true);
e.printStackTrace();
}

} else {
JOptionPane.showMessageDialog(null, this.retornarMensagem("COD0063"), "Erro", JOptionPane.ERROR_MESSAGE);
gerInterface.setarStatus("");
gerInterface.setarFocus();
}
} else {
JOptionPane.showMessageDialog(null, this.retornarMensagem("COD0464"), "Erro", JOptionPane.ERROR_MESSAGE);
gerInterface.setarStatus("");
gerInterface.setarFocus();
}
}


/**
* Metodo que retornar a lei Selecionado no TextField de Leis
* @return
*/
public String retornarLeiSelecionada (){
return this.getText();
}

/**
* Metodo que realiza a plica��o de lei atrav�s da chamada de m�todos
* de outras classes.
* @throws UnificationException
*
*/
public void aplicarLei() {

NoPrograma noPrograma = gerInterface.getSelectedProg();
if(noPrograma != null) {
CircusLaw leiSelecionada = this.gerInterface.retornarLeiSelecionada();
if(leiSelecionada != null) {
try {
gerInterface.applyLaw(noPrograma, leiSelecionada);
gerInterface.updateScreen();
gerInterface.atualizarTelaObrigacoes();
gerInterface.retornarTelaDesenvolvimento().
updateLawIdentifierGUI(false);
gerInterface.atualizarTelaCodigo();
gerInterface.atualizarOpcoesColeta();
}
catch(CRefineException e) {
ErrorDialog errorDialog = new ErrorDialog(this.gerInterface, "",
e);
errorDialog.setVisible(true);
e.printStackTrace();
}
catch (CancelledApplException e){
}
catch (CRulesException e){
ErrorDialog errorDialog = new ErrorDialog(this.gerInterface, "",
e);
errorDialog.setVisible(true);
e.printStackTrace();
}
catch (Exception e){
ErrorDialog errorDialog = new ErrorDialog(this.gerInterface, e);
errorDialog.setVisible(true);
e.printStackTrace();
}

} else {
JOptionPane.showMessageDialog(null, this.retornarMensagem("COD0063"), "Erro", JOptionPane.ERROR_MESSAGE);
gerInterface.setarStatus("");
gerInterface.setarFocus();
}
} else {
JOptionPane.showMessageDialog(null, this.retornarMensagem("COD0464"), "Erro", JOptionPane.ERROR_MESSAGE);
gerInterface.setarStatus("");
gerInterface.setarFocus();
}
}

/**
* M�todo que executa a a��o de se clicar no botao Aplicar.
*
* @param e Evento do bot�o aplicar.
* @throws UnificationException
*
*/
public void btnAplicar_actionPerformed(ActionEvent e) throws UnificationException {
gerInterface.setarStatus(this.retornarMensagem("COD0040"));
this.aplicarLei();
}


/**
* M�todo que retorna o n�mero da janela de par�metro corrente.
*
*/
public int getNumJanelaParam() {
return numeroTelaParam;
}

/**
* Torna o popmenu das leis visivel.
*/
private void mostrarPopMenu(MouseEvent e) {
if (!(this.getText().equals(this.retornarMensagem("COD0592")))){
this.popUpMenu.show(e.getComponent(), e.getX(),e.getY());
}

}

/**
* Metodo utilizado para tornar visivel a janela de inforama��es de leis
* Bem como os minuciosos detalhes da lei;
*/
private void ExibirDetalhes_actionPerformed(){

CircusLaw leiSelecionada = this.gerInterface.retornarLeiSelecionada();
if (leiSelecionada != null) {
InfoLei infoLei = new InfoLei(leiSelecionada, this.gerInterface);
infoLei.setVisible(true);
}

}
/**
* Inicializa os atributos da tela de leis.
*
*/
private void jbInit() throws Exception {
this.setEditable(false);
this.setEnabled(true);
this.setBackground(SystemColor.WHITE);
this.setText(this.retornarMensagem("COD0592"));
this.setFont(new Font("",Font.ITALIC,10));
this.setMinimumSize(new Dimension(gerInterface.getTamanhoHorizontal()*8/100, 20));
this.setMaximumSize(new Dimension(gerInterface.getTamanhoHorizontal()*35/100, 20));
this.setPreferredSize(new Dimension(gerInterface.getTamanhoHorizontal()*20/100, 20));

popUpMenu = new JPopupMenu();
aplicar = new JMenuItem();
exibir = new JMenuItem();

aplicar.setText(this.retornarMensagem("COD0288"));
exibir.setText(this.retornarMensagem("COD0273"));

aplicar.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(ActionEvent e) {
try {
btnAplicar_actionPerformed(e);
} catch (UnificationException e1) {
e1.printStackTrace();
}
}
});

exibir.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(ActionEvent e) {
ExibirDetalhes_actionPerformed();
}
});


popUpMenu.add(aplicar);
popUpMenu.add(new JSeparator());
popUpMenu.add(exibir);

this.addMouseListener(new MouseListener(){

public void mouseClicked(MouseEvent e) {
/* Butao Esquerdo do Mouse*/
if (e.getButton() == e.BUTTON1) {
mostrarLeis(e);
}
/*Butao Direito*/
else if (e.getButton()== e.BUTTON3){
mostrarPopMenu(e);
}
HabilitarAplicarLei();
}
public void mouseEntered(MouseEvent e) {
}
public void mouseExited(MouseEvent e) {
}
public void mousePressed(MouseEvent e) {
}
public void mouseReleased(MouseEvent e) {
}
});
}
/**
* Esse metodo serve para abrir um popMenu de selecao de leis.
* A lei selecionada tera seu namo setado no JTextField de Lei
* @param e
*/
protected void mostrarLeis(MouseEvent e) {
JPopupMenu menuLeis = new JPopupMenu();
JMenu lei = new JMenu();
ActionListener action = new ActionListener(){

public void actionPerformed(ActionEvent e) {
setarTexto(e);
}
};
this.gerInterface.inicializarMenuDeLeis(lei, action);
menuLeis.add(lei);
menuLeis.show(e.getComponent(), e.getX(),e.getY());
}

/**
* Seta o nome da Lei selecionada no TextField
* @param e
*/
protected void setarTexto(ActionEvent e) {
if (e.getSource() instanceof JMenuItem){
if (!changeFont){
this.setFont(new Font("",Font.PLAIN,10));
changeFont = true;
}
this.setText(((JMenuItem)e.getSource()).getText());
this.setToolTipText(((JMenuItem)e.getSource()).getText());
this.gerInterface.retornarTelaDesenvolvimento().atualizar_Selecao();
}
}


/**
* Metodo que habilita o JmenuItem responsavel por aplica��o de lei.
*
*/
private void HabilitarAplicarLei() {

NoPrograma noProgramaSelecionado = this.gerInterface.getSelectedProg();
CircusLaw leiInBox = this.gerInterface.retornarLeiSelecionada();
Term termoSelecionado = null;
if (noProgramaSelecionado != null) {
termoSelecionado = noProgramaSelecionado.getPrograma();
}
this.aplicar.setEnabled(false);
if (termoSelecionado != null){
if (this.gerInterface.aplicableLaws(termoSelecionado).contains(leiInBox)){
this.gerInterface.HabilitarAplicarLei();
this.aplicar.setEnabled(true);
this.gerInterface.retornarTelaDesenvolvimento().selecionarLinhas();
}
else {
this.gerInterface.DesabilitarAplicarLei();
}
}
}

/**
* Metodo que exibi a TelaParametro coom o correspondente codigo
* @param cod codigo que representa o tipo de argumento a ser digitado
* @param str Guarda o nome do argumento(nome da metavari�vel)
* @return
*/
public String mostrarTelaParametro(CodigoParametro cod, String str){
telaParametro = new TelaParametro(gerInterface);
((TelaParametro)telaParametro).mostrarTelaParametro(cod, str);
return ((TelaParametro)telaParametro).getArgument();
}


/**
* M�todo que retorna uma mensagem que ser� impressa na tela, tanto na forma
* de t�tulo quanto na forma de mensagem de erro.
*
* @param codigo O c�digo da mensagem que ser� retornada.
*
* @return Uma String que representa a mensagem de retorno.
*
*/
public String retornarMensagem(String codigo) {
String mensagem = gerInterface.getMessage(codigo);
return mensagem;
}



}