http://www.jpicedt.org

jpicedt.ui.dialog
Class UserConfirmationCache

java.lang.Object
  extended by jpicedt.ui.dialog.UserConfirmationCache

public class UserConfirmationCache
extends Object

Définit le traitement d'une transformation non conforme — c'est à dire ne conservant pas les proportions.

Since:
jPicEdt 1.6
Version:
$Id: UserConfirmationCache.java,v 1.6 2013/03/27 06:51:31 vincentb1 Exp $
Author:
Vincent Belaïche

Nested Class Summary
static interface UserConfirmationCache.Confirmation
          Donne la confirmation dans un cas donné.
protected static class UserConfirmationCache.ConfirmationNo
          Refuse toujours.
protected static class UserConfirmationCache.ConfirmationYes
          Accepte toujours.
 
Field Summary
static UserConfirmationCache.Confirmation CONFIRMATION_NO
           
static UserConfirmationCache.Confirmation CONFIRMATION_YES
           
static UserConfirmationCache DEFAULT
          Une UserConfirmationCache qui dit tout le temps non.
protected  MDIManager mdimgr
           
static String PIC_CIRCLE_FROM_3PTS_SCALE_NCT_KEY
           
static String PIC_CIRCLE_FROM_3PTS_SHEAR_NCT_KEY
           
 UserConfirmationCache.Confirmation picCircleFrom3PtsScaleHandling
           
 UserConfirmationCache.Confirmation picCircleFrom3PtsShearHandling
           
 UserConfirmationCache.Confirmation replaceInSelectionHandling
          Indique à un élément graphique subissant une conversion après confirmation positive, si l'élément converti devant le remplacer, est également à remplacer dans la sélection.
 
Constructor Summary
UserConfirmationCache(MDIManager mdimgr)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PIC_CIRCLE_FROM_3PTS_SCALE_NCT_KEY

public static final String PIC_CIRCLE_FROM_3PTS_SCALE_NCT_KEY
See Also:
Constant Field Values

PIC_CIRCLE_FROM_3PTS_SHEAR_NCT_KEY

public static final String PIC_CIRCLE_FROM_3PTS_SHEAR_NCT_KEY
See Also:
Constant Field Values

CONFIRMATION_YES

public static UserConfirmationCache.Confirmation CONFIRMATION_YES

CONFIRMATION_NO

public static UserConfirmationCache.Confirmation CONFIRMATION_NO

mdimgr

protected MDIManager mdimgr

DEFAULT

public static final UserConfirmationCache DEFAULT
Une UserConfirmationCache qui dit tout le temps non. Par convention la réponse oui est supposée être plus risquée/moins conservatrice que la réponse non.


picCircleFrom3PtsScaleHandling

public UserConfirmationCache.Confirmation picCircleFrom3PtsScaleHandling

picCircleFrom3PtsShearHandling

public UserConfirmationCache.Confirmation picCircleFrom3PtsShearHandling

replaceInSelectionHandling

public UserConfirmationCache.Confirmation replaceInSelectionHandling
Indique à un élément graphique subissant une conversion après confirmation positive, si l'élément converti devant le remplacer, est également à remplacer dans la sélection.

Since:
jPicEdt 1.6
Constructor Detail

UserConfirmationCache

public UserConfirmationCache(MDIManager mdimgr)

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org