aminePlatform.guis.util
Class AmineEditorUIs

java.lang.Object
  extended byaminePlatform.guis.util.AmineEditorUIs
Direct Known Subclasses:
CGGraphicEditorUIs

public class AmineEditorUIs
extends java.lang.Object

Title : util.AmineTextEditorUIs

Description : This class contains UIs of AmineTextEditor.

See Also:
Copyright: Copyright (c) Adil KABBAJ, 2004-2009


Field Summary
 AmineFrame amineFrame
           
 javax.swing.JButton btCopy
           
 javax.swing.JButton btCut
           
(package private)  javax.swing.JButton btFindAgain
           
(package private)  javax.swing.JButton btFindReplace
           
 javax.swing.JButton btPaste
           
(package private)  javax.swing.JButton btRedo
           
(package private)  javax.swing.JButton btReplace
           
(package private)  javax.swing.JButton btReplaceAll
           
(package private)  javax.swing.JButton btUndo
           
(package private)  javax.swing.JCheckBoxMenuItem jChkBxMnItm14
           
(package private)  javax.swing.JCheckBoxMenuItem jChkBxMnItm16
           
 javax.swing.JCheckBoxMenuItem jChkBxMnItm18
           
(package private)  javax.swing.JCheckBoxMenuItem jChkBxMnItm20
           
(package private)  javax.swing.JCheckBoxMenuItem jChkBxMnItmBld
           
 javax.swing.JMenuBar menuBar
           
 javax.swing.JMenu menuEdit
           
 javax.swing.JMenuItem menuEditCopy
           
 javax.swing.JMenuItem menuEditCut
           
 javax.swing.JMenuItem menuEditFindReplace
           
 javax.swing.JMenuItem menuEditPaste
           
 javax.swing.JMenuItem menuEditRedo
           
 javax.swing.JMenuItem menuEditUndo
           
 javax.swing.JMenu menuFont
           
 int sizeFont
           
 int styleFont
           
 javax.swing.JToolBar toolBar
           
 javax.swing.JToolBar toolBarEdit
           
 javax.swing.JToolBar toolBarSearch
           
 
Constructor Summary
AmineEditorUIs(AmineFrame amineFrame)
           
 
Method Summary
(package private)  void Bold_actionPerformed()
           
(package private)  void btCancelSrch_actionPerformed()
           
(package private)  void copy_actionPerformed()
           
(package private)  void cut_actionPerformed()
           
 void finalize()
           
(package private)  boolean find_actionPerformed()
           
(package private)  void findReplace_actionPerformed()
           
 AmineEditor getEditor()
           
(package private)  void paste_actionPerformed()
           
(package private)  void redo_actionPerformed()
           
(package private)  boolean replace_actionPerformed()
           
(package private)  void replaceAll_actionPerformed()
           
 void setEditor(AmineEditor amineEditor)
           
 void setEnabledUIs(boolean state)
           
(package private)  void size_actionPerformed(int t)
           
(package private)  void undo_actionPerformed()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

amineFrame

public AmineFrame amineFrame

sizeFont

public int sizeFont

styleFont

public int styleFont

menuBar

public javax.swing.JMenuBar menuBar

toolBar

public javax.swing.JToolBar toolBar

menuEdit

public javax.swing.JMenu menuEdit

menuEditUndo

public javax.swing.JMenuItem menuEditUndo

menuEditRedo

public javax.swing.JMenuItem menuEditRedo

menuEditCut

public javax.swing.JMenuItem menuEditCut

menuEditCopy

public javax.swing.JMenuItem menuEditCopy

menuEditPaste

public javax.swing.JMenuItem menuEditPaste

menuEditFindReplace

public javax.swing.JMenuItem menuEditFindReplace

menuFont

public javax.swing.JMenu menuFont

jChkBxMnItmBld

javax.swing.JCheckBoxMenuItem jChkBxMnItmBld

jChkBxMnItm14

javax.swing.JCheckBoxMenuItem jChkBxMnItm14

jChkBxMnItm16

javax.swing.JCheckBoxMenuItem jChkBxMnItm16

jChkBxMnItm18

public javax.swing.JCheckBoxMenuItem jChkBxMnItm18

jChkBxMnItm20

javax.swing.JCheckBoxMenuItem jChkBxMnItm20

toolBarEdit

public javax.swing.JToolBar toolBarEdit

btRedo

javax.swing.JButton btRedo

btUndo

javax.swing.JButton btUndo

btCut

public javax.swing.JButton btCut

btCopy

public javax.swing.JButton btCopy

btPaste

public javax.swing.JButton btPaste

toolBarSearch

public javax.swing.JToolBar toolBarSearch

btFindReplace

javax.swing.JButton btFindReplace

btFindAgain

javax.swing.JButton btFindAgain

btReplace

javax.swing.JButton btReplace

btReplaceAll

javax.swing.JButton btReplaceAll
Constructor Detail

AmineEditorUIs

public AmineEditorUIs(AmineFrame amineFrame)
Method Detail

finalize

public void finalize()

getEditor

public AmineEditor getEditor()

setEditor

public void setEditor(AmineEditor amineEditor)

cut_actionPerformed

void cut_actionPerformed()

copy_actionPerformed

void copy_actionPerformed()

paste_actionPerformed

void paste_actionPerformed()

undo_actionPerformed

void undo_actionPerformed()

redo_actionPerformed

void redo_actionPerformed()

Bold_actionPerformed

void Bold_actionPerformed()

size_actionPerformed

void size_actionPerformed(int t)

findReplace_actionPerformed

void findReplace_actionPerformed()

find_actionPerformed

boolean find_actionPerformed()

replace_actionPerformed

boolean replace_actionPerformed()

replaceAll_actionPerformed

void replaceAll_actionPerformed()

btCancelSrch_actionPerformed

void btCancelSrch_actionPerformed()

setEnabledUIs

public void setEnabledUIs(boolean state)