|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
org.nuiton.i18n.plugin.parser.KeysModifier
@Deprecated public class KeysModifier
IHM permettant de modifier les clés de traduction en direct dans les fichiers parsés et les fichiers de propriétés.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JFrame |
|---|
JFrame.AccessibleJFrame |
| Nested classes/interfaces inherited from class java.awt.Frame |
|---|
Frame.AccessibleAWTFrame |
| Nested classes/interfaces inherited from class java.awt.Window |
|---|
Window.AccessibleAWTWindow |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
protected String |
encoding
Deprecated. |
protected JTextField |
key
Deprecated. |
protected JLabel |
name
Deprecated. |
protected boolean |
needModifiedFile
Deprecated. |
protected List<String> |
newKeys
Deprecated. |
protected JButton |
next
Deprecated. |
protected JCheckBox |
onlyNewKey
Deprecated. |
protected JLabel |
path
Deprecated. |
protected JTextField |
pattern
Deprecated. |
protected String |
patternLeft
Deprecated. |
protected String |
patternRight
Deprecated. |
| Fields inherited from class javax.swing.JFrame |
|---|
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Frame |
|---|
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
|---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Method Summary | |
|---|---|
void |
eventChangeFile(File file)
Deprecated. Méthode appelée quand on change de fichier parsé |
void |
eventChangeKey(String keyI18n,
boolean newKey)
Deprecated. Méthode appelée quand on change de clé |
String |
eventGetRealKey()
Deprecated. Méthode appelée pour récupérer la nouvelle valeur de clé |
void |
eventNextFile(File file)
Deprecated. Méthode appelée après le parsing du fichier |
void |
eventNextKey()
Deprecated. Permet de passer à la clé suivante |
static KeysModifier |
getInstance(String patternLeft,
String patternRight,
String encoding)
Deprecated. Récupération d'une instance de l'interface |
| Methods inherited from class java.awt.Frame |
|---|
addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.awt.MenuContainer |
|---|
getFont, postEvent |
| Field Detail |
|---|
protected List<String> newKeys
protected boolean needModifiedFile
protected String patternLeft
protected String patternRight
protected String encoding
protected JLabel name
protected JLabel path
protected JTextField key
protected JTextField pattern
protected JCheckBox onlyNewKey
protected JButton next
| Method Detail |
|---|
public static KeysModifier getInstance(String patternLeft,
String patternRight,
String encoding)
patternLeft - left patternpatternRight - right patternencoding - encoding
public void eventChangeFile(File file)
ParserEvent
eventChangeFile in interface ParserEventfile - le nouveau fichier a parserpublic void eventNextFile(File file)
ParserEvent
eventNextFile in interface ParserEventfile - le prochain fichier a parser
public void eventChangeKey(String keyI18n,
boolean newKey)
ParserEvent
eventChangeKey in interface ParserEventkeyI18n - la clef i18nnewKey - la nouvelle clef i18npublic String eventGetRealKey()
ParserEvent
eventGetRealKey in interface ParserEventpublic void eventNextKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||