aminePlatform.guis.util
Class AmineEditorUIs
java.lang.Object
aminePlatform.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
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AmineEditorUIs
public AmineEditorUIs(AmineFrame amineFrame)
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)