From 55412277077e2a1f24574a52e840019460a68b86 Mon Sep 17 00:00:00 2001 From: Guillermo Date: Mon, 10 Feb 2020 20:29:12 +0100 Subject: [PATCH] ampliado javadoc --- bin/Logica/Gestion.class | Bin 3813 -> 3813 bytes bin/VistaControlador/ControladorInforme.class | Bin 4883 -> 4883 bytes bin/VistaControlador/ModeloInformes.class | Bin 1732 -> 1732 bytes .../VistaAniadirVisualizar.class | Bin 5835 -> 5835 bytes bin/VistaControlador/VistaInformes.class | Bin 2054 -> 2054 bytes bin/VistaControlador/VistaPanelGestion.class | Bin 1984 -> 1984 bytes .../VistaPanelModificar.class | Bin 2113 -> 2113 bytes doc/Ficheros/Configuracion.html | 50 +- doc/Ficheros/class-use/Configuracion.html | 4 +- doc/Ficheros/package-frame.html | 4 +- doc/Ficheros/package-summary.html | 4 +- doc/Ficheros/package-tree.html | 4 +- doc/Ficheros/package-use.html | 4 +- doc/Logica/Gestion.html | 128 +++- doc/Logica/Mes.html | 487 +++++++++++++++ doc/Logica/Meses.html | 67 ++- doc/Logica/Transaccion.html | 132 ++++- doc/Logica/class-use/Gestion.html | 87 ++- doc/Logica/class-use/Mes.html | 164 ++++++ doc/Logica/class-use/Meses.html | 26 +- doc/Logica/class-use/Transaccion.html | 50 +- doc/Logica/package-frame.html | 5 +- doc/Logica/package-summary.html | 10 +- doc/Logica/package-tree.html | 5 +- doc/Logica/package-use.html | 10 +- doc/Main.html | 8 +- doc/VistaControlador/BarraOpciones.html | 295 +++++++++- .../ControladorAniadirVisualizar.html | 70 ++- doc/VistaControlador/ControladorBarra.html | 87 ++- doc/VistaControlador/ControladorInforme.html | 357 +++++++++++ .../ControladorPanelGestion.html | 87 ++- .../ControladorPanelInterfaz.html | 78 ++- .../ControladorPanelModificar.html | 122 +++- doc/VistaControlador/Menu.html | 556 +++++++++++++++++- doc/VistaControlador/ModeloInformes.html | 319 ++++++++++ doc/VistaControlador/MostrarTodo.html | 85 ++- .../VistaAniadirVisualizar.html | 318 +++++++++- doc/VistaControlador/VistaInformes.html | 509 ++++++++++++++++ doc/VistaControlador/VistaPanel.html | 44 +- doc/VistaControlador/VistaPanelGestion.html | 243 +++++++- doc/VistaControlador/VistaPanelInterfaz.html | 187 +++++- doc/VistaControlador/VistaPanelModificar.html | 216 ++++++- .../class-use/BarraOpciones.html | 21 +- .../ControladorAniadirVisualizar.html | 30 +- .../class-use/ControladorBarra.html | 4 +- .../class-use/ControladorInforme.html | 124 ++++ .../class-use/ControladorPanelGestion.html | 4 +- .../class-use/ControladorPanelInterfaz.html | 4 +- .../class-use/ControladorPanelModificar.html | 4 +- doc/VistaControlador/class-use/Menu.html | 37 +- .../class-use/ModeloInformes.html | 179 ++++++ .../class-use/MostrarTodo.html | 4 +- .../class-use/VistaAniadirVisualizar.html | 38 +- .../class-use/VistaInformes.html | 183 ++++++ .../class-use/VistaPanel.html | 25 +- .../class-use/VistaPanelGestion.html | 21 +- .../class-use/VistaPanelInterfaz.html | 21 +- .../class-use/VistaPanelModificar.html | 62 +- doc/VistaControlador/package-frame.html | 7 +- doc/VistaControlador/package-summary.html | 28 +- doc/VistaControlador/package-tree.html | 7 +- doc/VistaControlador/package-use.html | 13 +- doc/allclasses-frame.html | 8 +- doc/allclasses-noframe.html | 8 +- doc/class-use/Main.html | 4 +- doc/constant-values.html | 99 +++- doc/deprecated-list.html | 4 +- doc/help-doc.html | 4 +- doc/index-files/index-1.html | 62 +- doc/index-files/index-10.html | 113 +++- doc/index-files/index-11.html | 36 +- doc/index-files/index-12.html | 36 +- doc/index-files/index-13.html | 38 +- doc/index-files/index-14.html | 32 +- doc/index-files/index-15.html | 159 +++++ doc/index-files/index-16.html | 161 +++++ doc/index-files/index-17.html | 189 ++++++ doc/index-files/index-18.html | 129 ++++ doc/index-files/index-19.html | 129 ++++ doc/index-files/index-2.html | 14 +- doc/index-files/index-3.html | 47 +- doc/index-files/index-4.html | 56 +- doc/index-files/index-5.html | 74 ++- doc/index-files/index-6.html | 86 +-- doc/index-files/index-7.html | 118 +++- doc/index-files/index-8.html | 46 +- doc/index-files/index-9.html | 38 +- doc/index.html | 2 +- doc/overview-frame.html | 4 +- doc/overview-summary.html | 4 +- doc/overview-tree.html | 8 +- doc/package-frame.html | 4 +- doc/package-summary.html | 4 +- doc/package-tree.html | 4 +- doc/package-use.html | 4 +- doc/serialized-form.html | 52 +- src/Logica/Gestion.java | 5 + src/Main.java | 6 +- src/VistaControlador/ControladorInforme.java | 9 + src/VistaControlador/Menu.java | 2 +- src/VistaControlador/ModeloInformes.java | 10 + .../VistaAniadirVisualizar.java | 10 +- src/VistaControlador/VistaInformes.java | 9 +- src/VistaControlador/VistaPanelGestion.java | 2 + src/VistaControlador/VistaPanelModificar.java | 9 +- 105 files changed, 6829 insertions(+), 647 deletions(-) create mode 100644 doc/Logica/Mes.html create mode 100644 doc/Logica/class-use/Mes.html create mode 100644 doc/VistaControlador/ControladorInforme.html create mode 100644 doc/VistaControlador/ModeloInformes.html create mode 100644 doc/VistaControlador/VistaInformes.html create mode 100644 doc/VistaControlador/class-use/ControladorInforme.html create mode 100644 doc/VistaControlador/class-use/ModeloInformes.html create mode 100644 doc/VistaControlador/class-use/VistaInformes.html create mode 100644 doc/index-files/index-15.html create mode 100644 doc/index-files/index-16.html create mode 100644 doc/index-files/index-17.html create mode 100644 doc/index-files/index-18.html create mode 100644 doc/index-files/index-19.html diff --git a/bin/Logica/Gestion.class b/bin/Logica/Gestion.class index c058f838a6ba6fb69164d37b15a971fa204eb628..406bcacbb7993aee1ead971b940e557feed20294 100644 GIT binary patch delta 259 zcmW;GJxhXN6vpxYGX&mGCOF)M-~-iSMI{yViY`&m5)DDC6|^*1K}&=c*r*j}5nLLy zlHR1C@6a55fCj%u7teCI;Kw=F=|#P$d!KNV^f5)qv~?2anRy%w46;bX5)&-TRx}G% zbX&oir9*EmmkT!I^yl)yj?$qo;n`)FJ;vGBUWqvl>@IBhGD93O$}u@k7^BQAr&jE5 z`-A#+SI&om1xvFM9- z%`E$L;C$CcrWB_?n=|W5RaeHb$rxK?*;cQtgs+?(u zU0jrQeg6SBH&+Mc!h3q2!_#Ahtk84G<8Q`=4>x|iv=FA1sKa3bj1#o3Ja!;VJ#91* zAxJx2bTB|CQ;sF+CPh!>*qbxXdMVJyCjFG1-~y9726 z!!9mLyZ-(GH#b)Y<-)h;@Eo2#pU1Hs`?=t2sl!7(UK;SzNDobfO^?&eBmw8j=LTD; zrp@d@+D!)NAVMbzx=3NOMR)1cpS8~V$k9)p5XTI1!4P*0^JH`{j8JBjSH^fV@Vn7h zh~YB9r@8rIN>xm&hPVPG)XR**%qq&9Vk8x3UP%_UKuSw2E6s|ISXGfVU9zrg(z=PV tp<6a}Peu=9^~ko$?5ILcF1z|5uP^rW&Axs)&>x4Ehl1thq~z3|>mN|@G*|!t diff --git a/bin/VistaControlador/ModeloInformes.class b/bin/VistaControlador/ModeloInformes.class index 3f3373ba180df75c8f4ccce9a0eea6c3cd1ded52..e0fbde05852910190fcaa03468e7bad19d2036c6 100644 GIT binary patch delta 75 zcmX@YdxUp`Bde$&0}F!?13QBV13!ZpgD`_Q5K2uBW8J2z#K6Iz%)rf{3KUmkkYiA1 bP-M_x&;!yI3|b5}3_1)B40@9d*(L)3cWVi1 delta 75 zcmX@YdxUp`BdaJ60}BH$13Lph5DGE~GYBz=Gl)(OW8J1I!N9>F$-vDZ%^=1g!yv~X a%b*A(^?w#fiz!3gL8 diff --git a/bin/VistaControlador/VistaAniadirVisualizar.class b/bin/VistaControlador/VistaAniadirVisualizar.class index 8e79132eddfc676244a3bc4daad23dcb10aae372..e1a9528c79b3a8c462eec8f43bb7c9c5ca7724a5 100644 GIT binary patch delta 378 zcmWO0NiRcT7{&4bO>8XGP)!giHBUt(*TSWVM4~m-)I<~|=>kdBETRjWDm5jpolrxu zv5<7{3t0FF{RH-wPTtj%=lq`ce0#sWpM8!&HwDyCNG;`fsH9F)JsmV)(uj{H0yHy6 z3oEp;P8-LxV=Hlomn@z3kz>Z_v40$qB8v+8abrpNY^(Us^y^|kH%I7ZlwQX0GtPuw zh#(OrS!0S_rb#oy6|>wBvR6yKJYifcP|c#6EYYRx0Lu)i#VBFrqV{mI)6vpv?6N^DzstF>f`>ig+YtSMR33V%qh?J_3V5qtiB&Mpmd&Od?Qi6q~ zyDwny5&8-2Mo-Rm&iOs(d^^9LpY7Ie2N{%;Nd@^-Qb-l0RMSWe2DNljhlhHmXdtNW z3Qmq_!lapdT1e7r?pu8p!~C%ZvfLEVK?!c@F4L9$XLyv@ulxb+4${UDeGIF-OfW)# zQI;8F6CW|gxls3pNpmUZ%i+h)48_dqtAMV}DLF_F^UCsTchT(4{WU@qv8tcLny%@> zx)L{-R$_oH7T8v2hdp-nbyzn-+;V89ZH`ndugqdZ#E-?J;wR!U@l)|L@pJJ@@hkCb u@u;Q|@w-&o=CT-Z(Ff6l=%eV9Xj1f9^hNYl^iA|#G$9%n{YZK32bO;i+D}mc diff --git a/bin/VistaControlador/VistaInformes.class b/bin/VistaControlador/VistaInformes.class index af15ef6165b60d5380fa88c8a8c60c62d2e46292..3b305b0a00babc3bc5c2804a5a54cd5de3519039 100644 GIT binary patch delta 192 zcmWO0D^CJo0EOY_+Z>FdsKFcJUBD|M-tb0Ils{lKxtX;(Hv?8SqSazyHj2eRK-6lX z@CT@VJL!b?yr+?Fq(6TW&y$8s88K}_CT7-xtSxg6%&W$BVNu4-Cn4)J}$2OnYp delta 192 zcmWO0yDkG@0EXe`Pejv2iv-cCvmTs^(o)2sUEF}Rlf=v_O$@a*>1efB#AdO$fsU*e zOK+g7e|d*@_};IR?xf$pN83|IOiP)GoRyWa7`bImRnD1tO$)A~y|$!f*{v1#Ry|nr zDDO!@SJAVQ7wcYac(dsvu6)||rL1qqk6pj^{HYk&H*^qUq8gHFVa#EebQE&xA@4Yp borH?h-d*Bm{9Mw7377F)BgUJ(K_dGPN3tII diff --git a/bin/VistaControlador/VistaPanelGestion.class b/bin/VistaControlador/VistaPanelGestion.class index 8e3ab7e3dc1a414a6884e0e9617bb1f75daa354e..e8c0795f99bcc19cc164a4fe58f0f6af54bef457 100644 GIT binary patch delta 21 ccmX@We}I3(M0QSd22}b6YSGxK)dL=TF)G!aqb0Afo^P delta 198 zcmWN}yDozP7y!`oNfQQ%CWuQlC`#Q$-HNnGg%S&krGur5g%>a|vM^Zf7B67vVzF4g zfYs8)=6`^5n(1cx?V|mrTS|{kz4{CoH)vMIk|C?I%7z^qac0!HoVqa$6Rzdmne<@F zqk?DCUK06g&bxUZ7JORtl}z83{V4jiqLr+F)}qZubSXuD$!272Mb382D95@=RP036 dZq)3>scO{iN5er}I*co|xOEiwPM$Iy`F|^xAZq{s diff --git a/doc/Ficheros/Configuracion.html b/doc/Ficheros/Configuracion.html index b6bb621..91243b5 100644 --- a/doc/Ficheros/Configuracion.html +++ b/doc/Ficheros/Configuracion.html @@ -2,9 +2,9 @@ - + Configuracion - + @@ -75,13 +75,13 @@ var activeTableTab = "activeTableTab"; @@ -117,6 +117,25 @@ extends java.lang.Object
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      private static java.lang.Stringdireccion 
      +
    • +
    • @@ -164,7 +183,7 @@ extends java.lang.Object

      Methods inherited from class java.lang.Object

      -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -174,6 +193,23 @@ extends java.lang.Object
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        direccion

        +
        private static java.lang.String direccion
        +
      • +
      +
    • +
    • @@ -282,13 +318,13 @@ extends java.lang.Object diff --git a/doc/Ficheros/class-use/Configuracion.html b/doc/Ficheros/class-use/Configuracion.html index 6fc3485..758a6fe 100644 --- a/doc/Ficheros/class-use/Configuracion.html +++ b/doc/Ficheros/class-use/Configuracion.html @@ -2,9 +2,9 @@ - + Uses of Class Ficheros.Configuracion - + diff --git a/doc/Ficheros/package-frame.html b/doc/Ficheros/package-frame.html index 0e6b061..fc66713 100644 --- a/doc/Ficheros/package-frame.html +++ b/doc/Ficheros/package-frame.html @@ -2,9 +2,9 @@ - + Ficheros - + diff --git a/doc/Ficheros/package-summary.html b/doc/Ficheros/package-summary.html index e8d15e1..b8d7a8c 100644 --- a/doc/Ficheros/package-summary.html +++ b/doc/Ficheros/package-summary.html @@ -2,9 +2,9 @@ - + Ficheros - + diff --git a/doc/Ficheros/package-tree.html b/doc/Ficheros/package-tree.html index 42ef444..790de63 100644 --- a/doc/Ficheros/package-tree.html +++ b/doc/Ficheros/package-tree.html @@ -2,9 +2,9 @@ - + Ficheros Class Hierarchy - + diff --git a/doc/Ficheros/package-use.html b/doc/Ficheros/package-use.html index 5f23ea1..2bed00a 100644 --- a/doc/Ficheros/package-use.html +++ b/doc/Ficheros/package-use.html @@ -2,9 +2,9 @@ - + Uses of Package Ficheros - + diff --git a/doc/Logica/Gestion.html b/doc/Logica/Gestion.html index cc660e2..38cb472 100644 --- a/doc/Logica/Gestion.html +++ b/doc/Logica/Gestion.html @@ -2,9 +2,9 @@ - + Gestion - + @@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
    diff --git a/doc/VistaControlador/BarraOpciones.html b/doc/VistaControlador/BarraOpciones.html index 76fde0f..a975aa5 100644 --- a/doc/VistaControlador/BarraOpciones.html +++ b/doc/VistaControlador/BarraOpciones.html @@ -2,9 +2,9 @@ - + BarraOpciones - + @@ -68,14 +68,14 @@
    @@ -146,6 +146,13 @@ extends javax.swing.JMenuBar

    Nested Class Summary

      +
    • + + +

      Nested classes/interfaces inherited from class javax.swing.JMenuBar

      +javax.swing.JMenuBar.AccessibleJMenuBar
    • +
    +
    • @@ -153,11 +160,18 @@ extends javax.swing.JMenuBar javax.swing.JComponent.AccessibleJComponent
      +
    • + + +

      Nested classes/interfaces inherited from class java.awt.Container

      +java.awt.Container.AccessibleAWTContainer
    • +
    +
    • Nested classes/interfaces inherited from class java.awt.Component

      -java.awt.Component.BaselineResizeBehavior
    • +java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
@@ -167,19 +181,98 @@ extends javax.swing.JMenuBar

Field Summary

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Fields 
Modifier and TypeField and Description
(package private) javax.swing.JMenuadministracion 
(package private) javax.swing.JMenuItemaniadirUsuario 
(package private) javax.swing.JMenuItemcambiarRuta 
(package private) javax.swing.JMenuItemexportarXML 
(package private) javax.swing.JMenuItemgestion 
(package private) javax.swing.JMenuItemguardarIns 
(package private) javax.swing.JMenuItemimportarXML 
(package private) javax.swing.JMenuinterfaz 
(package private) javax.swing.JMenumenuAr 
(package private) javax.swing.JMenuItemmenuInforme 
(package private) javax.swing.JMenuItemmenuInterfaz 
(package private) javax.swing.JMenuItemmodificacion 
(package private) javax.swing.JMenuItemmodoClaro 
(package private) javax.swing.JMenuItemmodoOscuro 
(package private) javax.swing.JMenuItemmodoRosa 
(package private) javax.swing.JMenumostrar 
(package private) javax.swing.JMenuItemmostrarTodo 
(package private) javax.swing.JMenuvistas 
  • Fields inherited from class javax.swing.JComponent

    -TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
  • +listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
  • Fields inherited from class java.awt.Component

    -BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
  • +accessibleContext, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
  • @@ -220,35 +313,35 @@ extends javax.swing.JMenuBar

    Methods inherited from class javax.swing.JMenuBar

    -add, addNotify, getAccessibleContext, getComponent, getComponentAtIndex, getComponentIndex, getHelpMenu, getMargin, getMenu, getMenuCount, getSelectionModel, getSubElements, getUI, getUIClassID, isBorderPainted, isSelected, menuSelectionChanged, processKeyEvent, processMouseEvent, removeNotify, setBorderPainted, setHelpMenu, setMargin, setSelected, setSelectionModel, setUI, updateUI
  • +add, addNotify, getAccessibleContext, getComponent, getComponentAtIndex, getComponentIndex, getHelpMenu, getMargin, getMenu, getMenuCount, getSelectionModel, getSubElements, getUI, getUIClassID, isBorderPainted, isSelected, menuSelectionChanged, paintBorder, paramString, processKeyBinding, processKeyEvent, processMouseEvent, removeNotify, setBorderPainted, setHelpMenu, setMargin, setSelected, setSelectionModel, setUI, updateUI
  • Methods inherited from class javax.swing.JComponent

    -addAncestorListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, hide, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintImmediately, paintImmediately, print, printAll, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
  • +addAncestorListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, hide, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingOrigin, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
  • Methods inherited from class java.awt.Container

    -add, add, add, add, add, addContainerListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusDownCycle, validate
  • +add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusDownCycle, validate, validateTree
  • Methods inherited from class java.awt.Component

    -action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, createImage, createImage, createVolatileImage, createVolatileImage, dispatchEvent, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
  • +action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
  • Methods inherited from class java.lang.Object

    -equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -258,6 +351,176 @@ extends javax.swing.JMenuBar