Creates a concrete, platform dependent, subclass of
│ │ │ │ T the abstract DragGestureRecognizer class requested,
│ │ │ │ and associates it with the DragSource, Component and
│ │ │ │ DragGestureListener specified.
│ │ │ │ - KeyboardFocusManager._d_e_q_u_e_u_e_K_e_y_E_v_e_n_t_s(long after,
│ │ │ │ - _C_o_m_p_o_n_e_n_t untilFocused)
│ │ │ │ - protected abstract void Called by the AWT to notify the KeyboardFocusManager
│ │ │ │ - that it should cancel delayed dispatching of
│ │ │ │ - KeyEvents.
│ │ │ │ DefaultKeyboardFocusManager._d_e_q_u_e_u_e_K_e_y_E_v_e_n_t_s
│ │ │ │ (long after, _C_o_m_p_o_n_e_n_t untilFocused)
│ │ │ │ protected void Releases for normal dispatching to the current focus
│ │ │ │ owner all KeyEvents which were enqueued because of a
│ │ │ │ call to enqueueKeyEvents with the same timestamp and
│ │ │ │ Component.
│ │ │ │ - KeyboardFocusManager._d_i_s_c_a_r_d_K_e_y_E_v_e_n_t_s(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ + KeyboardFocusManager._d_e_q_u_e_u_e_K_e_y_E_v_e_n_t_s(long after,
│ │ │ │ + _C_o_m_p_o_n_e_n_t untilFocused)
│ │ │ │ protected abstract void Called by the AWT to notify the KeyboardFocusManager
│ │ │ │ that it should cancel delayed dispatching of
│ │ │ │ KeyEvents.
│ │ │ │ DefaultKeyboardFocusManager._d_i_s_c_a_r_d_K_e_y_E_v_e_n_t_s
│ │ │ │ (_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ protected void Discards all KeyEvents which were enqueued because of
│ │ │ │ one or more calls to enqueueKeyEvents with the
│ │ │ │ specified Component, or one of its descendants.
│ │ │ │ - KeyboardFocusManager._e_n_q_u_e_u_e_K_e_y_E_v_e_n_t_s(long after,
│ │ │ │ - _C_o_m_p_o_n_e_n_t untilFocused)
│ │ │ │ + KeyboardFocusManager._d_i_s_c_a_r_d_K_e_y_E_v_e_n_t_s(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ protected abstract void Called by the AWT to notify the KeyboardFocusManager
│ │ │ │ - that it should delay dispatching of KeyEvents until
│ │ │ │ - the specified Component becomes the focus owner.
│ │ │ │ + that it should cancel delayed dispatching of
│ │ │ │ + KeyEvents.
│ │ │ │ DefaultKeyboardFocusManager._e_n_q_u_e_u_e_K_e_y_E_v_e_n_t_s
│ │ │ │ protected void (long after, _C_o_m_p_o_n_e_n_t untilFocused)
│ │ │ │ Delays dispatching of KeyEvents until the specified
│ │ │ │ Component becomes the focus owner.
│ │ │ │ - KeyboardFocusManager._f_o_c_u_s_N_e_x_t_C_o_m_p_o_n_e_n_t
│ │ │ │ - abstract void (_C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ - Focuses the Component after aComponent, typically
│ │ │ │ - based on a FocusTraversalPolicy.
│ │ │ │ + KeyboardFocusManager._e_n_q_u_e_u_e_K_e_y_E_v_e_n_t_s(long after,
│ │ │ │ + _C_o_m_p_o_n_e_n_t untilFocused)
│ │ │ │ + protected abstract void Called by the AWT to notify the KeyboardFocusManager
│ │ │ │ + that it should delay dispatching of KeyEvents until
│ │ │ │ + the specified Component becomes the focus owner.
│ │ │ │ DefaultKeyboardFocusManager._f_o_c_u_s_N_e_x_t_C_o_m_p_o_n_e_n_t
│ │ │ │ void (_C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ Focuses the Component after aComponent, typically
│ │ │ │ based on a FocusTraversalPolicy.
│ │ │ │ - KeyboardFocusManager._f_o_c_u_s_P_r_e_v_i_o_u_s_C_o_m_p_o_n_e_n_t
│ │ │ │ + KeyboardFocusManager._f_o_c_u_s_N_e_x_t_C_o_m_p_o_n_e_n_t
│ │ │ │ abstract void (_C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ - Focuses the Component before aComponent, typically
│ │ │ │ + Focuses the Component after aComponent, typically
│ │ │ │ based on a FocusTraversalPolicy.
│ │ │ │ DefaultKeyboardFocusManager._f_o_c_u_s_P_r_e_v_i_o_u_s_C_o_m_p_o_n_e_n_t
│ │ │ │ void (_C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ Focuses the Component before aComponent, typically
│ │ │ │ based on a FocusTraversalPolicy.
│ │ │ │ - FocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_A_f_t_e_r
│ │ │ │ - abstract _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ - Returns the Component that should receive the focus
│ │ │ │ - after aComponent.
│ │ │ │ + KeyboardFocusManager._f_o_c_u_s_P_r_e_v_i_o_u_s_C_o_m_p_o_n_e_n_t
│ │ │ │ + abstract void (_C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ + Focuses the Component before aComponent, typically
│ │ │ │ + based on a FocusTraversalPolicy.
│ │ │ │ ContainerOrderFocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_A_f_t_e_r
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ Returns the Component that should receive the focus
│ │ │ │ after aComponent.
│ │ │ │ - FocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_B_e_f_o_r_e
│ │ │ │ + FocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_A_f_t_e_r
│ │ │ │ abstract _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ Returns the Component that should receive the focus
│ │ │ │ - before aComponent.
│ │ │ │ + after aComponent.
│ │ │ │ ContainerOrderFocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_B_e_f_o_r_e
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ Returns the Component that should receive the focus
│ │ │ │ before aComponent.
│ │ │ │ + FocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_B_e_f_o_r_e
│ │ │ │ + abstract _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ + Returns the Component that should receive the focus
│ │ │ │ + before aComponent.
│ │ │ │ Container._g_e_t_C_o_m_p_o_n_e_n_t_Z_O_r_d_e_r(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ int Returns the z-order index of the component inside the
│ │ │ │ container.
│ │ │ │ _G_r_i_d_B_a_g_C_o_n_s_t_r_a_i_n_t_s GridBagLayout._g_e_t_C_o_n_s_t_r_a_i_n_t_s(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ Gets the constraints for the specified component.
│ │ │ │ _O_b_j_e_c_t BorderLayout._g_e_t_C_o_n_s_t_r_a_i_n_t_s(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ Gets the constraints for the specified component
│ │ │ │ @@ -400,45 +400,45 @@
│ │ │ │ parent may be lightweight).
│ │ │ │ Container._i_s_A_n_c_e_s_t_o_r_O_f(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ boolean Checks if the component is contained in the component
│ │ │ │ hierarchy of this container.
│ │ │ │ GridBagLayout._l_o_o_k_u_p_C_o_n_s_t_r_a_i_n_t_s(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ protected _G_r_i_d_B_a_g_C_o_n_s_t_r_a_i_n_t_s Retrieves the constraints for the specified
│ │ │ │ component.
│ │ │ │ - KeyboardFocusManager._p_r_o_c_e_s_s_K_e_y_E_v_e_n_t
│ │ │ │ + DefaultKeyboardFocusManager._p_r_o_c_e_s_s_K_e_y_E_v_e_n_t
│ │ │ │ (_C_o_m_p_o_n_e_n_t focusedComponent, _K_e_y_E_v_e_n_t e)
│ │ │ │ - abstract void This method initiates a focus traversal operation if
│ │ │ │ + void This method initiates a focus traversal operation if
│ │ │ │ and only if the KeyEvent represents a focus traversal
│ │ │ │ key for the specified focusedComponent.
│ │ │ │ - DefaultKeyboardFocusManager._p_r_o_c_e_s_s_K_e_y_E_v_e_n_t
│ │ │ │ + KeyboardFocusManager._p_r_o_c_e_s_s_K_e_y_E_v_e_n_t
│ │ │ │ (_C_o_m_p_o_n_e_n_t focusedComponent, _K_e_y_E_v_e_n_t e)
│ │ │ │ - void This method initiates a focus traversal operation if
│ │ │ │ + abstract void This method initiates a focus traversal operation if
│ │ │ │ and only if the KeyEvent represents a focus traversal
│ │ │ │ key for the specified focusedComponent.
│ │ │ │ KeyboardFocusManager._r_e_d_i_s_p_a_t_c_h_E_v_e_n_t
│ │ │ │ (_C_o_m_p_o_n_e_n_t target, _A_W_T_E_v_e_n_t e)
│ │ │ │ void Redispatches an AWTEvent in such a way that the AWT
│ │ │ │ event dispatcher will not recursively request that
│ │ │ │ the KeyboardFocusManager, or any installed
│ │ │ │ KeyEventDispatchers, dispatch the event again.
│ │ │ │ void Container._r_e_m_o_v_e(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ Removes the specified component from this container.
│ │ │ │ - void GridBagLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ - Removes the specified component from this layout.
│ │ │ │ + void CardLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ + Removes the specified component from the layout.
│ │ │ │ void LayoutManager._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ Removes the specified component from the layout.
│ │ │ │ + void GridLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ + Removes the specified component from the layout.
│ │ │ │ + void GridBagLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ + Removes the specified component from this layout.
│ │ │ │ BorderLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ void Removes the specified component from this border
│ │ │ │ layout.
│ │ │ │ - void GridLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ - Removes the specified component from the layout.
│ │ │ │ void FlowLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ Removes the specified component from the layout.
│ │ │ │ - void CardLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ - Removes the specified component from the layout.
│ │ │ │ Container._s_e_t_C_o_m_p_o_n_e_n_t_Z_O_r_d_e_r(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ void int index)
│ │ │ │ Moves the specified component to the specified z-
│ │ │ │ order index in the container.
│ │ │ │ GridBagLayout._s_e_t_C_o_n_s_t_r_a_i_n_t_s(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ void _G_r_i_d_B_a_g_C_o_n_s_t_r_a_i_n_t_s constraints)
│ │ │ │ Sets the constraints for the specified component in
│ │ │ │ @@ -452,41 +452,41 @@
│ │ │ │ Window._s_e_t_L_o_c_a_t_i_o_n_R_e_l_a_t_i_v_e_T_o(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Sets the location of the window relative to the
│ │ │ │ specified component according to the following
│ │ │ │ scenarios.
│ │ │ │ PopupMenu._s_h_o_w(_C_o_m_p_o_n_e_n_t origin, int x, int y)
│ │ │ │ void Shows the popup menu at the x, y position relative to
│ │ │ │ an origin component.
│ │ │ │ - KeyboardFocusManager._u_p_F_o_c_u_s_C_y_c_l_e
│ │ │ │ - abstract void (_C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ - Moves the focus up one focus traversal cycle.
│ │ │ │ DefaultKeyboardFocusManager._u_p_F_o_c_u_s_C_y_c_l_e
│ │ │ │ void (_C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ Moves the focus up one focus traversal cycle.
│ │ │ │ + KeyboardFocusManager._u_p_F_o_c_u_s_C_y_c_l_e
│ │ │ │ + abstract void (_C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ + Moves the focus up one focus traversal cycle.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _CC_oo_mm_pp_oo_nn_ee_nn_tt?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _M_e_d_i_a_T_r_a_c_k_e_r(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ Creates a media tracker to track images for a given component.
│ │ │ │ o ******** UUsseess ooff _CC_oo_mm_pp_oo_nn_ee_nn_tt iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd ********
│ │ │ │ FFiieellddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd ddeeccllaarreedd aass _CC_oo_mm_pp_oo_nn_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee FFiieelldd aanndd DDeessccrriippttiioonn
│ │ │ │ DragGestureRecognizer._c_o_m_p_o_n_e_n_t
│ │ │ │ protected _C_o_m_p_o_n_e_n_t The Component associated with this
│ │ │ │ DragGestureRecognizer.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd tthhaatt rreettuurrnn _CC_oo_mm_pp_oo_nn_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - DropTarget._g_e_t_C_o_m_p_o_n_e_n_t()
│ │ │ │ - _C_o_m_p_o_n_e_n_t Gets the Component associated with this
│ │ │ │ - DropTarget.
│ │ │ │ DropTargetContext._g_e_t_C_o_m_p_o_n_e_n_t()
│ │ │ │ _C_o_m_p_o_n_e_n_t This method returns the Component associated with
│ │ │ │ this DropTargetContext.
│ │ │ │ DragGestureEvent._g_e_t_C_o_m_p_o_n_e_n_t()
│ │ │ │ _C_o_m_p_o_n_e_n_t Returns the Component associated with this
│ │ │ │ DragGestureEvent.
│ │ │ │ + DropTarget._g_e_t_C_o_m_p_o_n_e_n_t()
│ │ │ │ + _C_o_m_p_o_n_e_n_t Gets the Component associated with this
│ │ │ │ + DropTarget.
│ │ │ │ DragGestureRecognizer._g_e_t_C_o_m_p_o_n_e_n_t()
│ │ │ │ _C_o_m_p_o_n_e_n_t This method returns the Component that is to be
│ │ │ │ "observed" by the DragGestureRecognizer for drag
│ │ │ │ initiating gestures.
│ │ │ │ DragSourceContext._g_e_t_C_o_m_p_o_n_e_n_t()
│ │ │ │ _C_o_m_p_o_n_e_n_t Returns the Component associated with this
│ │ │ │ DragSourceContext.
│ │ │ │ @@ -921,38 +921,38 @@
│ │ │ │ JRootPane._g_l_a_s_s_P_a_n_e
│ │ │ │ protected _C_o_m_p_o_n_e_n_t The glass pane that overlays the menu
│ │ │ │ bar and content pane, so it can
│ │ │ │ intercept mouse movements and such.
│ │ │ │ protected _C_o_m_p_o_n_e_n_t JLabel._l_a_b_e_l_F_o_r
│ │ │ │ protected _C_o_m_p_o_n_e_n_t JSplitPane._l_e_f_t_C_o_m_p_o_n_e_n_t
│ │ │ │ The left or top component.
│ │ │ │ - JScrollPane._l_o_w_e_r_L_e_f_t
│ │ │ │ + ScrollPaneLayout._l_o_w_e_r_L_e_f_t
│ │ │ │ protected _C_o_m_p_o_n_e_n_t The component to display in the lower
│ │ │ │ left corner.
│ │ │ │ - ScrollPaneLayout._l_o_w_e_r_L_e_f_t
│ │ │ │ + JScrollPane._l_o_w_e_r_L_e_f_t
│ │ │ │ protected _C_o_m_p_o_n_e_n_t The component to display in the lower
│ │ │ │ left corner.
│ │ │ │ - JScrollPane._l_o_w_e_r_R_i_g_h_t
│ │ │ │ + ScrollPaneLayout._l_o_w_e_r_R_i_g_h_t
│ │ │ │ protected _C_o_m_p_o_n_e_n_t The component to display in the lower
│ │ │ │ right corner.
│ │ │ │ - ScrollPaneLayout._l_o_w_e_r_R_i_g_h_t
│ │ │ │ + JScrollPane._l_o_w_e_r_R_i_g_h_t
│ │ │ │ protected _C_o_m_p_o_n_e_n_t The component to display in the lower
│ │ │ │ right corner.
│ │ │ │ protected _C_o_m_p_o_n_e_n_t JSplitPane._r_i_g_h_t_C_o_m_p_o_n_e_n_t
│ │ │ │ The right or bottom component.
│ │ │ │ - JScrollPane._u_p_p_e_r_L_e_f_t
│ │ │ │ + ScrollPaneLayout._u_p_p_e_r_L_e_f_t
│ │ │ │ protected _C_o_m_p_o_n_e_n_t The component to display in the upper
│ │ │ │ left corner.
│ │ │ │ - ScrollPaneLayout._u_p_p_e_r_L_e_f_t
│ │ │ │ + JScrollPane._u_p_p_e_r_L_e_f_t
│ │ │ │ protected _C_o_m_p_o_n_e_n_t The component to display in the upper
│ │ │ │ left corner.
│ │ │ │ - JScrollPane._u_p_p_e_r_R_i_g_h_t
│ │ │ │ + ScrollPaneLayout._u_p_p_e_r_R_i_g_h_t
│ │ │ │ protected _C_o_m_p_o_n_e_n_t The component to display in the upper
│ │ │ │ right corner.
│ │ │ │ - ScrollPaneLayout._u_p_p_e_r_R_i_g_h_t
│ │ │ │ + JScrollPane._u_p_p_e_r_R_i_g_h_t
│ │ │ │ protected _C_o_m_p_o_n_e_n_t The component to display in the upper
│ │ │ │ right corner.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg tthhaatt rreettuurrnn _CC_oo_mm_pp_oo_nn_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ _C_o_m_p_o_n_e_n_t JMenu._a_d_d(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Appends a component to the end of this menu.
│ │ │ │ @@ -992,118 +992,118 @@
│ │ │ │ static Box._c_r_e_a_t_e_V_e_r_t_i_c_a_l_S_t_r_u_t(int height)
│ │ │ │ _C_o_m_p_o_n_e_n_t Creates an invisible, fixed-height component.
│ │ │ │ static SwingUtilities._f_i_n_d_F_o_c_u_s_O_w_n_e_r(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _C_o_m_p_o_n_e_n_t Deprecated.
│ │ │ │ As of 1.4, replaced by KeyboardFocusManager.getFocusOwner().
│ │ │ │ _C_o_m_p_o_n_e_n_t JSplitPane._g_e_t_B_o_t_t_o_m_C_o_m_p_o_n_e_n_t()
│ │ │ │ Returns the component below, or to the right of the divider.
│ │ │ │ - _C_o_m_p_o_n_e_n_t TransferHandler.TransferSupport._g_e_t_C_o_m_p_o_n_e_n_t()
│ │ │ │ - Returns the target component of this transfer.
│ │ │ │ _C_o_m_p_o_n_e_n_t JPopupMenu._g_e_t_C_o_m_p_o_n_e_n_t()
│ │ │ │ Returns this JPopupMenu component.
│ │ │ │ + _C_o_m_p_o_n_e_n_t Renderer._g_e_t_C_o_m_p_o_n_e_n_t()
│ │ │ │ + Returns the component used to render the value.
│ │ │ │ + _C_o_m_p_o_n_e_n_t JMenuItem._g_e_t_C_o_m_p_o_n_e_n_t()
│ │ │ │ + Returns the java.awt.Component used to paint this object.
│ │ │ │ + _C_o_m_p_o_n_e_n_t DefaultCellEditor._g_e_t_C_o_m_p_o_n_e_n_t()
│ │ │ │ + Returns a reference to the editor component.
│ │ │ │ + _C_o_m_p_o_n_e_n_t TransferHandler.TransferSupport._g_e_t_C_o_m_p_o_n_e_n_t()
│ │ │ │ + Returns the target component of this transfer.
│ │ │ │ + _C_o_m_p_o_n_e_n_t JMenu._g_e_t_C_o_m_p_o_n_e_n_t()
│ │ │ │ + Returns the java.awt.Component used to paint this MenuElement.
│ │ │ │ MenuElement._g_e_t_C_o_m_p_o_n_e_n_t()
│ │ │ │ _C_o_m_p_o_n_e_n_t This method should return the java.awt.Component used to paint
│ │ │ │ the receiving element.
│ │ │ │ - _C_o_m_p_o_n_e_n_t JMenuItem._g_e_t_C_o_m_p_o_n_e_n_t()
│ │ │ │ - Returns the java.awt.Component used to paint this object.
│ │ │ │ _C_o_m_p_o_n_e_n_t JMenuBar._g_e_t_C_o_m_p_o_n_e_n_t()
│ │ │ │ Implemented to be a MenuElement.
│ │ │ │ - _C_o_m_p_o_n_e_n_t JMenu._g_e_t_C_o_m_p_o_n_e_n_t()
│ │ │ │ - Returns the java.awt.Component used to paint this MenuElement.
│ │ │ │ - _C_o_m_p_o_n_e_n_t DefaultCellEditor._g_e_t_C_o_m_p_o_n_e_n_t()
│ │ │ │ - Returns a reference to the editor component.
│ │ │ │ - _C_o_m_p_o_n_e_n_t Renderer._g_e_t_C_o_m_p_o_n_e_n_t()
│ │ │ │ - Returns the component used to render the value.
│ │ │ │ + _C_o_m_p_o_n_e_n_t DefaultFocusManager._g_e_t_C_o_m_p_o_n_e_n_t_A_f_t_e_r(_C_o_n_t_a_i_n_e_r aContainer,
│ │ │ │ + _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ SortingFocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_A_f_t_e_r
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ Returns the Component that should receive the focus after
│ │ │ │ aComponent.
│ │ │ │ - _C_o_m_p_o_n_e_n_t DefaultFocusManager._g_e_t_C_o_m_p_o_n_e_n_t_A_f_t_e_r(_C_o_n_t_a_i_n_e_r aContainer,
│ │ │ │ - _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ LayoutFocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_A_f_t_e_r
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ Returns the Component that should receive the focus after
│ │ │ │ aComponent.
│ │ │ │ _C_o_m_p_o_n_e_n_t JTabbedPane._g_e_t_C_o_m_p_o_n_e_n_t_A_t(int index)
│ │ │ │ Returns the component at index.
│ │ │ │ JPopupMenu._g_e_t_C_o_m_p_o_n_e_n_t_A_t_I_n_d_e_x(int i)
│ │ │ │ _C_o_m_p_o_n_e_n_t Deprecated.
│ │ │ │ replaced by _C_o_n_t_a_i_n_e_r_._g_e_t_C_o_m_p_o_n_e_n_t_(_i_n_t_)
│ │ │ │ + _C_o_m_p_o_n_e_n_t JToolBar._g_e_t_C_o_m_p_o_n_e_n_t_A_t_I_n_d_e_x(int i)
│ │ │ │ + Returns the component at the specified index.
│ │ │ │ JMenuBar._g_e_t_C_o_m_p_o_n_e_n_t_A_t_I_n_d_e_x(int i)
│ │ │ │ _C_o_m_p_o_n_e_n_t Deprecated.
│ │ │ │ replaced by getComponent(int i)
│ │ │ │ - _C_o_m_p_o_n_e_n_t JToolBar._g_e_t_C_o_m_p_o_n_e_n_t_A_t_I_n_d_e_x(int i)
│ │ │ │ - Returns the component at the specified index.
│ │ │ │ + _C_o_m_p_o_n_e_n_t DefaultFocusManager._g_e_t_C_o_m_p_o_n_e_n_t_B_e_f_o_r_e(_C_o_n_t_a_i_n_e_r aContainer,
│ │ │ │ + _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ SortingFocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_B_e_f_o_r_e
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ Returns the Component that should receive the focus before
│ │ │ │ aComponent.
│ │ │ │ - _C_o_m_p_o_n_e_n_t DefaultFocusManager._g_e_t_C_o_m_p_o_n_e_n_t_B_e_f_o_r_e(_C_o_n_t_a_i_n_e_r aContainer,
│ │ │ │ - _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ LayoutFocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_B_e_f_o_r_e
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ Returns the Component that should receive the focus before
│ │ │ │ aComponent.
│ │ │ │ _C_o_m_p_o_n_e_n_t JLayeredPane._g_e_t_C_o_m_p_o_n_e_n_t_s_I_n_L_a_y_e_r(int layer)
│ │ │ │ [] Returns an array of the components in the specified layer.
│ │ │ │ - _C_o_m_p_o_n_e_n_t JScrollPane._g_e_t_C_o_r_n_e_r(_S_t_r_i_n_g key)
│ │ │ │ - Returns the component at the specified corner.
│ │ │ │ _C_o_m_p_o_n_e_n_t ScrollPaneLayout._g_e_t_C_o_r_n_e_r(_S_t_r_i_n_g key)
│ │ │ │ Returns the Component at the specified corner.
│ │ │ │ + _C_o_m_p_o_n_e_n_t JScrollPane._g_e_t_C_o_r_n_e_r(_S_t_r_i_n_g key)
│ │ │ │ + Returns the component at the specified corner.
│ │ │ │ protected JTable.AccessibleJTable.AccessibleJTableCell._g_e_t_C_u_r_r_e_n_t_C_o_m_p_o_n_e_n_t
│ │ │ │ _C_o_m_p_o_n_e_n_t ()
│ │ │ │ Gets the table cell renderer component.
│ │ │ │ SwingUtilities._g_e_t_D_e_e_p_e_s_t_C_o_m_p_o_n_e_n_t_A_t(_C_o_m_p_o_n_e_n_t parent, int x,
│ │ │ │ static int y)
│ │ │ │ _C_o_m_p_o_n_e_n_t Returns the deepest visible descendent Component of parent that
│ │ │ │ contains the location x, y.
│ │ │ │ SortingFocusTraversalPolicy._g_e_t_D_e_f_a_u_l_t_C_o_m_p_o_n_e_n_t
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ Returns the default Component to focus.
│ │ │ │ - _C_o_m_p_o_n_e_n_t JTable._g_e_t_E_d_i_t_o_r_C_o_m_p_o_n_e_n_t()
│ │ │ │ - Returns the component that is handling the editing session.
│ │ │ │ ComboBoxEditor._g_e_t_E_d_i_t_o_r_C_o_m_p_o_n_e_n_t()
│ │ │ │ _C_o_m_p_o_n_e_n_t Return the component that should be added to the tree hierarchy
│ │ │ │ for this editor
│ │ │ │ + _C_o_m_p_o_n_e_n_t JTable._g_e_t_E_d_i_t_o_r_C_o_m_p_o_n_e_n_t()
│ │ │ │ + Returns the component that is handling the editing session.
│ │ │ │ + _C_o_m_p_o_n_e_n_t DefaultFocusManager._g_e_t_F_i_r_s_t_C_o_m_p_o_n_e_n_t(_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ SortingFocusTraversalPolicy._g_e_t_F_i_r_s_t_C_o_m_p_o_n_e_n_t
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ Returns the first Component in the traversal cycle.
│ │ │ │ - _C_o_m_p_o_n_e_n_t DefaultFocusManager._g_e_t_F_i_r_s_t_C_o_m_p_o_n_e_n_t(_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ LayoutFocusTraversalPolicy._g_e_t_F_i_r_s_t_C_o_m_p_o_n_e_n_t
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ Returns the first Component in the traversal cycle.
│ │ │ │ JInternalFrame._g_e_t_F_o_c_u_s_O_w_n_e_r()
│ │ │ │ _C_o_m_p_o_n_e_n_t If this JInternalFrame is active, returns the child that has
│ │ │ │ focus.
│ │ │ │ - _C_o_m_p_o_n_e_n_t JRootPane._g_e_t_G_l_a_s_s_P_a_n_e()
│ │ │ │ - Returns the current glass pane for this JRootPane.
│ │ │ │ - _C_o_m_p_o_n_e_n_t JFrame._g_e_t_G_l_a_s_s_P_a_n_e()
│ │ │ │ - Returns the glassPane object for this frame.
│ │ │ │ - _C_o_m_p_o_n_e_n_t RootPaneContainer._g_e_t_G_l_a_s_s_P_a_n_e()
│ │ │ │ - Returns the glassPane.
│ │ │ │ - _C_o_m_p_o_n_e_n_t JInternalFrame._g_e_t_G_l_a_s_s_P_a_n_e()
│ │ │ │ - Returns the glass pane for this internal frame.
│ │ │ │ - _C_o_m_p_o_n_e_n_t JDialog._g_e_t_G_l_a_s_s_P_a_n_e()
│ │ │ │ - Returns the glassPane object for this dialog.
│ │ │ │ _C_o_m_p_o_n_e_n_t JWindow._g_e_t_G_l_a_s_s_P_a_n_e()
│ │ │ │ Returns the glassPane Component for this window.
│ │ │ │ + _C_o_m_p_o_n_e_n_t JDialog._g_e_t_G_l_a_s_s_P_a_n_e()
│ │ │ │ + Returns the glassPane object for this dialog.
│ │ │ │ + _C_o_m_p_o_n_e_n_t JInternalFrame._g_e_t_G_l_a_s_s_P_a_n_e()
│ │ │ │ + Returns the glass pane for this internal frame.
│ │ │ │ + _C_o_m_p_o_n_e_n_t RootPaneContainer._g_e_t_G_l_a_s_s_P_a_n_e()
│ │ │ │ + Returns the glassPane.
│ │ │ │ _C_o_m_p_o_n_e_n_t JApplet._g_e_t_G_l_a_s_s_P_a_n_e()
│ │ │ │ Returns the glassPane object for this applet.
│ │ │ │ + _C_o_m_p_o_n_e_n_t JRootPane._g_e_t_G_l_a_s_s_P_a_n_e()
│ │ │ │ + Returns the current glass pane for this JRootPane.
│ │ │ │ + _C_o_m_p_o_n_e_n_t JFrame._g_e_t_G_l_a_s_s_P_a_n_e()
│ │ │ │ + Returns the glassPane object for this frame.
│ │ │ │ InternalFrameFocusTraversalPolicy._g_e_t_I_n_i_t_i_a_l_C_o_m_p_o_n_e_n_t
│ │ │ │ _C_o_m_p_o_n_e_n_t (_J_I_n_t_e_r_n_a_l_F_r_a_m_e frame)
│ │ │ │ Returns the Component that should receive the focus when a
│ │ │ │ JInternalFrame is selected for the first time.
│ │ │ │ _C_o_m_p_o_n_e_n_t JPopupMenu._g_e_t_I_n_v_o_k_e_r()
│ │ │ │ Returns the component which is the 'invoker' of this popup menu.
│ │ │ │ _C_o_m_p_o_n_e_n_t JLabel._g_e_t_L_a_b_e_l_F_o_r()
│ │ │ │ Get the component this is labelling.
│ │ │ │ + _C_o_m_p_o_n_e_n_t DefaultFocusManager._g_e_t_L_a_s_t_C_o_m_p_o_n_e_n_t(_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ SortingFocusTraversalPolicy._g_e_t_L_a_s_t_C_o_m_p_o_n_e_n_t
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ Returns the last Component in the traversal cycle.
│ │ │ │ - _C_o_m_p_o_n_e_n_t DefaultFocusManager._g_e_t_L_a_s_t_C_o_m_p_o_n_e_n_t(_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ LayoutFocusTraversalPolicy._g_e_t_L_a_s_t_C_o_m_p_o_n_e_n_t
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ Returns the last Component in the traversal cycle.
│ │ │ │ _C_o_m_p_o_n_e_n_t JSplitPane._g_e_t_L_e_f_t_C_o_m_p_o_n_e_n_t()
│ │ │ │ Returns the component to the left (or above) the divider.
│ │ │ │ DefaultListCellRenderer._g_e_t_L_i_s_t_C_e_l_l_R_e_n_d_e_r_e_r_C_o_m_p_o_n_e_n_t
│ │ │ │ _C_o_m_p_o_n_e_n_t (_J_L_i_s_t> list, _O_b_j_e_c_t value, int index, boolean isSelected,
│ │ │ │ @@ -1232,110 +1232,110 @@
│ │ │ │ _G_r_o_u_p_L_a_y_o_u_t_._S_e_q_u_e_n_t_i_a_l_G_r_o_u_p (_C_o_m_p_o_n_e_n_t component, int min, int pref, int max)
│ │ │ │ Adds a Component to this Group with the specified
│ │ │ │ size.
│ │ │ │ GroupLayout.ParallelGroup._a_d_d_C_o_m_p_o_n_e_n_t
│ │ │ │ _G_r_o_u_p_L_a_y_o_u_t_._P_a_r_a_l_l_e_l_G_r_o_u_p (_C_o_m_p_o_n_e_n_t component, int min, int pref, int max)
│ │ │ │ Adds a Component to this Group with the specified
│ │ │ │ size.
│ │ │ │ - JRootPane._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ - protected void _O_b_j_e_c_t constraints, int index)
│ │ │ │ - Overridden to enforce the position of the glass
│ │ │ │ - component as the zero child.
│ │ │ │ - AbstractButton._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ + CellRendererPane._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t x,
│ │ │ │ _O_b_j_e_c_t constraints, int index)
│ │ │ │ - protected void Adds the specified component to this container at
│ │ │ │ - the specified index, refer to _C_o_n_t_a_i_n_e_r_._a_d_d_I_m_p_l
│ │ │ │ - _(_C_o_m_p_o_n_e_n_t_,_ _O_b_j_e_c_t_,_ _i_n_t_) for a complete
│ │ │ │ - description of this method.
│ │ │ │ - protected void JLayeredPane._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ - _O_b_j_e_c_t constraints, int index)
│ │ │ │ + If the specified component is already a child of
│ │ │ │ + protected void this then we don't bother doing anything -
│ │ │ │ + stacking order doesn't matter for cell renderer
│ │ │ │ + components (CellRendererPane doesn't paint
│ │ │ │ + anyway).
│ │ │ │ + JLayer._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ + protected void _O_b_j_e_c_t constraints, int index)
│ │ │ │ + This method is not supported by JLayer and always
│ │ │ │ + throws UnsupportedOperationException
│ │ │ │ JViewport._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t child,
│ │ │ │ protected void _O_b_j_e_c_t constraints, int index)
│ │ │ │ Sets the JViewport's one lightweight child, which
│ │ │ │ can be null.
│ │ │ │ - JFrame._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ + JWindow._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ protected void _O_b_j_e_c_t constraints, int index)
│ │ │ │ Adds the specified child Component.
│ │ │ │ - JInternalFrame._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ + JDialog._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ protected void _O_b_j_e_c_t constraints, int index)
│ │ │ │ Adds the specified child Component.
│ │ │ │ - JDesktopPane._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ - protected void _O_b_j_e_c_t constraints, int index)
│ │ │ │ - Adds the specified component to this container at
│ │ │ │ - the specified index.
│ │ │ │ - JDialog._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ + JInternalFrame._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ protected void _O_b_j_e_c_t constraints, int index)
│ │ │ │ Adds the specified child Component.
│ │ │ │ JSplitPane._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ protected void _O_b_j_e_c_t constraints, int index)
│ │ │ │ Adds the specified component to this split pane.
│ │ │ │ + JApplet._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ + protected void _O_b_j_e_c_t constraints, int index)
│ │ │ │ + Adds the specified child Component.
│ │ │ │ + protected void JLayeredPane._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ + _O_b_j_e_c_t constraints, int index)
│ │ │ │ + JDesktopPane._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ + protected void _O_b_j_e_c_t constraints, int index)
│ │ │ │ + Adds the specified component to this container at
│ │ │ │ + the specified index.
│ │ │ │ + AbstractButton._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ + _O_b_j_e_c_t constraints, int index)
│ │ │ │ + protected void Adds the specified component to this container at
│ │ │ │ + the specified index, refer to _C_o_n_t_a_i_n_e_r_._a_d_d_I_m_p_l
│ │ │ │ + _(_C_o_m_p_o_n_e_n_t_,_ _O_b_j_e_c_t_,_ _i_n_t_) for a complete
│ │ │ │ + description of this method.
│ │ │ │ JToolBar._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ protected void _O_b_j_e_c_t constraints, int index)
│ │ │ │ If a JButton is being added, it is initially set
│ │ │ │ to be disabled.
│ │ │ │ - CellRendererPane._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t x,
│ │ │ │ - _O_b_j_e_c_t constraints, int index)
│ │ │ │ - If the specified component is already a child of
│ │ │ │ - protected void this then we don't bother doing anything -
│ │ │ │ - stacking order doesn't matter for cell renderer
│ │ │ │ - components (CellRendererPane doesn't paint
│ │ │ │ - anyway).
│ │ │ │ - JLayer._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ - protected void _O_b_j_e_c_t constraints, int index)
│ │ │ │ - This method is not supported by JLayer and always
│ │ │ │ - throws UnsupportedOperationException
│ │ │ │ - JWindow._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ + JRootPane._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ protected void _O_b_j_e_c_t constraints, int index)
│ │ │ │ - Adds the specified child Component.
│ │ │ │ - JApplet._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ + Overridden to enforce the position of the glass
│ │ │ │ + component as the zero child.
│ │ │ │ + JFrame._a_d_d_I_m_p_l(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ protected void _O_b_j_e_c_t constraints, int index)
│ │ │ │ Adds the specified child Component.
│ │ │ │ - void JRootPane.RootLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ - (_C_o_m_p_o_n_e_n_t comp, _O_b_j_e_c_t constraints)
│ │ │ │ - BoxLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ - void _O_b_j_e_c_t constraints)
│ │ │ │ - Not used by this class.
│ │ │ │ SpringLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ (_C_o_m_p_o_n_e_n_t component, _O_b_j_e_c_t constraints)
│ │ │ │ void If constraints is an instance of
│ │ │ │ SpringLayout.Constraints, associates the
│ │ │ │ constraints with the specified component.
│ │ │ │ OverlayLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ void _O_b_j_e_c_t constraints)
│ │ │ │ Adds the specified component to the layout, using
│ │ │ │ the specified constraint object.
│ │ │ │ + BoxLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t comp,
│ │ │ │ + void _O_b_j_e_c_t constraints)
│ │ │ │ + Not used by this class.
│ │ │ │ GroupLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ void (_C_o_m_p_o_n_e_n_t component, _O_b_j_e_c_t constraints)
│ │ │ │ Notification that a Component has been added to
│ │ │ │ the parent container.
│ │ │ │ void JRootPane.RootLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ - (_S_t_r_i_n_g name, _C_o_m_p_o_n_e_n_t comp)
│ │ │ │ - BoxLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_S_t_r_i_n_g name,
│ │ │ │ - void _C_o_m_p_o_n_e_n_t comp)
│ │ │ │ - Not used by this class.
│ │ │ │ - JSpinner.DefaultEditor._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ - void (_S_t_r_i_n_g name, _C_o_m_p_o_n_e_n_t child)
│ │ │ │ - This LayoutManager method does nothing.
│ │ │ │ - ViewportLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_S_t_r_i_n_g name,
│ │ │ │ + (_C_o_m_p_o_n_e_n_t comp, _O_b_j_e_c_t constraints)
│ │ │ │ + ScrollPaneLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_S_t_r_i_n_g s,
│ │ │ │ void _C_o_m_p_o_n_e_n_t c)
│ │ │ │ Adds the specified component to the layout.
│ │ │ │ SpringLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_S_t_r_i_n_g name,
│ │ │ │ void _C_o_m_p_o_n_e_n_t c)
│ │ │ │ Has no effect, since this layout manager does not
│ │ │ │ use a per-component string.
│ │ │ │ - ScrollPaneLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_S_t_r_i_n_g s,
│ │ │ │ - void _C_o_m_p_o_n_e_n_t c)
│ │ │ │ - Adds the specified component to the layout.
│ │ │ │ + JSpinner.DefaultEditor._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ + void (_S_t_r_i_n_g name, _C_o_m_p_o_n_e_n_t child)
│ │ │ │ + This LayoutManager method does nothing.
│ │ │ │ OverlayLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_S_t_r_i_n_g name,
│ │ │ │ void _C_o_m_p_o_n_e_n_t comp)
│ │ │ │ Adds the specified component to the layout.
│ │ │ │ + BoxLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_S_t_r_i_n_g name,
│ │ │ │ + void _C_o_m_p_o_n_e_n_t comp)
│ │ │ │ + Not used by this class.
│ │ │ │ + ViewportLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_S_t_r_i_n_g name,
│ │ │ │ + void _C_o_m_p_o_n_e_n_t c)
│ │ │ │ + Adds the specified component to the layout.
│ │ │ │ GroupLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_S_t_r_i_n_g name,
│ │ │ │ void _C_o_m_p_o_n_e_n_t component)
│ │ │ │ Notification that a Component has been added to
│ │ │ │ the parent container.
│ │ │ │ + void JRootPane.RootLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ + (_S_t_r_i_n_g name, _C_o_m_p_o_n_e_n_t comp)
│ │ │ │ ScrollPaneLayout._a_d_d_S_i_n_g_l_e_t_o_n_C_o_m_p_o_n_e_n_t
│ │ │ │ protected _C_o_m_p_o_n_e_n_t (_C_o_m_p_o_n_e_n_t oldC, _C_o_m_p_o_n_e_n_t newC)
│ │ │ │ Removes an existing component.
│ │ │ │ JTabbedPane._a_d_d_T_a_b(_S_t_r_i_n_g title,
│ │ │ │ void _C_o_m_p_o_n_e_n_t component)
│ │ │ │ Adds a component represented by a title and no
│ │ │ │ icon.
│ │ │ │ @@ -1430,40 +1430,40 @@
│ │ │ │ the component hierarchy and returns the first
│ │ │ │ object of name it finds.
│ │ │ │ SwingUtilities._g_e_t_A_n_c_e_s_t_o_r_O_f_C_l_a_s_s(_C_l_a_s_s> c,
│ │ │ │ _C_o_m_p_o_n_e_n_t comp)
│ │ │ │ static _C_o_n_t_a_i_n_e_r Convenience method for searching above comp in
│ │ │ │ the component hierarchy and returns the first
│ │ │ │ object of class c it finds.
│ │ │ │ + _C_o_m_p_o_n_e_n_t DefaultFocusManager._g_e_t_C_o_m_p_o_n_e_n_t_A_f_t_e_r
│ │ │ │ + (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ SortingFocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_A_f_t_e_r
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ Returns the Component that should receive the
│ │ │ │ focus after aComponent.
│ │ │ │ - _C_o_m_p_o_n_e_n_t DefaultFocusManager._g_e_t_C_o_m_p_o_n_e_n_t_A_f_t_e_r
│ │ │ │ - (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ LayoutFocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_A_f_t_e_r
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ Returns the Component that should receive the
│ │ │ │ focus after aComponent.
│ │ │ │ + _C_o_m_p_o_n_e_n_t DefaultFocusManager._g_e_t_C_o_m_p_o_n_e_n_t_B_e_f_o_r_e
│ │ │ │ + (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ SortingFocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_B_e_f_o_r_e
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ Returns the Component that should receive the
│ │ │ │ focus before aComponent.
│ │ │ │ - _C_o_m_p_o_n_e_n_t DefaultFocusManager._g_e_t_C_o_m_p_o_n_e_n_t_B_e_f_o_r_e
│ │ │ │ - (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ LayoutFocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_B_e_f_o_r_e
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ Returns the Component that should receive the
│ │ │ │ focus before aComponent.
│ │ │ │ int JPopupMenu._g_e_t_C_o_m_p_o_n_e_n_t_I_n_d_e_x(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Returns the index of the specified component.
│ │ │ │ - int JMenuBar._g_e_t_C_o_m_p_o_n_e_n_t_I_n_d_e_x(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - Returns the index of the specified component.
│ │ │ │ int JToolBar._g_e_t_C_o_m_p_o_n_e_n_t_I_n_d_e_x(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Returns the index of the specified component.
│ │ │ │ + int JMenuBar._g_e_t_C_o_m_p_o_n_e_n_t_I_n_d_e_x(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + Returns the index of the specified component.
│ │ │ │ SpringLayout._g_e_t_C_o_n_s_t_r_a_i_n_t(_S_t_r_i_n_g edgeName,
│ │ │ │ _C_o_m_p_o_n_e_n_t c)
│ │ │ │ _S_p_r_i_n_g Returns the spring controlling the distance
│ │ │ │ between the specified edge of the component and
│ │ │ │ the top or left edge of its parent.
│ │ │ │ SpringLayout._g_e_t_C_o_n_s_t_r_a_i_n_t_s(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _S_p_r_i_n_g_L_a_y_o_u_t_._C_o_n_s_t_r_a_i_n_t_s Returns the constraints for the specified
│ │ │ │ @@ -1593,87 +1593,87 @@
│ │ │ │ CellRendererPane._p_a_i_n_t_C_o_m_p_o_n_e_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ void _C_o_m_p_o_n_e_n_t c, _C_o_n_t_a_i_n_e_r p, _R_e_c_t_a_n_g_l_e r)
│ │ │ │ Calls this.paintComponent() with the rectangles
│ │ │ │ x,y,width,height fields.
│ │ │ │ SwingUtilities._p_a_i_n_t_C_o_m_p_o_n_e_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ static void _C_o_m_p_o_n_e_n_t c, _C_o_n_t_a_i_n_e_r p, _R_e_c_t_a_n_g_l_e r)
│ │ │ │ Paints a component to the specified Graphics.
│ │ │ │ - Icon._p_a_i_n_t_I_c_o_n(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g, int x,
│ │ │ │ - void int y)
│ │ │ │ - Draw the icon at the specified location.
│ │ │ │ ImageIcon._p_a_i_n_t_I_c_o_n(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g,
│ │ │ │ void int x, int y)
│ │ │ │ Paints the icon.
│ │ │ │ + Icon._p_a_i_n_t_I_c_o_n(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g, int x,
│ │ │ │ + void int y)
│ │ │ │ + Draw the icon at the specified location.
│ │ │ │ LookAndFeel._p_r_o_v_i_d_e_E_r_r_o_r_F_e_e_d_b_a_c_k
│ │ │ │ (_C_o_m_p_o_n_e_n_t component)
│ │ │ │ void Invoked when the user attempts an invalid
│ │ │ │ operation, such as pasting into an uneditable
│ │ │ │ JTextField that has focus.
│ │ │ │ SpringLayout._p_u_t_C_o_n_s_t_r_a_i_n_t(_S_t_r_i_n_g e1,
│ │ │ │ _C_o_m_p_o_n_e_n_t c1, int pad, _S_t_r_i_n_g e2, _C_o_m_p_o_n_e_n_t c2)
│ │ │ │ void Links edge e1 of component c1 to edge e2 of
│ │ │ │ component c2, with a fixed distance between the
│ │ │ │ edges.
│ │ │ │ SpringLayout._p_u_t_C_o_n_s_t_r_a_i_n_t(_S_t_r_i_n_g e1,
│ │ │ │ void _C_o_m_p_o_n_e_n_t c1, _S_p_r_i_n_g s, _S_t_r_i_n_g e2, _C_o_m_p_o_n_e_n_t c2)
│ │ │ │ Links edge e1 of component c1 to edge e2 of
│ │ │ │ component c2.
│ │ │ │ - void JMenu._r_e_m_o_v_e(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - Removes the component c from this menu.
│ │ │ │ + JLayer._r_e_m_o_v_e(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ + void Removes the specified component from this
│ │ │ │ + container.
│ │ │ │ void JViewport._r_e_m_o_v_e(_C_o_m_p_o_n_e_n_t child)
│ │ │ │ Removes the Viewports one lightweight child.
│ │ │ │ - JTabbedPane._r_e_m_o_v_e(_C_o_m_p_o_n_e_n_t component)
│ │ │ │ - void Removes the specified Component from the
│ │ │ │ - JTabbedPane.
│ │ │ │ - JFrame._r_e_m_o_v_e(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ + JWindow._r_e_m_o_v_e(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ void Removes the specified component from the
│ │ │ │ container.
│ │ │ │ - JInternalFrame._r_e_m_o_v_e(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ + JDialog._r_e_m_o_v_e(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ void Removes the specified component from the
│ │ │ │ container.
│ │ │ │ - JDesktopPane._r_e_m_o_v_e(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ - void Removes the specified component from this
│ │ │ │ - container.
│ │ │ │ - JDialog._r_e_m_o_v_e(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ + JInternalFrame._r_e_m_o_v_e(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ void Removes the specified component from the
│ │ │ │ container.
│ │ │ │ JSplitPane._r_e_m_o_v_e(_C_o_m_p_o_n_e_n_t component)
│ │ │ │ void Removes the child component, component from the
│ │ │ │ pane.
│ │ │ │ - JLayer._r_e_m_o_v_e(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ - void Removes the specified component from this
│ │ │ │ - container.
│ │ │ │ - JWindow._r_e_m_o_v_e(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ + JApplet._r_e_m_o_v_e(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ void Removes the specified component from the
│ │ │ │ container.
│ │ │ │ - JApplet._r_e_m_o_v_e(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ + JDesktopPane._r_e_m_o_v_e(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ + void Removes the specified component from this
│ │ │ │ + container.
│ │ │ │ + void JMenu._r_e_m_o_v_e(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + Removes the component c from this menu.
│ │ │ │ + JFrame._r_e_m_o_v_e(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ void Removes the specified component from the
│ │ │ │ container.
│ │ │ │ - void JRootPane.RootLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ - (_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ - void BoxLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ - Not used by this class.
│ │ │ │ - JSpinner.DefaultEditor._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ - void (_C_o_m_p_o_n_e_n_t child)
│ │ │ │ - This LayoutManager method does nothing.
│ │ │ │ - void ViewportLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + JTabbedPane._r_e_m_o_v_e(_C_o_m_p_o_n_e_n_t component)
│ │ │ │ + void Removes the specified Component from the
│ │ │ │ + JTabbedPane.
│ │ │ │ + ScrollPaneLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ + void (_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Removes the specified component from the layout.
│ │ │ │ SpringLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Removes the constraints associated with the
│ │ │ │ specified component.
│ │ │ │ - ScrollPaneLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ - void (_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - Removes the specified component from the layout.
│ │ │ │ + JSpinner.DefaultEditor._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ + void (_C_o_m_p_o_n_e_n_t child)
│ │ │ │ + This LayoutManager method does nothing.
│ │ │ │ OverlayLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ void (_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ Removes the specified component from the layout.
│ │ │ │ + void BoxLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ + Not used by this class.
│ │ │ │ + void ViewportLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + Removes the specified component from the layout.
│ │ │ │ GroupLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ void (_C_o_m_p_o_n_e_n_t component)
│ │ │ │ Notification that a Component has been removed
│ │ │ │ from the parent container.
│ │ │ │ + void JRootPane.RootLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ + (_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ GroupLayout._r_e_p_l_a_c_e(_C_o_m_p_o_n_e_n_t existingComponent,
│ │ │ │ void _C_o_m_p_o_n_e_n_t newComponent)
│ │ │ │ Replaces an existing component with a new one.
│ │ │ │ JSplitPane._s_e_t_B_o_t_t_o_m_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ void Sets the component below, or to the right of the
│ │ │ │ divider.
│ │ │ │ JScrollPane._s_e_t_C_o_l_u_m_n_H_e_a_d_e_r_V_i_e_w(_C_o_m_p_o_n_e_n_t view)
│ │ │ │ @@ -1687,32 +1687,32 @@
│ │ │ │ void int index)
│ │ │ │ Moves the specified component to the specified z-
│ │ │ │ order index in the container.
│ │ │ │ JScrollPane._s_e_t_C_o_r_n_e_r(_S_t_r_i_n_g key,
│ │ │ │ void _C_o_m_p_o_n_e_n_t corner)
│ │ │ │ Adds a child that will appear in one of the
│ │ │ │ scroll panes corners, if there's room.
│ │ │ │ - JRootPane._s_e_t_G_l_a_s_s_P_a_n_e(_C_o_m_p_o_n_e_n_t glass)
│ │ │ │ - void Sets a specified Component to be the glass pane
│ │ │ │ - for this root pane.
│ │ │ │ - void JFrame._s_e_t_G_l_a_s_s_P_a_n_e(_C_o_m_p_o_n_e_n_t glassPane)
│ │ │ │ + void JWindow._s_e_t_G_l_a_s_s_P_a_n_e(_C_o_m_p_o_n_e_n_t glassPane)
│ │ │ │ Sets the glassPane property.
│ │ │ │ + void JDialog._s_e_t_G_l_a_s_s_P_a_n_e(_C_o_m_p_o_n_e_n_t glassPane)
│ │ │ │ + Sets the glassPane property.
│ │ │ │ + void JInternalFrame._s_e_t_G_l_a_s_s_P_a_n_e(_C_o_m_p_o_n_e_n_t glass)
│ │ │ │ + Sets this JInternalFrame's glassPane property.
│ │ │ │ RootPaneContainer._s_e_t_G_l_a_s_s_P_a_n_e
│ │ │ │ (_C_o_m_p_o_n_e_n_t glassPane)
│ │ │ │ void The glassPane is always the first child of the
│ │ │ │ rootPane and the rootPanes layout manager ensures
│ │ │ │ that it's always as big as the rootPane.
│ │ │ │ - void JInternalFrame._s_e_t_G_l_a_s_s_P_a_n_e(_C_o_m_p_o_n_e_n_t glass)
│ │ │ │ - Sets this JInternalFrame's glassPane property.
│ │ │ │ - void JDialog._s_e_t_G_l_a_s_s_P_a_n_e(_C_o_m_p_o_n_e_n_t glassPane)
│ │ │ │ - Sets the glassPane property.
│ │ │ │ - void JWindow._s_e_t_G_l_a_s_s_P_a_n_e(_C_o_m_p_o_n_e_n_t glassPane)
│ │ │ │ - Sets the glassPane property.
│ │ │ │ void JApplet._s_e_t_G_l_a_s_s_P_a_n_e(_C_o_m_p_o_n_e_n_t glassPane)
│ │ │ │ Sets the glassPane property.
│ │ │ │ + JRootPane._s_e_t_G_l_a_s_s_P_a_n_e(_C_o_m_p_o_n_e_n_t glass)
│ │ │ │ + void Sets a specified Component to be the glass pane
│ │ │ │ + for this root pane.
│ │ │ │ + void JFrame._s_e_t_G_l_a_s_s_P_a_n_e(_C_o_m_p_o_n_e_n_t glassPane)
│ │ │ │ + Sets the glassPane property.
│ │ │ │ GroupLayout._s_e_t_H_o_n_o_r_s_V_i_s_i_b_i_l_i_t_y
│ │ │ │ void (_C_o_m_p_o_n_e_n_t component, _B_o_o_l_e_a_n honorsVisibility)
│ │ │ │ Sets whether the component's visibility is
│ │ │ │ considered for sizing and positioning.
│ │ │ │ JPopupMenu._s_e_t_I_n_v_o_k_e_r(_C_o_m_p_o_n_e_n_t invoker)
│ │ │ │ void Sets the invoker of this popup menu -- the
│ │ │ │ component in which the popup menu menu is to be
│ │ │ │ @@ -2006,51 +2006,51 @@
│ │ │ │ Returns the insets of the border.
│ │ │ │ AbstractBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s
│ │ │ │ (_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _I_n_s_e_t_s This default implementation returns a
│ │ │ │ new _I_n_s_e_t_s object that is initialized by
│ │ │ │ the _A_b_s_t_r_a_c_t_B_o_r_d_e_r_._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s
│ │ │ │ _(_C_o_m_p_o_n_e_n_t_,_I_n_s_e_t_s_) method.
│ │ │ │ - TitledBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s
│ │ │ │ + SoftBevelBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s
│ │ │ │ _I_n_s_e_t_s (_C_o_m_p_o_n_e_n_t c, _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with
│ │ │ │ this Border's current Insets.
│ │ │ │ - AbstractBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s
│ │ │ │ - _I_n_s_e_t_s (_C_o_m_p_o_n_e_n_t c, _I_n_s_e_t_s insets)
│ │ │ │ - Reinitializes the insets parameter with
│ │ │ │ - this Border's current Insets.
│ │ │ │ LineBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with
│ │ │ │ this Border's current Insets.
│ │ │ │ - EmptyBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ - _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ + CompoundBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s
│ │ │ │ + _I_n_s_e_t_s (_C_o_m_p_o_n_e_n_t c, _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with
│ │ │ │ this Border's current Insets.
│ │ │ │ - CompoundBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s
│ │ │ │ + TitledBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s
│ │ │ │ _I_n_s_e_t_s (_C_o_m_p_o_n_e_n_t c, _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with
│ │ │ │ this Border's current Insets.
│ │ │ │ - BevelBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + EmptyBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with
│ │ │ │ this Border's current Insets.
│ │ │ │ - EtchedBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s
│ │ │ │ - _I_n_s_e_t_s (_C_o_m_p_o_n_e_n_t c, _I_n_s_e_t_s insets)
│ │ │ │ + MatteBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with
│ │ │ │ this Border's current Insets.
│ │ │ │ - MatteBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + BevelBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with
│ │ │ │ this Border's current Insets.
│ │ │ │ + AbstractBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s
│ │ │ │ + _I_n_s_e_t_s (_C_o_m_p_o_n_e_n_t c, _I_n_s_e_t_s insets)
│ │ │ │ + Reinitializes the insets parameter with
│ │ │ │ + this Border's current Insets.
│ │ │ │ StrokeBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s
│ │ │ │ _I_n_s_e_t_s (_C_o_m_p_o_n_e_n_t c, _I_n_s_e_t_s insets)
│ │ │ │ Reinitializes the insets parameter with
│ │ │ │ this border's current insets.
│ │ │ │ - SoftBevelBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s
│ │ │ │ + EtchedBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s
│ │ │ │ _I_n_s_e_t_s (_C_o_m_p_o_n_e_n_t c, _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with
│ │ │ │ this Border's current Insets.
│ │ │ │ protected _F_o_n_t TitledBorder._g_e_t_F_o_n_t(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ EtchedBorder._g_e_t_H_i_g_h_l_i_g_h_t_C_o_l_o_r
│ │ │ │ (_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _C_o_l_o_r Returns the highlight color of the
│ │ │ │ @@ -2090,73 +2090,73 @@
│ │ │ │ bevel border when rendered on the
│ │ │ │ specified component.
│ │ │ │ BevelBorder._g_e_t_S_h_a_d_o_w_O_u_t_e_r_C_o_l_o_r
│ │ │ │ (_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _C_o_l_o_r Returns the outer shadow color of the
│ │ │ │ bevel border when rendered on the
│ │ │ │ specified component.
│ │ │ │ - Border._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + SoftBevelBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _G_r_a_p_h_i_c_s g, int x, int y, int width,
│ │ │ │ void int height)
│ │ │ │ Paints the border for the specified
│ │ │ │ component with the specified position
│ │ │ │ and size.
│ │ │ │ - TitledBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + LineBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _G_r_a_p_h_i_c_s g, int x, int y, int width,
│ │ │ │ void int height)
│ │ │ │ Paints the border for the specified
│ │ │ │ component with the specified position
│ │ │ │ and size.
│ │ │ │ - AbstractBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ - _G_r_a_p_h_i_c_s g, int x, int y, int width,
│ │ │ │ - void int height)
│ │ │ │ - This default implementation does no
│ │ │ │ - painting.
│ │ │ │ - LineBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + Border._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _G_r_a_p_h_i_c_s g, int x, int y, int width,
│ │ │ │ void int height)
│ │ │ │ Paints the border for the specified
│ │ │ │ component with the specified position
│ │ │ │ and size.
│ │ │ │ - EmptyBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ - void _G_r_a_p_h_i_c_s g, int x, int y, int width,
│ │ │ │ - int height)
│ │ │ │ - Does no drawing by default.
│ │ │ │ CompoundBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _G_r_a_p_h_i_c_s g, int x, int y, int width,
│ │ │ │ int height)
│ │ │ │ Paints the compound border by painting
│ │ │ │ void the outside border with the specified
│ │ │ │ position and size and then painting the
│ │ │ │ inside border at the specified position
│ │ │ │ and size offset by the insets of the
│ │ │ │ outside border.
│ │ │ │ - BevelBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + TitledBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _G_r_a_p_h_i_c_s g, int x, int y, int width,
│ │ │ │ void int height)
│ │ │ │ Paints the border for the specified
│ │ │ │ component with the specified position
│ │ │ │ and size.
│ │ │ │ - EtchedBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + EmptyBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + void _G_r_a_p_h_i_c_s g, int x, int y, int width,
│ │ │ │ + int height)
│ │ │ │ + Does no drawing by default.
│ │ │ │ + MatteBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + void _G_r_a_p_h_i_c_s g, int x, int y, int width,
│ │ │ │ + int height)
│ │ │ │ + Paints the matte border.
│ │ │ │ + BevelBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _G_r_a_p_h_i_c_s g, int x, int y, int width,
│ │ │ │ void int height)
│ │ │ │ Paints the border for the specified
│ │ │ │ component with the specified position
│ │ │ │ and size.
│ │ │ │ - MatteBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ - void _G_r_a_p_h_i_c_s g, int x, int y, int width,
│ │ │ │ - int height)
│ │ │ │ - Paints the matte border.
│ │ │ │ + AbstractBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + _G_r_a_p_h_i_c_s g, int x, int y, int width,
│ │ │ │ + void int height)
│ │ │ │ + This default implementation does no
│ │ │ │ + painting.
│ │ │ │ StrokeBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _G_r_a_p_h_i_c_s g, int x, int y, int width,
│ │ │ │ void int height)
│ │ │ │ Paints the border for the specified
│ │ │ │ component with the specified position
│ │ │ │ and size.
│ │ │ │ - SoftBevelBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + EtchedBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _G_r_a_p_h_i_c_s g, int x, int y, int width,
│ │ │ │ void int height)
│ │ │ │ Paints the border for the specified
│ │ │ │ component with the specified position
│ │ │ │ and size.
│ │ │ │ BevelBorder._p_a_i_n_t_L_o_w_e_r_e_d_B_e_v_e_l
│ │ │ │ protected void (_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ @@ -2274,29 +2274,29 @@
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc wwiitthh ppaarraammeetteerrss ooff ttyyppee _CC_oo_mm_pp_oo_nn_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ BasicSplitPaneUI.BasicHorizontalLayoutManager._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ void (_C_o_m_p_o_n_e_n_t comp, _O_b_j_e_c_t constraints)
│ │ │ │ Adds the specified component to the layout, using the specified
│ │ │ │ constraint object.
│ │ │ │ - void BasicTabbedPaneUI.TabbedPaneLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_S_t_r_i_n_g name,
│ │ │ │ - _C_o_m_p_o_n_e_n_t comp)
│ │ │ │ - BasicSplitPaneUI.BasicHorizontalLayoutManager._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ - void (_S_t_r_i_n_g place, _C_o_m_p_o_n_e_n_t component)
│ │ │ │ - Adds the component at place.
│ │ │ │ - void BasicSplitPaneDivider.DividerLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_S_t_r_i_n_g string,
│ │ │ │ - _C_o_m_p_o_n_e_n_t c)
│ │ │ │ void BasicScrollBarUI._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_S_t_r_i_n_g name, _C_o_m_p_o_n_e_n_t child)
│ │ │ │ + void BasicComboBoxUI.ComboBoxLayoutManager._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_S_t_r_i_n_g name,
│ │ │ │ + _C_o_m_p_o_n_e_n_t comp)
│ │ │ │ void BasicOptionPaneUI.ButtonAreaLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_S_t_r_i_n_g string,
│ │ │ │ _C_o_m_p_o_n_e_n_t comp)
│ │ │ │ - void BasicInternalFrameUI.InternalFrameLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_S_t_r_i_n_g name,
│ │ │ │ - _C_o_m_p_o_n_e_n_t c)
│ │ │ │ void BasicInternalFrameTitlePane.TitlePaneLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ (_S_t_r_i_n_g name, _C_o_m_p_o_n_e_n_t c)
│ │ │ │ - void BasicComboBoxUI.ComboBoxLayoutManager._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_S_t_r_i_n_g name,
│ │ │ │ + void BasicInternalFrameUI.InternalFrameLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_S_t_r_i_n_g name,
│ │ │ │ + _C_o_m_p_o_n_e_n_t c)
│ │ │ │ + void BasicSplitPaneDivider.DividerLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_S_t_r_i_n_g string,
│ │ │ │ + _C_o_m_p_o_n_e_n_t c)
│ │ │ │ + BasicSplitPaneUI.BasicHorizontalLayoutManager._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ + void (_S_t_r_i_n_g place, _C_o_m_p_o_n_e_n_t component)
│ │ │ │ + Adds the component at place.
│ │ │ │ + void BasicTabbedPaneUI.TabbedPaneLayout._a_d_d_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_S_t_r_i_n_g name,
│ │ │ │ _C_o_m_p_o_n_e_n_t comp)
│ │ │ │ boolean BasicToolBarUI._c_a_n_D_o_c_k(_C_o_m_p_o_n_e_n_t c, _P_o_i_n_t p)
│ │ │ │ protected BasicTreeUI._d_r_a_w_C_e_n_t_e_r_e_d(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s graphics, _I_c_o_n icon,
│ │ │ │ void int x, int y)
│ │ │ │ _I_n_s_e_t_s BasicBorders.SplitPaneBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _I_n_s_e_t_s BasicBorders.ButtonBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c, _I_n_s_e_t_s insets)
│ │ │ │ _I_n_s_e_t_s BasicBorders.ToggleButtonBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ @@ -2335,27 +2335,27 @@
│ │ │ │ void BasicBorders.SplitPaneBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g, int x,
│ │ │ │ int y, int width, int height)
│ │ │ │ protected BasicSliderUI._p_a_i_n_t_H_o_r_i_z_o_n_t_a_l_L_a_b_e_l(_G_r_a_p_h_i_c_s g, int value,
│ │ │ │ void _C_o_m_p_o_n_e_n_t label)
│ │ │ │ Called for every label in the label table.
│ │ │ │ protected BasicSliderUI._p_a_i_n_t_V_e_r_t_i_c_a_l_L_a_b_e_l(_G_r_a_p_h_i_c_s g, int value, _C_o_m_p_o_n_e_n_t label)
│ │ │ │ void Called for every label in the label table.
│ │ │ │ - void BasicTabbedPaneUI.TabbedPaneLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ - BasicSplitPaneUI.BasicHorizontalLayoutManager._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ - void (_C_o_m_p_o_n_e_n_t component)
│ │ │ │ - Removes the specified component from our knowledge.
│ │ │ │ - void BasicSplitPaneDivider.DividerLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void BasicScrollBarUI._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t child)
│ │ │ │ + void BasicComboBoxUI.ComboBoxLayoutManager._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ + (_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ void BasicOptionPaneUI.ButtonAreaLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - void BasicInternalFrameUI.InternalFrameLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ - (_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void BasicInternalFrameTitlePane.TitlePaneLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ (_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - void BasicComboBoxUI.ComboBoxLayoutManager._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ - (_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ + void BasicInternalFrameUI.InternalFrameLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ + (_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + void BasicSplitPaneDivider.DividerLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + BasicSplitPaneUI.BasicHorizontalLayoutManager._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t
│ │ │ │ + void (_C_o_m_p_o_n_e_n_t component)
│ │ │ │ + Removes the specified component from our knowledge.
│ │ │ │ + void BasicTabbedPaneUI.TabbedPaneLayout._r_e_m_o_v_e_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ protected BasicToolBarUI._s_e_t_B_o_r_d_e_r_T_o_N_o_n_R_o_l_l_o_v_e_r(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Sets the border of the component to have a non-rollover border which was
│ │ │ │ created by the _B_a_s_i_c_T_o_o_l_B_a_r_U_I_._c_r_e_a_t_e_N_o_n_R_o_l_l_o_v_e_r_B_o_r_d_e_r_(_) method.
│ │ │ │ protected BasicToolBarUI._s_e_t_B_o_r_d_e_r_T_o_N_o_r_m_a_l(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Sets the border of the component to have a normal border.
│ │ │ │ protected BasicToolBarUI._s_e_t_B_o_r_d_e_r_T_o_R_o_l_l_o_v_e_r(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Sets the border of the component to have a rollover border which was
│ │ │ │ @@ -2465,27 +2465,27 @@
│ │ │ │ int h)
│ │ │ │ MetalBorders.ToggleButtonBorder._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ void (_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g, int x, int y, int w,
│ │ │ │ int h)
│ │ │ │ MetalBorders.TableHeaderBorder._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ void (_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g, int x, int y, int w,
│ │ │ │ int h)
│ │ │ │ + void MetalCheckBoxIcon._p_a_i_n_t_I_c_o_n(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + _G_r_a_p_h_i_c_s g, int x, int y)
│ │ │ │ void MetalIconFactory.PaletteCloseIcon._p_a_i_n_t_I_c_o_n
│ │ │ │ (_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g, int x, int y)
│ │ │ │ void MetalIconFactory.FolderIcon16._p_a_i_n_t_I_c_o_n
│ │ │ │ (_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g, int x, int y)
│ │ │ │ void MetalIconFactory.FileIcon16._p_a_i_n_t_I_c_o_n
│ │ │ │ (_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g, int x, int y)
│ │ │ │ void MetalIconFactory.TreeControlIcon._p_a_i_n_t_I_c_o_n
│ │ │ │ (_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g, int x, int y)
│ │ │ │ MetalComboBoxIcon._p_a_i_n_t_I_c_o_n(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y)
│ │ │ │ Paints the horizontal bars for the
│ │ │ │ - void MetalCheckBoxIcon._p_a_i_n_t_I_c_o_n(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ - _G_r_a_p_h_i_c_s g, int x, int y)
│ │ │ │ void MetalIconFactory.TreeControlIcon._p_a_i_n_t_M_e
│ │ │ │ (_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g, int x, int y)
│ │ │ │ MetalLookAndFeel._p_r_o_v_i_d_e_E_r_r_o_r_F_e_e_d_b_a_c_k
│ │ │ │ (_C_o_m_p_o_n_e_n_t component)
│ │ │ │ void Invoked when the user attempts an invalid
│ │ │ │ operation, such as pasting into an uneditable
│ │ │ │ JTextField that has focus.
│ │ │ │ @@ -2540,22 +2540,22 @@
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_aa_bb_ll_ee tthhaatt rreettuurrnn _CC_oo_mm_pp_oo_nn_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ TableCellEditor._g_e_t_T_a_b_l_e_C_e_l_l_E_d_i_t_o_r_C_o_m_p_o_n_e_n_t
│ │ │ │ _C_o_m_p_o_n_e_n_t (_J_T_a_b_l_e table, _O_b_j_e_c_t value, boolean isSelected,
│ │ │ │ int row, int column)
│ │ │ │ Sets an initial value for the editor.
│ │ │ │ - TableCellRenderer._g_e_t_T_a_b_l_e_C_e_l_l_R_e_n_d_e_r_e_r_C_o_m_p_o_n_e_n_t
│ │ │ │ - _C_o_m_p_o_n_e_n_t (_J_T_a_b_l_e table, _O_b_j_e_c_t value, boolean isSelected,
│ │ │ │ - boolean hasFocus, int row, int column)
│ │ │ │ - Returns the component used for drawing the cell.
│ │ │ │ DefaultTableCellRenderer._g_e_t_T_a_b_l_e_C_e_l_l_R_e_n_d_e_r_e_r_C_o_m_p_o_n_e_n_t
│ │ │ │ _C_o_m_p_o_n_e_n_t (_J_T_a_b_l_e table, _O_b_j_e_c_t value, boolean isSelected,
│ │ │ │ boolean hasFocus, int row, int column)
│ │ │ │ Returns the default table cell renderer.
│ │ │ │ + TableCellRenderer._g_e_t_T_a_b_l_e_C_e_l_l_R_e_n_d_e_r_e_r_C_o_m_p_o_n_e_n_t
│ │ │ │ + _C_o_m_p_o_n_e_n_t (_J_T_a_b_l_e table, _O_b_j_e_c_t value, boolean isSelected,
│ │ │ │ + boolean hasFocus, int row, int column)
│ │ │ │ + Returns the component used for drawing the cell.
│ │ │ │ o ******** UUsseess ooff _CC_oo_mm_pp_oo_nn_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt ********
│ │ │ │ SSuubbccllaasssseess ooff _CC_oo_mm_pp_oo_nn_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ _J_T_e_x_t_C_o_m_p_o_n_e_n_t
│ │ │ │ class JTextComponent is the base class for swing text
│ │ │ │ components.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt tthhaatt rreettuurrnn _CC_oo_mm_pp_oo_nn_ee_nn_tt?
│ │ │ │ @@ -2598,22 +2598,22 @@
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee FFiieelldd aanndd DDeessccrriippttiioonn
│ │ │ │ DefaultTreeCellEditor._e_d_i_t_i_n_g_C_o_m_p_o_n_e_n_t
│ │ │ │ protected _C_o_m_p_o_n_e_n_t Component used in editing, obtained from the
│ │ │ │ editingContainer.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_rr_ee_ee tthhaatt rreettuurrnn _CC_oo_mm_pp_oo_nn_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ - TreeCellEditor._g_e_t_T_r_e_e_C_e_l_l_E_d_i_t_o_r_C_o_m_p_o_n_e_n_t
│ │ │ │ - _C_o_m_p_o_n_e_n_t (_J_T_r_e_e tree, _O_b_j_e_c_t value, boolean isSelected,
│ │ │ │ - boolean expanded, boolean leaf, int row)
│ │ │ │ - Sets an initial value for the editor.
│ │ │ │ DefaultTreeCellEditor._g_e_t_T_r_e_e_C_e_l_l_E_d_i_t_o_r_C_o_m_p_o_n_e_n_t
│ │ │ │ _C_o_m_p_o_n_e_n_t (_J_T_r_e_e tree, _O_b_j_e_c_t value, boolean isSelected,
│ │ │ │ boolean expanded, boolean leaf, int row)
│ │ │ │ Configures the editor.
│ │ │ │ + TreeCellEditor._g_e_t_T_r_e_e_C_e_l_l_E_d_i_t_o_r_C_o_m_p_o_n_e_n_t
│ │ │ │ + _C_o_m_p_o_n_e_n_t (_J_T_r_e_e tree, _O_b_j_e_c_t value, boolean isSelected,
│ │ │ │ + boolean expanded, boolean leaf, int row)
│ │ │ │ + Sets an initial value for the editor.
│ │ │ │ DefaultTreeCellRenderer._g_e_t_T_r_e_e_C_e_l_l_R_e_n_d_e_r_e_r_C_o_m_p_o_n_e_n_t
│ │ │ │ (_J_T_r_e_e tree, _O_b_j_e_c_t value, boolean sel,
│ │ │ │ _C_o_m_p_o_n_e_n_t boolean expanded, boolean leaf, int row,
│ │ │ │ boolean hasFocus)
│ │ │ │ Configures the renderer based on the passed in
│ │ │ │ components.
│ │ │ │ TreeCellRenderer._g_e_t_T_r_e_e_C_e_l_l_R_e_n_d_e_r_e_r_C_o_m_p_o_n_e_n_t
│ │ │ │ @@ -2638,9 +2638,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/ComponentOrientation.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.ComponentOrientation (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -74,26 +74,26 @@
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _CC_oo_mm_pp_oo_nn_ee_nn_tt_OO_rr_ii_ee_nn_tt_aa_tt_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ JMenu._a_p_p_l_y_C_o_m_p_o_n_e_n_t_O_r_i_e_n_t_a_t_i_o_n
│ │ │ │ void (_C_o_m_p_o_n_e_n_t_O_r_i_e_n_t_a_t_i_o_n o)
│ │ │ │ Sets the ComponentOrientation property of this
│ │ │ │ menu and all components contained within it.
│ │ │ │ + JSpinner.NumberEditor._s_e_t_C_o_m_p_o_n_e_n_t_O_r_i_e_n_t_a_t_i_o_n
│ │ │ │ + (_C_o_m_p_o_n_e_n_t_O_r_i_e_n_t_a_t_i_o_n o)
│ │ │ │ + void Sets the language-sensitive orientation that is
│ │ │ │ + to be used to order the elements or text within
│ │ │ │ + this component.
│ │ │ │ JScrollPane._s_e_t_C_o_m_p_o_n_e_n_t_O_r_i_e_n_t_a_t_i_o_n
│ │ │ │ (_C_o_m_p_o_n_e_n_t_O_r_i_e_n_t_a_t_i_o_n co)
│ │ │ │ void Sets the orientation for the vertical and
│ │ │ │ horizontal scrollbars as determined by the
│ │ │ │ ComponentOrientation argument.
│ │ │ │ void JMenu._s_e_t_C_o_m_p_o_n_e_n_t_O_r_i_e_n_t_a_t_i_o_n
│ │ │ │ (_C_o_m_p_o_n_e_n_t_O_r_i_e_n_t_a_t_i_o_n o)
│ │ │ │ - JSpinner.NumberEditor._s_e_t_C_o_m_p_o_n_e_n_t_O_r_i_e_n_t_a_t_i_o_n
│ │ │ │ - (_C_o_m_p_o_n_e_n_t_O_r_i_e_n_t_a_t_i_o_n o)
│ │ │ │ - void Sets the language-sensitive orientation that is
│ │ │ │ - to be used to order the elements or text within
│ │ │ │ - this component.
│ │ │ │ o ******** UUsseess ooff _CC_oo_mm_pp_oo_nn_ee_nn_tt_OO_rr_ii_ee_nn_tt_aa_tt_ii_oo_nn iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _CC_oo_mm_pp_oo_nn_ee_nn_tt_OO_rr_ii_ee_nn_tt_aa_tt_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ void JTextComponent._s_e_t_C_o_m_p_o_n_e_n_t_O_r_i_e_n_t_a_t_i_o_n
│ │ │ │ (_C_o_m_p_o_n_e_n_t_O_r_i_e_n_t_a_t_i_o_n o)
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ @@ -113,9 +113,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Composite.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.Composite (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -55,9 +55,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/CompositeContext.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.CompositeContext (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -20,22 +20,22 @@
│ │ │ │ * PPaacckkaaggeess tthhaatt uussee _CC_oo_mm_pp_oo_ss_ii_tt_ee_CC_oo_nn_tt_ee_xx_tt?
│ │ │ │ PPaacckkaaggee DDeessccrriippttiioonn
│ │ │ │ _j_a_v_a_._a_w_t Contains all of the classes for creating user interfaces and for
│ │ │ │ painting graphics and images.
│ │ │ │ * o ******** UUsseess ooff _CC_oo_mm_pp_oo_ss_ii_tt_ee_CC_oo_nn_tt_ee_xx_tt iinn _jj_aa_vv_aa_.._aa_ww_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt tthhaatt rreettuurrnn _CC_oo_mm_pp_oo_ss_ii_tt_ee_CC_oo_nn_tt_ee_xx_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - Composite._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l srcColorModel,
│ │ │ │ - _C_o_m_p_o_s_i_t_e_C_o_n_t_e_x_t _C_o_l_o_r_M_o_d_e_l dstColorModel, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ - Creates a context containing state that is used
│ │ │ │ - to perform the compositing operation.
│ │ │ │ AlphaComposite._c_r_e_a_t_e_C_o_n_t_e_x_t
│ │ │ │ _C_o_m_p_o_s_i_t_e_C_o_n_t_e_x_t (_C_o_l_o_r_M_o_d_e_l srcColorModel,
│ │ │ │ _C_o_l_o_r_M_o_d_e_l dstColorModel, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Creates a context for the compositing operation.
│ │ │ │ + Composite._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l srcColorModel,
│ │ │ │ + _C_o_m_p_o_s_i_t_e_C_o_n_t_e_x_t _C_o_l_o_r_M_o_d_e_l dstColorModel, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ + Creates a context containing state that is used
│ │ │ │ + to perform the compositing operation.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -49,9 +49,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Container.AccessibleAWTContainer.AccessibleContainerHandler.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Container.AccessibleAWTContainer.AccessibleContainerHandler (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -36,9 +36,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Container.AccessibleAWTContainer.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Container.AccessibleAWTContainer (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -241,9 +241,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Container.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Container (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -80,21 +80,21 @@
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt tthhaatt rreettuurrnn _CC_oo_nn_tt_aa_ii_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ KeyboardFocusManager._g_e_t_C_u_r_r_e_n_t_F_o_c_u_s_C_y_c_l_e_R_o_o_t()
│ │ │ │ _C_o_n_t_a_i_n_e_r Returns the current focus cycle root, if the
│ │ │ │ current focus cycle root is in the same context as
│ │ │ │ the calling thread.
│ │ │ │ - Component._g_e_t_F_o_c_u_s_C_y_c_l_e_R_o_o_t_A_n_c_e_s_t_o_r()
│ │ │ │ - _C_o_n_t_a_i_n_e_r Returns the Container which is the focus cycle root
│ │ │ │ - of this Component's focus traversal cycle.
│ │ │ │ Window._g_e_t_F_o_c_u_s_C_y_c_l_e_R_o_o_t_A_n_c_e_s_t_o_r()
│ │ │ │ _C_o_n_t_a_i_n_e_r Always returns null because Windows have no
│ │ │ │ ancestors; they represent the top of the Component
│ │ │ │ hierarchy.
│ │ │ │ + Component._g_e_t_F_o_c_u_s_C_y_c_l_e_R_o_o_t_A_n_c_e_s_t_o_r()
│ │ │ │ + _C_o_n_t_a_i_n_e_r Returns the Container which is the focus cycle root
│ │ │ │ + of this Component's focus traversal cycle.
│ │ │ │ KeyboardFocusManager._g_e_t_G_l_o_b_a_l_C_u_r_r_e_n_t_F_o_c_u_s_C_y_c_l_e_R_o_o_t
│ │ │ │ protected ()
│ │ │ │ _C_o_n_t_a_i_n_e_r Returns the current focus cycle root, even if the
│ │ │ │ calling thread is in a different context than the
│ │ │ │ current focus cycle root.
│ │ │ │ protected Toolkit._g_e_t_N_a_t_i_v_e_C_o_n_t_a_i_n_e_r(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ static Give native peers the ability to query the native
│ │ │ │ @@ -106,71 +106,71 @@
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ protected void GridBagLayout._a_r_r_a_n_g_e_G_r_i_d(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ Lays out the grid.
│ │ │ │ GridBagLayout._A_r_r_a_n_g_e_G_r_i_d(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ protected void This method is obsolete and supplied for backwards
│ │ │ │ compatibility only; new code should call _a_r_r_a_n_g_e_G_r_i_d
│ │ │ │ instead.
│ │ │ │ - KeyboardFocusManager._d_o_w_n_F_o_c_u_s_C_y_c_l_e
│ │ │ │ - abstract void (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ - Moves the focus down one focus traversal cycle.
│ │ │ │ DefaultKeyboardFocusManager._d_o_w_n_F_o_c_u_s_C_y_c_l_e
│ │ │ │ void (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ Moves the focus down one focus traversal cycle.
│ │ │ │ + KeyboardFocusManager._d_o_w_n_F_o_c_u_s_C_y_c_l_e
│ │ │ │ + abstract void (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ + Moves the focus down one focus traversal cycle.
│ │ │ │ void CardLayout._f_i_r_s_t(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ Flips to the first card of the container.
│ │ │ │ - FocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_A_f_t_e_r
│ │ │ │ - abstract (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ - _C_o_m_p_o_n_e_n_t Returns the Component that should receive the focus
│ │ │ │ - after aComponent.
│ │ │ │ ContainerOrderFocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_A_f_t_e_r
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ Returns the Component that should receive the focus
│ │ │ │ after aComponent.
│ │ │ │ - FocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_B_e_f_o_r_e
│ │ │ │ + FocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_A_f_t_e_r
│ │ │ │ abstract (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ _C_o_m_p_o_n_e_n_t Returns the Component that should receive the focus
│ │ │ │ - before aComponent.
│ │ │ │ + after aComponent.
│ │ │ │ ContainerOrderFocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_B_e_f_o_r_e
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ Returns the Component that should receive the focus
│ │ │ │ before aComponent.
│ │ │ │ - abstract FocusTraversalPolicy._g_e_t_D_e_f_a_u_l_t_C_o_m_p_o_n_e_n_t
│ │ │ │ + FocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_B_e_f_o_r_e
│ │ │ │ + abstract (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ + _C_o_m_p_o_n_e_n_t Returns the Component that should receive the focus
│ │ │ │ + before aComponent.
│ │ │ │ + ContainerOrderFocusTraversalPolicy._g_e_t_D_e_f_a_u_l_t_C_o_m_p_o_n_e_n_t
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ Returns the default Component to focus.
│ │ │ │ - ContainerOrderFocusTraversalPolicy._g_e_t_D_e_f_a_u_l_t_C_o_m_p_o_n_e_n_t
│ │ │ │ + abstract FocusTraversalPolicy._g_e_t_D_e_f_a_u_l_t_C_o_m_p_o_n_e_n_t
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ Returns the default Component to focus.
│ │ │ │ - abstract FocusTraversalPolicy._g_e_t_F_i_r_s_t_C_o_m_p_o_n_e_n_t
│ │ │ │ + ContainerOrderFocusTraversalPolicy._g_e_t_F_i_r_s_t_C_o_m_p_o_n_e_n_t
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ Returns the first Component in the traversal cycle.
│ │ │ │ - ContainerOrderFocusTraversalPolicy._g_e_t_F_i_r_s_t_C_o_m_p_o_n_e_n_t
│ │ │ │ + abstract FocusTraversalPolicy._g_e_t_F_i_r_s_t_C_o_m_p_o_n_e_n_t
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ Returns the first Component in the traversal cycle.
│ │ │ │ - abstract FocusTraversalPolicy._g_e_t_L_a_s_t_C_o_m_p_o_n_e_n_t
│ │ │ │ + ContainerOrderFocusTraversalPolicy._g_e_t_L_a_s_t_C_o_m_p_o_n_e_n_t
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ Returns the last Component in the traversal cycle.
│ │ │ │ - ContainerOrderFocusTraversalPolicy._g_e_t_L_a_s_t_C_o_m_p_o_n_e_n_t
│ │ │ │ + abstract FocusTraversalPolicy._g_e_t_L_a_s_t_C_o_m_p_o_n_e_n_t
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ Returns the last Component in the traversal cycle.
│ │ │ │ - float GridBagLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_X(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + float CardLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_X(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ Returns the alignment along the x axis.
│ │ │ │ - float LayoutManager2._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_X(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + float GridBagLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_X(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ Returns the alignment along the x axis.
│ │ │ │ float BorderLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_X(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ Returns the alignment along the x axis.
│ │ │ │ - float CardLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_X(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + float LayoutManager2._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_X(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ Returns the alignment along the x axis.
│ │ │ │ - float GridBagLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_Y(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + float CardLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_Y(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ Returns the alignment along the y axis.
│ │ │ │ - float LayoutManager2._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_Y(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + float GridBagLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_Y(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ Returns the alignment along the y axis.
│ │ │ │ float BorderLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_Y(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ Returns the alignment along the y axis.
│ │ │ │ - float CardLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_Y(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + float LayoutManager2._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_Y(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ Returns the alignment along the y axis.
│ │ │ │ BorderLayout._g_e_t_L_a_y_o_u_t_C_o_m_p_o_n_e_n_t(_C_o_n_t_a_i_n_e_r target,
│ │ │ │ _O_b_j_e_c_t constraints)
│ │ │ │ _C_o_m_p_o_n_e_n_t Returns the component that corresponds to the given
│ │ │ │ constraint location based on the target Container's
│ │ │ │ component orientation.
│ │ │ │ GridBagLayout._g_e_t_L_a_y_o_u_t_I_n_f_o(_C_o_n_t_a_i_n_e_r parent,
│ │ │ │ @@ -187,101 +187,101 @@
│ │ │ │ _D_i_m_e_n_s_i_o_n Figures out the minimum size of the master based on
│ │ │ │ the information from getLayoutInfo.
│ │ │ │ GridBagLayout._G_e_t_M_i_n_S_i_z_e(_C_o_n_t_a_i_n_e_r parent,
│ │ │ │ protected _G_r_i_d_B_a_g_L_a_y_o_u_t_I_n_f_o info)
│ │ │ │ _D_i_m_e_n_s_i_o_n This method is obsolete and supplied for backwards
│ │ │ │ compatibility only; new code should call _g_e_t_M_i_n_S_i_z_e
│ │ │ │ instead.
│ │ │ │ - GridBagLayout._i_n_v_a_l_i_d_a_t_e_L_a_y_o_u_t(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + CardLayout._i_n_v_a_l_i_d_a_t_e_L_a_y_o_u_t(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ void Invalidates the layout, indicating that if the layout
│ │ │ │ manager has cached information it should be discarded.
│ │ │ │ - LayoutManager2._i_n_v_a_l_i_d_a_t_e_L_a_y_o_u_t(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + GridBagLayout._i_n_v_a_l_i_d_a_t_e_L_a_y_o_u_t(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ void Invalidates the layout, indicating that if the layout
│ │ │ │ manager has cached information it should be discarded.
│ │ │ │ BorderLayout._i_n_v_a_l_i_d_a_t_e_L_a_y_o_u_t(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ void Invalidates the layout, indicating that if the layout
│ │ │ │ manager has cached information it should be discarded.
│ │ │ │ - CardLayout._i_n_v_a_l_i_d_a_t_e_L_a_y_o_u_t(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + LayoutManager2._i_n_v_a_l_i_d_a_t_e_L_a_y_o_u_t(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ void Invalidates the layout, indicating that if the layout
│ │ │ │ manager has cached information it should be discarded.
│ │ │ │ Container._i_s_F_o_c_u_s_C_y_c_l_e_R_o_o_t(_C_o_n_t_a_i_n_e_r container)
│ │ │ │ boolean Returns whether the specified Container is the focus
│ │ │ │ cycle root of this Container's focus traversal cycle.
│ │ │ │ Component._i_s_F_o_c_u_s_C_y_c_l_e_R_o_o_t(_C_o_n_t_a_i_n_e_r container)
│ │ │ │ boolean Returns whether the specified Container is the focus
│ │ │ │ cycle root of this Component's focus traversal cycle.
│ │ │ │ void CardLayout._l_a_s_t(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ Flips to the last card of the container.
│ │ │ │ - GridBagLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - void Lays out the specified container using this grid bag
│ │ │ │ + CardLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + void Lays out the specified container using this card
│ │ │ │ layout.
│ │ │ │ void LayoutManager._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ Lays out the specified container.
│ │ │ │ + void GridLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + Lays out the specified container using this layout.
│ │ │ │ + GridBagLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + void Lays out the specified container using this grid bag
│ │ │ │ + layout.
│ │ │ │ BorderLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ void Lays out the container argument using this border
│ │ │ │ layout.
│ │ │ │ - void GridLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - Lays out the specified container using this layout.
│ │ │ │ void FlowLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ Lays out the container.
│ │ │ │ - CardLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - void Lays out the specified container using this card
│ │ │ │ - layout.
│ │ │ │ - GridBagLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + CardLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the maximum dimensions for this layout given
│ │ │ │ the components in the specified target container.
│ │ │ │ - LayoutManager2._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Calculates the maximum size dimensions for the
│ │ │ │ - specified container, given the components it contains.
│ │ │ │ - BorderLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + GridBagLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the maximum dimensions for this layout given
│ │ │ │ the components in the specified target container.
│ │ │ │ - CardLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + BorderLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the maximum dimensions for this layout given
│ │ │ │ the components in the specified target container.
│ │ │ │ - GridBagLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Determines the minimum size of the parent container
│ │ │ │ - using this grid bag layout.
│ │ │ │ + LayoutManager2._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Calculates the maximum size dimensions for the
│ │ │ │ + specified container, given the components it contains.
│ │ │ │ + _D_i_m_e_n_s_i_o_n CardLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + Calculates the minimum size for the specified panel.
│ │ │ │ LayoutManager._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ _D_i_m_e_n_s_i_o_n Calculates the minimum size dimensions for the
│ │ │ │ specified container, given the components it contains.
│ │ │ │ - BorderLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Determines the minimum size of the target container
│ │ │ │ - using this layout manager.
│ │ │ │ GridLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ _D_i_m_e_n_s_i_o_n Determines the minimum size of the container argument
│ │ │ │ using this grid layout.
│ │ │ │ + GridBagLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Determines the minimum size of the parent container
│ │ │ │ + using this grid bag layout.
│ │ │ │ + BorderLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Determines the minimum size of the target container
│ │ │ │ + using this layout manager.
│ │ │ │ FlowLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the minimum dimensions needed to layout the
│ │ │ │ visible components contained in the specified target
│ │ │ │ container.
│ │ │ │ - _D_i_m_e_n_s_i_o_n CardLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - Calculates the minimum size for the specified panel.
│ │ │ │ void CardLayout._n_e_x_t(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ Flips to the next card of the specified container.
│ │ │ │ - GridBagLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Determines the preferred size of the parent container
│ │ │ │ - using this grid bag layout.
│ │ │ │ + CardLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Determines the preferred size of the container
│ │ │ │ + argument using this card layout.
│ │ │ │ LayoutManager._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ _D_i_m_e_n_s_i_o_n Calculates the preferred size dimensions for the
│ │ │ │ specified container, given the components it contains.
│ │ │ │ + GridLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Determines the preferred size of the container
│ │ │ │ + argument using this grid layout.
│ │ │ │ + GridBagLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Determines the preferred size of the parent container
│ │ │ │ + using this grid bag layout.
│ │ │ │ BorderLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ _D_i_m_e_n_s_i_o_n Determines the preferred size of the target container
│ │ │ │ using this layout manager, based on the components in
│ │ │ │ the container.
│ │ │ │ - GridLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Determines the preferred size of the container
│ │ │ │ - argument using this grid layout.
│ │ │ │ FlowLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the preferred dimensions for this layout given
│ │ │ │ the visible components in the specified target
│ │ │ │ container.
│ │ │ │ - CardLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Determines the preferred size of the container
│ │ │ │ - argument using this card layout.
│ │ │ │ void CardLayout._p_r_e_v_i_o_u_s(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ Flips to the previous card of the specified container.
│ │ │ │ KeyboardFocusManager._s_e_t_G_l_o_b_a_l_C_u_r_r_e_n_t_F_o_c_u_s_C_y_c_l_e_R_o_o_t
│ │ │ │ void (_C_o_n_t_a_i_n_e_r newFocusCycleRoot)
│ │ │ │ Sets the current focus cycle root.
│ │ │ │ CardLayout._s_h_o_w(_C_o_n_t_a_i_n_e_r parent, _S_t_r_i_n_g name)
│ │ │ │ void Flips to the component that was added to this layout
│ │ │ │ @@ -521,218 +521,218 @@
│ │ │ │ the component hierarchy and returns the first
│ │ │ │ object of name it finds.
│ │ │ │ SwingUtilities._g_e_t_A_n_c_e_s_t_o_r_O_f_C_l_a_s_s(_C_l_a_s_s> c,
│ │ │ │ _C_o_m_p_o_n_e_n_t comp)
│ │ │ │ static _C_o_n_t_a_i_n_e_r Convenience method for searching above comp in
│ │ │ │ the component hierarchy and returns the first
│ │ │ │ object of class c it finds.
│ │ │ │ - JRootPane._g_e_t_C_o_n_t_e_n_t_P_a_n_e()
│ │ │ │ - _C_o_n_t_a_i_n_e_r Returns the content pane -- the container that
│ │ │ │ - holds the components parented by the root pane.
│ │ │ │ - _C_o_n_t_a_i_n_e_r JFrame._g_e_t_C_o_n_t_e_n_t_P_a_n_e()
│ │ │ │ - Returns the contentPane object for this frame.
│ │ │ │ - _C_o_n_t_a_i_n_e_r RootPaneContainer._g_e_t_C_o_n_t_e_n_t_P_a_n_e()
│ │ │ │ - Returns the contentPane.
│ │ │ │ - JInternalFrame._g_e_t_C_o_n_t_e_n_t_P_a_n_e()
│ │ │ │ - _C_o_n_t_a_i_n_e_r Returns the content pane for this internal
│ │ │ │ - frame.
│ │ │ │ - _C_o_n_t_a_i_n_e_r JDialog._g_e_t_C_o_n_t_e_n_t_P_a_n_e()
│ │ │ │ - Returns the contentPane object for this dialog.
│ │ │ │ JWindow._g_e_t_C_o_n_t_e_n_t_P_a_n_e()
│ │ │ │ _C_o_n_t_a_i_n_e_r Returns the Container which is the contentPane
│ │ │ │ for this window.
│ │ │ │ + _C_o_n_t_a_i_n_e_r JDialog._g_e_t_C_o_n_t_e_n_t_P_a_n_e()
│ │ │ │ + Returns the contentPane object for this dialog.
│ │ │ │ + JInternalFrame._g_e_t_C_o_n_t_e_n_t_P_a_n_e()
│ │ │ │ + _C_o_n_t_a_i_n_e_r Returns the content pane for this internal
│ │ │ │ + frame.
│ │ │ │ + _C_o_n_t_a_i_n_e_r RootPaneContainer._g_e_t_C_o_n_t_e_n_t_P_a_n_e()
│ │ │ │ + Returns the contentPane.
│ │ │ │ _C_o_n_t_a_i_n_e_r JApplet._g_e_t_C_o_n_t_e_n_t_P_a_n_e()
│ │ │ │ Returns the contentPane object for this applet.
│ │ │ │ + JRootPane._g_e_t_C_o_n_t_e_n_t_P_a_n_e()
│ │ │ │ + _C_o_n_t_a_i_n_e_r Returns the content pane -- the container that
│ │ │ │ + holds the components parented by the root pane.
│ │ │ │ + _C_o_n_t_a_i_n_e_r JFrame._g_e_t_C_o_n_t_e_n_t_P_a_n_e()
│ │ │ │ + Returns the contentPane object for this frame.
│ │ │ │ JInternalFrame._g_e_t_F_o_c_u_s_C_y_c_l_e_R_o_o_t_A_n_c_e_s_t_o_r()
│ │ │ │ _C_o_n_t_a_i_n_e_r Always returns null because JInternalFrames
│ │ │ │ must always be roots of a focus traversal
│ │ │ │ cycle.
│ │ │ │ - BoxLayout._g_e_t_T_a_r_g_e_t()
│ │ │ │ + OverlayLayout._g_e_t_T_a_r_g_e_t()
│ │ │ │ _C_o_n_t_a_i_n_e_r Returns the container that uses this layout
│ │ │ │ manager.
│ │ │ │ - OverlayLayout._g_e_t_T_a_r_g_e_t()
│ │ │ │ + BoxLayout._g_e_t_T_a_r_g_e_t()
│ │ │ │ _C_o_n_t_a_i_n_e_r Returns the container that uses this layout
│ │ │ │ manager.
│ │ │ │ JComponent._g_e_t_T_o_p_L_e_v_e_l_A_n_c_e_s_t_o_r()
│ │ │ │ Returns the top-level ancestor of this
│ │ │ │ _C_o_n_t_a_i_n_e_r component (either the containing Window or
│ │ │ │ Applet), or null if this component has not been
│ │ │ │ added to any container.
│ │ │ │ SwingUtilities._g_e_t_U_n_w_r_a_p_p_e_d_P_a_r_e_n_t
│ │ │ │ static _C_o_n_t_a_i_n_e_r (_C_o_m_p_o_n_e_n_t component)
│ │ │ │ Returns the first ancestor of the component
│ │ │ │ which is not an instance of _J_L_a_y_e_r.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee _CC_oo_nn_tt_aa_ii_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + _C_o_m_p_o_n_e_n_t DefaultFocusManager._g_e_t_C_o_m_p_o_n_e_n_t_A_f_t_e_r
│ │ │ │ + (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ SortingFocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_A_f_t_e_r
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ Returns the Component that should receive the
│ │ │ │ focus after aComponent.
│ │ │ │ - _C_o_m_p_o_n_e_n_t DefaultFocusManager._g_e_t_C_o_m_p_o_n_e_n_t_A_f_t_e_r
│ │ │ │ - (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ LayoutFocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_A_f_t_e_r
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ Returns the Component that should receive the
│ │ │ │ focus after aComponent.
│ │ │ │ + _C_o_m_p_o_n_e_n_t DefaultFocusManager._g_e_t_C_o_m_p_o_n_e_n_t_B_e_f_o_r_e
│ │ │ │ + (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ SortingFocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_B_e_f_o_r_e
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ Returns the Component that should receive the
│ │ │ │ focus before aComponent.
│ │ │ │ - _C_o_m_p_o_n_e_n_t DefaultFocusManager._g_e_t_C_o_m_p_o_n_e_n_t_B_e_f_o_r_e
│ │ │ │ - (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ LayoutFocusTraversalPolicy._g_e_t_C_o_m_p_o_n_e_n_t_B_e_f_o_r_e
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer, _C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ Returns the Component that should receive the
│ │ │ │ focus before aComponent.
│ │ │ │ LayoutStyle._g_e_t_C_o_n_t_a_i_n_e_r_G_a_p(_J_C_o_m_p_o_n_e_n_t component,
│ │ │ │ abstract int int position, _C_o_n_t_a_i_n_e_r parent)
│ │ │ │ Returns the amount of space to place between the
│ │ │ │ component and specified edge of its parent.
│ │ │ │ SortingFocusTraversalPolicy._g_e_t_D_e_f_a_u_l_t_C_o_m_p_o_n_e_n_t
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ Returns the default Component to focus.
│ │ │ │ + _C_o_m_p_o_n_e_n_t DefaultFocusManager._g_e_t_F_i_r_s_t_C_o_m_p_o_n_e_n_t
│ │ │ │ + (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ SortingFocusTraversalPolicy._g_e_t_F_i_r_s_t_C_o_m_p_o_n_e_n_t
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ Returns the first Component in the traversal
│ │ │ │ cycle.
│ │ │ │ - _C_o_m_p_o_n_e_n_t DefaultFocusManager._g_e_t_F_i_r_s_t_C_o_m_p_o_n_e_n_t
│ │ │ │ - (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ LayoutFocusTraversalPolicy._g_e_t_F_i_r_s_t_C_o_m_p_o_n_e_n_t
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ Returns the first Component in the traversal
│ │ │ │ cycle.
│ │ │ │ + _C_o_m_p_o_n_e_n_t DefaultFocusManager._g_e_t_L_a_s_t_C_o_m_p_o_n_e_n_t
│ │ │ │ + (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ SortingFocusTraversalPolicy._g_e_t_L_a_s_t_C_o_m_p_o_n_e_n_t
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ Returns the last Component in the traversal
│ │ │ │ cycle.
│ │ │ │ - _C_o_m_p_o_n_e_n_t DefaultFocusManager._g_e_t_L_a_s_t_C_o_m_p_o_n_e_n_t
│ │ │ │ - (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ LayoutFocusTraversalPolicy._g_e_t_L_a_s_t_C_o_m_p_o_n_e_n_t
│ │ │ │ _C_o_m_p_o_n_e_n_t (_C_o_n_t_a_i_n_e_r aContainer)
│ │ │ │ Returns the last Component in the traversal
│ │ │ │ cycle.
│ │ │ │ - float JRootPane.RootLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_X
│ │ │ │ - (_C_o_n_t_a_i_n_e_r target)
│ │ │ │ - BoxLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_X(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ - float Returns the alignment along the X axis for the
│ │ │ │ - container.
│ │ │ │ float SpringLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_X(_C_o_n_t_a_i_n_e_r p)
│ │ │ │ Returns 0.5f (centered).
│ │ │ │ OverlayLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_X
│ │ │ │ float (_C_o_n_t_a_i_n_e_r target)
│ │ │ │ Returns the alignment along the x axis for the
│ │ │ │ container.
│ │ │ │ + BoxLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_X(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + float Returns the alignment along the X axis for the
│ │ │ │ + container.
│ │ │ │ float GroupLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_X(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ Returns the alignment along the x axis.
│ │ │ │ - float JRootPane.RootLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_Y
│ │ │ │ + float JRootPane.RootLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_X
│ │ │ │ (_C_o_n_t_a_i_n_e_r target)
│ │ │ │ - BoxLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_Y(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ - float Returns the alignment along the Y axis for the
│ │ │ │ - container.
│ │ │ │ float SpringLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_Y(_C_o_n_t_a_i_n_e_r p)
│ │ │ │ Returns 0.5f (centered).
│ │ │ │ OverlayLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_Y
│ │ │ │ float (_C_o_n_t_a_i_n_e_r target)
│ │ │ │ Returns the alignment along the y axis for the
│ │ │ │ container.
│ │ │ │ + BoxLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_Y(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + float Returns the alignment along the Y axis for the
│ │ │ │ + container.
│ │ │ │ float GroupLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_Y(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ Returns the alignment along the y axis.
│ │ │ │ + float JRootPane.RootLayout._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_Y
│ │ │ │ + (_C_o_n_t_a_i_n_e_r target)
│ │ │ │ LayoutStyle._g_e_t_P_r_e_f_e_r_r_e_d_G_a_p
│ │ │ │ (_J_C_o_m_p_o_n_e_n_t component1, _J_C_o_m_p_o_n_e_n_t component2,
│ │ │ │ abstract int _L_a_y_o_u_t_S_t_y_l_e_._C_o_m_p_o_n_e_n_t_P_l_a_c_e_m_e_n_t type,
│ │ │ │ int position, _C_o_n_t_a_i_n_e_r parent)
│ │ │ │ Returns the amount of space to use between two
│ │ │ │ components.
│ │ │ │ - void JRootPane.RootLayout._i_n_v_a_l_i_d_a_t_e_L_a_y_o_u_t
│ │ │ │ - (_C_o_n_t_a_i_n_e_r target)
│ │ │ │ - BoxLayout._i_n_v_a_l_i_d_a_t_e_L_a_y_o_u_t(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ - void Indicates that a child has changed its layout
│ │ │ │ - related information, and thus any cached
│ │ │ │ - calculations should be flushed.
│ │ │ │ void SpringLayout._i_n_v_a_l_i_d_a_t_e_L_a_y_o_u_t(_C_o_n_t_a_i_n_e_r p)
│ │ │ │ OverlayLayout._i_n_v_a_l_i_d_a_t_e_L_a_y_o_u_t(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ void Indicates a child has changed its layout related
│ │ │ │ information, which causes any cached calculations
│ │ │ │ to be flushed.
│ │ │ │ + BoxLayout._i_n_v_a_l_i_d_a_t_e_L_a_y_o_u_t(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + void Indicates that a child has changed its layout
│ │ │ │ + related information, and thus any cached
│ │ │ │ + calculations should be flushed.
│ │ │ │ GroupLayout._i_n_v_a_l_i_d_a_t_e_L_a_y_o_u_t(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ void Invalidates the layout, indicating that if the
│ │ │ │ layout manager has cached information it should
│ │ │ │ be discarded.
│ │ │ │ - JRootPane.RootLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r
│ │ │ │ + void JRootPane.RootLayout._i_n_v_a_l_i_d_a_t_e_L_a_y_o_u_t
│ │ │ │ + (_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + ScrollPaneLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r
│ │ │ │ void (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - Instructs the layout manager to perform the
│ │ │ │ - layout for the specified container.
│ │ │ │ - BoxLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ - void Called by the AWT when the specified container
│ │ │ │ - needs to be laid out.
│ │ │ │ + Lays out the scrollpane.
│ │ │ │ + void SpringLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ JSpinner.DefaultEditor._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r
│ │ │ │ void (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ Resize the one (and only) child to completely
│ │ │ │ fill the area within the parents insets.
│ │ │ │ - ViewportLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + OverlayLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ void Called by the AWT when the specified container
│ │ │ │ needs to be laid out.
│ │ │ │ - void SpringLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - ScrollPaneLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r
│ │ │ │ - void (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - Lays out the scrollpane.
│ │ │ │ - OverlayLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + BoxLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + void Called by the AWT when the specified container
│ │ │ │ + needs to be laid out.
│ │ │ │ + ViewportLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ void Called by the AWT when the specified container
│ │ │ │ needs to be laid out.
│ │ │ │ void GroupLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ Lays out the specified container.
│ │ │ │ - JRootPane.RootLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r target)
│ │ │ │ - Returns the maximum amount of space the layout
│ │ │ │ - can use.
│ │ │ │ - BoxLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Returns the maximum dimensions the target
│ │ │ │ - container can use to lay out the components it
│ │ │ │ - contains.
│ │ │ │ + JRootPane.RootLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r
│ │ │ │ + void (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + Instructs the layout manager to perform the
│ │ │ │ + layout for the specified container.
│ │ │ │ _D_i_m_e_n_s_i_o_n SpringLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ OverlayLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the maximum dimensions needed to lay out
│ │ │ │ the components contained in the specified target
│ │ │ │ container.
│ │ │ │ + BoxLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Returns the maximum dimensions the target
│ │ │ │ + container can use to lay out the components it
│ │ │ │ + contains.
│ │ │ │ GroupLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the maximum size for the specified
│ │ │ │ container.
│ │ │ │ - JRootPane.RootLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - Returns the minimum amount of space the layout
│ │ │ │ - needs.
│ │ │ │ - BoxLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Returns the minimum dimensions needed to lay out
│ │ │ │ - the components contained in the specified target
│ │ │ │ - container.
│ │ │ │ - JSpinner.DefaultEditor._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - Returns the minimum size of first (and only)
│ │ │ │ - child plus the size of the parents insets.
│ │ │ │ - ViewportLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Returns the minimum dimensions needed to layout
│ │ │ │ - the components contained in the specified target
│ │ │ │ - container.
│ │ │ │ - _D_i_m_e_n_s_i_o_n SpringLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + JRootPane.RootLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + Returns the maximum amount of space the layout
│ │ │ │ + can use.
│ │ │ │ ScrollPaneLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ The minimum size of a ScrollPane is the size of
│ │ │ │ _D_i_m_e_n_s_i_o_n the insets plus minimum size of the viewport,
│ │ │ │ plus the scrollpane's viewportBorder insets, plus
│ │ │ │ the minimum size of the visible headers, plus the
│ │ │ │ minimum size of the scrollbars whose
│ │ │ │ displayPolicy isn't NEVER.
│ │ │ │ + _D_i_m_e_n_s_i_o_n SpringLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + JSpinner.DefaultEditor._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + Returns the minimum size of first (and only)
│ │ │ │ + child plus the size of the parents insets.
│ │ │ │ OverlayLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the minimum dimensions needed to lay out
│ │ │ │ the components contained in the specified target
│ │ │ │ container.
│ │ │ │ + BoxLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Returns the minimum dimensions needed to lay out
│ │ │ │ + the components contained in the specified target
│ │ │ │ + container.
│ │ │ │ + ViewportLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Returns the minimum dimensions needed to layout
│ │ │ │ + the components contained in the specified target
│ │ │ │ + container.
│ │ │ │ GroupLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the minimum size for the specified
│ │ │ │ container.
│ │ │ │ + JRootPane.RootLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + Returns the minimum amount of space the layout
│ │ │ │ + needs.
│ │ │ │ CellRendererPane._p_a_i_n_t_C_o_m_p_o_n_e_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ _C_o_m_p_o_n_e_n_t c, _C_o_n_t_a_i_n_e_r p, int x, int y, int w,
│ │ │ │ void int h)
│ │ │ │ Calls this.paintComponent(g, c, p, x, y, w, h,
│ │ │ │ false).
│ │ │ │ SwingUtilities._p_a_i_n_t_C_o_m_p_o_n_e_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ static void _C_o_m_p_o_n_e_n_t c, _C_o_n_t_a_i_n_e_r p, int x, int y, int w,
│ │ │ │ @@ -746,66 +746,66 @@
│ │ │ │ CellRendererPane._p_a_i_n_t_C_o_m_p_o_n_e_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ void _C_o_m_p_o_n_e_n_t c, _C_o_n_t_a_i_n_e_r p, _R_e_c_t_a_n_g_l_e r)
│ │ │ │ Calls this.paintComponent() with the rectangles
│ │ │ │ x,y,width,height fields.
│ │ │ │ SwingUtilities._p_a_i_n_t_C_o_m_p_o_n_e_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ static void _C_o_m_p_o_n_e_n_t c, _C_o_n_t_a_i_n_e_r p, _R_e_c_t_a_n_g_l_e r)
│ │ │ │ Paints a component to the specified Graphics.
│ │ │ │ - JRootPane.RootLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - Returns the amount of space the layout would like
│ │ │ │ - to have.
│ │ │ │ - BoxLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Returns the preferred dimensions for this layout,
│ │ │ │ - given the components in the specified target
│ │ │ │ - container.
│ │ │ │ - JSpinner.DefaultEditor._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - Returns the preferred size of first (and only)
│ │ │ │ - child plus the size of the parents insets.
│ │ │ │ - ViewportLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Returns the preferred dimensions for this layout
│ │ │ │ - given the components in the specified target
│ │ │ │ - container.
│ │ │ │ - _D_i_m_e_n_s_i_o_n SpringLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ ScrollPaneLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ The preferred size of a ScrollPane is the size of
│ │ │ │ _D_i_m_e_n_s_i_o_n the insets, plus the preferred size of the
│ │ │ │ viewport, plus the preferred size of the visible
│ │ │ │ headers, plus the preferred size of the
│ │ │ │ scrollbars that will appear given the current
│ │ │ │ view and the current scrollbar displayPolicies.
│ │ │ │ + _D_i_m_e_n_s_i_o_n SpringLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + JSpinner.DefaultEditor._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + Returns the preferred size of first (and only)
│ │ │ │ + child plus the size of the parents insets.
│ │ │ │ OverlayLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ (_C_o_n_t_a_i_n_e_r target)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the preferred dimensions for this layout
│ │ │ │ given the components in the specified target
│ │ │ │ container.
│ │ │ │ + BoxLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Returns the preferred dimensions for this layout,
│ │ │ │ + given the components in the specified target
│ │ │ │ + container.
│ │ │ │ + ViewportLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Returns the preferred dimensions for this layout
│ │ │ │ + given the components in the specified target
│ │ │ │ + container.
│ │ │ │ GroupLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the preferred size for the specified
│ │ │ │ container.
│ │ │ │ - JRootPane._s_e_t_C_o_n_t_e_n_t_P_a_n_e(_C_o_n_t_a_i_n_e_r content)
│ │ │ │ - void Sets the content pane -- the container that holds
│ │ │ │ - the components parented by the root pane.
│ │ │ │ - void JFrame._s_e_t_C_o_n_t_e_n_t_P_a_n_e(_C_o_n_t_a_i_n_e_r contentPane)
│ │ │ │ + JRootPane.RootLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + Returns the amount of space the layout would like
│ │ │ │ + to have.
│ │ │ │ + void JWindow._s_e_t_C_o_n_t_e_n_t_P_a_n_e(_C_o_n_t_a_i_n_e_r contentPane)
│ │ │ │ + Sets the contentPane property for this window.
│ │ │ │ + void JDialog._s_e_t_C_o_n_t_e_n_t_P_a_n_e(_C_o_n_t_a_i_n_e_r contentPane)
│ │ │ │ Sets the contentPane property.
│ │ │ │ + void JInternalFrame._s_e_t_C_o_n_t_e_n_t_P_a_n_e(_C_o_n_t_a_i_n_e_r c)
│ │ │ │ + Sets this JInternalFrame's contentPane property.
│ │ │ │ RootPaneContainer._s_e_t_C_o_n_t_e_n_t_P_a_n_e
│ │ │ │ void (_C_o_n_t_a_i_n_e_r contentPane)
│ │ │ │ The "contentPane" is the primary container for
│ │ │ │ application specific components.
│ │ │ │ - void JInternalFrame._s_e_t_C_o_n_t_e_n_t_P_a_n_e(_C_o_n_t_a_i_n_e_r c)
│ │ │ │ - Sets this JInternalFrame's contentPane property.
│ │ │ │ - void JDialog._s_e_t_C_o_n_t_e_n_t_P_a_n_e(_C_o_n_t_a_i_n_e_r contentPane)
│ │ │ │ - Sets the contentPane property.
│ │ │ │ - void JWindow._s_e_t_C_o_n_t_e_n_t_P_a_n_e(_C_o_n_t_a_i_n_e_r contentPane)
│ │ │ │ - Sets the contentPane property for this window.
│ │ │ │ void JApplet._s_e_t_C_o_n_t_e_n_t_P_a_n_e(_C_o_n_t_a_i_n_e_r contentPane)
│ │ │ │ Sets the contentPane property.
│ │ │ │ + JRootPane._s_e_t_C_o_n_t_e_n_t_P_a_n_e(_C_o_n_t_a_i_n_e_r content)
│ │ │ │ + void Sets the content pane -- the container that holds
│ │ │ │ + the components parented by the root pane.
│ │ │ │ + void JFrame._s_e_t_C_o_n_t_e_n_t_P_a_n_e(_C_o_n_t_a_i_n_e_r contentPane)
│ │ │ │ + Sets the contentPane property.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee _CC_oo_nn_tt_aa_ii_nn_ee_rr?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _B_o_x_L_a_y_o_u_t(_C_o_n_t_a_i_n_e_r target, int axis)
│ │ │ │ Creates a layout manager that will lay out components along the
│ │ │ │ given axis.
│ │ │ │ _G_r_o_u_p_L_a_y_o_u_t(_C_o_n_t_a_i_n_e_r host)
│ │ │ │ Creates a GroupLayout for the specified Container.
│ │ │ │ @@ -888,66 +888,66 @@
│ │ │ │ Returns the alignment along the x axis.
│ │ │ │ BasicSplitPaneUI.BasicHorizontalLayoutManager._g_e_t_L_a_y_o_u_t_A_l_i_g_n_m_e_n_t_Y
│ │ │ │ float (_C_o_n_t_a_i_n_e_r target)
│ │ │ │ Returns the alignment along the y axis.
│ │ │ │ BasicSplitPaneUI.BasicHorizontalLayoutManager._i_n_v_a_l_i_d_a_t_e_L_a_y_o_u_t
│ │ │ │ void (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ Does nothing.
│ │ │ │ - void BasicTabbedPaneUI.TabbedPaneLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r
│ │ │ │ - (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - BasicSplitPaneUI.BasicHorizontalLayoutManager._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r
│ │ │ │ - void (_C_o_n_t_a_i_n_e_r container)
│ │ │ │ - Does the actual layout.
│ │ │ │ - void BasicSplitPaneDivider.DividerLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r(_C_o_n_t_a_i_n_e_r c)
│ │ │ │ void BasicScrollBarUI._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r(_C_o_n_t_a_i_n_e_r scrollbarContainer)
│ │ │ │ + void BasicComboBoxUI.ComboBoxLayoutManager._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r
│ │ │ │ + (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ void BasicOptionPaneUI.ButtonAreaLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r
│ │ │ │ (_C_o_n_t_a_i_n_e_r container)
│ │ │ │ - void BasicInternalFrameUI.InternalFrameLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r
│ │ │ │ - (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ void BasicInternalFrameTitlePane.TitlePaneLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r
│ │ │ │ (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ - void BasicComboBoxUI.ComboBoxLayoutManager._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r
│ │ │ │ + void BasicInternalFrameUI.InternalFrameLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r
│ │ │ │ + (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ + void BasicSplitPaneDivider.DividerLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r(_C_o_n_t_a_i_n_e_r c)
│ │ │ │ + BasicSplitPaneUI.BasicHorizontalLayoutManager._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r
│ │ │ │ + void (_C_o_n_t_a_i_n_e_r container)
│ │ │ │ + Does the actual layout.
│ │ │ │ + void BasicTabbedPaneUI.TabbedPaneLayout._l_a_y_o_u_t_C_o_n_t_a_i_n_e_r
│ │ │ │ (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ BasicSplitPaneUI.BasicHorizontalLayoutManager._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r target)
│ │ │ │ Returns the maximum layout size, which is Integer.MAX_VALUE in
│ │ │ │ both directions.
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicTabbedPaneUI.TabbedPaneLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - BasicSplitPaneUI.BasicHorizontalLayoutManager._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r container)
│ │ │ │ - Returns the minimum size needed to contain the children.
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicSplitPaneDivider.DividerLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicScrollBarUI._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r scrollbarContainer)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicComboBoxUI.ComboBoxLayoutManager._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicOptionPaneUI.ButtonAreaLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicInternalFrameTitlePane.TitlePaneLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicInternalFrameUI.InternalFrameLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicInternalFrameTitlePane.TitlePaneLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicSplitPaneDivider.DividerLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicComboBoxUI.ComboBoxLayoutManager._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicTabbedPaneUI.TabbedPaneLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - BasicSplitPaneUI.BasicHorizontalLayoutManager._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + BasicSplitPaneUI.BasicHorizontalLayoutManager._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r container)
│ │ │ │ - Returns the preferred size needed to contain the children.
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicSplitPaneDivider.DividerLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ + Returns the minimum size needed to contain the children.
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicTabbedPaneUI.TabbedPaneLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicScrollBarUI._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ (_C_o_n_t_a_i_n_e_r scrollbarContainer)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicComboBoxUI.ComboBoxLayoutManager._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicOptionPaneUI.ButtonAreaLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n DefaultMenuLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicInternalFrameTitlePane.TitlePaneLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicInternalFrameUI.InternalFrameLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicInternalFrameTitlePane.TitlePaneLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicSplitPaneDivider.DividerLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicComboBoxUI.ComboBoxLayoutManager._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + BasicSplitPaneUI.BasicHorizontalLayoutManager._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r container)
│ │ │ │ + Returns the preferred size needed to contain the children.
│ │ │ │ + _D_i_m_e_n_s_i_o_n DefaultMenuLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicTabbedPaneUI.TabbedPaneLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc wwiitthh
│ │ │ │ ppaarraammeetteerrss ooff ttyyppee _CC_oo_nn_tt_aa_ii_nn_ee_rr?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _D_e_f_a_u_l_t_M_e_n_u_L_a_y_o_u_t(_C_o_n_t_a_i_n_e_r target, int axis)
│ │ │ │ o ******** UUsseess ooff _CC_oo_nn_tt_aa_ii_nn_ee_rr iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._mm_ee_tt_aa_ll ********
│ │ │ │ SSuubbccllaasssseess ooff _CC_oo_nn_tt_aa_ii_nn_ee_rr iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._mm_ee_tt_aa_ll?
│ │ │ │ @@ -1041,9 +1041,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/ContainerOrderFocusTraversalPolicy.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.ContainerOrderFocusTraversalPolicy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -45,9 +45,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Cursor.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Cursor (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -66,21 +66,21 @@
│ │ │ │ type.
│ │ │ │ static Cursor._g_e_t_S_y_s_t_e_m_C_u_s_t_o_m_C_u_r_s_o_r(_S_t_r_i_n_g name)
│ │ │ │ _C_u_r_s_o_r Returns a system-specific custom cursor object matching
│ │ │ │ the specified name.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _CC_uu_rr_ss_oo_rr?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ + void Window._s_e_t_C_u_r_s_o_r(_C_u_r_s_o_r cursor)
│ │ │ │ + Set the cursor image to a specified cursor.
│ │ │ │ void Component._s_e_t_C_u_r_s_o_r(_C_u_r_s_o_r cursor)
│ │ │ │ Sets the cursor image to the specified cursor.
│ │ │ │ Component.AccessibleAWTComponent._s_e_t_C_u_r_s_o_r
│ │ │ │ void (_C_u_r_s_o_r cursor)
│ │ │ │ Sets the Cursor of this object.
│ │ │ │ - void Window._s_e_t_C_u_r_s_o_r(_C_u_r_s_o_r cursor)
│ │ │ │ - Set the cursor image to a specified cursor.
│ │ │ │ MenuComponent.AccessibleAWTMenuComponent._s_e_t_C_u_r_s_o_r
│ │ │ │ void (_C_u_r_s_o_r cursor)
│ │ │ │ Sets the Cursor of this object.
│ │ │ │ List.AccessibleAWTList.AccessibleAWTListChild._s_e_t_C_u_r_s_o_r
│ │ │ │ void (_C_u_r_s_o_r cursor)
│ │ │ │ Set the Cursor of this object.
│ │ │ │ o ******** UUsseess ooff _CC_uu_rr_ss_oo_rr iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd ********
│ │ │ │ @@ -198,35 +198,35 @@
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ void AccessibleComponent._s_e_t_C_u_r_s_o_r(_C_u_r_s_o_r cursor)
│ │ │ │ Sets the Cursor of this object.
│ │ │ │ o ******** UUsseess ooff _CC_uu_rr_ss_oo_rr iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg tthhaatt rreettuurrnn _CC_uu_rr_ss_oo_rr?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ - _C_u_r_s_o_r JTree.AccessibleJTree.AccessibleJTreeNode._g_e_t_C_u_r_s_o_r()
│ │ │ │ - _C_u_r_s_o_r JList.AccessibleJList.AccessibleJListChild._g_e_t_C_u_r_s_o_r
│ │ │ │ - ()
│ │ │ │ JTable.AccessibleJTable.AccessibleJTableCell._g_e_t_C_u_r_s_o_r
│ │ │ │ _C_u_r_s_o_r ()
│ │ │ │ Gets the Cursor of this object.
│ │ │ │ + _C_u_r_s_o_r JTree.AccessibleJTree.AccessibleJTreeNode._g_e_t_C_u_r_s_o_r()
│ │ │ │ + _C_u_r_s_o_r JList.AccessibleJList.AccessibleJListChild._g_e_t_C_u_r_s_o_r
│ │ │ │ + ()
│ │ │ │ JInternalFrame._g_e_t_L_a_s_t_C_u_r_s_o_r()
│ │ │ │ _C_u_r_s_o_r Returns the last Cursor that was set by the setCursor
│ │ │ │ method that is not a resizable Cursor.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee _CC_uu_rr_ss_oo_rr?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ + void JInternalFrame._s_e_t_C_u_r_s_o_r(_C_u_r_s_o_r cursor)
│ │ │ │ + Sets the cursor image to the specified cursor.
│ │ │ │ + JTable.AccessibleJTable.AccessibleJTableCell._s_e_t_C_u_r_s_o_r
│ │ │ │ + void (_C_u_r_s_o_r c)
│ │ │ │ + Sets the Cursor of this object.
│ │ │ │ void JTree.AccessibleJTree.AccessibleJTreeNode._s_e_t_C_u_r_s_o_r
│ │ │ │ (_C_u_r_s_o_r c)
│ │ │ │ void JList.AccessibleJList.AccessibleJListChild._s_e_t_C_u_r_s_o_r
│ │ │ │ (_C_u_r_s_o_r c)
│ │ │ │ - JTable.AccessibleJTable.AccessibleJTableCell._s_e_t_C_u_r_s_o_r
│ │ │ │ - void (_C_u_r_s_o_r c)
│ │ │ │ - Sets the Cursor of this object.
│ │ │ │ - void JInternalFrame._s_e_t_C_u_r_s_o_r(_C_u_r_s_o_r cursor)
│ │ │ │ - Sets the cursor image to the specified cursor.
│ │ │ │ o ******** UUsseess ooff _CC_uu_rr_ss_oo_rr iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_aa_bb_ll_ee ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_aa_bb_ll_ee tthhaatt rreettuurrnn _CC_uu_rr_ss_oo_rr?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ _C_u_r_s_o_r JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry._g_e_t_C_u_r_s_o_r
│ │ │ │ ()
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_aa_bb_ll_ee wwiitthh ppaarraammeetteerrss ooff ttyyppee _CC_uu_rr_ss_oo_rr?
│ │ │ │ @@ -265,9 +265,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/DefaultFocusTraversalPolicy.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.DefaultFocusTraversalPolicy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/DefaultKeyboardFocusManager.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.DefaultKeyboardFocusManager (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -48,9 +48,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Desktop.Action.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Desktop.Action (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -53,9 +53,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Desktop.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Desktop (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -50,9 +50,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Dialog.AccessibleAWTDialog.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Dialog.AccessibleAWTDialog (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -45,9 +45,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Dialog.ModalExclusionType.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Dialog.ModalExclusionType (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -63,9 +63,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Dialog.ModalityType.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Dialog.ModalityType (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -96,9 +96,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Dialog.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Dialog (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -98,9 +98,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Dimension.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Dimension (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -69,22 +69,22 @@
│ │ │ │ closest to the desired sizes.
│ │ │ │ _D_i_m_e_n_s_i_o_n Container._g_e_t_M_a_x_i_m_u_m_S_i_z_e()
│ │ │ │ Returns the maximum size of this container.
│ │ │ │ _D_i_m_e_n_s_i_o_n Component._g_e_t_M_a_x_i_m_u_m_S_i_z_e()
│ │ │ │ Gets the maximum size of this component.
│ │ │ │ _D_i_m_e_n_s_i_o_n Container._g_e_t_M_i_n_i_m_u_m_S_i_z_e()
│ │ │ │ Returns the minimum size of this container.
│ │ │ │ + _D_i_m_e_n_s_i_o_n TextArea._g_e_t_M_i_n_i_m_u_m_S_i_z_e()
│ │ │ │ + Determines the minimum size of this text area.
│ │ │ │ _D_i_m_e_n_s_i_o_n Component._g_e_t_M_i_n_i_m_u_m_S_i_z_e()
│ │ │ │ Gets the minimum size of this component.
│ │ │ │ _D_i_m_e_n_s_i_o_n TextField._g_e_t_M_i_n_i_m_u_m_S_i_z_e()
│ │ │ │ Gets the minimum dimensions for this text field.
│ │ │ │ _D_i_m_e_n_s_i_o_n List._g_e_t_M_i_n_i_m_u_m_S_i_z_e()
│ │ │ │ Determines the minimum size of this scrolling list.
│ │ │ │ - _D_i_m_e_n_s_i_o_n TextArea._g_e_t_M_i_n_i_m_u_m_S_i_z_e()
│ │ │ │ - Determines the minimum size of this text area.
│ │ │ │ TextField._g_e_t_M_i_n_i_m_u_m_S_i_z_e(int columns)
│ │ │ │ _D_i_m_e_n_s_i_o_n Gets the minimum dimensions for a text field with the
│ │ │ │ specified number of columns.
│ │ │ │ List._g_e_t_M_i_n_i_m_u_m_S_i_z_e(int rows)
│ │ │ │ _D_i_m_e_n_s_i_o_n Gets the minimum dimensions for a list with the
│ │ │ │ specified number of rows.
│ │ │ │ TextArea._g_e_t_M_i_n_i_m_u_m_S_i_z_e(int rows, int columns)
│ │ │ │ @@ -99,50 +99,50 @@
│ │ │ │ _D_i_m_e_n_s_i_o_n This method is obsolete and supplied for backwards
│ │ │ │ compatibility only; new code should call _g_e_t_M_i_n_S_i_z_e
│ │ │ │ instead.
│ │ │ │ abstract PrintJob._g_e_t_P_a_g_e_D_i_m_e_n_s_i_o_n()
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the dimensions of the page in pixels.
│ │ │ │ _D_i_m_e_n_s_i_o_n Container._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ Returns the preferred size of this container.
│ │ │ │ + _D_i_m_e_n_s_i_o_n TextArea._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ + Determines the preferred size of this text area.
│ │ │ │ _D_i_m_e_n_s_i_o_n Component._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ Gets the preferred size of this component.
│ │ │ │ _D_i_m_e_n_s_i_o_n TextField._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ Gets the preferred size of this text field.
│ │ │ │ _D_i_m_e_n_s_i_o_n List._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ Gets the preferred size of this scrolling list.
│ │ │ │ - _D_i_m_e_n_s_i_o_n TextArea._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ - Determines the preferred size of this text area.
│ │ │ │ TextField._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(int columns)
│ │ │ │ _D_i_m_e_n_s_i_o_n Gets the preferred size of this text field with the
│ │ │ │ specified number of columns.
│ │ │ │ List._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(int rows)
│ │ │ │ _D_i_m_e_n_s_i_o_n Gets the preferred dimensions for a list with the
│ │ │ │ specified number of rows.
│ │ │ │ TextArea._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(int rows, int columns)
│ │ │ │ _D_i_m_e_n_s_i_o_n Determines the preferred size of a text area with the
│ │ │ │ specified number of rows and columns.
│ │ │ │ abstract Toolkit._g_e_t_S_c_r_e_e_n_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Gets the size of the screen.
│ │ │ │ + _D_i_m_e_n_s_i_o_n Dimension._g_e_t_S_i_z_e()
│ │ │ │ + Gets the size of this Dimension object.
│ │ │ │ + TrayIcon._g_e_t_S_i_z_e()
│ │ │ │ + _D_i_m_e_n_s_i_o_n Returns the size, in pixels, of the space that the
│ │ │ │ + tray icon occupies in the system tray.
│ │ │ │ Component._g_e_t_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the size of this component in the form of a
│ │ │ │ Dimension object.
│ │ │ │ Component.AccessibleAWTComponent._g_e_t_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the size of this object in the form of a
│ │ │ │ Dimension object.
│ │ │ │ - _D_i_m_e_n_s_i_o_n Dimension._g_e_t_S_i_z_e()
│ │ │ │ - Gets the size of this Dimension object.
│ │ │ │ - MenuComponent.AccessibleAWTMenuComponent._g_e_t_S_i_z_e()
│ │ │ │ - _D_i_m_e_n_s_i_o_n Returns the size of this object in the form of a
│ │ │ │ - Dimension object.
│ │ │ │ Rectangle._g_e_t_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Gets the size of this Rectangle, represented by the
│ │ │ │ returned Dimension.
│ │ │ │ - TrayIcon._g_e_t_S_i_z_e()
│ │ │ │ - _D_i_m_e_n_s_i_o_n Returns the size, in pixels, of the space that the
│ │ │ │ - tray icon occupies in the system tray.
│ │ │ │ + MenuComponent.AccessibleAWTMenuComponent._g_e_t_S_i_z_e()
│ │ │ │ + _D_i_m_e_n_s_i_o_n Returns the size of this object in the form of a
│ │ │ │ + Dimension object.
│ │ │ │ List.AccessibleAWTList.AccessibleAWTListChild._g_e_t_S_i_z_e
│ │ │ │ _D_i_m_e_n_s_i_o_n ()
│ │ │ │ Returns the size of this object in the form of a
│ │ │ │ Dimension object.
│ │ │ │ SplashScreen._g_e_t_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the size of the splash screen window as a
│ │ │ │ _D_i_m_e_n_s_i_o_n.
│ │ │ │ @@ -151,111 +151,111 @@
│ │ │ │ "return value" rrvv and return rrvv.
│ │ │ │ SystemTray._g_e_t_T_r_a_y_I_c_o_n_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the size, in pixels, of the space that a tray
│ │ │ │ icon will occupy in the system tray.
│ │ │ │ ScrollPane._g_e_t_V_i_e_w_p_o_r_t_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the current size of the scroll pane's view
│ │ │ │ port.
│ │ │ │ + CardLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Returns the maximum dimensions for this layout given
│ │ │ │ + the components in the specified target container.
│ │ │ │ GridBagLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the maximum dimensions for this layout given
│ │ │ │ the components in the specified target container.
│ │ │ │ + BorderLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Returns the maximum dimensions for this layout given
│ │ │ │ + the components in the specified target container.
│ │ │ │ LayoutManager2._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ _D_i_m_e_n_s_i_o_n Calculates the maximum size dimensions for the
│ │ │ │ specified container, given the components it
│ │ │ │ contains.
│ │ │ │ - BorderLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Returns the maximum dimensions for this layout given
│ │ │ │ - the components in the specified target container.
│ │ │ │ - CardLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Returns the maximum dimensions for this layout given
│ │ │ │ - the components in the specified target container.
│ │ │ │ - GridBagLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Determines the minimum size of the parent container
│ │ │ │ - using this grid bag layout.
│ │ │ │ + _D_i_m_e_n_s_i_o_n CardLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + Calculates the minimum size for the specified panel.
│ │ │ │ LayoutManager._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ _D_i_m_e_n_s_i_o_n Calculates the minimum size dimensions for the
│ │ │ │ specified container, given the components it
│ │ │ │ contains.
│ │ │ │ - BorderLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Determines the minimum size of the target container
│ │ │ │ - using this layout manager.
│ │ │ │ GridLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ _D_i_m_e_n_s_i_o_n Determines the minimum size of the container argument
│ │ │ │ using this grid layout.
│ │ │ │ + GridBagLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Determines the minimum size of the parent container
│ │ │ │ + using this grid bag layout.
│ │ │ │ + BorderLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Determines the minimum size of the target container
│ │ │ │ + using this layout manager.
│ │ │ │ FlowLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the minimum dimensions needed to layout the
│ │ │ │ visible components contained in the specified target
│ │ │ │ container.
│ │ │ │ - _D_i_m_e_n_s_i_o_n CardLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - Calculates the minimum size for the specified panel.
│ │ │ │ Container._m_i_n_i_m_u_m_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Deprecated.
│ │ │ │ As of JDK version 1.1, replaced by getMinimumSize().
│ │ │ │ + TextArea._m_i_n_i_m_u_m_S_i_z_e()
│ │ │ │ + _D_i_m_e_n_s_i_o_n Deprecated.
│ │ │ │ + As of JDK version 1.1, replaced by getMinimumSize().
│ │ │ │ Component._m_i_n_i_m_u_m_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Deprecated.
│ │ │ │ As of JDK version 1.1, replaced by getMinimumSize().
│ │ │ │ TextField._m_i_n_i_m_u_m_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Deprecated.
│ │ │ │ As of JDK version 1.1, replaced by getMinimumSize().
│ │ │ │ List._m_i_n_i_m_u_m_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Deprecated.
│ │ │ │ As of JDK version 1.1, replaced by getMinimumSize().
│ │ │ │ - TextArea._m_i_n_i_m_u_m_S_i_z_e()
│ │ │ │ - _D_i_m_e_n_s_i_o_n Deprecated.
│ │ │ │ - As of JDK version 1.1, replaced by getMinimumSize().
│ │ │ │ TextField._m_i_n_i_m_u_m_S_i_z_e(int columns)
│ │ │ │ _D_i_m_e_n_s_i_o_n Deprecated.
│ │ │ │ As of JDK version 1.1, replaced by getMinimumSize
│ │ │ │ (int).
│ │ │ │ List._m_i_n_i_m_u_m_S_i_z_e(int rows)
│ │ │ │ _D_i_m_e_n_s_i_o_n Deprecated.
│ │ │ │ As of JDK version 1.1, replaced by getMinimumSize
│ │ │ │ (int).
│ │ │ │ TextArea._m_i_n_i_m_u_m_S_i_z_e(int rows, int columns)
│ │ │ │ _D_i_m_e_n_s_i_o_n Deprecated.
│ │ │ │ As of JDK version 1.1, replaced by getMinimumSize
│ │ │ │ (int, int).
│ │ │ │ - GridBagLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Determines the preferred size of the parent container
│ │ │ │ - using this grid bag layout.
│ │ │ │ + CardLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Determines the preferred size of the container
│ │ │ │ + argument using this card layout.
│ │ │ │ LayoutManager._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ _D_i_m_e_n_s_i_o_n Calculates the preferred size dimensions for the
│ │ │ │ specified container, given the components it
│ │ │ │ contains.
│ │ │ │ + GridLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Determines the preferred size of the container
│ │ │ │ + argument using this grid layout.
│ │ │ │ + GridBagLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Determines the preferred size of the parent container
│ │ │ │ + using this grid bag layout.
│ │ │ │ BorderLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ _D_i_m_e_n_s_i_o_n Determines the preferred size of the target container
│ │ │ │ using this layout manager, based on the components in
│ │ │ │ the container.
│ │ │ │ - GridLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Determines the preferred size of the container
│ │ │ │ - argument using this grid layout.
│ │ │ │ FlowLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the preferred dimensions for this layout
│ │ │ │ given the visible components in the specified target
│ │ │ │ container.
│ │ │ │ - CardLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Determines the preferred size of the container
│ │ │ │ - argument using this card layout.
│ │ │ │ Container._p_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Deprecated.
│ │ │ │ As of JDK version 1.1, replaced by getPreferredSize
│ │ │ │ ().
│ │ │ │ - Component._p_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ + TextArea._p_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Deprecated.
│ │ │ │ As of JDK version 1.1, replaced by getPreferredSize
│ │ │ │ ().
│ │ │ │ - TextField._p_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ + Component._p_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Deprecated.
│ │ │ │ As of JDK version 1.1, replaced by getPreferredSize
│ │ │ │ ().
│ │ │ │ - List._p_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ + TextField._p_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Deprecated.
│ │ │ │ As of JDK version 1.1, replaced by getPreferredSize
│ │ │ │ ().
│ │ │ │ - TextArea._p_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ + List._p_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Deprecated.
│ │ │ │ As of JDK version 1.1, replaced by getPreferredSize
│ │ │ │ ().
│ │ │ │ TextField._p_r_e_f_e_r_r_e_d_S_i_z_e(int columns)
│ │ │ │ _D_i_m_e_n_s_i_o_n Deprecated.
│ │ │ │ As of JDK version 1.1, replaced by getPreferredSize
│ │ │ │ (int).
│ │ │ │ @@ -279,40 +279,40 @@
│ │ │ │ Component._r_e_s_i_z_e(_D_i_m_e_n_s_i_o_n d)
│ │ │ │ void Deprecated.
│ │ │ │ As of JDK version 1.1, replaced by setSize
│ │ │ │ (Dimension).
│ │ │ │ Component._s_e_t_M_a_x_i_m_u_m_S_i_z_e(_D_i_m_e_n_s_i_o_n maximumSize)
│ │ │ │ void Sets the maximum size of this component to a constant
│ │ │ │ value.
│ │ │ │ - Component._s_e_t_M_i_n_i_m_u_m_S_i_z_e(_D_i_m_e_n_s_i_o_n minimumSize)
│ │ │ │ - void Sets the minimum size of this component to a constant
│ │ │ │ - value.
│ │ │ │ Window._s_e_t_M_i_n_i_m_u_m_S_i_z_e(_D_i_m_e_n_s_i_o_n minimumSize)
│ │ │ │ void Sets the minimum size of this window to a constant
│ │ │ │ value.
│ │ │ │ + Component._s_e_t_M_i_n_i_m_u_m_S_i_z_e(_D_i_m_e_n_s_i_o_n minimumSize)
│ │ │ │ + void Sets the minimum size of this component to a constant
│ │ │ │ + value.
│ │ │ │ Component._s_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_D_i_m_e_n_s_i_o_n preferredSize)
│ │ │ │ void Sets the preferred size of this component to a
│ │ │ │ constant value.
│ │ │ │ + Dimension._s_e_t_S_i_z_e(_D_i_m_e_n_s_i_o_n d)
│ │ │ │ + void Sets the size of this Dimension object to the
│ │ │ │ + specified size.
│ │ │ │ + Window._s_e_t_S_i_z_e(_D_i_m_e_n_s_i_o_n d)
│ │ │ │ + void Resizes this component so that it has width d.width
│ │ │ │ + and height d.height.
│ │ │ │ Component._s_e_t_S_i_z_e(_D_i_m_e_n_s_i_o_n d)
│ │ │ │ void Resizes this component so that it has width d.width
│ │ │ │ and height d.height.
│ │ │ │ void Component.AccessibleAWTComponent._s_e_t_S_i_z_e(_D_i_m_e_n_s_i_o_n d)
│ │ │ │ Resizes this object so that it has width and height.
│ │ │ │ - Window._s_e_t_S_i_z_e(_D_i_m_e_n_s_i_o_n d)
│ │ │ │ - void Resizes this component so that it has width d.width
│ │ │ │ - and height d.height.
│ │ │ │ - Dimension._s_e_t_S_i_z_e(_D_i_m_e_n_s_i_o_n d)
│ │ │ │ - void Sets the size of this Dimension object to the
│ │ │ │ - specified size.
│ │ │ │ - MenuComponent.AccessibleAWTMenuComponent._s_e_t_S_i_z_e
│ │ │ │ - void (_D_i_m_e_n_s_i_o_n d)
│ │ │ │ - Resizes this object.
│ │ │ │ Rectangle._s_e_t_S_i_z_e(_D_i_m_e_n_s_i_o_n d)
│ │ │ │ void Sets the size of this Rectangle to match the
│ │ │ │ specified Dimension.
│ │ │ │ + MenuComponent.AccessibleAWTMenuComponent._s_e_t_S_i_z_e
│ │ │ │ + void (_D_i_m_e_n_s_i_o_n d)
│ │ │ │ + Resizes this object.
│ │ │ │ List.AccessibleAWTList.AccessibleAWTListChild._s_e_t_S_i_z_e
│ │ │ │ void (_D_i_m_e_n_s_i_o_n d)
│ │ │ │ Resizes this object so that it has width and height.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _DD_ii_mm_ee_nn_ss_ii_oo_nn?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _D_i_m_e_n_s_i_o_n(_D_i_m_e_n_s_i_o_n d)
│ │ │ │ Creates an instance of Dimension whose width and height are the
│ │ │ │ @@ -410,134 +410,134 @@
│ │ │ │ _D_i_m_e_n_s_i_o_n If the minimum size has been set to a non-null value
│ │ │ │ just returns it.
│ │ │ │ JScrollBar._g_e_t_M_i_n_i_m_u_m_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n The scrollbar is flexible along it's scrolling axis
│ │ │ │ and rigid along the other axis.
│ │ │ │ _D_i_m_e_n_s_i_o_n JToolBar.Separator._g_e_t_M_i_n_i_m_u_m_S_i_z_e()
│ │ │ │ Returns the minimum size for the separator.
│ │ │ │ - _D_i_m_e_n_s_i_o_n JTree._g_e_t_P_r_e_f_e_r_r_e_d_S_c_r_o_l_l_a_b_l_e_V_i_e_w_p_o_r_t_S_i_z_e()
│ │ │ │ - Returns the preferred display size of a JTree.
│ │ │ │ + JLayer._g_e_t_P_r_e_f_e_r_r_e_d_S_c_r_o_l_l_a_b_l_e_V_i_e_w_p_o_r_t_S_i_z_e()
│ │ │ │ + _D_i_m_e_n_s_i_o_n Returns the preferred size of the viewport for a
│ │ │ │ + view component.
│ │ │ │ Scrollable._g_e_t_P_r_e_f_e_r_r_e_d_S_c_r_o_l_l_a_b_l_e_V_i_e_w_p_o_r_t_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the preferred size of the viewport for a
│ │ │ │ view component.
│ │ │ │ - JList._g_e_t_P_r_e_f_e_r_r_e_d_S_c_r_o_l_l_a_b_l_e_V_i_e_w_p_o_r_t_S_i_z_e()
│ │ │ │ - _D_i_m_e_n_s_i_o_n Computes the size of viewport needed to display
│ │ │ │ - visibleRowCount rows.
│ │ │ │ JTable._g_e_t_P_r_e_f_e_r_r_e_d_S_c_r_o_l_l_a_b_l_e_V_i_e_w_p_o_r_t_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the preferred size of the viewport for this
│ │ │ │ table.
│ │ │ │ JTextArea._g_e_t_P_r_e_f_e_r_r_e_d_S_c_r_o_l_l_a_b_l_e_V_i_e_w_p_o_r_t_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the preferred size of the viewport if this
│ │ │ │ component is embedded in a JScrollPane.
│ │ │ │ - JLayer._g_e_t_P_r_e_f_e_r_r_e_d_S_c_r_o_l_l_a_b_l_e_V_i_e_w_p_o_r_t_S_i_z_e()
│ │ │ │ - _D_i_m_e_n_s_i_o_n Returns the preferred size of the viewport for a
│ │ │ │ - view component.
│ │ │ │ + _D_i_m_e_n_s_i_o_n JTree._g_e_t_P_r_e_f_e_r_r_e_d_S_c_r_o_l_l_a_b_l_e_V_i_e_w_p_o_r_t_S_i_z_e()
│ │ │ │ + Returns the preferred display size of a JTree.
│ │ │ │ + JList._g_e_t_P_r_e_f_e_r_r_e_d_S_c_r_o_l_l_a_b_l_e_V_i_e_w_p_o_r_t_S_i_z_e()
│ │ │ │ + _D_i_m_e_n_s_i_o_n Computes the size of viewport needed to display
│ │ │ │ + visibleRowCount rows.
│ │ │ │ JComponent._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n If the preferredSize has been set to a non-null
│ │ │ │ value just returns it.
│ │ │ │ - _D_i_m_e_n_s_i_o_n JEditorPane._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ - Returns the preferred size for the JEditorPane.
│ │ │ │ JTextField._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the preferred size Dimensions needed for
│ │ │ │ this TextField.
│ │ │ │ + _D_i_m_e_n_s_i_o_n JEditorPane._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ + Returns the preferred size for the JEditorPane.
│ │ │ │ _D_i_m_e_n_s_i_o_n JTextArea._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ Returns the preferred size of the TextArea.
│ │ │ │ _D_i_m_e_n_s_i_o_n JToolBar.Separator._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ Returns the preferred size for the separator.
│ │ │ │ _D_i_m_e_n_s_i_o_n JToolBar.Separator._g_e_t_S_e_p_a_r_a_t_o_r_S_i_z_e()
│ │ │ │ Returns the size of the separator
│ │ │ │ + _D_i_m_e_n_s_i_o_n JTable.AccessibleJTable.AccessibleJTableCell._g_e_t_S_i_z_e
│ │ │ │ + ()
│ │ │ │ _D_i_m_e_n_s_i_o_n JTree.AccessibleJTree.AccessibleJTreeNode._g_e_t_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n JList.AccessibleJList.AccessibleJListChild._g_e_t_S_i_z_e
│ │ │ │ ()
│ │ │ │ - _D_i_m_e_n_s_i_o_n JTable.AccessibleJTable.AccessibleJTableCell._g_e_t_S_i_z_e
│ │ │ │ - ()
│ │ │ │ JComponent._g_e_t_S_i_z_e(_D_i_m_e_n_s_i_o_n rv)
│ │ │ │ _D_i_m_e_n_s_i_o_n Stores the width/height of this component into
│ │ │ │ "return value" rv and returns rv.
│ │ │ │ JViewport._g_e_t_V_i_e_w_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n If the view's size hasn't been explicitly set,
│ │ │ │ return the preferred size, otherwise return the
│ │ │ │ view's current size.
│ │ │ │ - JRootPane.RootLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r target)
│ │ │ │ - Returns the maximum amount of space the layout can
│ │ │ │ - use.
│ │ │ │ - BoxLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Returns the maximum dimensions the target container
│ │ │ │ - can use to lay out the components it contains.
│ │ │ │ _D_i_m_e_n_s_i_o_n SpringLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ OverlayLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the maximum dimensions needed to lay out the
│ │ │ │ components contained in the specified target
│ │ │ │ container.
│ │ │ │ + BoxLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Returns the maximum dimensions the target container
│ │ │ │ + can use to lay out the components it contains.
│ │ │ │ GroupLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the maximum size for the specified
│ │ │ │ container.
│ │ │ │ - JRootPane.RootLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - Returns the minimum amount of space the layout
│ │ │ │ - needs.
│ │ │ │ - BoxLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Returns the minimum dimensions needed to lay out the
│ │ │ │ - components contained in the specified target
│ │ │ │ - container.
│ │ │ │ - JSpinner.DefaultEditor._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - Returns the minimum size of first (and only) child
│ │ │ │ - plus the size of the parents insets.
│ │ │ │ - ViewportLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Returns the minimum dimensions needed to layout the
│ │ │ │ - components contained in the specified target
│ │ │ │ - container.
│ │ │ │ - _D_i_m_e_n_s_i_o_n SpringLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + JRootPane.RootLayout._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + Returns the maximum amount of space the layout can
│ │ │ │ + use.
│ │ │ │ ScrollPaneLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ The minimum size of a ScrollPane is the size of the
│ │ │ │ _D_i_m_e_n_s_i_o_n insets plus minimum size of the viewport, plus the
│ │ │ │ scrollpane's viewportBorder insets, plus the minimum
│ │ │ │ size of the visible headers, plus the minimum size
│ │ │ │ of the scrollbars whose displayPolicy isn't NEVER.
│ │ │ │ + _D_i_m_e_n_s_i_o_n SpringLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + JSpinner.DefaultEditor._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + Returns the minimum size of first (and only) child
│ │ │ │ + plus the size of the parents insets.
│ │ │ │ OverlayLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the minimum dimensions needed to lay out the
│ │ │ │ components contained in the specified target
│ │ │ │ container.
│ │ │ │ + BoxLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Returns the minimum dimensions needed to lay out the
│ │ │ │ + components contained in the specified target
│ │ │ │ + container.
│ │ │ │ + ViewportLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Returns the minimum dimensions needed to layout the
│ │ │ │ + components contained in the specified target
│ │ │ │ + container.
│ │ │ │ GroupLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the minimum size for the specified
│ │ │ │ container.
│ │ │ │ - JRootPane.RootLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - Returns the amount of space the layout would like to
│ │ │ │ - have.
│ │ │ │ - BoxLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Returns the preferred dimensions for this layout,
│ │ │ │ - given the components in the specified target
│ │ │ │ - container.
│ │ │ │ - JSpinner.DefaultEditor._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + JRootPane.RootLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - Returns the preferred size of first (and only) child
│ │ │ │ - plus the size of the parents insets.
│ │ │ │ - ViewportLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Returns the preferred dimensions for this layout
│ │ │ │ - given the components in the specified target
│ │ │ │ - container.
│ │ │ │ - _D_i_m_e_n_s_i_o_n SpringLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + Returns the minimum amount of space the layout
│ │ │ │ + needs.
│ │ │ │ ScrollPaneLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ The preferred size of a ScrollPane is the size of
│ │ │ │ _D_i_m_e_n_s_i_o_n the insets, plus the preferred size of the viewport,
│ │ │ │ plus the preferred size of the visible headers, plus
│ │ │ │ the preferred size of the scrollbars that will
│ │ │ │ appear given the current view and the current
│ │ │ │ scrollbar displayPolicies.
│ │ │ │ + _D_i_m_e_n_s_i_o_n SpringLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + JSpinner.DefaultEditor._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + Returns the preferred size of first (and only) child
│ │ │ │ + plus the size of the parents insets.
│ │ │ │ OverlayLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the preferred dimensions for this layout
│ │ │ │ given the components in the specified target
│ │ │ │ container.
│ │ │ │ + BoxLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Returns the preferred dimensions for this layout,
│ │ │ │ + given the components in the specified target
│ │ │ │ + container.
│ │ │ │ + ViewportLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Returns the preferred dimensions for this layout
│ │ │ │ + given the components in the specified target
│ │ │ │ + container.
│ │ │ │ GroupLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the preferred size for the specified
│ │ │ │ container.
│ │ │ │ + JRootPane.RootLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ + Returns the amount of space the layout would like to
│ │ │ │ + have.
│ │ │ │ JViewport._t_o_V_i_e_w_C_o_o_r_d_i_n_a_t_e_s(_D_i_m_e_n_s_i_o_n size)
│ │ │ │ _D_i_m_e_n_s_i_o_n Converts a size in pixel coordinates to view
│ │ │ │ coordinates.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee _DD_ii_mm_ee_nn_ss_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ JToolBar._a_d_d_S_e_p_a_r_a_t_o_r(_D_i_m_e_n_s_i_o_n size)
│ │ │ │ @@ -582,20 +582,20 @@
│ │ │ │ void (_D_i_m_e_n_s_i_o_n size)
│ │ │ │ Sets the preferred size of the viewport for this
│ │ │ │ table.
│ │ │ │ void JComponent._s_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_D_i_m_e_n_s_i_o_n preferredSize)
│ │ │ │ Sets the preferred size of this component.
│ │ │ │ void JToolBar.Separator._s_e_t_S_e_p_a_r_a_t_o_r_S_i_z_e(_D_i_m_e_n_s_i_o_n size)
│ │ │ │ Sets the size of the separator.
│ │ │ │ + void JTable.AccessibleJTable.AccessibleJTableCell._s_e_t_S_i_z_e
│ │ │ │ + (_D_i_m_e_n_s_i_o_n d)
│ │ │ │ void JTree.AccessibleJTree.AccessibleJTreeNode._s_e_t_S_i_z_e
│ │ │ │ (_D_i_m_e_n_s_i_o_n d)
│ │ │ │ void JList.AccessibleJList.AccessibleJListChild._s_e_t_S_i_z_e
│ │ │ │ (_D_i_m_e_n_s_i_o_n d)
│ │ │ │ - void JTable.AccessibleJTable.AccessibleJTableCell._s_e_t_S_i_z_e
│ │ │ │ - (_D_i_m_e_n_s_i_o_n d)
│ │ │ │ void JViewport._s_e_t_V_i_e_w_S_i_z_e(_D_i_m_e_n_s_i_o_n newSize)
│ │ │ │ Sets the size of the view.
│ │ │ │ JViewport._t_o_V_i_e_w_C_o_o_r_d_i_n_a_t_e_s(_D_i_m_e_n_s_i_o_n size)
│ │ │ │ _D_i_m_e_n_s_i_o_n Converts a size in pixel coordinates to view
│ │ │ │ coordinates.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _DD_ii_mm_ee_nn_ss_ii_oo_nn?
│ │ │ │ @@ -614,35 +614,35 @@
│ │ │ │ o ******** UUsseess ooff _DD_ii_mm_ee_nn_ss_ii_oo_nn iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff ********
│ │ │ │ SSuubbccllaasssseess ooff _DD_ii_mm_ee_nn_ss_ii_oo_nn iinn
│ │ │ │ _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ class _D_i_m_e_n_s_i_o_n_U_I_R_e_s_o_u_r_c_e
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff tthhaatt rreettuurrnn _DD_ii_mm_ee_nn_ss_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - ComponentUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Returns the specified component's maximum size
│ │ │ │ - appropriate for the look and feel.
│ │ │ │ LayerUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n If the JLayer's view component is not null, this
│ │ │ │ returns the result of the view's getMaximumSize()
│ │ │ │ method.
│ │ │ │ - ComponentUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Returns the specified component's minimum size
│ │ │ │ + ComponentUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Returns the specified component's maximum size
│ │ │ │ appropriate for the look and feel.
│ │ │ │ LayerUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n If the JLayer's view component is not null, this
│ │ │ │ returns the result of the view's getMinimalSize()
│ │ │ │ method.
│ │ │ │ - ComponentUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Returns the specified component's preferred size
│ │ │ │ + ComponentUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Returns the specified component's minimum size
│ │ │ │ appropriate for the look and feel.
│ │ │ │ LayerUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n If the JLayer's view component is not null, this
│ │ │ │ returns the result of the view's getPreferredSize
│ │ │ │ () method.
│ │ │ │ + ComponentUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Returns the specified component's preferred size
│ │ │ │ + appropriate for the look and feel.
│ │ │ │ o ******** UUsseess ooff _DD_ii_mm_ee_nn_ss_ii_oo_nn iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc ********
│ │ │ │ FFiieellddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc ddeeccllaarreedd aass _DD_ii_mm_ee_nn_ss_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee FFiieelldd aanndd DDeessccrriippttiioonn
│ │ │ │ protected _D_i_m_e_n_s_i_o_n BasicComboBoxUI._c_a_c_h_e_d_M_i_n_i_m_u_m_S_i_z_e
│ │ │ │ protected _D_i_m_e_n_s_i_o_n BasicScrollBarUI._m_a_x_i_m_u_m_T_h_u_m_b_S_i_z_e
│ │ │ │ protected _D_i_m_e_n_s_i_o_n BasicOptionPaneUI._m_i_n_i_m_u_m_S_i_z_e
│ │ │ │ protected _D_i_m_e_n_s_i_o_n BasicScrollBarUI._m_i_n_i_m_u_m_T_h_u_m_b_S_i_z_e
│ │ │ │ @@ -659,187 +659,187 @@
│ │ │ │ protected BasicComboBoxUI._g_e_t_D_e_f_a_u_l_t_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Return the default size of an empty display area of the combo box
│ │ │ │ using the current renderer and font.
│ │ │ │ protected BasicComboBoxUI._g_e_t_D_i_s_p_l_a_y_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the calculated size of the display area.
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicArrowButton._g_e_t_M_a_x_i_m_u_m_S_i_z_e()
│ │ │ │ Returns the maximum size of the BasicArrowButton.
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicDesktopIconUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + Desktop icons can not be resized.
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicScrollBarUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicComboBoxUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicMenuBarUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicTextUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Gets the maximum size for the editor component.
│ │ │ │ - BasicTreeUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Returns the maximum size for this component, which will be the
│ │ │ │ - preferred size if the instance is currently in a JTree, or 0, 0.
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicToolTipUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicMenuUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicButtonUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicProgressBarUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicLabelUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicMenuItemUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicTableUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Return the maximum size of the table.
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicInternalFrameUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t x)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicScrollPaneUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicTableHeaderUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Return the maximum size of the header.
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicTabbedPaneUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ BasicSplitPaneUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t jc)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the maximum size for the passed in component, This is
│ │ │ │ passed off to the current layout manager.
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicSliderUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicScrollPaneUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicScrollBarUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicMenuItemUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicProgressBarUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicMenuUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicMenuBarUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicLabelUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicInternalFrameUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t x)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicDesktopPaneUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicDesktopIconUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - Desktop icons can not be resized.
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicComboBoxUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + BasicTreeUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Returns the maximum size for this component, which will be the
│ │ │ │ + preferred size if the instance is currently in a JTree, or 0, 0.
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicSeparatorUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicDesktopPaneUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicToolTipUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicTabbedPaneUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicSliderUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ protected BasicScrollBarUI._g_e_t_M_a_x_i_m_u_m_T_h_u_m_b_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the largest acceptable size for the thumb.
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicSliderUI._g_e_t_M_i_n_i_m_u_m_H_o_r_i_z_o_n_t_a_l_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicOptionPaneUI._g_e_t_M_i_n_i_m_u_m_O_p_t_i_o_n_P_a_n_e_S_i_z_e()
│ │ │ │ Returns the minimum size the option pane should be.
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicSplitPaneDivider._g_e_t_M_i_n_i_m_u_m_S_i_z_e()
│ │ │ │ - Returns dividerSize x dividerSize
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicArrowButton._g_e_t_M_i_n_i_m_u_m_S_i_z_e()
│ │ │ │ Returns the minimum size of the BasicArrowButton.
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicSplitPaneDivider._g_e_t_M_i_n_i_m_u_m_S_i_z_e()
│ │ │ │ + Returns dividerSize x dividerSize
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicDesktopIconUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + BasicComboBoxUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n The minimum size is the size of the display area plus insets plus
│ │ │ │ + the button.
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicMenuBarUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicTextUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Gets the minimum size for the editor component.
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicTreeUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - Returns the minimum size for this component.
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicToolTipUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicButtonUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicTextAreaUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - The method is overridden to take into account caret width.
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicProgressBarUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + The Minimum size for this component is 10.
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicLabelUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicMenuItemUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicTableUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Return the minimum size of the table.
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicInternalFrameUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t x)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicTableHeaderUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Return the minimum size of the header.
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicTabbedPaneUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ BasicSplitPaneUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t jc)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the minimum size for the passed in component, This is
│ │ │ │ passed off to the current layout manager.
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicSliderUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicMenuItemUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicProgressBarUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - The Minimum size for this component is 10.
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicMenuBarUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicLabelUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicInternalFrameUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t x)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicDesktopPaneUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicDesktopIconUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - BasicComboBoxUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n The minimum size is the size of the display area plus insets plus
│ │ │ │ - the button.
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicTextAreaUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + The method is overridden to take into account caret width.
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicTreeUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + Returns the minimum size for this component.
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicSeparatorUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicDesktopPaneUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicToolTipUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicTabbedPaneUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicSliderUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ protected BasicScrollBarUI._g_e_t_M_i_n_i_m_u_m_T_h_u_m_b_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the smallest acceptable size for the thumb.
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicSliderUI._g_e_t_M_i_n_i_m_u_m_V_e_r_t_i_c_a_l_S_i_z_e()
│ │ │ │ static BasicGraphicsUtils._g_e_t_P_r_e_f_e_r_r_e_d_B_u_t_t_o_n_S_i_z_e(_A_b_s_t_r_a_c_t_B_u_t_t_o_n b,
│ │ │ │ _D_i_m_e_n_s_i_o_n int textIconGap)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicSliderUI._g_e_t_P_r_e_f_e_r_r_e_d_H_o_r_i_z_o_n_t_a_l_S_i_z_e()
│ │ │ │ protected BasicProgressBarUI._g_e_t_P_r_e_f_e_r_r_e_d_I_n_n_e_r_H_o_r_i_z_o_n_t_a_l()
│ │ │ │ _D_i_m_e_n_s_i_o_n
│ │ │ │ protected BasicProgressBarUI._g_e_t_P_r_e_f_e_r_r_e_d_I_n_n_e_r_V_e_r_t_i_c_a_l()
│ │ │ │ _D_i_m_e_n_s_i_o_n
│ │ │ │ protected BasicMenuItemUI._g_e_t_P_r_e_f_e_r_r_e_d_M_e_n_u_I_t_e_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _D_i_m_e_n_s_i_o_n _I_c_o_n checkIcon, _I_c_o_n arrowIcon, int defaultTextIconGap)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicTreeUI._g_e_t_P_r_e_f_e_r_r_e_d_M_i_n_S_i_z_e()
│ │ │ │ Returns the minimum preferred size.
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicSplitPaneDivider._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ - Returns dividerSize x dividerSize
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicArrowButton._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ Returns the preferred size of the BasicArrowButton.
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicSplitPaneDivider._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ + Returns dividerSize x dividerSize
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicComboBoxRenderer._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicTextUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - Gets the preferred size for the editor component.
│ │ │ │ - BasicTreeUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Returns the preferred size to properly display the tree, this is
│ │ │ │ - a cover method for getPreferredSize(c, true).
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicToolTipUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicButtonUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicTextAreaUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - The method is overridden to take into account caret width.
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicTableUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - Return the preferred size of the table.
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicTableHeaderUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - Return the preferred size of the header.
│ │ │ │ - BasicSplitPaneUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t jc)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Returns the preferred size for the passed in component, This is
│ │ │ │ - passed off to the current layout manager.
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicSliderUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicDesktopIconUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicToolBarSeparatorUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ BasicScrollBarUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n A vertical scrollbar's preferred width is the maximum of
│ │ │ │ preferred widths of the (non null) increment/decrement buttons,
│ │ │ │ and the minimum width of the thumb.
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicMenuItemUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicProgressBarUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicComboBoxUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicTextUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + Gets the preferred size for the editor component.
│ │ │ │ BasicOptionPaneUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ If c is the JOptionPane the receiver is contained in, the
│ │ │ │ _D_i_m_e_n_s_i_o_n preferred size that is returned is the maximum of the preferred
│ │ │ │ size of the LayoutManager for the JOptionPane, and
│ │ │ │ getMinimumOptionPaneSize.
│ │ │ │ - BasicListUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n The preferredSize of the list depends upon the layout
│ │ │ │ - orientation.
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicButtonUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicProgressBarUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicLabelUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicMenuItemUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicTableUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + Return the preferred size of the table.
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicPopupMenuSeparatorUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicInternalFrameUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t x)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicDesktopPaneUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicDesktopIconUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicComboBoxUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicTableHeaderUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + Return the preferred size of the header.
│ │ │ │ + BasicSplitPaneUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t jc)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Returns the preferred size for the passed in component, This is
│ │ │ │ + passed off to the current layout manager.
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicTextAreaUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + The method is overridden to take into account caret width.
│ │ │ │ + BasicTreeUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Returns the preferred size to properly display the tree, this is
│ │ │ │ + a cover method for getPreferredSize(c, true).
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicSeparatorUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicRadioButtonUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ The preferred size of the radio button
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicToolBarSeparatorUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicPopupMenuSeparatorUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicDesktopPaneUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicToolTipUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicSliderUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + BasicListUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n The preferredSize of the list depends upon the layout
│ │ │ │ + orientation.
│ │ │ │ BasicTreeUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _D_i_m_e_n_s_i_o_n boolean checkConsistency)
│ │ │ │ Returns the preferred size to represent the tree in c.
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicSliderUI._g_e_t_P_r_e_f_e_r_r_e_d_V_e_r_t_i_c_a_l_S_i_z_e()
│ │ │ │ protected BasicComboBoxUI._g_e_t_S_i_z_e_F_o_r_C_o_m_p_o_n_e_n_t(_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the size a component would have if used as a cell
│ │ │ │ renderer.
│ │ │ │ protected BasicSliderUI._g_e_t_T_h_u_m_b_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n
│ │ │ │ BasicSplitPaneUI.BasicHorizontalLayoutManager._m_a_x_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r target)
│ │ │ │ Returns the maximum layout size, which is Integer.MAX_VALUE in
│ │ │ │ both directions.
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicTabbedPaneUI.TabbedPaneLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - BasicSplitPaneUI.BasicHorizontalLayoutManager._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r container)
│ │ │ │ - Returns the minimum size needed to contain the children.
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicSplitPaneDivider.DividerLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicScrollBarUI._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r scrollbarContainer)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicComboBoxUI.ComboBoxLayoutManager._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicOptionPaneUI.ButtonAreaLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicInternalFrameTitlePane.TitlePaneLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicInternalFrameUI.InternalFrameLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicInternalFrameTitlePane.TitlePaneLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicSplitPaneDivider.DividerLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicComboBoxUI.ComboBoxLayoutManager._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicTabbedPaneUI.TabbedPaneLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ - BasicSplitPaneUI.BasicHorizontalLayoutManager._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + BasicSplitPaneUI.BasicHorizontalLayoutManager._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r container)
│ │ │ │ - Returns the preferred size needed to contain the children.
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicSplitPaneDivider.DividerLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ - (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ + Returns the minimum size needed to contain the children.
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicTabbedPaneUI.TabbedPaneLayout._m_i_n_i_m_u_m_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicScrollBarUI._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ (_C_o_n_t_a_i_n_e_r scrollbarContainer)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicComboBoxUI.ComboBoxLayoutManager._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicOptionPaneUI.ButtonAreaLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n DefaultMenuLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicInternalFrameTitlePane.TitlePaneLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ _D_i_m_e_n_s_i_o_n BasicInternalFrameUI.InternalFrameLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicInternalFrameTitlePane.TitlePaneLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicSplitPaneDivider.DividerLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ (_C_o_n_t_a_i_n_e_r c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n BasicComboBoxUI.ComboBoxLayoutManager._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + BasicSplitPaneUI.BasicHorizontalLayoutManager._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ + _D_i_m_e_n_s_i_o_n (_C_o_n_t_a_i_n_e_r container)
│ │ │ │ + Returns the preferred size needed to contain the children.
│ │ │ │ + _D_i_m_e_n_s_i_o_n DefaultMenuLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e(_C_o_n_t_a_i_n_e_r target)
│ │ │ │ + _D_i_m_e_n_s_i_o_n BasicTabbedPaneUI.TabbedPaneLayout._p_r_e_f_e_r_r_e_d_L_a_y_o_u_t_S_i_z_e
│ │ │ │ (_C_o_n_t_a_i_n_e_r parent)
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc wwiitthh ppaarraammeetteerrss ooff ttyyppee _DD_ii_mm_ee_nn_ss_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ BasicSplitPaneUI.BasicHorizontalLayoutManager._g_e_t_A_v_a_i_l_a_b_l_e_S_i_z_e
│ │ │ │ protected (_D_i_m_e_n_s_i_o_n containerSize, _I_n_s_e_t_s insets)
│ │ │ │ int Returns the available width based on the container size and
│ │ │ │ @@ -863,311 +863,311 @@
│ │ │ │ Returns the maximum size of the JFileChooser.
│ │ │ │ _D_i_m_e_n_s_i_o_n MetalDesktopIconUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e
│ │ │ │ (_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n MetalScrollButton._g_e_t_M_i_n_i_m_u_m_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n MetalComboBoxButton._g_e_t_M_i_n_i_m_u_m_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n MetalFileChooserUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Returns the minimum size of the JFileChooser.
│ │ │ │ + _D_i_m_e_n_s_i_o_n MetalComboBoxUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n MetalDesktopIconUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e
│ │ │ │ (_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n MetalComboBoxUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ protected _D_i_m_e_n_s_i_o_n MetalScrollBarUI._g_e_t_M_i_n_i_m_u_m_T_h_u_m_b_S_i_z_e()
│ │ │ │ _D_i_m_e_n_s_i_o_n MetalScrollButton._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e()
│ │ │ │ - _D_i_m_e_n_s_i_o_n MetalToolTipUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n MetalSeparatorUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e
│ │ │ │ - (_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _D_i_m_e_n_s_i_o_n MetalScrollBarUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e
│ │ │ │ - (_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n MetalPopupMenuSeparatorUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e
│ │ │ │ (_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ MetalFileChooserUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e
│ │ │ │ _D_i_m_e_n_s_i_o_n (_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Returns the preferred size of the specified
│ │ │ │ JFileChooser.
│ │ │ │ + _D_i_m_e_n_s_i_o_n MetalToolTipUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n MetalDesktopIconUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e
│ │ │ │ (_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n MetalSeparatorUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e
│ │ │ │ + (_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + _D_i_m_e_n_s_i_o_n MetalScrollBarUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e
│ │ │ │ + (_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ protected _D_i_m_e_n_s_i_o_n MetalSliderUI._g_e_t_T_h_u_m_b_S_i_z_e()
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._mm_ee_tt_aa_ll wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _DD_ii_mm_ee_nn_ss_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ protected void MetalRadioButtonUI._p_a_i_n_t_F_o_c_u_s(_G_r_a_p_h_i_c_s g,
│ │ │ │ _R_e_c_t_a_n_g_l_e t, _D_i_m_e_n_s_i_o_n d)
│ │ │ │ o ******** UUsseess ooff _DD_ii_mm_ee_nn_ss_ii_oo_nn iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._mm_uu_ll_tt_ii ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._mm_uu_ll_tt_ii tthhaatt rreettuurrnn _DD_ii_mm_ee_nn_ss_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - MultiViewportUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ - handled by this object.
│ │ │ │ - MultiTreeUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiPopupMenuUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ MultiToolTipUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiToolBarUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ - handled by this object.
│ │ │ │ - MultiTextUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiViewportUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiTableUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiDesktopIconUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiTableHeaderUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiColorChooserUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiTabbedPaneUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiScrollPaneUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiSplitPaneUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiDesktopPaneUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiSpinnerUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiTreeUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiSliderUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiOptionPaneUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiSeparatorUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiInternalFrameUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiScrollPaneUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiPanelUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiScrollBarUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiTextUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiRootPaneUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiTableHeaderUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ MultiProgressBarUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiPopupMenuUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiScrollBarUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiPanelUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiTabbedPaneUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiOptionPaneUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiButtonUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiMenuItemUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiSeparatorUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ MultiMenuBarUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiListUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiSpinnerUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiLabelUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiSplitPaneUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiInternalFrameUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiComboBoxUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ + handled by this object.
│ │ │ │ + MultiLabelUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ MultiFileChooserUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiDesktopPaneUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiSliderUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiDesktopIconUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiToolBarUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiComboBoxUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiRootPaneUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiColorChooserUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiMenuItemUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiButtonUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiTableUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiViewportUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ + MultiListUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Invokes the getMaximumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiTreeUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiPopupMenuUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ MultiToolTipUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiToolBarUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ - handled by this object.
│ │ │ │ - MultiTextUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiViewportUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiTableUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiDesktopIconUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiTableHeaderUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiColorChooserUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiTabbedPaneUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiScrollPaneUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiSplitPaneUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiDesktopPaneUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiSpinnerUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiTreeUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiSliderUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiOptionPaneUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiSeparatorUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiInternalFrameUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiScrollPaneUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiPanelUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiScrollBarUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiTextUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiRootPaneUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiTableHeaderUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ MultiProgressBarUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiPopupMenuUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiScrollBarUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiPanelUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiTabbedPaneUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiOptionPaneUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiButtonUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiMenuItemUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiSeparatorUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ MultiMenuBarUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiListUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiSpinnerUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiLabelUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiSplitPaneUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiInternalFrameUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiComboBoxUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ + handled by this object.
│ │ │ │ + MultiLabelUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ MultiFileChooserUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiDesktopPaneUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiSliderUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiDesktopIconUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiToolBarUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiComboBoxUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiRootPaneUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiColorChooserUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiMenuItemUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiButtonUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiTableUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiViewportUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ + MultiListUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Invokes the getMinimumSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiTreeUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiPopupMenuUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ MultiToolTipUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiToolBarUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiViewportUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiTextUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiDesktopIconUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiTableUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ - _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ + MultiColorChooserUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e
│ │ │ │ + _D_i_m_e_n_s_i_o_n (_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiTableHeaderUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiScrollPaneUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiTabbedPaneUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiDesktopPaneUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiSplitPaneUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiTreeUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiSpinnerUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiOptionPaneUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiSliderUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiInternalFrameUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e
│ │ │ │ + _D_i_m_e_n_s_i_o_n (_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + Invokes the getPreferredSize method on each UI
│ │ │ │ + handled by this object.
│ │ │ │ + MultiPanelUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiSeparatorUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiTextUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiScrollPaneUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiTableHeaderUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiScrollBarUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiProgressBarUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiRootPaneUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiScrollBarUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiProgressBarUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiTabbedPaneUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiPopupMenuUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiButtonUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiPanelUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiSeparatorUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiOptionPaneUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiMenuBarUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiMenuItemUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiSpinnerUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiMenuBarUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiSplitPaneUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiListUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiComboBoxUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ MultiLabelUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiInternalFrameUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e
│ │ │ │ - _D_i_m_e_n_s_i_o_n (_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ - Invokes the getPreferredSize method on each UI
│ │ │ │ - handled by this object.
│ │ │ │ MultiFileChooserUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiDesktopPaneUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiSliderUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiDesktopIconUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiToolBarUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiComboBoxUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiRootPaneUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiColorChooserUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e
│ │ │ │ - _D_i_m_e_n_s_i_o_n (_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ - Invokes the getPreferredSize method on each UI
│ │ │ │ + MultiMenuItemUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ - MultiButtonUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + MultiTableUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ + _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ + handled by this object.
│ │ │ │ + MultiListUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t a)
│ │ │ │ _D_i_m_e_n_s_i_o_n Invokes the getPreferredSize method on each UI
│ │ │ │ handled by this object.
│ │ │ │ o ******** UUsseess ooff _DD_ii_mm_ee_nn_ss_ii_oo_nn iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._nn_ii_mm_bb_uu_ss ********
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._nn_ii_mm_bb_uu_ss wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _DD_ii_mm_ee_nn_ss_ii_oo_nn?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _P_a_i_n_t_C_o_n_t_e_x_t(_I_n_s_e_t_s insets, _D_i_m_e_n_s_i_o_n canvasSize, boolean inverted)
│ │ │ │ @@ -1180,37 +1180,37 @@
│ │ │ │ o ******** UUsseess ooff _DD_ii_mm_ee_nn_ss_ii_oo_nn iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._ss_yy_nn_tt_hh ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._ss_yy_nn_tt_hh tthhaatt rreettuurrnn _DD_ii_mm_ee_nn_ss_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ SynthComboBoxUI._g_e_t_D_e_f_a_u_l_t_S_i_z_e()
│ │ │ │ protected _D_i_m_e_n_s_i_o_n Returns the default size of an empty display
│ │ │ │ area of the combo box using the current
│ │ │ │ renderer and font.
│ │ │ │ - SynthButtonUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthSeparatorUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the specified component's maximum size
│ │ │ │ appropriate for the look and feel.
│ │ │ │ - SynthSeparatorUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthButtonUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the specified component's maximum size
│ │ │ │ appropriate for the look and feel.
│ │ │ │ SynthLabelUI._g_e_t_M_a_x_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the specified component's maximum size
│ │ │ │ appropriate for the look and feel.
│ │ │ │ SynthGraphicsUtils._g_e_t_M_a_x_i_m_u_m_S_i_z_e
│ │ │ │ (_S_y_n_t_h_C_o_n_t_e_x_t ss, _F_o_n_t font, _S_t_r_i_n_g text,
│ │ │ │ _I_c_o_n icon, int hAlign, int vAlign,
│ │ │ │ _D_i_m_e_n_s_i_o_n int hTextPosition, int vTextPosition,
│ │ │ │ int iconTextGap, int mnemonicIndex)
│ │ │ │ Returns the maximum size needed to properly
│ │ │ │ render an icon and text.
│ │ │ │ - SynthButtonUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthSeparatorUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the specified component's minimum size
│ │ │ │ appropriate for the look and feel.
│ │ │ │ - SynthSliderUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthButtonUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the specified component's minimum size
│ │ │ │ appropriate for the look and feel.
│ │ │ │ - SynthSeparatorUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthSliderUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the specified component's minimum size
│ │ │ │ appropriate for the look and feel.
│ │ │ │ SynthLabelUI._g_e_t_M_i_n_i_m_u_m_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the specified component's minimum size
│ │ │ │ appropriate for the look and feel.
│ │ │ │ SynthGraphicsUtils._g_e_t_M_i_n_i_m_u_m_S_i_z_e
│ │ │ │ (_S_y_n_t_h_C_o_n_t_e_x_t ss, _F_o_n_t font, _S_t_r_i_n_g text,
│ │ │ │ @@ -1224,38 +1224,38 @@
│ │ │ │ thumb.
│ │ │ │ SynthMenuItemUI._g_e_t_P_r_e_f_e_r_r_e_d_M_e_n_u_I_t_e_m_S_i_z_e
│ │ │ │ protected _D_i_m_e_n_s_i_o_n (_J_C_o_m_p_o_n_e_n_t c, _I_c_o_n checkIcon, _I_c_o_n arrowIcon,
│ │ │ │ int defaultTextIconGap)
│ │ │ │ SynthMenuUI._g_e_t_P_r_e_f_e_r_r_e_d_M_e_n_u_I_t_e_m_S_i_z_e
│ │ │ │ protected _D_i_m_e_n_s_i_o_n (_J_C_o_m_p_o_n_e_n_t c, _I_c_o_n checkIcon, _I_c_o_n arrowIcon,
│ │ │ │ int defaultTextIconGap)
│ │ │ │ - SynthToolTipUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthSeparatorUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the specified component's preferred
│ │ │ │ size appropriate for the look and feel.
│ │ │ │ SynthButtonUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the specified component's preferred
│ │ │ │ size appropriate for the look and feel.
│ │ │ │ SynthSliderUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the specified component's preferred
│ │ │ │ size appropriate for the look and feel.
│ │ │ │ - SynthSeparatorUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthToolTipUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the specified component's preferred
│ │ │ │ size appropriate for the look and feel.
│ │ │ │ - SynthScrollBarUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - A vertical scrollbar's preferred width is the
│ │ │ │ - _D_i_m_e_n_s_i_o_n maximum of preferred widths of the (non null)
│ │ │ │ - increment/decrement buttons, and the minimum
│ │ │ │ - width of the thumb.
│ │ │ │ SynthProgressBarUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e
│ │ │ │ _D_i_m_e_n_s_i_o_n (_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Returns the specified component's preferred
│ │ │ │ size appropriate for the look and feel.
│ │ │ │ SynthLabelUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _D_i_m_e_n_s_i_o_n Returns the specified component's preferred
│ │ │ │ size appropriate for the look and feel.
│ │ │ │ + SynthScrollBarUI._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + A vertical scrollbar's preferred width is the
│ │ │ │ + _D_i_m_e_n_s_i_o_n maximum of preferred widths of the (non null)
│ │ │ │ + increment/decrement buttons, and the minimum
│ │ │ │ + width of the thumb.
│ │ │ │ SynthGraphicsUtils._g_e_t_P_r_e_f_e_r_r_e_d_S_i_z_e
│ │ │ │ (_S_y_n_t_h_C_o_n_t_e_x_t ss, _F_o_n_t font, _S_t_r_i_n_g text,
│ │ │ │ _I_c_o_n icon, int hAlign, int vAlign,
│ │ │ │ _D_i_m_e_n_s_i_o_n int hTextPosition, int vTextPosition,
│ │ │ │ int iconTextGap, int mnemonicIndex)
│ │ │ │ Returns the preferred size needed to properly
│ │ │ │ render an icon and text.
│ │ │ │ @@ -1310,9 +1310,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/DisplayMode.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.DisplayMode (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -53,9 +53,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Event.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Event (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -81,25 +81,25 @@
│ │ │ │ boolean Deprecated.
│ │ │ │ As of JDK version 1.1, replaced by
│ │ │ │ processMouseMotionEvent(MouseEvent).
│ │ │ │ Component._m_o_u_s_e_U_p(_E_v_e_n_t evt, int x, int y)
│ │ │ │ boolean Deprecated.
│ │ │ │ As of JDK version 1.1, replaced by
│ │ │ │ processMouseEvent(MouseEvent).
│ │ │ │ - Component._p_o_s_t_E_v_e_n_t(_E_v_e_n_t e)
│ │ │ │ + Window._p_o_s_t_E_v_e_n_t(_E_v_e_n_t e)
│ │ │ │ boolean Deprecated.
│ │ │ │ - As of JDK version 1.1, replaced by dispatchEvent
│ │ │ │ + As of JDK version 1.1 replaced by dispatchEvent
│ │ │ │ (AWTEvent).
│ │ │ │ MenuContainer._p_o_s_t_E_v_e_n_t(_E_v_e_n_t evt)
│ │ │ │ boolean Deprecated.
│ │ │ │ As of JDK version 1.1 replaced by dispatchEvent
│ │ │ │ (AWTEvent).
│ │ │ │ - Window._p_o_s_t_E_v_e_n_t(_E_v_e_n_t e)
│ │ │ │ + Component._p_o_s_t_E_v_e_n_t(_E_v_e_n_t e)
│ │ │ │ boolean Deprecated.
│ │ │ │ - As of JDK version 1.1 replaced by dispatchEvent
│ │ │ │ + As of JDK version 1.1, replaced by dispatchEvent
│ │ │ │ (AWTEvent).
│ │ │ │ MenuComponent._p_o_s_t_E_v_e_n_t(_E_v_e_n_t evt)
│ │ │ │ boolean Deprecated.
│ │ │ │ As of JDK version 1.1, replaced by _d_i_s_p_a_t_c_h_E_v_e_n_t.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _EE_vv_ee_nn_tt?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _A_W_T_E_v_e_n_t(_E_v_e_n_t event)
│ │ │ │ @@ -122,9 +122,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/EventQueue.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.EventQueue (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -53,9 +53,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/FileDialog.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.FileDialog (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -46,9 +46,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/FlowLayout.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.FlowLayout (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/FocusTraversalPolicy.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.FocusTraversalPolicy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -88,9 +88,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Font.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Font (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -84,27 +84,27 @@
│ │ │ │ _A_t_t_r_i_b_u_t_e_d_C_h_a_r_a_c_t_e_r_I_t_e_r_a_t_o_r_._A_t_t_r_i_b_u_t_e,?> attributes)
│ │ │ │ _F_o_n_t Creates a new Font object by replicating the current
│ │ │ │ Font object and applying a new set of font attributes
│ │ │ │ to it.
│ │ │ │ abstract _F_o_n_t GraphicsEnvironment._g_e_t_A_l_l_F_o_n_t_s()
│ │ │ │ [] Returns an array containing a one-point size instance
│ │ │ │ of all fonts available in this GraphicsEnvironment.
│ │ │ │ + abstract _F_o_n_t Graphics._g_e_t_F_o_n_t()
│ │ │ │ + Gets the current font.
│ │ │ │ + _F_o_n_t FontMetrics._g_e_t_F_o_n_t()
│ │ │ │ + Gets the Font described by this FontMetrics object.
│ │ │ │ + _F_o_n_t MenuContainer._g_e_t_F_o_n_t()
│ │ │ │ _F_o_n_t Component._g_e_t_F_o_n_t()
│ │ │ │ Gets the font of this component.
│ │ │ │ _F_o_n_t Component.AccessibleAWTComponent._g_e_t_F_o_n_t()
│ │ │ │ Gets the Font of this object.
│ │ │ │ - _F_o_n_t MenuContainer._g_e_t_F_o_n_t()
│ │ │ │ - abstract _F_o_n_t Graphics._g_e_t_F_o_n_t()
│ │ │ │ - Gets the current font.
│ │ │ │ _F_o_n_t MenuComponent._g_e_t_F_o_n_t()
│ │ │ │ Gets the font used for this menu component.
│ │ │ │ _F_o_n_t MenuComponent.AccessibleAWTMenuComponent._g_e_t_F_o_n_t()
│ │ │ │ Gets the Font of this object.
│ │ │ │ - _F_o_n_t FontMetrics._g_e_t_F_o_n_t()
│ │ │ │ - Gets the Font described by this FontMetrics object.
│ │ │ │ List.AccessibleAWTList.AccessibleAWTListChild._g_e_t_F_o_n_t
│ │ │ │ _F_o_n_t ()
│ │ │ │ Get the Font of this object.
│ │ │ │ Font._g_e_t_F_o_n_t(_M_a_p extends
│ │ │ │ static _F_o_n_t _A_t_t_r_i_b_u_t_e_d_C_h_a_r_a_c_t_e_r_I_t_e_r_a_t_o_r_._A_t_t_r_i_b_u_t_e,?> attributes)
│ │ │ │ Returns a Font appropriate to the attributes.
│ │ │ │ Font._g_e_t_F_o_n_t(_S_t_r_i_n_g nm)
│ │ │ │ @@ -114,40 +114,40 @@
│ │ │ │ static _F_o_n_t Gets the specified Font from the system properties
│ │ │ │ list.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _FF_oo_nn_tt?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ static _F_o_n_t Font._g_e_t_F_o_n_t(_S_t_r_i_n_g nm, _F_o_n_t font)
│ │ │ │ Gets the specified Font from the system properties list.
│ │ │ │ + Toolkit._g_e_t_F_o_n_t_M_e_t_r_i_c_s(_F_o_n_t font)
│ │ │ │ + abstract Deprecated.
│ │ │ │ + _F_o_n_t_M_e_t_r_i_c_s As of JDK version 1.2, replaced by the Font method
│ │ │ │ + getLineMetrics.
│ │ │ │ + abstract Graphics._g_e_t_F_o_n_t_M_e_t_r_i_c_s(_F_o_n_t f)
│ │ │ │ + _F_o_n_t_M_e_t_r_i_c_s Gets the font metrics for the specified font.
│ │ │ │ _F_o_n_t_M_e_t_r_i_c_s Component._g_e_t_F_o_n_t_M_e_t_r_i_c_s(_F_o_n_t font)
│ │ │ │ Gets the font metrics for the specified font.
│ │ │ │ _F_o_n_t_M_e_t_r_i_c_s Component.AccessibleAWTComponent._g_e_t_F_o_n_t_M_e_t_r_i_c_s(_F_o_n_t f)
│ │ │ │ Gets the FontMetrics of this object.
│ │ │ │ - abstract Graphics._g_e_t_F_o_n_t_M_e_t_r_i_c_s(_F_o_n_t f)
│ │ │ │ - _F_o_n_t_M_e_t_r_i_c_s Gets the font metrics for the specified font.
│ │ │ │ MenuComponent.AccessibleAWTMenuComponent._g_e_t_F_o_n_t_M_e_t_r_i_c_s
│ │ │ │ _F_o_n_t_M_e_t_r_i_c_s (_F_o_n_t f)
│ │ │ │ Gets the FontMetrics of this object.
│ │ │ │ - Toolkit._g_e_t_F_o_n_t_M_e_t_r_i_c_s(_F_o_n_t font)
│ │ │ │ - abstract Deprecated.
│ │ │ │ - _F_o_n_t_M_e_t_r_i_c_s As of JDK version 1.2, replaced by the Font method
│ │ │ │ - getLineMetrics.
│ │ │ │ List.AccessibleAWTList.AccessibleAWTListChild._g_e_t_F_o_n_t_M_e_t_r_i_c_s
│ │ │ │ _F_o_n_t_M_e_t_r_i_c_s (_F_o_n_t f)
│ │ │ │ Get the FontMetrics of this object.
│ │ │ │ boolean GraphicsEnvironment._r_e_g_i_s_t_e_r_F_o_n_t(_F_o_n_t font)
│ │ │ │ Registers a created Fontin this GraphicsEnvironment.
│ │ │ │ void Container._s_e_t_F_o_n_t(_F_o_n_t f)
│ │ │ │ Sets the font of this container.
│ │ │ │ + abstract Graphics._s_e_t_F_o_n_t(_F_o_n_t font)
│ │ │ │ + void Sets this graphics context's font to the specified font.
│ │ │ │ void Component._s_e_t_F_o_n_t(_F_o_n_t f)
│ │ │ │ Sets the font of this component.
│ │ │ │ void Component.AccessibleAWTComponent._s_e_t_F_o_n_t(_F_o_n_t f)
│ │ │ │ Sets the Font of this object.
│ │ │ │ - abstract Graphics._s_e_t_F_o_n_t(_F_o_n_t font)
│ │ │ │ - void Sets this graphics context's font to the specified font.
│ │ │ │ MenuComponent._s_e_t_F_o_n_t(_F_o_n_t f)
│ │ │ │ void Sets the font to be used for this menu component to the
│ │ │ │ specified font.
│ │ │ │ void MenuComponent.AccessibleAWTMenuComponent._s_e_t_F_o_n_t(_F_o_n_t f)
│ │ │ │ Sets the Font of this object.
│ │ │ │ List.AccessibleAWTList.AccessibleAWTListChild._s_e_t_F_o_n_t
│ │ │ │ void (_F_o_n_t f)
│ │ │ │ @@ -191,22 +191,22 @@
│ │ │ │ Gets the FontMetrics of this object.
│ │ │ │ void AccessibleComponent._s_e_t_F_o_n_t(_F_o_n_t f)
│ │ │ │ Sets the Font of this object.
│ │ │ │ o ******** UUsseess ooff _FF_oo_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg tthhaatt rreettuurrnn _FF_oo_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ - _F_o_n_t JTree.AccessibleJTree.AccessibleJTreeNode._g_e_t_F_o_n_t()
│ │ │ │ - _F_o_n_t JList.AccessibleJList.AccessibleJListChild._g_e_t_F_o_n_t
│ │ │ │ - ()
│ │ │ │ + _F_o_n_t DebugGraphics._g_e_t_F_o_n_t()
│ │ │ │ + Returns the Font used for text drawing operations.
│ │ │ │ JTable.AccessibleJTable.AccessibleJTableCell._g_e_t_F_o_n_t
│ │ │ │ _F_o_n_t ()
│ │ │ │ Gets the Font of this object.
│ │ │ │ - _F_o_n_t DebugGraphics._g_e_t_F_o_n_t()
│ │ │ │ - Returns the Font used for text drawing operations.
│ │ │ │ + _F_o_n_t JTree.AccessibleJTree.AccessibleJTreeNode._g_e_t_F_o_n_t()
│ │ │ │ + _F_o_n_t JList.AccessibleJList.AccessibleJListChild._g_e_t_F_o_n_t
│ │ │ │ + ()
│ │ │ │ UIDefaults._g_e_t_F_o_n_t(_O_b_j_e_c_t key)
│ │ │ │ _F_o_n_t If the value of key is a Font return it, otherwise
│ │ │ │ return null.
│ │ │ │ static _F_o_n_t UIManager._g_e_t_F_o_n_t(_O_b_j_e_c_t key)
│ │ │ │ Returns a font from the defaults.
│ │ │ │ UIDefaults._g_e_t_F_o_n_t(_O_b_j_e_c_t key, _L_o_c_a_l_e l)
│ │ │ │ _F_o_n_t If the value of key for the given Locale is a Font
│ │ │ │ @@ -226,38 +226,38 @@
│ │ │ │ BorderFactory._c_r_e_a_t_e_T_i_t_l_e_d_B_o_r_d_e_r(_B_o_r_d_e_r border,
│ │ │ │ static _S_t_r_i_n_g title, int titleJustification, int titlePosition,
│ │ │ │ _T_i_t_l_e_d_B_o_r_d_e_r _F_o_n_t titleFont, _C_o_l_o_r titleColor)
│ │ │ │ Adds a title to an existing border, with the specified
│ │ │ │ positioning, font and color.
│ │ │ │ _F_o_n_t_M_e_t_r_i_c_s JComponent._g_e_t_F_o_n_t_M_e_t_r_i_c_s(_F_o_n_t font)
│ │ │ │ Gets the FontMetrics for the specified Font.
│ │ │ │ + _F_o_n_t_M_e_t_r_i_c_s DebugGraphics._g_e_t_F_o_n_t_M_e_t_r_i_c_s(_F_o_n_t f)
│ │ │ │ + Overrides Graphics.getFontMetrics.
│ │ │ │ + JTable.AccessibleJTable.AccessibleJTableCell._g_e_t_F_o_n_t_M_e_t_r_i_c_s
│ │ │ │ + _F_o_n_t_M_e_t_r_i_c_s (_F_o_n_t f)
│ │ │ │ + Gets the FontMetrics of this object.
│ │ │ │ _F_o_n_t_M_e_t_r_i_c_s JTree.AccessibleJTree.AccessibleJTreeNode._g_e_t_F_o_n_t_M_e_t_r_i_c_s
│ │ │ │ (_F_o_n_t f)
│ │ │ │ _F_o_n_t_M_e_t_r_i_c_s JList.AccessibleJList.AccessibleJListChild._g_e_t_F_o_n_t_M_e_t_r_i_c_s
│ │ │ │ (_F_o_n_t f)
│ │ │ │ - JTable.AccessibleJTable.AccessibleJTableCell._g_e_t_F_o_n_t_M_e_t_r_i_c_s
│ │ │ │ - _F_o_n_t_M_e_t_r_i_c_s (_F_o_n_t f)
│ │ │ │ - Gets the FontMetrics of this object.
│ │ │ │ - _F_o_n_t_M_e_t_r_i_c_s DebugGraphics._g_e_t_F_o_n_t_M_e_t_r_i_c_s(_F_o_n_t f)
│ │ │ │ - Overrides Graphics.getFontMetrics.
│ │ │ │ void JComponent._s_e_t_F_o_n_t(_F_o_n_t font)
│ │ │ │ Sets the font for this component.
│ │ │ │ - void JTree.AccessibleJTree.AccessibleJTreeNode._s_e_t_F_o_n_t(_F_o_n_t f)
│ │ │ │ - void JList.AccessibleJList.AccessibleJListChild._s_e_t_F_o_n_t(_F_o_n_t f)
│ │ │ │ + void JTextField._s_e_t_F_o_n_t(_F_o_n_t f)
│ │ │ │ + Sets the current font.
│ │ │ │ + void DebugGraphics._s_e_t_F_o_n_t(_F_o_n_t aFont)
│ │ │ │ + Sets the Font used for text drawing operations.
│ │ │ │ JTable.AccessibleJTable.AccessibleJTableCell._s_e_t_F_o_n_t
│ │ │ │ void (_F_o_n_t f)
│ │ │ │ Sets the Font of this object.
│ │ │ │ - void JTextField._s_e_t_F_o_n_t(_F_o_n_t f)
│ │ │ │ - Sets the current font.
│ │ │ │ void JTextArea._s_e_t_F_o_n_t(_F_o_n_t f)
│ │ │ │ Sets the current font.
│ │ │ │ + void JTree.AccessibleJTree.AccessibleJTreeNode._s_e_t_F_o_n_t(_F_o_n_t f)
│ │ │ │ + void JList.AccessibleJList.AccessibleJListChild._s_e_t_F_o_n_t(_F_o_n_t f)
│ │ │ │ void JSlider._s_e_t_F_o_n_t(_F_o_n_t font)
│ │ │ │ Sets the font for this component.
│ │ │ │ - void DebugGraphics._s_e_t_F_o_n_t(_F_o_n_t aFont)
│ │ │ │ - Sets the Font used for text drawing operations.
│ │ │ │ o ******** UUsseess ooff _FF_oo_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._bb_oo_rr_dd_ee_rr ********
│ │ │ │ FFiieellddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._bb_oo_rr_dd_ee_rr ddeeccllaarreedd aass
│ │ │ │ _FF_oo_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee FFiieelldd aanndd DDeessccrriippttiioonn
│ │ │ │ protected _F_o_n_t TitledBorder._t_i_t_l_e_F_o_n_t
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._bb_oo_rr_dd_ee_rr tthhaatt rreettuurrnn _FF_oo_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ @@ -355,20 +355,20 @@
│ │ │ │ _F_o_n_t_M_e_t_r_i_c_s JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry._g_e_t_F_o_n_t_M_e_t_r_i_c_s
│ │ │ │ (_F_o_n_t f)
│ │ │ │ void JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry._s_e_t_F_o_n_t
│ │ │ │ (_F_o_n_t f)
│ │ │ │ o ******** UUsseess ooff _FF_oo_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt tthhaatt rreettuurrnn _FF_oo_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - LabelView._g_e_t_F_o_n_t()
│ │ │ │ - _F_o_n_t Fetches the font that the glyphs should be based
│ │ │ │ - upon.
│ │ │ │ GlyphView._g_e_t_F_o_n_t()
│ │ │ │ _F_o_n_t Fetch the font that the glyphs should be based
│ │ │ │ upon.
│ │ │ │ + LabelView._g_e_t_F_o_n_t()
│ │ │ │ + _F_o_n_t Fetches the font that the glyphs should be based
│ │ │ │ + upon.
│ │ │ │ StyledDocument._g_e_t_F_o_n_t(_A_t_t_r_i_b_u_t_e_S_e_t attr)
│ │ │ │ _F_o_n_t Takes a set of attributes and turn it into a font
│ │ │ │ specification.
│ │ │ │ _F_o_n_t DefaultStyledDocument._g_e_t_F_o_n_t(_A_t_t_r_i_b_u_t_e_S_e_t attr)
│ │ │ │ Gets the font from an attribute set.
│ │ │ │ _F_o_n_t StyleContext._g_e_t_F_o_n_t(_A_t_t_r_i_b_u_t_e_S_e_t attr)
│ │ │ │ Gets the font from an attribute set.
│ │ │ │ @@ -422,9 +422,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/FontFormatException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.FontFormatException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -48,9 +48,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/FontMetrics.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.FontMetrics (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -37,27 +37,27 @@
│ │ │ │ editable and noneditable text components.
│ │ │ │ * o ******** UUsseess ooff _FF_oo_nn_tt_MM_ee_tt_rr_ii_cc_ss iinn _jj_aa_vv_aa_.._aa_ww_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt tthhaatt rreettuurrnn _FF_oo_nn_tt_MM_ee_tt_rr_ii_cc_ss?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ _F_o_n_t_M_e_t_r_i_c_s Graphics._g_e_t_F_o_n_t_M_e_t_r_i_c_s()
│ │ │ │ Gets the font metrics of the current font.
│ │ │ │ + Toolkit._g_e_t_F_o_n_t_M_e_t_r_i_c_s(_F_o_n_t font)
│ │ │ │ + abstract Deprecated.
│ │ │ │ + _F_o_n_t_M_e_t_r_i_c_s As of JDK version 1.2, replaced by the Font method
│ │ │ │ + getLineMetrics.
│ │ │ │ + abstract Graphics._g_e_t_F_o_n_t_M_e_t_r_i_c_s(_F_o_n_t f)
│ │ │ │ + _F_o_n_t_M_e_t_r_i_c_s Gets the font metrics for the specified font.
│ │ │ │ _F_o_n_t_M_e_t_r_i_c_s Component._g_e_t_F_o_n_t_M_e_t_r_i_c_s(_F_o_n_t font)
│ │ │ │ Gets the font metrics for the specified font.
│ │ │ │ _F_o_n_t_M_e_t_r_i_c_s Component.AccessibleAWTComponent._g_e_t_F_o_n_t_M_e_t_r_i_c_s(_F_o_n_t f)
│ │ │ │ Gets the FontMetrics of this object.
│ │ │ │ - abstract Graphics._g_e_t_F_o_n_t_M_e_t_r_i_c_s(_F_o_n_t f)
│ │ │ │ - _F_o_n_t_M_e_t_r_i_c_s Gets the font metrics for the specified font.
│ │ │ │ MenuComponent.AccessibleAWTMenuComponent._g_e_t_F_o_n_t_M_e_t_r_i_c_s
│ │ │ │ _F_o_n_t_M_e_t_r_i_c_s (_F_o_n_t f)
│ │ │ │ Gets the FontMetrics of this object.
│ │ │ │ - Toolkit._g_e_t_F_o_n_t_M_e_t_r_i_c_s(_F_o_n_t font)
│ │ │ │ - abstract Deprecated.
│ │ │ │ - _F_o_n_t_M_e_t_r_i_c_s As of JDK version 1.2, replaced by the Font method
│ │ │ │ - getLineMetrics.
│ │ │ │ List.AccessibleAWTList.AccessibleAWTListChild._g_e_t_F_o_n_t_M_e_t_r_i_c_s
│ │ │ │ _F_o_n_t_M_e_t_r_i_c_s (_F_o_n_t f)
│ │ │ │ Get the FontMetrics of this object.
│ │ │ │ o ******** UUsseess ooff _FF_oo_nn_tt_MM_ee_tt_rr_ii_cc_ss iinn _jj_aa_vv_aa_xx_.._aa_cc_cc_ee_ss_ss_ii_bb_ii_ll_ii_tt_yy ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._aa_cc_cc_ee_ss_ss_ii_bb_ii_ll_ii_tt_yy tthhaatt rreettuurrnn _FF_oo_nn_tt_MM_ee_tt_rr_ii_cc_ss?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ _F_o_n_t_M_e_t_r_i_c_s AccessibleComponent._g_e_t_F_o_n_t_M_e_t_r_i_c_s(_F_o_n_t f)
│ │ │ │ @@ -66,23 +66,23 @@
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg tthhaatt rreettuurrnn _FF_oo_nn_tt_MM_ee_tt_rr_ii_cc_ss?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ _F_o_n_t_M_e_t_r_i_c_s DebugGraphics._g_e_t_F_o_n_t_M_e_t_r_i_c_s()
│ │ │ │ Overrides Graphics.getFontMetrics.
│ │ │ │ _F_o_n_t_M_e_t_r_i_c_s JComponent._g_e_t_F_o_n_t_M_e_t_r_i_c_s(_F_o_n_t font)
│ │ │ │ Gets the FontMetrics for the specified Font.
│ │ │ │ + _F_o_n_t_M_e_t_r_i_c_s DebugGraphics._g_e_t_F_o_n_t_M_e_t_r_i_c_s(_F_o_n_t f)
│ │ │ │ + Overrides Graphics.getFontMetrics.
│ │ │ │ + JTable.AccessibleJTable.AccessibleJTableCell._g_e_t_F_o_n_t_M_e_t_r_i_c_s
│ │ │ │ + _F_o_n_t_M_e_t_r_i_c_s (_F_o_n_t f)
│ │ │ │ + Gets the FontMetrics of this object.
│ │ │ │ _F_o_n_t_M_e_t_r_i_c_s JTree.AccessibleJTree.AccessibleJTreeNode._g_e_t_F_o_n_t_M_e_t_r_i_c_s
│ │ │ │ (_F_o_n_t f)
│ │ │ │ _F_o_n_t_M_e_t_r_i_c_s JList.AccessibleJList.AccessibleJListChild._g_e_t_F_o_n_t_M_e_t_r_i_c_s
│ │ │ │ (_F_o_n_t f)
│ │ │ │ - JTable.AccessibleJTable.AccessibleJTableCell._g_e_t_F_o_n_t_M_e_t_r_i_c_s
│ │ │ │ - _F_o_n_t_M_e_t_r_i_c_s (_F_o_n_t f)
│ │ │ │ - Gets the FontMetrics of this object.
│ │ │ │ - _F_o_n_t_M_e_t_r_i_c_s DebugGraphics._g_e_t_F_o_n_t_M_e_t_r_i_c_s(_F_o_n_t f)
│ │ │ │ - Overrides Graphics.getFontMetrics.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee _FF_oo_nn_tt_MM_ee_tt_rr_ii_cc_ss?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ SwingUtilities._c_o_m_p_u_t_e_S_t_r_i_n_g_W_i_d_t_h(_F_o_n_t_M_e_t_r_i_c_s fm,
│ │ │ │ static int _S_t_r_i_n_g str)
│ │ │ │ Compute the width of the string using a font with
│ │ │ │ the specified "metrics" (sizes).
│ │ │ │ SwingUtilities._l_a_y_o_u_t_C_o_m_p_o_u_n_d_L_a_b_e_l
│ │ │ │ @@ -167,21 +167,21 @@
│ │ │ │ o ******** UUsseess ooff _FF_oo_nn_tt_MM_ee_tt_rr_ii_cc_ss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt ********
│ │ │ │ FFiieellddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt ddeeccllaarreedd aass _FF_oo_nn_tt_MM_ee_tt_rr_ii_cc_ss?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee FFiieelldd aanndd DDeessccrriippttiioonn
│ │ │ │ protected _F_o_n_t_M_e_t_r_i_c_s PlainView._m_e_t_r_i_c_s
│ │ │ │ Font metrics for the current font.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt tthhaatt rreettuurrnn _FF_oo_nn_tt_MM_ee_tt_rr_ii_cc_ss?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + FieldView._g_e_t_F_o_n_t_M_e_t_r_i_c_s()
│ │ │ │ + protected _F_o_n_t_M_e_t_r_i_c_s Fetches the font metrics associated with the
│ │ │ │ + component hosting this view.
│ │ │ │ LabelView._g_e_t_F_o_n_t_M_e_t_r_i_c_s()
│ │ │ │ protected _F_o_n_t_M_e_t_r_i_c_s Deprecated.
│ │ │ │ FontMetrics are not used for glyph rendering
│ │ │ │ when running in the JDK.
│ │ │ │ - FieldView._g_e_t_F_o_n_t_M_e_t_r_i_c_s()
│ │ │ │ - protected _F_o_n_t_M_e_t_r_i_c_s Fetches the font metrics associated with the
│ │ │ │ - component hosting this view.
│ │ │ │ _F_o_n_t_M_e_t_r_i_c_s StyleContext._g_e_t_F_o_n_t_M_e_t_r_i_c_s(_F_o_n_t f)
│ │ │ │ Returns font metrics for a font.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _FF_oo_nn_tt_MM_ee_tt_rr_ii_cc_ss?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ Utilities._g_e_t_B_r_e_a_k_L_o_c_a_t_i_o_n(_S_e_g_m_e_n_t s,
│ │ │ │ _F_o_n_t_M_e_t_r_i_c_s metrics, int x0, int x,
│ │ │ │ static int _T_a_b_E_x_p_a_n_d_e_r e, int startOffset)
│ │ │ │ @@ -218,9 +218,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Frame.AccessibleAWTFrame.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Frame.AccessibleAWTFrame (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -45,9 +45,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Frame.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Frame (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -132,9 +132,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/GradientPaint.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.GradientPaint (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Graphics.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Graphics (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -117,22 +117,22 @@
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D _G_r_a_p_h_i_c_s context)
│ │ │ │ Returns the bounds of the specified String in the
│ │ │ │ specified Graphics context.
│ │ │ │ FontMetrics._g_e_t_S_t_r_i_n_g_B_o_u_n_d_s(_S_t_r_i_n_g str,
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D int beginIndex, int limit, _G_r_a_p_h_i_c_s context)
│ │ │ │ Returns the bounds of the specified String in the
│ │ │ │ specified Graphics context.
│ │ │ │ + void Canvas._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ + Paints this canvas.
│ │ │ │ void Container._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the container.
│ │ │ │ - void Component._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ - Paints this component.
│ │ │ │ void Window._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the container.
│ │ │ │ - void Canvas._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ - Paints this canvas.
│ │ │ │ + void Component._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ + Paints this component.
│ │ │ │ Component._p_a_i_n_t_A_l_l(_G_r_a_p_h_i_c_s g)
│ │ │ │ void Paints this component and all of its
│ │ │ │ subcomponents.
│ │ │ │ void Container._p_a_i_n_t_C_o_m_p_o_n_e_n_t_s(_G_r_a_p_h_i_c_s g)
│ │ │ │ Paints each of the components in this container.
│ │ │ │ void Container._p_r_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ Prints the container.
│ │ │ │ @@ -141,30 +141,30 @@
│ │ │ │ Component._p_r_i_n_t_A_l_l(_G_r_a_p_h_i_c_s g)
│ │ │ │ void Prints this component and all of its
│ │ │ │ subcomponents.
│ │ │ │ void Container._p_r_i_n_t_C_o_m_p_o_n_e_n_t_s(_G_r_a_p_h_i_c_s g)
│ │ │ │ Prints each of the components in this container.
│ │ │ │ void ScrollPane._p_r_i_n_t_C_o_m_p_o_n_e_n_t_s(_G_r_a_p_h_i_c_s g)
│ │ │ │ Prints the component in this scroll pane.
│ │ │ │ + void Canvas._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g)
│ │ │ │ + Updates this canvas.
│ │ │ │ void Container._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g)
│ │ │ │ Updates the container.
│ │ │ │ void Component._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g)
│ │ │ │ Updates this component.
│ │ │ │ - void Canvas._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g)
│ │ │ │ - Updates this canvas.
│ │ │ │ o ******** UUsseess ooff _GG_rr_aa_pp_hh_ii_cc_ss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee tthhaatt rreettuurrnn _GG_rr_aa_pp_hh_ii_cc_ss?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ BufferStrategy._g_e_t_D_r_a_w_G_r_a_p_h_i_c_s()
│ │ │ │ abstract _G_r_a_p_h_i_c_s Creates a graphics context for the drawing
│ │ │ │ buffer.
│ │ │ │ - VolatileImage._g_e_t_G_r_a_p_h_i_c_s()
│ │ │ │ + BufferedImage._g_e_t_G_r_a_p_h_i_c_s()
│ │ │ │ _G_r_a_p_h_i_c_s This method returns a _G_r_a_p_h_i_c_s_2_D, but is here for
│ │ │ │ backwards compatibility.
│ │ │ │ - BufferedImage._g_e_t_G_r_a_p_h_i_c_s()
│ │ │ │ + VolatileImage._g_e_t_G_r_a_p_h_i_c_s()
│ │ │ │ _G_r_a_p_h_i_c_s This method returns a _G_r_a_p_h_i_c_s_2_D, but is here for
│ │ │ │ backwards compatibility.
│ │ │ │ o ******** UUsseess ooff _GG_rr_aa_pp_hh_ii_cc_ss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._pp_rr_ii_nn_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._pp_rr_ii_nn_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _GG_rr_aa_pp_hh_ii_cc_ss?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ Printable._p_r_i_n_t(_G_r_a_p_h_i_c_s graphics,
│ │ │ │ _P_a_g_e_F_o_r_m_a_t pageFormat, int pageIndex)
│ │ │ │ @@ -198,75 +198,75 @@
│ │ │ │ DebugGraphics object.
│ │ │ │ JComponent._g_e_t_C_o_m_p_o_n_e_n_t_G_r_a_p_h_i_c_s(_G_r_a_p_h_i_c_s g)
│ │ │ │ protected _G_r_a_p_h_i_c_s Returns the graphics object used to paint this
│ │ │ │ component.
│ │ │ │ JComponent._g_e_t_G_r_a_p_h_i_c_s()
│ │ │ │ _G_r_a_p_h_i_c_s Returns this component's graphics context, which
│ │ │ │ lets you draw on a component.
│ │ │ │ - _G_r_a_p_h_i_c_s JFrame._g_e_t_G_r_a_p_h_i_c_s()
│ │ │ │ + _G_r_a_p_h_i_c_s JWindow._g_e_t_G_r_a_p_h_i_c_s()
│ │ │ │ Creates a graphics context for this component.
│ │ │ │ _G_r_a_p_h_i_c_s JDialog._g_e_t_G_r_a_p_h_i_c_s()
│ │ │ │ Creates a graphics context for this component.
│ │ │ │ - _G_r_a_p_h_i_c_s JWindow._g_e_t_G_r_a_p_h_i_c_s()
│ │ │ │ - Creates a graphics context for this component.
│ │ │ │ _G_r_a_p_h_i_c_s JApplet._g_e_t_G_r_a_p_h_i_c_s()
│ │ │ │ Creates a graphics context for this component.
│ │ │ │ + _G_r_a_p_h_i_c_s JFrame._g_e_t_G_r_a_p_h_i_c_s()
│ │ │ │ + Creates a graphics context for this component.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee _GG_rr_aa_pp_hh_ii_cc_ss?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ JComponent._g_e_t_C_o_m_p_o_n_e_n_t_G_r_a_p_h_i_c_s(_G_r_a_p_h_i_c_s g)
│ │ │ │ protected _G_r_a_p_h_i_c_s Returns the graphics object used to paint this
│ │ │ │ component.
│ │ │ │ void JComponent._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ Invoked by Swing to draw components.
│ │ │ │ - JLayeredPane._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ - void Paints this JLayeredPane within the specified
│ │ │ │ - graphics context.
│ │ │ │ + void CellRendererPane._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ + Shouldn't be called.
│ │ │ │ + void JLayer._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ + Delegates all painting to the _L_a_y_e_r_U_I object.
│ │ │ │ JViewport._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ Depending on whether the backingStore is
│ │ │ │ void enabled, either paint the image through the
│ │ │ │ backing store or paint just the recently exposed
│ │ │ │ part, using the backing store to "blit" the
│ │ │ │ remainder.
│ │ │ │ - void CellRendererPane._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ - Shouldn't be called.
│ │ │ │ - void JLayer._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ - Delegates all painting to the _L_a_y_e_r_U_I object.
│ │ │ │ + JLayeredPane._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ + void Paints this JLayeredPane within the specified
│ │ │ │ + graphics context.
│ │ │ │ protected void JComponent._p_a_i_n_t_B_o_r_d_e_r(_G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the component's border.
│ │ │ │ JPopupMenu._p_a_i_n_t_B_o_r_d_e_r(_G_r_a_p_h_i_c_s g)
│ │ │ │ protected void Paints the popup menu's border if the
│ │ │ │ borderPainted property is true.
│ │ │ │ - AbstractButton._p_a_i_n_t_B_o_r_d_e_r(_G_r_a_p_h_i_c_s g)
│ │ │ │ - protected void Paint the button's border if BorderPainted
│ │ │ │ - property is true and the button has a border.
│ │ │ │ - JMenuBar._p_a_i_n_t_B_o_r_d_e_r(_G_r_a_p_h_i_c_s g)
│ │ │ │ - protected void Paints the menubar's border if BorderPainted
│ │ │ │ - property is true.
│ │ │ │ JProgressBar._p_a_i_n_t_B_o_r_d_e_r(_G_r_a_p_h_i_c_s g)
│ │ │ │ protected void Paints the progress bar's border if the
│ │ │ │ borderPainted property is true.
│ │ │ │ + AbstractButton._p_a_i_n_t_B_o_r_d_e_r(_G_r_a_p_h_i_c_s g)
│ │ │ │ + protected void Paint the button's border if BorderPainted
│ │ │ │ + property is true and the button has a border.
│ │ │ │ JToolBar._p_a_i_n_t_B_o_r_d_e_r(_G_r_a_p_h_i_c_s g)
│ │ │ │ protected void Paints the tool bar's border if the
│ │ │ │ borderPainted property is true.
│ │ │ │ + JMenuBar._p_a_i_n_t_B_o_r_d_e_r(_G_r_a_p_h_i_c_s g)
│ │ │ │ + protected void Paints the menubar's border if BorderPainted
│ │ │ │ + property is true.
│ │ │ │ protected void JComponent._p_a_i_n_t_C_h_i_l_d_r_e_n(_G_r_a_p_h_i_c_s g)
│ │ │ │ Paints this component's children.
│ │ │ │ JSplitPane._p_a_i_n_t_C_h_i_l_d_r_e_n(_G_r_a_p_h_i_c_s g)
│ │ │ │ protected void Subclassed to message the UI with
│ │ │ │ finishedPaintingChildren after super has been
│ │ │ │ messaged, as well as painting the border.
│ │ │ │ JComponent._p_a_i_n_t_C_o_m_p_o_n_e_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ protected void Calls the UI delegate's paint method, if the UI
│ │ │ │ delegate is non-null.
│ │ │ │ - JInternalFrame._p_a_i_n_t_C_o_m_p_o_n_e_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ - protected void Overridden to allow optimized painting when the
│ │ │ │ - internal frame is being dragged.
│ │ │ │ JLayer._p_a_i_n_t_C_o_m_p_o_n_e_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ protected void This method is empty, because all painting is
│ │ │ │ done by _J_L_a_y_e_r_._p_a_i_n_t_(_G_r_a_p_h_i_c_s_) and
│ │ │ │ _C_o_m_p_o_n_e_n_t_U_I_._u_p_d_a_t_e_(_G_r_a_p_h_i_c_s_,_ _J_C_o_m_p_o_n_e_n_t_) methods
│ │ │ │ + JInternalFrame._p_a_i_n_t_C_o_m_p_o_n_e_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ + protected void Overridden to allow optimized painting when the
│ │ │ │ + internal frame is being dragged.
│ │ │ │ protected void Box._p_a_i_n_t_C_o_m_p_o_n_e_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ Paints this Box.
│ │ │ │ protected void Box.Filler._p_a_i_n_t_C_o_m_p_o_n_e_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ Paints this Filler.
│ │ │ │ CellRendererPane._p_a_i_n_t_C_o_m_p_o_n_e_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ _C_o_m_p_o_n_e_n_t c, _C_o_n_t_a_i_n_e_r p, int x, int y, int w,
│ │ │ │ void int h)
│ │ │ │ @@ -284,96 +284,96 @@
│ │ │ │ CellRendererPane._p_a_i_n_t_C_o_m_p_o_n_e_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ void _C_o_m_p_o_n_e_n_t c, _C_o_n_t_a_i_n_e_r p, _R_e_c_t_a_n_g_l_e r)
│ │ │ │ Calls this.paintComponent() with the rectangles
│ │ │ │ x,y,width,height fields.
│ │ │ │ SwingUtilities._p_a_i_n_t_C_o_m_p_o_n_e_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ static void _C_o_m_p_o_n_e_n_t c, _C_o_n_t_a_i_n_e_r p, _R_e_c_t_a_n_g_l_e r)
│ │ │ │ Paints a component to the specified Graphics.
│ │ │ │ - Icon._p_a_i_n_t_I_c_o_n(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g, int x,
│ │ │ │ - void int y)
│ │ │ │ - Draw the icon at the specified location.
│ │ │ │ ImageIcon._p_a_i_n_t_I_c_o_n(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g,
│ │ │ │ void int x, int y)
│ │ │ │ Paints the icon.
│ │ │ │ + Icon._p_a_i_n_t_I_c_o_n(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g, int x,
│ │ │ │ + void int y)
│ │ │ │ + Draw the icon at the specified location.
│ │ │ │ JComponent._p_r_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ void Invoke this method to print the component to the
│ │ │ │ specified Graphics.
│ │ │ │ void JComponent._p_r_i_n_t_A_l_l(_G_r_a_p_h_i_c_s g)
│ │ │ │ Invoke this method to print the component.
│ │ │ │ protected void JComponent._p_r_i_n_t_B_o_r_d_e_r(_G_r_a_p_h_i_c_s g)
│ │ │ │ Prints the component's border.
│ │ │ │ protected void JComponent._p_r_i_n_t_C_h_i_l_d_r_e_n(_G_r_a_p_h_i_c_s g)
│ │ │ │ Prints this component's children.
│ │ │ │ protected void JComponent._p_r_i_n_t_C_o_m_p_o_n_e_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ This is invoked during a printing operation.
│ │ │ │ void JComponent._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g)
│ │ │ │ Calls paint.
│ │ │ │ - void JFrame._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g)
│ │ │ │ - Just calls paint(g).
│ │ │ │ - void JDialog._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g)
│ │ │ │ - Calls paint(g).
│ │ │ │ void CellRendererPane._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g)
│ │ │ │ Shouldn't be called.
│ │ │ │ void JWindow._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g)
│ │ │ │ Calls paint(g).
│ │ │ │ + void JDialog._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g)
│ │ │ │ + Calls paint(g).
│ │ │ │ void JApplet._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g)
│ │ │ │ Just calls paint(g).
│ │ │ │ + void JFrame._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g)
│ │ │ │ + Just calls paint(g).
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee _GG_rr_aa_pp_hh_ii_cc_ss?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _D_e_b_u_g_G_r_a_p_h_i_c_s(_G_r_a_p_h_i_c_s graphics)
│ │ │ │ Constructs a debug graphics context from an existing graphics
│ │ │ │ context that supports slowed down drawing.
│ │ │ │ _D_e_b_u_g_G_r_a_p_h_i_c_s(_G_r_a_p_h_i_c_s graphics, _J_C_o_m_p_o_n_e_n_t component)
│ │ │ │ Constructs a debug graphics context from an existing graphics
│ │ │ │ context that slows down drawing for the specified component.
│ │ │ │ o ******** UUsseess ooff _GG_rr_aa_pp_hh_ii_cc_ss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._bb_oo_rr_dd_ee_rr ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._bb_oo_rr_dd_ee_rr wwiitthh ppaarraammeetteerrss ooff ttyyppee _GG_rr_aa_pp_hh_ii_cc_ss?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - Border._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g,
│ │ │ │ - void int x, int y, int width, int height)
│ │ │ │ + SoftBevelBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + void _G_r_a_p_h_i_c_s g, int x, int y, int width, int height)
│ │ │ │ Paints the border for the specified component
│ │ │ │ with the specified position and size.
│ │ │ │ - TitledBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g,
│ │ │ │ + LineBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g,
│ │ │ │ void int x, int y, int width, int height)
│ │ │ │ Paints the border for the specified component
│ │ │ │ with the specified position and size.
│ │ │ │ - AbstractBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ - void _G_r_a_p_h_i_c_s g, int x, int y, int width, int height)
│ │ │ │ - This default implementation does no painting.
│ │ │ │ - LineBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g,
│ │ │ │ + Border._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g,
│ │ │ │ void int x, int y, int width, int height)
│ │ │ │ Paints the border for the specified component
│ │ │ │ with the specified position and size.
│ │ │ │ - EmptyBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g,
│ │ │ │ - void int x, int y, int width, int height)
│ │ │ │ - Does no drawing by default.
│ │ │ │ CompoundBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _G_r_a_p_h_i_c_s g, int x, int y, int width, int height)
│ │ │ │ Paints the compound border by painting the
│ │ │ │ void outside border with the specified position and
│ │ │ │ size and then painting the inside border at the
│ │ │ │ specified position and size offset by the insets
│ │ │ │ of the outside border.
│ │ │ │ - BevelBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g,
│ │ │ │ + TitledBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g,
│ │ │ │ void int x, int y, int width, int height)
│ │ │ │ Paints the border for the specified component
│ │ │ │ with the specified position and size.
│ │ │ │ - EtchedBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g,
│ │ │ │ + EmptyBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g,
│ │ │ │ void int x, int y, int width, int height)
│ │ │ │ - Paints the border for the specified component
│ │ │ │ - with the specified position and size.
│ │ │ │ + Does no drawing by default.
│ │ │ │ MatteBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g,
│ │ │ │ void int x, int y, int width, int height)
│ │ │ │ Paints the matte border.
│ │ │ │ - StrokeBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g,
│ │ │ │ + BevelBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g,
│ │ │ │ void int x, int y, int width, int height)
│ │ │ │ Paints the border for the specified component
│ │ │ │ with the specified position and size.
│ │ │ │ - SoftBevelBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + AbstractBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y, int width, int height)
│ │ │ │ + This default implementation does no painting.
│ │ │ │ + StrokeBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g,
│ │ │ │ + void int x, int y, int width, int height)
│ │ │ │ + Paints the border for the specified component
│ │ │ │ + with the specified position and size.
│ │ │ │ + EtchedBorder._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g,
│ │ │ │ + void int x, int y, int width, int height)
│ │ │ │ Paints the border for the specified component
│ │ │ │ with the specified position and size.
│ │ │ │ protected void BevelBorder._p_a_i_n_t_L_o_w_e_r_e_d_B_e_v_e_l(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _G_r_a_p_h_i_c_s g, int x, int y, int width, int height)
│ │ │ │ protected void BevelBorder._p_a_i_n_t_R_a_i_s_e_d_B_e_v_e_l(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _G_r_a_p_h_i_c_s g, int x, int y, int width, int height)
│ │ │ │ o ******** UUsseess ooff _GG_rr_aa_pp_hh_ii_cc_ss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._cc_oo_ll_oo_rr_cc_hh_oo_oo_ss_ee_rr ********
│ │ │ │ @@ -386,19 +386,19 @@
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff wwiitthh ppaarraammeetteerrss ooff ttyyppee _GG_rr_aa_pp_hh_ii_cc_ss?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ SplitPaneUI._f_i_n_i_s_h_e_d_P_a_i_n_t_i_n_g_C_h_i_l_d_r_e_n
│ │ │ │ (_J_S_p_l_i_t_P_a_n_e jc, _G_r_a_p_h_i_c_s g)
│ │ │ │ abstract void Messaged after the JSplitPane the receiver is
│ │ │ │ providing the look and feel for paints its
│ │ │ │ children.
│ │ │ │ + void LayerUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + Paints the specified component.
│ │ │ │ ComponentUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component appropriately for
│ │ │ │ the look and feel.
│ │ │ │ - void LayerUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - Paints the specified component.
│ │ │ │ void BorderUIResource._p_a_i_n_t_B_o_r_d_e_r(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _G_r_a_p_h_i_c_s g, int x, int y, int width, int height)
│ │ │ │ void IconUIResource._p_a_i_n_t_I_c_o_n(_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g,
│ │ │ │ int x, int y)
│ │ │ │ ComponentUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Notifies this UI delegate that it is time to
│ │ │ │ paint the specified component.
│ │ │ │ @@ -443,64 +443,64 @@
│ │ │ │ Called when the specified split pane has finished
│ │ │ │ painting its children.
│ │ │ │ BasicProgressBarUI._g_e_t_S_t_r_i_n_g_P_l_a_c_e_m_e_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ _S_t_r_i_n_g progressString, int x, int y, int width,
│ │ │ │ protected _P_o_i_n_t int height)
│ │ │ │ Designate the place where the progress string
│ │ │ │ will be painted.
│ │ │ │ + void BasicArrowButton._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ + void BasicInternalFrameTitlePane.SystemMenuBar._p_a_i_n_t
│ │ │ │ + (_G_r_a_p_h_i_c_s g)
│ │ │ │ void BasicToolBarUI.DragWindow._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ void BasicSplitPaneDivider._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the divider.
│ │ │ │ - void BasicInternalFrameTitlePane.SystemMenuBar._p_a_i_n_t
│ │ │ │ - (_G_r_a_p_h_i_c_s g)
│ │ │ │ - void BasicArrowButton._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ + void BasicToolBarSeparatorUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ + _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + void BasicScrollBarUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + void BasicComboBoxUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void BasicTextUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Paints the interface.
│ │ │ │ - void BasicTreeUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - void BasicToolTipUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void BasicButtonUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - BasicTableUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - void Paint a representation of the table instance that
│ │ │ │ - was set in installUI().
│ │ │ │ - void BasicTableHeaderUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ - _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - void BasicTabbedPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ - _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - BasicSplitPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t jc)
│ │ │ │ - void Paints the specified component appropriately for
│ │ │ │ - the look and feel.
│ │ │ │ - void BasicSliderUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - void BasicScrollPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ - _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - void BasicScrollBarUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - void BasicMenuItemUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ BasicProgressBarUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ void _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Delegates painting to one of two methods:
│ │ │ │ paintDeterminate or paintIndeterminate.
│ │ │ │ - BasicListUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - void Paint the rows that intersect the Graphics
│ │ │ │ - objects clipRect.
│ │ │ │ + void BasicToggleButtonUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ + _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ BasicLabelUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the label text with the foreground color,
│ │ │ │ if the label is opaque then paints the entire
│ │ │ │ background with the background color.
│ │ │ │ - void BasicDesktopPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ + void BasicMenuItemUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + BasicTableUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + void Paint a representation of the table instance that
│ │ │ │ + was set in installUI().
│ │ │ │ + void BasicPopupMenuSeparatorUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - void BasicComboBoxUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - void BasicToggleButtonUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ + void BasicScrollPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + void BasicTableHeaderUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ + _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + BasicSplitPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t jc)
│ │ │ │ + void Paints the specified component appropriately for
│ │ │ │ + the look and feel.
│ │ │ │ + void BasicTreeUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void BasicSeparatorUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ BasicRadioButtonUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ void _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ paint the radio button
│ │ │ │ - void BasicToolBarSeparatorUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ + void BasicDesktopPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - void BasicPopupMenuSeparatorUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ + void BasicToolTipUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + void BasicTabbedPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + void BasicSliderUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + BasicListUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + void Paint the rows that intersect the Graphics
│ │ │ │ + objects clipRect.
│ │ │ │ protected void BasicTextUI._p_a_i_n_t_B_a_c_k_g_r_o_u_n_d(_G_r_a_p_h_i_c_s g)
│ │ │ │ Paints a background for the view.
│ │ │ │ BasicMenuItemUI._p_a_i_n_t_B_a_c_k_g_r_o_u_n_d(_G_r_a_p_h_i_c_s g,
│ │ │ │ protected void _J_M_e_n_u_I_t_e_m menuItem, _C_o_l_o_r bgColor)
│ │ │ │ Draws the background of the menu item.
│ │ │ │ BasicBorders.RolloverButtonBorder._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ void (_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g, int x, int y, int w,
│ │ │ │ @@ -711,24 +711,24 @@
│ │ │ │ ().
│ │ │ │ o ******** UUsseess ooff _GG_rr_aa_pp_hh_ii_cc_ss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._mm_ee_tt_aa_ll ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._mm_ee_tt_aa_ll wwiitthh ppaarraammeetteerrss ooff ttyyppee _GG_rr_aa_pp_hh_ii_cc_ss?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ protected void MetalCheckBoxIcon._d_r_a_w_C_h_e_c_k(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _G_r_a_p_h_i_c_s g, int x, int y)
│ │ │ │ void MetalScrollButton._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ + void MetalPopupMenuSeparatorUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ + _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void MetalTreeUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + void MetalComboBoxUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + void MetalRadioButtonUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ + _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void MetalToolTipUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void MetalTabbedPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void MetalSeparatorUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - void MetalRadioButtonUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ - _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - void MetalPopupMenuSeparatorUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ - _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - void MetalComboBoxUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ MetalBorders.Flush3DBorder._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ void (_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g, int x, int y, int w,
│ │ │ │ int h)
│ │ │ │ MetalBorders.ButtonBorder._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ void (_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g, int x, int y, int w,
│ │ │ │ int h)
│ │ │ │ MetalBorders.InternalFrameBorder._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ @@ -770,17 +770,17 @@
│ │ │ │ MetalTabbedPaneUI._p_a_i_n_t_B_o_t_t_o_m_T_a_b_B_o_r_d_e_r
│ │ │ │ protected void (int tabIndex, _G_r_a_p_h_i_c_s g, int x, int y, int w,
│ │ │ │ int h, int btm, int rght, boolean isSelected)
│ │ │ │ protected void MetalToggleButtonUI._p_a_i_n_t_B_u_t_t_o_n_P_r_e_s_s_e_d
│ │ │ │ (_G_r_a_p_h_i_c_s g, _A_b_s_t_r_a_c_t_B_u_t_t_o_n b)
│ │ │ │ protected void MetalButtonUI._p_a_i_n_t_B_u_t_t_o_n_P_r_e_s_s_e_d(_G_r_a_p_h_i_c_s g,
│ │ │ │ _A_b_s_t_r_a_c_t_B_u_t_t_o_n b)
│ │ │ │ + void MetalComboBoxButton._p_a_i_n_t_C_o_m_p_o_n_e_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ void MetalInternalFrameTitlePane._p_a_i_n_t_C_o_m_p_o_n_e_n_t
│ │ │ │ (_G_r_a_p_h_i_c_s g)
│ │ │ │ - void MetalComboBoxButton._p_a_i_n_t_C_o_m_p_o_n_e_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ MetalTabbedPaneUI._p_a_i_n_t_C_o_n_t_e_n_t_B_o_r_d_e_r_B_o_t_t_o_m_E_d_g_e
│ │ │ │ protected void (_G_r_a_p_h_i_c_s g, int tabPlacement, int selectedIndex,
│ │ │ │ int x, int y, int w, int h)
│ │ │ │ MetalTabbedPaneUI._p_a_i_n_t_C_o_n_t_e_n_t_B_o_r_d_e_r_L_e_f_t_E_d_g_e
│ │ │ │ protected void (_G_r_a_p_h_i_c_s g, int tabPlacement, int selectedIndex,
│ │ │ │ int x, int y, int w, int h)
│ │ │ │ MetalTabbedPaneUI._p_a_i_n_t_C_o_n_t_e_n_t_B_o_r_d_e_r_R_i_g_h_t_E_d_g_e
│ │ │ │ @@ -821,27 +821,27 @@
│ │ │ │ MetalTreeUI._p_a_i_n_t_H_o_r_i_z_o_n_t_a_l_P_a_r_t_O_f_L_e_g(_G_r_a_p_h_i_c_s g,
│ │ │ │ _R_e_c_t_a_n_g_l_e clipBounds, _I_n_s_e_t_s insets,
│ │ │ │ protected void _R_e_c_t_a_n_g_l_e bounds, _T_r_e_e_P_a_t_h path, int row,
│ │ │ │ boolean isExpanded, boolean hasBeenExpanded,
│ │ │ │ boolean isLeaf)
│ │ │ │ protected void MetalTreeUI._p_a_i_n_t_H_o_r_i_z_o_n_t_a_l_S_e_p_a_r_a_t_o_r_s(_G_r_a_p_h_i_c_s g,
│ │ │ │ _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + void MetalCheckBoxIcon._p_a_i_n_t_I_c_o_n(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + _G_r_a_p_h_i_c_s g, int x, int y)
│ │ │ │ void MetalIconFactory.PaletteCloseIcon._p_a_i_n_t_I_c_o_n
│ │ │ │ (_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g, int x, int y)
│ │ │ │ void MetalIconFactory.FolderIcon16._p_a_i_n_t_I_c_o_n
│ │ │ │ (_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g, int x, int y)
│ │ │ │ void MetalIconFactory.FileIcon16._p_a_i_n_t_I_c_o_n
│ │ │ │ (_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g, int x, int y)
│ │ │ │ void MetalIconFactory.TreeControlIcon._p_a_i_n_t_I_c_o_n
│ │ │ │ (_C_o_m_p_o_n_e_n_t c, _G_r_a_p_h_i_c_s g, int x, int y)
│ │ │ │ MetalComboBoxIcon._p_a_i_n_t_I_c_o_n(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y)
│ │ │ │ Paints the horizontal bars for the
│ │ │ │ - void MetalCheckBoxIcon._p_a_i_n_t_I_c_o_n(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ - _G_r_a_p_h_i_c_s g, int x, int y)
│ │ │ │ MetalToggleButtonUI._p_a_i_n_t_I_c_o_n(_G_r_a_p_h_i_c_s g,
│ │ │ │ protected void _A_b_s_t_r_a_c_t_B_u_t_t_o_n b, _R_e_c_t_a_n_g_l_e iconRect)
│ │ │ │ Paints the appropriate icon of the button b in
│ │ │ │ the space iconRect.
│ │ │ │ MetalProgressBarUI._p_a_i_n_t_I_n_d_e_t_e_r_m_i_n_a_t_e(_G_r_a_p_h_i_c_s g,
│ │ │ │ void _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Draws a bit of special highlighting on the
│ │ │ │ @@ -882,231 +882,231 @@
│ │ │ │ int rght, boolean isSelected)
│ │ │ │ void MetalSliderUI._p_a_i_n_t_T_r_a_c_k(_G_r_a_p_h_i_c_s g)
│ │ │ │ protected void MetalScrollBarUI._p_a_i_n_t_T_r_a_c_k(_G_r_a_p_h_i_c_s g,
│ │ │ │ _J_C_o_m_p_o_n_e_n_t c, _R_e_c_t_a_n_g_l_e trackBounds)
│ │ │ │ MetalTreeUI._p_a_i_n_t_V_e_r_t_i_c_a_l_P_a_r_t_O_f_L_e_g(_G_r_a_p_h_i_c_s g,
│ │ │ │ protected void _R_e_c_t_a_n_g_l_e clipBounds, _I_n_s_e_t_s insets,
│ │ │ │ _T_r_e_e_P_a_t_h path)
│ │ │ │ - MetalToolBarUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - void If necessary paints the background of the
│ │ │ │ - component, then invokes paint.
│ │ │ │ MetalToggleButtonUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g,
│ │ │ │ void _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ If necessary paints the background of the
│ │ │ │ component, then invokes paint.
│ │ │ │ + MetalButtonUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + void If necessary paints the background of the
│ │ │ │ + component, then invokes paint.
│ │ │ │ void MetalTabbedPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g,
│ │ │ │ _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - MetalMenuBarUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + MetalToolBarUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void If necessary paints the background of the
│ │ │ │ component, then invokes paint.
│ │ │ │ - MetalButtonUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + MetalMenuBarUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void If necessary paints the background of the
│ │ │ │ component, then invokes paint.
│ │ │ │ o ******** UUsseess ooff _GG_rr_aa_pp_hh_ii_cc_ss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._mm_uu_ll_tt_ii ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._mm_uu_ll_tt_ii wwiitthh ppaarraammeetteerrss ooff ttyyppee _GG_rr_aa_pp_hh_ii_cc_ss?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ MultiSplitPaneUI._f_i_n_i_s_h_e_d_P_a_i_n_t_i_n_g_C_h_i_l_d_r_e_n
│ │ │ │ void (_J_S_p_l_i_t_P_a_n_e a, _G_r_a_p_h_i_c_s b)
│ │ │ │ Invokes the finishedPaintingChildren method on
│ │ │ │ each UI handled by this object.
│ │ │ │ - MultiViewportUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ - void Invokes the paint method on each UI handled by
│ │ │ │ - this object.
│ │ │ │ - MultiTreeUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiPopupMenuUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ MultiToolTipUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiToolBarUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ - void Invokes the paint method on each UI handled by
│ │ │ │ - this object.
│ │ │ │ - MultiTextUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiViewportUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiTableUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ - void Invokes the paint method on each UI handled by
│ │ │ │ + MultiDesktopIconUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a,
│ │ │ │ + void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiTableHeaderUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a,
│ │ │ │ + MultiColorChooserUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a,
│ │ │ │ void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiTabbedPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiScrollPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiSplitPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ - void Invokes the paint method on each UI handled by
│ │ │ │ + MultiDesktopPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a,
│ │ │ │ + void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiSpinnerUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiTreeUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiSliderUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiOptionPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiSeparatorUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ - void Invokes the paint method on each UI handled by
│ │ │ │ + MultiInternalFrameUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a,
│ │ │ │ + void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiScrollPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiPanelUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiScrollBarUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiTextUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiRootPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ - void Invokes the paint method on each UI handled by
│ │ │ │ + MultiTableHeaderUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a,
│ │ │ │ + void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ MultiProgressBarUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a,
│ │ │ │ void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiPopupMenuUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiScrollBarUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiPanelUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiTabbedPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiOptionPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiButtonUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiMenuItemUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiSeparatorUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ MultiMenuBarUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiListUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiSpinnerUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiLabelUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiSplitPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiInternalFrameUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a,
│ │ │ │ - void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ - Invokes the paint method on each UI handled by
│ │ │ │ + MultiComboBoxUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + void Invokes the paint method on each UI handled by
│ │ │ │ + this object.
│ │ │ │ + MultiLabelUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + void Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ MultiFileChooserUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a,
│ │ │ │ void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiDesktopPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a,
│ │ │ │ - void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ - Invokes the paint method on each UI handled by
│ │ │ │ + MultiSliderUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + void Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiDesktopIconUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a,
│ │ │ │ - void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ - Invokes the paint method on each UI handled by
│ │ │ │ + MultiToolBarUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + void Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiComboBoxUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiRootPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiColorChooserUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a,
│ │ │ │ - void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ - Invokes the paint method on each UI handled by
│ │ │ │ + MultiMenuItemUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + void Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiButtonUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiTableUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiViewportUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ - void Invokes the update method on each UI handled by
│ │ │ │ + MultiListUI._p_a_i_n_t(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + void Invokes the paint method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiTreeUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiPopupMenuUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ MultiToolTipUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiToolBarUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiViewportUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiTextUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ - void Invokes the update method on each UI handled by
│ │ │ │ + MultiDesktopIconUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a,
│ │ │ │ + void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiTableUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ - void Invokes the update method on each UI handled by
│ │ │ │ + MultiColorChooserUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a,
│ │ │ │ + void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiTableHeaderUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a,
│ │ │ │ + MultiScrollPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a,
│ │ │ │ void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiTabbedPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a,
│ │ │ │ + MultiDesktopPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a,
│ │ │ │ void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiSplitPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiTreeUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiSpinnerUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ - void Invokes the update method on each UI handled by
│ │ │ │ + MultiOptionPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a,
│ │ │ │ + void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiSliderUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiInternalFrameUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a,
│ │ │ │ + void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + Invokes the update method on each UI handled by
│ │ │ │ + this object.
│ │ │ │ + MultiPanelUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiSeparatorUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiTextUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiScrollPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a,
│ │ │ │ + MultiTableHeaderUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a,
│ │ │ │ void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiScrollBarUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ - void Invokes the update method on each UI handled by
│ │ │ │ + MultiProgressBarUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a,
│ │ │ │ + void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiRootPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiScrollBarUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiProgressBarUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a,
│ │ │ │ + MultiTabbedPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a,
│ │ │ │ void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiPopupMenuUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiButtonUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiPanelUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiSeparatorUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiOptionPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a,
│ │ │ │ - void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ - Invokes the update method on each UI handled by
│ │ │ │ + MultiMenuBarUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + void Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiMenuItemUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiSpinnerUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiMenuBarUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiSplitPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiListUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiComboBoxUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ MultiLabelUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiInternalFrameUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a,
│ │ │ │ - void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ - Invokes the update method on each UI handled by
│ │ │ │ - this object.
│ │ │ │ MultiFileChooserUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a,
│ │ │ │ void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiDesktopPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a,
│ │ │ │ - void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ - Invokes the update method on each UI handled by
│ │ │ │ + MultiSliderUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + void Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiDesktopIconUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a,
│ │ │ │ - void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ - Invokes the update method on each UI handled by
│ │ │ │ + MultiToolBarUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + void Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiComboBoxUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiRootPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiColorChooserUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a,
│ │ │ │ - void _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ - Invokes the update method on each UI handled by
│ │ │ │ + MultiMenuItemUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + void Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ - MultiButtonUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + MultiTableUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ + void Invokes the update method on each UI handled by
│ │ │ │ + this object.
│ │ │ │ + MultiListUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s a, _J_C_o_m_p_o_n_e_n_t b)
│ │ │ │ void Invokes the update method on each UI handled by
│ │ │ │ this object.
│ │ │ │ o ******** UUsseess ooff _GG_rr_aa_pp_hh_ii_cc_ss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._ss_yy_nn_tt_hh ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._ss_yy_nn_tt_hh wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _GG_rr_aa_pp_hh_ii_cc_ss?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ @@ -1120,349 +1120,349 @@
│ │ │ │ void _O_b_j_e_c_t paintKey, _G_r_a_p_h_i_c_s g, int x1, int y1,
│ │ │ │ int x2, int y2, _O_b_j_e_c_t styleKey)
│ │ │ │ Draws a line between the two end points.
│ │ │ │ SynthSplitPaneUI._f_i_n_i_s_h_e_d_P_a_i_n_t_i_n_g_C_h_i_l_d_r_e_n
│ │ │ │ void (_J_S_p_l_i_t_P_a_n_e jc, _G_r_a_p_h_i_c_s g)
│ │ │ │ Called when the specified split pane has finished
│ │ │ │ painting its children.
│ │ │ │ - SynthViewportUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthDesktopPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthTreeUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthMenuItemUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthToolTipUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthComboBoxUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthToolBarUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthRootPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthButtonUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthDesktopIconUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthTableUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthSpinnerUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthTableHeaderUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthViewportUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthTabbedPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthSeparatorUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthSplitPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthTabbedPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthSpinnerUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthInternalFrameUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ + void _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + Paints the specified component according to the
│ │ │ │ + Look and Feel.
│ │ │ │ + SynthToolBarUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthSliderUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthColorChooserUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ + void _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + Paints the specified component according to the
│ │ │ │ + Look and Feel.
│ │ │ │ + SynthButtonUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthSeparatorUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthTableHeaderUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthScrollPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthMenuBarUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthScrollBarUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthTableUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthRootPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthTreeUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthMenuItemUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthSplitPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthProgressBarUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthSliderUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthPopupMenuUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthScrollPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthPanelUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthToolTipUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ SynthOptionPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthMenuUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthPanelUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthMenuBarUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthMenuUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthLabelUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthProgressBarUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthInternalFrameUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ - void _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - Paints the specified component according to the
│ │ │ │ - Look and Feel.
│ │ │ │ - SynthDesktopPaneUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthPopupMenuUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthDesktopIconUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthLabelUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthComboBoxUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthScrollBarUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Paints the specified component according to the
│ │ │ │ Look and Feel.
│ │ │ │ - SynthColorChooserUI._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ - void _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - Paints the specified component according to the
│ │ │ │ - Look and Feel.
│ │ │ │ - SynthViewportUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthTextAreaUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthTreeUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthDesktopPaneUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthToolTipUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthMenuItemUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthToolBarUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ - protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ - Paints the toolbar.
│ │ │ │ - SynthButtonUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthComboBoxUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthEditorPaneUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthRootPaneUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ SynthTextFieldUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthTextAreaUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthDesktopIconUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthTableUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthSpinnerUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthTableHeaderUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthViewportUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthTabbedPaneUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthSeparatorUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthSplitPaneUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthEditorPaneUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthSpinnerUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthTabbedPaneUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthSliderUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthInternalFrameUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthSeparatorUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthToolBarUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ + Paints the toolbar.
│ │ │ │ + SynthColorChooserUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthScrollPaneUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthButtonUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthScrollBarUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthTableHeaderUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthRootPaneUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthMenuBarUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthMenuItemUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthTableUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthProgressBarUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthTreeUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthPopupMenuUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthSplitPaneUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthPanelUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthSliderUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthOptionPaneUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthScrollPaneUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthMenuUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthToolTipUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthMenuBarUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthOptionPaneUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthLabelUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthPanelUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthInternalFrameUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthMenuUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthDesktopPaneUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthProgressBarUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthDesktopIconUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthPopupMenuUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthComboBoxUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthLabelUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ - SynthColorChooserUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthScrollBarUI._p_a_i_n_t(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ protected void _G_r_a_p_h_i_c_s g)
│ │ │ │ Paints the specified component.
│ │ │ │ SynthPainter._p_a_i_n_t_A_r_r_o_w_B_u_t_t_o_n_B_a_c_k_g_r_o_u_n_d
│ │ │ │ void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ int w, int h)
│ │ │ │ Paints the background of an arrow button.
│ │ │ │ SynthPainter._p_a_i_n_t_A_r_r_o_w_B_u_t_t_o_n_B_o_r_d_e_r
│ │ │ │ void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ int w, int h)
│ │ │ │ Paints the border of an arrow button.
│ │ │ │ SynthPainter._p_a_i_n_t_A_r_r_o_w_B_u_t_t_o_n_F_o_r_e_g_r_o_u_n_d
│ │ │ │ void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ int w, int h, int direction)
│ │ │ │ Paints the foreground of an arrow button.
│ │ │ │ - protected void SynthEditorPaneUI._p_a_i_n_t_B_a_c_k_g_r_o_u_n_d(_G_r_a_p_h_i_c_s g)
│ │ │ │ + protected void SynthTextAreaUI._p_a_i_n_t_B_a_c_k_g_r_o_u_n_d(_G_r_a_p_h_i_c_s g)
│ │ │ │ Paints a background for the view.
│ │ │ │ protected void SynthTextFieldUI._p_a_i_n_t_B_a_c_k_g_r_o_u_n_d(_G_r_a_p_h_i_c_s g)
│ │ │ │ Paints a background for the view.
│ │ │ │ - protected void SynthTextAreaUI._p_a_i_n_t_B_a_c_k_g_r_o_u_n_d(_G_r_a_p_h_i_c_s g)
│ │ │ │ + protected void SynthEditorPaneUI._p_a_i_n_t_B_a_c_k_g_r_o_u_n_d(_G_r_a_p_h_i_c_s g)
│ │ │ │ Paints a background for the view.
│ │ │ │ - SynthUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthTextAreaUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthViewportUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthDesktopPaneUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ + void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ + int w, int h)
│ │ │ │ + Paints the border.
│ │ │ │ + SynthMenuItemUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthTreeUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthComboBoxUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthToolTipUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthRootPaneUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthToolBarUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthTextFieldUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthToggleButtonUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ + SynthCheckBoxMenuItemUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthButtonUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ - void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ + SynthFormattedTextFieldUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ + void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ + int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthTextPaneUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ - void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ + SynthPasswordFieldUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ + void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ + int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthEditorPaneUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ + SynthDesktopIconUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthTextFieldUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthSpinnerUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthTextAreaUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthViewportUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthTableUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthSeparatorUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthTableHeaderUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ + SynthTextPaneUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ + Paints the border.
│ │ │ │ + SynthEditorPaneUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ SynthTabbedPaneUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthSplitPaneUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ - void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ + SynthInternalFrameUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ + void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ + int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthSpinnerUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthListUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthSliderUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthToolBarUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthSeparatorUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthColorChooserUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ + void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ + int w, int h)
│ │ │ │ + Paints the border.
│ │ │ │ + SynthButtonUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthScrollPaneUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ + SynthTableHeaderUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthScrollBarUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthMenuBarUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthRootPaneUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthTableUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthRadioButtonUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ - void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ - int w, int h)
│ │ │ │ - Paints the border.
│ │ │ │ SynthRadioButtonMenuItemUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthMenuItemUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthTreeUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthProgressBarUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ - void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ - int w, int h)
│ │ │ │ - Paints the border.
│ │ │ │ - SynthPopupMenuUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthSplitPaneUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthPasswordFieldUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ + SynthRadioButtonUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthPanelUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthSliderUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthOptionPaneUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ + SynthScrollPaneUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthMenuUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ - void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ - Paints the border.
│ │ │ │ - SynthMenuBarUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ - void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ - Paints the border.
│ │ │ │ - SynthListUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthLabelUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthToolTipUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthInternalFrameUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ + SynthOptionPaneUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthFormattedTextFieldUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ - void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ - int w, int h)
│ │ │ │ + SynthPanelUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthDesktopPaneUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ + SynthToggleButtonUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthDesktopIconUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ - void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ - int w, int h)
│ │ │ │ + SynthMenuUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthComboBoxUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthCheckBoxUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthColorChooserUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ + SynthProgressBarUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthCheckBoxUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + SynthPopupMenuUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ - SynthCheckBoxMenuItemUI._p_a_i_n_t_B_o_r_d_e_r
│ │ │ │ - void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ - int w, int h)
│ │ │ │ + SynthLabelUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ + Paints the border.
│ │ │ │ + SynthScrollBarUI._p_a_i_n_t_B_o_r_d_e_r(_S_y_n_t_h_C_o_n_t_e_x_t context,
│ │ │ │ + void _G_r_a_p_h_i_c_s g, int x, int y, int w, int h)
│ │ │ │ Paints the border.
│ │ │ │ SynthPainter._p_a_i_n_t_B_u_t_t_o_n_B_a_c_k_g_r_o_u_n_d
│ │ │ │ void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ int w, int h)
│ │ │ │ Paints the background of a button.
│ │ │ │ SynthPainter._p_a_i_n_t_B_u_t_t_o_n_B_o_r_d_e_r
│ │ │ │ void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ @@ -2075,115 +2075,115 @@
│ │ │ │ void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ int w, int h)
│ │ │ │ Paints the background of the viewport.
│ │ │ │ SynthPainter._p_a_i_n_t_V_i_e_w_p_o_r_t_B_o_r_d_e_r
│ │ │ │ void (_S_y_n_t_h_C_o_n_t_e_x_t context, _G_r_a_p_h_i_c_s g, int x, int y,
│ │ │ │ int w, int h)
│ │ │ │ Paints the border of a viewport.
│ │ │ │ - SynthViewportUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - void Notifies this UI delegate to repaint the specified
│ │ │ │ - component.
│ │ │ │ - SynthTreeUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthTextAreaUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthToolTipUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - void Notifies this UI delegate to repaint the specified
│ │ │ │ + SynthDesktopPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g,
│ │ │ │ + void _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthToolBarUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthMenuItemUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthButtonUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthComboBoxUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthEditorPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthRootPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ SynthTextFieldUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthTextAreaUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - void Notifies this UI delegate to repaint the specified
│ │ │ │ - component.
│ │ │ │ - SynthTableUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - void Notifies this UI delegate to repaint the specified
│ │ │ │ - component.
│ │ │ │ - SynthTableHeaderUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g,
│ │ │ │ + SynthDesktopIconUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g,
│ │ │ │ void _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthTabbedPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthSpinnerUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthSplitPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthViewportUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthSpinnerUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthSeparatorUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthSliderUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthEditorPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthSeparatorUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthTabbedPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthScrollPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - void Notifies this UI delegate to repaint the specified
│ │ │ │ + SynthInternalFrameUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g,
│ │ │ │ + void _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthScrollBarUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthListUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthRootPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthToolBarUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthMenuItemUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthColorChooserUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g,
│ │ │ │ + void _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + Notifies this UI delegate to repaint the specified
│ │ │ │ + component.
│ │ │ │ + SynthButtonUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthProgressBarUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g,
│ │ │ │ + SynthTableHeaderUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g,
│ │ │ │ void _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthPopupMenuUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthMenuBarUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthPanelUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthTableUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthOptionPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthTreeUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthMenuUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthSplitPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthMenuBarUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthSliderUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthListUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthScrollPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthLabelUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthToolTipUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthInternalFrameUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g,
│ │ │ │ - void _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - Notifies this UI delegate to repaint the specified
│ │ │ │ + SynthOptionPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthDesktopPaneUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g,
│ │ │ │ - void _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - Notifies this UI delegate to repaint the specified
│ │ │ │ + SynthPanelUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthDesktopIconUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g,
│ │ │ │ + SynthMenuUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + void Notifies this UI delegate to repaint the specified
│ │ │ │ + component.
│ │ │ │ + SynthProgressBarUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g,
│ │ │ │ void _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthComboBoxUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + SynthPopupMenuUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ - SynthColorChooserUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g,
│ │ │ │ - void _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - Notifies this UI delegate to repaint the specified
│ │ │ │ + SynthLabelUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + void Notifies this UI delegate to repaint the specified
│ │ │ │ + component.
│ │ │ │ + SynthScrollBarUI._u_p_d_a_t_e(_G_r_a_p_h_i_c_s g, _J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ + void Notifies this UI delegate to repaint the specified
│ │ │ │ component.
│ │ │ │ o ******** UUsseess ooff _GG_rr_aa_pp_hh_ii_cc_ss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt tthhaatt rreettuurrnn _GG_rr_aa_pp_hh_ii_cc_ss?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ _G_r_a_p_h_i_c_s View._g_e_t_G_r_a_p_h_i_c_s()
│ │ │ │ Fetch a Graphics for rendering.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _GG_rr_aa_pp_hh_ii_cc_ss?
│ │ │ │ @@ -2228,98 +2228,98 @@
│ │ │ │ PasswordView._d_r_a_w_U_n_s_e_l_e_c_t_e_d_T_e_x_t(_G_r_a_p_h_i_c_s g, int x,
│ │ │ │ protected int int y, int p0, int p1)
│ │ │ │ Renders the given range in the model as normal
│ │ │ │ unselected text.
│ │ │ │ GlyphView.GlyphPainter._p_a_i_n_t(_G_l_y_p_h_V_i_e_w v, _G_r_a_p_h_i_c_s g,
│ │ │ │ abstract void _S_h_a_p_e a, int p0, int p1)
│ │ │ │ Paint the glyphs representing the given range.
│ │ │ │ - void Highlighter._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ - Renders the highlights.
│ │ │ │ void Caret._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ Renders the caret.
│ │ │ │ void DefaultCaret._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ Renders the caret as a vertical line.
│ │ │ │ + void Highlighter._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ + Renders the highlights.
│ │ │ │ void DefaultHighlighter._p_a_i_n_t(_G_r_a_p_h_i_c_s g)
│ │ │ │ Renders the highlights.
│ │ │ │ Highlighter.HighlightPainter._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ void int p0, int p1, _S_h_a_p_e bounds, _J_T_e_x_t_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Renders the highlight.
│ │ │ │ DefaultHighlighter.DefaultHighlightPainter._p_a_i_n_t
│ │ │ │ void (_G_r_a_p_h_i_c_s g, int offs0, int offs1, _S_h_a_p_e bounds,
│ │ │ │ _J_T_e_x_t_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Paints a highlight.
│ │ │ │ - View._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e allocation)
│ │ │ │ - abstract void Renders using the given rendering surface and area on
│ │ │ │ - that surface.
│ │ │ │ - BoxView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e allocation)
│ │ │ │ - void Renders the BoxView using the given rendering surface
│ │ │ │ - and area on that surface.
│ │ │ │ - ParagraphView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ + WrappedPlainView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ void Renders using the given rendering surface and area on
│ │ │ │ that surface.
│ │ │ │ ComponentView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ void The real paint behavior occurs naturally from the
│ │ │ │ association that the component has with its parent
│ │ │ │ container (the same container hosting this view).
│ │ │ │ - void GlyphView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ - Renders a portion of a text style run.
│ │ │ │ - AsyncBoxView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e alloc)
│ │ │ │ - void Render the view using the given allocation and
│ │ │ │ - rendering surface.
│ │ │ │ - WrappedPlainView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ - void Renders using the given rendering surface and area on
│ │ │ │ - that surface.
│ │ │ │ + void IconView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ + Paints the icon.
│ │ │ │ PlainView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ void Renders using the given rendering surface and area on
│ │ │ │ that surface.
│ │ │ │ + BoxView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e allocation)
│ │ │ │ + void Renders the BoxView using the given rendering surface
│ │ │ │ + and area on that surface.
│ │ │ │ + View._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e allocation)
│ │ │ │ + abstract void Renders using the given rendering surface and area on
│ │ │ │ + that surface.
│ │ │ │ FieldView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ void Renders using the given rendering surface and area on
│ │ │ │ that surface.
│ │ │ │ - void IconView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ - Paints the icon.
│ │ │ │ + AsyncBoxView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e alloc)
│ │ │ │ + void Render the view using the given allocation and
│ │ │ │ + rendering surface.
│ │ │ │ + void GlyphView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ + Renders a portion of a text style run.
│ │ │ │ + ParagraphView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ + void Renders using the given rendering surface and area on
│ │ │ │ + that surface.
│ │ │ │ protected BoxView._p_a_i_n_t_C_h_i_l_d(_G_r_a_p_h_i_c_s g, _R_e_c_t_a_n_g_l_e alloc,
│ │ │ │ void int index)
│ │ │ │ Paints a child.
│ │ │ │ void AsyncBoxView.ChildLocator._p_a_i_n_t_C_h_i_l_d_r_e_n(_G_r_a_p_h_i_c_s g)
│ │ │ │ Paint the children that intersect the clip area.
│ │ │ │ + abstract LayeredHighlighter.LayerPainter._p_a_i_n_t_L_a_y_e_r
│ │ │ │ + _S_h_a_p_e (_G_r_a_p_h_i_c_s g, int p0, int p1, _S_h_a_p_e viewBounds,
│ │ │ │ + _J_T_e_x_t_C_o_m_p_o_n_e_n_t editor, _V_i_e_w view)
│ │ │ │ DefaultHighlighter.DefaultHighlightPainter._p_a_i_n_t_L_a_y_e_r
│ │ │ │ _S_h_a_p_e (_G_r_a_p_h_i_c_s g, int offs0, int offs1, _S_h_a_p_e bounds,
│ │ │ │ _J_T_e_x_t_C_o_m_p_o_n_e_n_t c, _V_i_e_w view)
│ │ │ │ Paints a portion of a highlight.
│ │ │ │ - abstract LayeredHighlighter.LayerPainter._p_a_i_n_t_L_a_y_e_r
│ │ │ │ - _S_h_a_p_e (_G_r_a_p_h_i_c_s g, int p0, int p1, _S_h_a_p_e viewBounds,
│ │ │ │ - _J_T_e_x_t_C_o_m_p_o_n_e_n_t editor, _V_i_e_w view)
│ │ │ │ - DefaultHighlighter._p_a_i_n_t_L_a_y_e_r_e_d_H_i_g_h_l_i_g_h_t_s(_G_r_a_p_h_i_c_s g,
│ │ │ │ + LayeredHighlighter._p_a_i_n_t_L_a_y_e_r_e_d_H_i_g_h_l_i_g_h_t_s(_G_r_a_p_h_i_c_s g,
│ │ │ │ int p0, int p1, _S_h_a_p_e viewBounds,
│ │ │ │ - void _J_T_e_x_t_C_o_m_p_o_n_e_n_t editor, _V_i_e_w view)
│ │ │ │ + abstract void _J_T_e_x_t_C_o_m_p_o_n_e_n_t editor, _V_i_e_w view)
│ │ │ │ When leaf Views (such as LabelView) are rendering
│ │ │ │ they should call into this method.
│ │ │ │ - LayeredHighlighter._p_a_i_n_t_L_a_y_e_r_e_d_H_i_g_h_l_i_g_h_t_s(_G_r_a_p_h_i_c_s g,
│ │ │ │ + DefaultHighlighter._p_a_i_n_t_L_a_y_e_r_e_d_H_i_g_h_l_i_g_h_t_s(_G_r_a_p_h_i_c_s g,
│ │ │ │ int p0, int p1, _S_h_a_p_e viewBounds,
│ │ │ │ - abstract void _J_T_e_x_t_C_o_m_p_o_n_e_n_t editor, _V_i_e_w view)
│ │ │ │ + void _J_T_e_x_t_C_o_m_p_o_n_e_n_t editor, _V_i_e_w view)
│ │ │ │ When leaf Views (such as LabelView) are rendering
│ │ │ │ they should call into this method.
│ │ │ │ o ******** UUsseess ooff _GG_rr_aa_pp_hh_ii_cc_ss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt_.._hh_tt_mm_ll ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt_.._hh_tt_mm_ll wwiitthh ppaarraammeetteerrss ooff ttyyppee _GG_rr_aa_pp_hh_ii_cc_ss?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ StyleSheet.BoxPainter._p_a_i_n_t(_G_r_a_p_h_i_c_s g, float x,
│ │ │ │ void float y, float w, float h, _V_i_e_w v)
│ │ │ │ Paints the CSS box according to the attributes
│ │ │ │ given.
│ │ │ │ StyleSheet.ListPainter._p_a_i_n_t(_G_r_a_p_h_i_c_s g, float x,
│ │ │ │ void float y, float w, float h, _V_i_e_w v, int item)
│ │ │ │ Paints the CSS list decoration according to the
│ │ │ │ attributes given.
│ │ │ │ - BlockView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e allocation)
│ │ │ │ + ListView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e allocation)
│ │ │ │ void Renders using the given rendering surface and
│ │ │ │ area on that surface.
│ │ │ │ - ParagraphView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ + BlockView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e allocation)
│ │ │ │ void Renders using the given rendering surface and
│ │ │ │ area on that surface.
│ │ │ │ - ListView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e allocation)
│ │ │ │ + ParagraphView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ void Renders using the given rendering surface and
│ │ │ │ area on that surface.
│ │ │ │ void ImageView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ Paints the View.
│ │ │ │ ListView._p_a_i_n_t_C_h_i_l_d(_G_r_a_p_h_i_c_s g, _R_e_c_t_a_n_g_l_e alloc,
│ │ │ │ protected void int index)
│ │ │ │ Paints one of the children; called by paint().
│ │ │ │ @@ -2350,9 +2350,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Graphics2D.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Graphics2D (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -40,38 +40,38 @@
│ │ │ │ GraphicsEnvironment._c_r_e_a_t_e_G_r_a_p_h_i_c_s
│ │ │ │ abstract _G_r_a_p_h_i_c_s_2_D (_B_u_f_f_e_r_e_d_I_m_a_g_e img)
│ │ │ │ Returns a Graphics2D object for rendering into
│ │ │ │ the specified _B_u_f_f_e_r_e_d_I_m_a_g_e.
│ │ │ │ o ******** UUsseess ooff _GG_rr_aa_pp_hh_ii_cc_ss_22_DD iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ff_oo_nn_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ff_oo_nn_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _GG_rr_aa_pp_hh_ii_cc_ss_22_DD?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - GraphicAttribute._d_r_a_w(_G_r_a_p_h_i_c_s_2_D graphics,
│ │ │ │ - abstract void float x, float y)
│ │ │ │ + ImageGraphicAttribute._d_r_a_w(_G_r_a_p_h_i_c_s_2_D graphics,
│ │ │ │ + void float x, float y)
│ │ │ │ Renders this GraphicAttribute at the specified
│ │ │ │ location.
│ │ │ │ - TextLayout._d_r_a_w(_G_r_a_p_h_i_c_s_2_D g2, float x, float y)
│ │ │ │ - void Renders this TextLayout at the specified location
│ │ │ │ - in the specified _G_r_a_p_h_i_c_s_2_D context.
│ │ │ │ ShapeGraphicAttribute._d_r_a_w(_G_r_a_p_h_i_c_s_2_D graphics,
│ │ │ │ void float x, float y)
│ │ │ │ Renders this GraphicAttribute at the specified
│ │ │ │ location.
│ │ │ │ - ImageGraphicAttribute._d_r_a_w(_G_r_a_p_h_i_c_s_2_D graphics,
│ │ │ │ - void float x, float y)
│ │ │ │ + TextLayout._d_r_a_w(_G_r_a_p_h_i_c_s_2_D g2, float x, float y)
│ │ │ │ + void Renders this TextLayout at the specified location
│ │ │ │ + in the specified _G_r_a_p_h_i_c_s_2_D context.
│ │ │ │ + GraphicAttribute._d_r_a_w(_G_r_a_p_h_i_c_s_2_D graphics,
│ │ │ │ + abstract void float x, float y)
│ │ │ │ Renders this GraphicAttribute at the specified
│ │ │ │ location.
│ │ │ │ o ******** UUsseess ooff _GG_rr_aa_pp_hh_ii_cc_ss_22_DD iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee tthhaatt rreettuurrnn _GG_rr_aa_pp_hh_ii_cc_ss_22_DD?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - VolatileImage._c_r_e_a_t_e_G_r_a_p_h_i_c_s()
│ │ │ │ - abstract _G_r_a_p_h_i_c_s_2_D Creates a Graphics2D, which can be used to draw
│ │ │ │ - into this VolatileImage.
│ │ │ │ BufferedImage._c_r_e_a_t_e_G_r_a_p_h_i_c_s()
│ │ │ │ _G_r_a_p_h_i_c_s_2_D Creates a Graphics2D, which can be used to draw
│ │ │ │ into this BufferedImage.
│ │ │ │ + VolatileImage._c_r_e_a_t_e_G_r_a_p_h_i_c_s()
│ │ │ │ + abstract _G_r_a_p_h_i_c_s_2_D Creates a Graphics2D, which can be used to draw
│ │ │ │ + into this VolatileImage.
│ │ │ │ o ******** UUsseess ooff _GG_rr_aa_pp_hh_ii_cc_ss_22_DD iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee _GG_rr_aa_pp_hh_ii_cc_ss_22_DD?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ Painter._p_a_i_n_t(_G_r_a_p_h_i_c_s_2_D g, _T object, int width,
│ │ │ │ void int height)
│ │ │ │ Renders to the given _G_r_a_p_h_i_c_s_2_D object.
│ │ │ │ o ******** UUsseess ooff _GG_rr_aa_pp_hh_ii_cc_ss_22_DD iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._nn_ii_mm_bb_uu_ss ********
│ │ │ │ @@ -105,9 +105,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/GraphicsConfigTemplate.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.GraphicsConfigTemplate (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -47,9 +47,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/GraphicsConfiguration.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.GraphicsConfiguration (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -162,9 +162,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/GraphicsDevice.WindowTranslucency.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.GraphicsDevice.WindowTranslucency (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -58,9 +58,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/GraphicsDevice.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.GraphicsDevice (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -23,21 +23,21 @@
│ │ │ │ painting graphics and images.
│ │ │ │ * o ******** UUsseess ooff _GG_rr_aa_pp_hh_ii_cc_ss_DD_ee_vv_ii_cc_ee iinn _jj_aa_vv_aa_.._aa_ww_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt tthhaatt rreettuurrnn _GG_rr_aa_pp_hh_ii_cc_ss_DD_ee_vv_ii_cc_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ GraphicsEnvironment._g_e_t_D_e_f_a_u_l_t_S_c_r_e_e_n_D_e_v_i_c_e
│ │ │ │ abstract _G_r_a_p_h_i_c_s_D_e_v_i_c_e ()
│ │ │ │ Returns the default screen GraphicsDevice.
│ │ │ │ - GraphicsConfiguration._g_e_t_D_e_v_i_c_e()
│ │ │ │ - abstract _G_r_a_p_h_i_c_s_D_e_v_i_c_e Returns the _G_r_a_p_h_i_c_s_D_e_v_i_c_e associated with
│ │ │ │ - this GraphicsConfiguration.
│ │ │ │ PointerInfo._g_e_t_D_e_v_i_c_e()
│ │ │ │ _G_r_a_p_h_i_c_s_D_e_v_i_c_e Returns the GraphicsDevice where the mouse
│ │ │ │ pointer was at the moment this PointerInfo
│ │ │ │ was created.
│ │ │ │ + GraphicsConfiguration._g_e_t_D_e_v_i_c_e()
│ │ │ │ + abstract _G_r_a_p_h_i_c_s_D_e_v_i_c_e Returns the _G_r_a_p_h_i_c_s_D_e_v_i_c_e associated with
│ │ │ │ + this GraphicsConfiguration.
│ │ │ │ abstract _G_r_a_p_h_i_c_s_D_e_v_i_c_e GraphicsEnvironment._g_e_t_S_c_r_e_e_n_D_e_v_i_c_e_s()
│ │ │ │ [] Returns an array of all of the screen
│ │ │ │ GraphicsDevice objects.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff
│ │ │ │ ttyyppee _GG_rr_aa_pp_hh_ii_cc_ss_DD_ee_vv_ii_cc_ee?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _R_o_b_o_t(_G_r_a_p_h_i_c_s_D_e_v_i_c_e screen)
│ │ │ │ @@ -59,9 +59,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/GraphicsEnvironment.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.GraphicsEnvironment (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -44,9 +44,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/GridBagConstraints.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.GridBagConstraints (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -94,9 +94,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/GridBagLayout.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.GridBagLayout (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/GridBagLayoutInfo.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.GridBagLayoutInfo (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -67,9 +67,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/GridLayout.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.GridLayout (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/HeadlessException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.HeadlessException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -528,9 +528,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/IllegalComponentStateException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.IllegalComponentStateException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -59,9 +59,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Image.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Image (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -40,18 +40,18 @@
│ │ │ │ _j_a_v_a_x_._s_w_i_n_g components that, to the maximum degree possible,
│ │ │ │ work the same on all platforms.
│ │ │ │ _j_a_v_a_x_._s_w_i_n_g_._t_e_x_t_._h_t_m_l Provides the class HTMLEditorKit and supporting
│ │ │ │ classes for creating HTML text editors.
│ │ │ │ * o ******** UUsseess ooff _II_mm_aa_gg_ee iinn _jj_aa_vv_aa_.._aa_pp_pp_ll_ee_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_pp_pp_ll_ee_tt tthhaatt rreettuurrnn _II_mm_aa_gg_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - Applet._g_e_t_I_m_a_g_e(_U_R_L url)
│ │ │ │ + AppletContext._g_e_t_I_m_a_g_e(_U_R_L url)
│ │ │ │ _I_m_a_g_e Returns an Image object that can then be painted
│ │ │ │ on the screen.
│ │ │ │ - AppletContext._g_e_t_I_m_a_g_e(_U_R_L url)
│ │ │ │ + Applet._g_e_t_I_m_a_g_e(_U_R_L url)
│ │ │ │ _I_m_a_g_e Returns an Image object that can then be painted
│ │ │ │ on the screen.
│ │ │ │ Applet._g_e_t_I_m_a_g_e(_U_R_L url, _S_t_r_i_n_g name)
│ │ │ │ _I_m_a_g_e Returns an Image object that can then be painted
│ │ │ │ on the screen.
│ │ │ │ o ******** UUsseess ooff _II_mm_aa_gg_ee iinn _jj_aa_vv_aa_.._aa_ww_tt ********
│ │ │ │ FFiieellddss iinn _jj_aa_vv_aa_.._aa_ww_tt ddeeccllaarreedd aass _II_mm_aa_gg_ee?
│ │ │ │ @@ -64,20 +64,20 @@
│ │ │ │ _I_m_a_g_e Creates an image which decodes the image stored
│ │ │ │ in the specified byte array.
│ │ │ │ Toolkit._c_r_e_a_t_e_I_m_a_g_e(byte[] imagedata,
│ │ │ │ int imageoffset, int imagelength)
│ │ │ │ abstract _I_m_a_g_e Creates an image which decodes the image stored
│ │ │ │ in the specified byte array, and at the specified
│ │ │ │ offset and length.
│ │ │ │ - Component._c_r_e_a_t_e_I_m_a_g_e(_I_m_a_g_e_P_r_o_d_u_c_e_r producer)
│ │ │ │ - _I_m_a_g_e Creates an image from the specified image
│ │ │ │ - producer.
│ │ │ │ Toolkit._c_r_e_a_t_e_I_m_a_g_e(_I_m_a_g_e_P_r_o_d_u_c_e_r producer)
│ │ │ │ abstract _I_m_a_g_e Creates an image with the specified image
│ │ │ │ producer.
│ │ │ │ + Component._c_r_e_a_t_e_I_m_a_g_e(_I_m_a_g_e_P_r_o_d_u_c_e_r producer)
│ │ │ │ + _I_m_a_g_e Creates an image from the specified image
│ │ │ │ + producer.
│ │ │ │ Component._c_r_e_a_t_e_I_m_a_g_e(int width, int height)
│ │ │ │ _I_m_a_g_e Creates an off-screen drawable image to be used
│ │ │ │ for double buffering.
│ │ │ │ Toolkit._c_r_e_a_t_e_I_m_a_g_e(_S_t_r_i_n_g filename)
│ │ │ │ abstract _I_m_a_g_e Returns an image which gets pixel data from the
│ │ │ │ specified file.
│ │ │ │ Toolkit._c_r_e_a_t_e_I_m_a_g_e(_U_R_L url)
│ │ │ │ @@ -113,22 +113,22 @@
│ │ │ │ void int h)
│ │ │ │ Adds a scaled image to the list of images being
│ │ │ │ tracked by this media tracker.
│ │ │ │ Component._c_h_e_c_k_I_m_a_g_e(_I_m_a_g_e image,
│ │ │ │ int _I_m_a_g_e_O_b_s_e_r_v_e_r observer)
│ │ │ │ Returns the status of the construction of a
│ │ │ │ screen representation of the specified image.
│ │ │ │ - Component._c_h_e_c_k_I_m_a_g_e(_I_m_a_g_e image, int width,
│ │ │ │ - int int height, _I_m_a_g_e_O_b_s_e_r_v_e_r observer)
│ │ │ │ - Returns the status of the construction of a
│ │ │ │ - screen representation of the specified image.
│ │ │ │ Toolkit._c_h_e_c_k_I_m_a_g_e(_I_m_a_g_e image, int width,
│ │ │ │ abstract int int height, _I_m_a_g_e_O_b_s_e_r_v_e_r observer)
│ │ │ │ Indicates the construction status of a specified
│ │ │ │ image that is being prepared for display.
│ │ │ │ + Component._c_h_e_c_k_I_m_a_g_e(_I_m_a_g_e image, int width,
│ │ │ │ + int int height, _I_m_a_g_e_O_b_s_e_r_v_e_r observer)
│ │ │ │ + Returns the status of the construction of a
│ │ │ │ + screen representation of the specified image.
│ │ │ │ Toolkit._c_r_e_a_t_e_C_u_s_t_o_m_C_u_r_s_o_r(_I_m_a_g_e cursor,
│ │ │ │ _C_u_r_s_o_r _P_o_i_n_t hotSpot, _S_t_r_i_n_g name)
│ │ │ │ Creates a new custom cursor object.
│ │ │ │ Graphics2D._d_r_a_w_I_m_a_g_e(_I_m_a_g_e img,
│ │ │ │ abstract boolean _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _I_m_a_g_e_O_b_s_e_r_v_e_r obs)
│ │ │ │ Renders an image, applying a transform from image
│ │ │ │ space into user space before drawing.
│ │ │ │ @@ -169,21 +169,21 @@
│ │ │ │ boolean int x, int y, int w, int h)
│ │ │ │ Repaints the component when the image has
│ │ │ │ changed.
│ │ │ │ Component._p_r_e_p_a_r_e_I_m_a_g_e(_I_m_a_g_e image,
│ │ │ │ boolean _I_m_a_g_e_O_b_s_e_r_v_e_r observer)
│ │ │ │ Prepares an image for rendering on this
│ │ │ │ component.
│ │ │ │ + Toolkit._p_r_e_p_a_r_e_I_m_a_g_e(_I_m_a_g_e image, int width,
│ │ │ │ + abstract boolean int height, _I_m_a_g_e_O_b_s_e_r_v_e_r observer)
│ │ │ │ + Prepares an image for rendering.
│ │ │ │ Component._p_r_e_p_a_r_e_I_m_a_g_e(_I_m_a_g_e image, int width,
│ │ │ │ boolean int height, _I_m_a_g_e_O_b_s_e_r_v_e_r observer)
│ │ │ │ Prepares an image for rendering on this component
│ │ │ │ at the specified width and height.
│ │ │ │ - Toolkit._p_r_e_p_a_r_e_I_m_a_g_e(_I_m_a_g_e image, int width,
│ │ │ │ - abstract boolean int height, _I_m_a_g_e_O_b_s_e_r_v_e_r observer)
│ │ │ │ - Prepares an image for rendering.
│ │ │ │ MediaTracker._r_e_m_o_v_e_I_m_a_g_e(_I_m_a_g_e image)
│ │ │ │ void Removes the specified image from this media
│ │ │ │ tracker.
│ │ │ │ MediaTracker._r_e_m_o_v_e_I_m_a_g_e(_I_m_a_g_e image, int id)
│ │ │ │ void Removes the specified image from the specified
│ │ │ │ tracking ID of this media tracker.
│ │ │ │ MediaTracker._r_e_m_o_v_e_I_m_a_g_e(_I_m_a_g_e image, int id,
│ │ │ │ @@ -308,19 +308,19 @@
│ │ │ │ _P_i_x_e_l_G_r_a_b_b_e_r(_I_m_a_g_e img, int x, int y, int w, int h, int[] pix,
│ │ │ │ int off, int scansize)
│ │ │ │ Create a PixelGrabber object to grab the (x, y, w, h) rectangular
│ │ │ │ section of pixels from the specified image into the given array.
│ │ │ │ o ******** UUsseess ooff _II_mm_aa_gg_ee iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss tthhaatt rreettuurrnn _II_mm_aa_gg_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + _I_m_a_g_e SimpleBeanInfo._g_e_t_I_c_o_n(int iconKind)
│ │ │ │ + Claim there are no icons available.
│ │ │ │ BeanInfo._g_e_t_I_c_o_n(int iconKind)
│ │ │ │ _I_m_a_g_e Returns an image that can be used to represent
│ │ │ │ the bean in toolboxes or toolbars.
│ │ │ │ - _I_m_a_g_e SimpleBeanInfo._g_e_t_I_c_o_n(int iconKind)
│ │ │ │ - Claim there are no icons available.
│ │ │ │ SimpleBeanInfo._l_o_a_d_I_m_a_g_e(_S_t_r_i_n_g resourceName)
│ │ │ │ _I_m_a_g_e This is a utility method to help in loading icon
│ │ │ │ images.
│ │ │ │ o ******** UUsseess ooff _II_mm_aa_gg_ee iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg ********
│ │ │ │ FFiieellddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg ddeeccllaarreedd aass _II_mm_aa_gg_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee FFiieelldd aanndd DDeessccrriippttiioonn
│ │ │ │ protected _I_m_a_g_e JViewport._b_a_c_k_i_n_g_S_t_o_r_e_I_m_a_g_e
│ │ │ │ @@ -423,9 +423,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/ImageCapabilities.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.ImageCapabilities (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -85,9 +85,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Insets.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Insets (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -106,130 +106,130 @@
│ │ │ │ is appropriate for the given locale.
│ │ │ │ JPopupMenu._g_e_t_M_a_r_g_i_n()
│ │ │ │ _I_n_s_e_t_s Returns the margin, in pixels, between the popup
│ │ │ │ menu's border and its containers.
│ │ │ │ AbstractButton._g_e_t_M_a_r_g_i_n()
│ │ │ │ _I_n_s_e_t_s Returns the margin between the button's border
│ │ │ │ and the label.
│ │ │ │ - JMenuBar._g_e_t_M_a_r_g_i_n()
│ │ │ │ - _I_n_s_e_t_s Returns the margin between the menubar's border
│ │ │ │ - and its menus.
│ │ │ │ JToolBar._g_e_t_M_a_r_g_i_n()
│ │ │ │ _I_n_s_e_t_s Returns the margin between the tool bar's border
│ │ │ │ and its buttons.
│ │ │ │ + JMenuBar._g_e_t_M_a_r_g_i_n()
│ │ │ │ + _I_n_s_e_t_s Returns the margin between the menubar's border
│ │ │ │ + and its menus.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee _II_nn_ss_ee_tt_ss?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ JComponent._g_e_t_I_n_s_e_t_s(_I_n_s_e_t_s insets)
│ │ │ │ _I_n_s_e_t_s Returns an Insets object containing this
│ │ │ │ component's inset values.
│ │ │ │ JViewport._g_e_t_I_n_s_e_t_s(_I_n_s_e_t_s insets)
│ │ │ │ _I_n_s_e_t_s Returns an Insets object containing this
│ │ │ │ JViewports inset values.
│ │ │ │ AbstractButton._s_e_t_M_a_r_g_i_n(_I_n_s_e_t_s m)
│ │ │ │ void Sets space for margin between the button's border
│ │ │ │ and the label.
│ │ │ │ - JMenuBar._s_e_t_M_a_r_g_i_n(_I_n_s_e_t_s m)
│ │ │ │ - void Sets the margin between the menubar's border and
│ │ │ │ - its menus.
│ │ │ │ JToolBar._s_e_t_M_a_r_g_i_n(_I_n_s_e_t_s m)
│ │ │ │ void Sets the margin between the tool bar's border and
│ │ │ │ its buttons.
│ │ │ │ + JMenuBar._s_e_t_M_a_r_g_i_n(_I_n_s_e_t_s m)
│ │ │ │ + void Sets the margin between the menubar's border and
│ │ │ │ + its menus.
│ │ │ │ o ******** UUsseess ooff _II_nn_ss_ee_tt_ss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._bb_oo_rr_dd_ee_rr ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._bb_oo_rr_dd_ee_rr tthhaatt rreettuurrnn _II_nn_ss_ee_tt_ss?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ _I_n_s_e_t_s EmptyBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s()
│ │ │ │ Returns the insets of the border.
│ │ │ │ _I_n_s_e_t_s MatteBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s()
│ │ │ │ Returns the insets of the border.
│ │ │ │ _I_n_s_e_t_s Border._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Returns the insets of the border.
│ │ │ │ AbstractBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c)
│ │ │ │ This default implementation returns a new _I_n_s_e_t_s
│ │ │ │ _I_n_s_e_t_s object that is initialized by the
│ │ │ │ _A_b_s_t_r_a_c_t_B_o_r_d_e_r_._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s_(_C_o_m_p_o_n_e_n_t_,_I_n_s_e_t_s_)
│ │ │ │ method.
│ │ │ │ - TitledBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + SoftBevelBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with this
│ │ │ │ Border's current Insets.
│ │ │ │ - AbstractBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ - _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ - Reinitializes the insets parameter with this
│ │ │ │ - Border's current Insets.
│ │ │ │ LineBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with this
│ │ │ │ Border's current Insets.
│ │ │ │ - EmptyBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + CompoundBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with this
│ │ │ │ Border's current Insets.
│ │ │ │ - CompoundBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + TitledBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with this
│ │ │ │ Border's current Insets.
│ │ │ │ - BevelBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + EmptyBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with this
│ │ │ │ Border's current Insets.
│ │ │ │ - EtchedBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + MatteBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with this
│ │ │ │ Border's current Insets.
│ │ │ │ - MatteBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + BevelBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with this
│ │ │ │ Border's current Insets.
│ │ │ │ + AbstractBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ + Reinitializes the insets parameter with this
│ │ │ │ + Border's current Insets.
│ │ │ │ StrokeBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ Reinitializes the insets parameter with this
│ │ │ │ border's current insets.
│ │ │ │ - SoftBevelBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + EtchedBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with this
│ │ │ │ Border's current Insets.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._bb_oo_rr_dd_ee_rr wwiitthh ppaarraammeetteerrss ooff ttyyppee _II_nn_ss_ee_tt_ss?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - TitledBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + SoftBevelBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with this
│ │ │ │ Border's current Insets.
│ │ │ │ - AbstractBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ - _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ - Reinitializes the insets parameter with this
│ │ │ │ - Border's current Insets.
│ │ │ │ LineBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with this
│ │ │ │ Border's current Insets.
│ │ │ │ - EmptyBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + CompoundBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with this
│ │ │ │ Border's current Insets.
│ │ │ │ - CompoundBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + TitledBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with this
│ │ │ │ Border's current Insets.
│ │ │ │ - BevelBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + EmptyBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with this
│ │ │ │ Border's current Insets.
│ │ │ │ - EtchedBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + MatteBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with this
│ │ │ │ Border's current Insets.
│ │ │ │ - MatteBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + BevelBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with this
│ │ │ │ Border's current Insets.
│ │ │ │ + AbstractBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ + Reinitializes the insets parameter with this
│ │ │ │ + Border's current Insets.
│ │ │ │ StrokeBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ Reinitializes the insets parameter with this
│ │ │ │ border's current insets.
│ │ │ │ - SoftBevelBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ + EtchedBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _I_n_s_e_t_s _I_n_s_e_t_s insets)
│ │ │ │ Reinitialize the insets parameter with this
│ │ │ │ Border's current Insets.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._bb_oo_rr_dd_ee_rr wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _II_nn_ss_ee_tt_ss?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _E_m_p_t_y_B_o_r_d_e_r(_I_n_s_e_t_s borderInsets)
│ │ │ │ @@ -283,24 +283,24 @@
│ │ │ │ (int tabPlacement)
│ │ │ │ BasicGraphicsUtils._g_e_t_E_t_c_h_e_d_I_n_s_e_t_s()
│ │ │ │ static _I_n_s_e_t_s Returns the amount of space taken up by a border
│ │ │ │ drawn by drawEtchedRect()
│ │ │ │ BasicGraphicsUtils._g_e_t_G_r_o_o_v_e_I_n_s_e_t_s()
│ │ │ │ static _I_n_s_e_t_s Returns the amount of space taken up by a border
│ │ │ │ drawn by drawGroove()
│ │ │ │ + protected _I_n_s_e_t_s BasicComboBoxUI._g_e_t_I_n_s_e_t_s()
│ │ │ │ + Gets the insets from the JComboBox.
│ │ │ │ _I_n_s_e_t_s BasicToolBarUI.DragWindow._g_e_t_I_n_s_e_t_s()
│ │ │ │ BasicSplitPaneDivider._g_e_t_I_n_s_e_t_s()
│ │ │ │ _I_n_s_e_t_s If a border has been set on this component,
│ │ │ │ returns the border's insets, else calls
│ │ │ │ super.getInsets.
│ │ │ │ - protected _I_n_s_e_t_s BasicComboBoxUI._g_e_t_I_n_s_e_t_s()
│ │ │ │ - Gets the insets from the JComboBox.
│ │ │ │ + _I_n_s_e_t_s BasicDesktopIconUI._g_e_t_I_n_s_e_t_s(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _I_n_s_e_t_s BasicSplitPaneUI._g_e_t_I_n_s_e_t_s(_J_C_o_m_p_o_n_e_n_t jc)
│ │ │ │ Returns the insets.
│ │ │ │ - _I_n_s_e_t_s BasicDesktopIconUI._g_e_t_I_n_s_e_t_s(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ protected _I_n_s_e_t_s BasicTabbedPaneUI._g_e_t_S_e_l_e_c_t_e_d_T_a_b_P_a_d_I_n_s_e_t_s
│ │ │ │ (int tabPlacement)
│ │ │ │ protected _I_n_s_e_t_s BasicTabbedPaneUI._g_e_t_T_a_b_A_r_e_a_I_n_s_e_t_s
│ │ │ │ (int tabPlacement)
│ │ │ │ protected _I_n_s_e_t_s BasicTabbedPaneUI._g_e_t_T_a_b_I_n_s_e_t_s(int tabPlacement,
│ │ │ │ int tabIndex)
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc wwiitthh ppaarraammeetteerrss ooff ttyyppee _II_nn_ss_ee_tt_ss?
│ │ │ │ @@ -365,17 +365,17 @@
│ │ │ │ _I_n_s_e_t_s
│ │ │ │ protected static MetalBorders.MenuBarBorder._b_o_r_d_e_r_I_n_s_e_t_s
│ │ │ │ _I_n_s_e_t_s
│ │ │ │ protected static MetalBorders.MenuItemBorder._b_o_r_d_e_r_I_n_s_e_t_s
│ │ │ │ _I_n_s_e_t_s
│ │ │ │ protected static MetalBorders.PopupMenuBorder._b_o_r_d_e_r_I_n_s_e_t_s
│ │ │ │ _I_n_s_e_t_s
│ │ │ │ + protected _I_n_s_e_t_s MetalBorders.TableHeaderBorder._e_d_i_t_o_r_B_o_r_d_e_r_I_n_s_e_t_s
│ │ │ │ protected static MetalComboBoxEditor._e_d_i_t_o_r_B_o_r_d_e_r_I_n_s_e_t_s
│ │ │ │ _I_n_s_e_t_s The default editor border Insets.
│ │ │ │ - protected _I_n_s_e_t_s MetalBorders.TableHeaderBorder._e_d_i_t_o_r_B_o_r_d_e_r_I_n_s_e_t_s
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._mm_ee_tt_aa_ll tthhaatt rreettuurrnn _II_nn_ss_ee_tt_ss?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ _I_n_s_e_t_s MetalBorders.Flush3DBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s
│ │ │ │ (_C_o_m_p_o_n_e_n_t c, _I_n_s_e_t_s newInsets)
│ │ │ │ _I_n_s_e_t_s MetalBorders.ButtonBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s
│ │ │ │ (_C_o_m_p_o_n_e_n_t c, _I_n_s_e_t_s newInsets)
│ │ │ │ _I_n_s_e_t_s MetalBorders.InternalFrameBorder._g_e_t_B_o_r_d_e_r_I_n_s_e_t_s
│ │ │ │ @@ -511,9 +511,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/ItemSelectable.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.ItemSelectable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -129,9 +129,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/JobAttributes.DefaultSelectionType.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.JobAttributes.DefaultSelectionType (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -85,9 +85,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/JobAttributes.DestinationType.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.JobAttributes.DestinationType (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -72,9 +72,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/JobAttributes.DialogType.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.JobAttributes.DialogType (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -81,9 +81,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/JobAttributes.MultipleDocumentHandlingType.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.JobAttributes.MultipleDocumentHandlingType (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -75,9 +75,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/JobAttributes.SidesType.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.JobAttributes.SidesType (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -88,9 +88,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/JobAttributes.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.JobAttributes (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -55,9 +55,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/KeyEventDispatcher.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.KeyEventDispatcher (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -78,9 +78,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/KeyEventPostProcessor.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.KeyEventPostProcessor (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -78,9 +78,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/KeyboardFocusManager.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.KeyboardFocusManager (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -70,9 +70,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Label.AccessibleAWTLabel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Label.AccessibleAWTLabel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Label.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Label (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -44,9 +44,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/LayoutManager.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.LayoutManager (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -123,37 +123,37 @@
│ │ │ │ different layout manager (or null) in the
│ │ │ │ constructor.
│ │ │ │ JRootPane._c_r_e_a_t_e_R_o_o_t_L_a_y_o_u_t()
│ │ │ │ protected _L_a_y_o_u_t_M_a_n_a_g_e_r Called by the constructor methods to create
│ │ │ │ the default layoutManager.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee _LL_aa_yy_oo_uu_tt_MM_aa_nn_aa_gg_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - AbstractButton._s_e_t_L_a_y_o_u_t(_L_a_y_o_u_t_M_a_n_a_g_e_r mgr)
│ │ │ │ - void Sets the layout manager for this container, refer
│ │ │ │ - to _C_o_n_t_a_i_n_e_r_._s_e_t_L_a_y_o_u_t_(_L_a_y_o_u_t_M_a_n_a_g_e_r_) for a
│ │ │ │ - complete description of this method.
│ │ │ │ + void JLayer._s_e_t_L_a_y_o_u_t(_L_a_y_o_u_t_M_a_n_a_g_e_r mgr)
│ │ │ │ + Sets the layout manager for this container.
│ │ │ │ + void JWindow._s_e_t_L_a_y_o_u_t(_L_a_y_o_u_t_M_a_n_a_g_e_r manager)
│ │ │ │ + Sets the LayoutManager.
│ │ │ │ void JScrollPane._s_e_t_L_a_y_o_u_t(_L_a_y_o_u_t_M_a_n_a_g_e_r layout)
│ │ │ │ Sets the layout manager for this JScrollPane.
│ │ │ │ - void JFrame._s_e_t_L_a_y_o_u_t(_L_a_y_o_u_t_M_a_n_a_g_e_r manager)
│ │ │ │ + void JDialog._s_e_t_L_a_y_o_u_t(_L_a_y_o_u_t_M_a_n_a_g_e_r manager)
│ │ │ │ Sets the LayoutManager.
│ │ │ │ JInternalFrame._s_e_t_L_a_y_o_u_t(_L_a_y_o_u_t_M_a_n_a_g_e_r manager)
│ │ │ │ void Ensures that, by default, the layout of this
│ │ │ │ component cannot be set.
│ │ │ │ - void JDialog._s_e_t_L_a_y_o_u_t(_L_a_y_o_u_t_M_a_n_a_g_e_r manager)
│ │ │ │ - Sets the LayoutManager.
│ │ │ │ - void JToolBar._s_e_t_L_a_y_o_u_t(_L_a_y_o_u_t_M_a_n_a_g_e_r mgr)
│ │ │ │ - void JLayer._s_e_t_L_a_y_o_u_t(_L_a_y_o_u_t_M_a_n_a_g_e_r mgr)
│ │ │ │ - Sets the layout manager for this container.
│ │ │ │ - void JWindow._s_e_t_L_a_y_o_u_t(_L_a_y_o_u_t_M_a_n_a_g_e_r manager)
│ │ │ │ - Sets the LayoutManager.
│ │ │ │ void JApplet._s_e_t_L_a_y_o_u_t(_L_a_y_o_u_t_M_a_n_a_g_e_r manager)
│ │ │ │ Sets the LayoutManager.
│ │ │ │ + AbstractButton._s_e_t_L_a_y_o_u_t(_L_a_y_o_u_t_M_a_n_a_g_e_r mgr)
│ │ │ │ + void Sets the layout manager for this container, refer
│ │ │ │ + to _C_o_n_t_a_i_n_e_r_._s_e_t_L_a_y_o_u_t_(_L_a_y_o_u_t_M_a_n_a_g_e_r_) for a
│ │ │ │ + complete description of this method.
│ │ │ │ + void JToolBar._s_e_t_L_a_y_o_u_t(_L_a_y_o_u_t_M_a_n_a_g_e_r mgr)
│ │ │ │ Box._s_e_t_L_a_y_o_u_t(_L_a_y_o_u_t_M_a_n_a_g_e_r l)
│ │ │ │ void Throws an AWTError, since a Box can use only a
│ │ │ │ BoxLayout.
│ │ │ │ + void JFrame._s_e_t_L_a_y_o_u_t(_L_a_y_o_u_t_M_a_n_a_g_e_r manager)
│ │ │ │ + Sets the LayoutManager.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _LL_aa_yy_oo_uu_tt_MM_aa_nn_aa_gg_ee_rr?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _J_P_a_n_e_l(_L_a_y_o_u_t_M_a_n_a_g_e_r layout)
│ │ │ │ Create a new buffered JPanel with the specified layout manager
│ │ │ │ _J_P_a_n_e_l(_L_a_y_o_u_t_M_a_n_a_g_e_r layout, boolean isDoubleBuffered)
│ │ │ │ Creates a new JPanel with the specified layout manager and
│ │ │ │ @@ -189,27 +189,27 @@
│ │ │ │ class The default layout manager for Popup menus and
│ │ │ │ menubars.
│ │ │ │ FFiieellddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc ddeeccllaarreedd aass _LL_aa_yy_oo_uu_tt_MM_aa_nn_aa_gg_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee FFiieelldd aanndd DDeessccrriippttiioonn
│ │ │ │ protected _L_a_y_o_u_t_M_a_n_a_g_e_r BasicInternalFrameUI._i_n_t_e_r_n_a_l_F_r_a_m_e_L_a_y_o_u_t
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc tthhaatt rreettuurrnn _LL_aa_yy_oo_uu_tt_MM_aa_nn_aa_gg_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + protected _L_a_y_o_u_t_M_a_n_a_g_e_r BasicInternalFrameTitlePane._c_r_e_a_t_e_L_a_y_o_u_t()
│ │ │ │ BasicSpinnerUI._c_r_e_a_t_e_L_a_y_o_u_t()
│ │ │ │ protected _L_a_y_o_u_t_M_a_n_a_g_e_r Creates a LayoutManager that manages the
│ │ │ │ editor, nextButton, and previousButton
│ │ │ │ children of the JSpinner.
│ │ │ │ - protected _L_a_y_o_u_t_M_a_n_a_g_e_r BasicInternalFrameTitlePane._c_r_e_a_t_e_L_a_y_o_u_t()
│ │ │ │ - BasicTabbedPaneUI._c_r_e_a_t_e_L_a_y_o_u_t_M_a_n_a_g_e_r()
│ │ │ │ - protected _L_a_y_o_u_t_M_a_n_a_g_e_r Invoked by installUI to create a layout
│ │ │ │ - manager object to manage the JTabbedPane.
│ │ │ │ - protected _L_a_y_o_u_t_M_a_n_a_g_e_r BasicOptionPaneUI._c_r_e_a_t_e_L_a_y_o_u_t_M_a_n_a_g_e_r()
│ │ │ │ - protected _L_a_y_o_u_t_M_a_n_a_g_e_r BasicInternalFrameUI._c_r_e_a_t_e_L_a_y_o_u_t_M_a_n_a_g_e_r()
│ │ │ │ BasicComboBoxUI._c_r_e_a_t_e_L_a_y_o_u_t_M_a_n_a_g_e_r()
│ │ │ │ protected _L_a_y_o_u_t_M_a_n_a_g_e_r Creates a layout manager for managing the
│ │ │ │ components which make up the combo box.
│ │ │ │ + protected _L_a_y_o_u_t_M_a_n_a_g_e_r BasicOptionPaneUI._c_r_e_a_t_e_L_a_y_o_u_t_M_a_n_a_g_e_r()
│ │ │ │ + protected _L_a_y_o_u_t_M_a_n_a_g_e_r BasicInternalFrameUI._c_r_e_a_t_e_L_a_y_o_u_t_M_a_n_a_g_e_r()
│ │ │ │ + BasicTabbedPaneUI._c_r_e_a_t_e_L_a_y_o_u_t_M_a_n_a_g_e_r()
│ │ │ │ + protected _L_a_y_o_u_t_M_a_n_a_g_e_r Invoked by installUI to create a layout
│ │ │ │ + manager object to manage the JTabbedPane.
│ │ │ │ o ******** UUsseess ooff _LL_aa_yy_oo_uu_tt_MM_aa_nn_aa_gg_ee_rr iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._mm_ee_tt_aa_ll ********
│ │ │ │ CCllaasssseess iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._mm_ee_tt_aa_ll tthhaatt iimmpplleemmeenntt _LL_aa_yy_oo_uu_tt_MM_aa_nn_aa_gg_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ _M_e_t_a_l_C_o_m_b_o_B_o_x_U_I_._M_e_t_a_l_C_o_m_b_o_B_o_x_L_a_y_o_u_t_M_a_n_a_g_e_r
│ │ │ │ class This class should be treated as a "protected"
│ │ │ │ inner class.
│ │ │ │ _M_e_t_a_l_S_c_r_o_l_l_B_a_r_U_I
│ │ │ │ @@ -217,32 +217,32 @@
│ │ │ │ and Feel
│ │ │ │ _M_e_t_a_l_T_a_b_b_e_d_P_a_n_e_U_I_._T_a_b_b_e_d_P_a_n_e_L_a_y_o_u_t
│ │ │ │ class This class should be treated as a "protected"
│ │ │ │ inner class.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._mm_ee_tt_aa_ll tthhaatt rreettuurrnn _LL_aa_yy_oo_uu_tt_MM_aa_nn_aa_gg_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ protected _L_a_y_o_u_t_M_a_n_a_g_e_r MetalInternalFrameTitlePane._c_r_e_a_t_e_L_a_y_o_u_t()
│ │ │ │ - protected _L_a_y_o_u_t_M_a_n_a_g_e_r MetalTabbedPaneUI._c_r_e_a_t_e_L_a_y_o_u_t_M_a_n_a_g_e_r()
│ │ │ │ protected _L_a_y_o_u_t_M_a_n_a_g_e_r MetalComboBoxUI._c_r_e_a_t_e_L_a_y_o_u_t_M_a_n_a_g_e_r()
│ │ │ │ + protected _L_a_y_o_u_t_M_a_n_a_g_e_r MetalTabbedPaneUI._c_r_e_a_t_e_L_a_y_o_u_t_M_a_n_a_g_e_r()
│ │ │ │ o ******** UUsseess ooff _LL_aa_yy_oo_uu_tt_MM_aa_nn_aa_gg_ee_rr iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._ss_yy_nn_tt_hh ********
│ │ │ │ CCllaasssseess iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._ss_yy_nn_tt_hh tthhaatt iimmpplleemmeenntt
│ │ │ │ _LL_aa_yy_oo_uu_tt_MM_aa_nn_aa_gg_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ _S_y_n_t_h_S_c_r_o_l_l_B_a_r_U_I
│ │ │ │ class Provides the Synth L&F UI delegate for
│ │ │ │ _J_S_c_r_o_l_l_B_a_r.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._ss_yy_nn_tt_hh tthhaatt rreettuurrnn _LL_aa_yy_oo_uu_tt_MM_aa_nn_aa_gg_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - SynthToolBarUI._c_r_e_a_t_e_L_a_y_o_u_t()
│ │ │ │ - protected _L_a_y_o_u_t_M_a_n_a_g_e_r Creates a LayoutManager to use with the
│ │ │ │ - toolbar.
│ │ │ │ SynthSpinnerUI._c_r_e_a_t_e_L_a_y_o_u_t()
│ │ │ │ protected _L_a_y_o_u_t_M_a_n_a_g_e_r Creates a LayoutManager that manages the
│ │ │ │ editor, nextButton, and previousButton
│ │ │ │ children of the JSpinner.
│ │ │ │ + SynthToolBarUI._c_r_e_a_t_e_L_a_y_o_u_t()
│ │ │ │ + protected _L_a_y_o_u_t_M_a_n_a_g_e_r Creates a LayoutManager to use with the
│ │ │ │ + toolbar.
│ │ │ │ SynthTabbedPaneUI._c_r_e_a_t_e_L_a_y_o_u_t_M_a_n_a_g_e_r()
│ │ │ │ protected _L_a_y_o_u_t_M_a_n_a_g_e_r Invoked by installUI to create a layout
│ │ │ │ manager object to manage the JTabbedPane.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ @@ -259,9 +259,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/LayoutManager2.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.LayoutManager2 (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -92,9 +92,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/LinearGradientPaint.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.LinearGradientPaint (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -49,9 +49,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/List.AccessibleAWTList.AccessibleAWTListChild.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.List.AccessibleAWTList.AccessibleAWTListChild (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/List.AccessibleAWTList.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.List.AccessibleAWTList (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/List.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.List (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -47,9 +47,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/MediaTracker.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.MediaTracker (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -45,9 +45,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Menu.AccessibleAWTMenu.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Menu.AccessibleAWTMenu (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -44,9 +44,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Menu.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Menu (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -63,9 +63,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/MenuBar.AccessibleAWTMenuBar.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.MenuBar.AccessibleAWTMenuBar (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/MenuBar.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.MenuBar (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -52,9 +52,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/MenuComponent.AccessibleAWTMenuComponent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.MenuComponent.AccessibleAWTMenuComponent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -58,9 +58,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/MenuComponent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.MenuComponent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -38,25 +38,25 @@
│ │ │ │ MenuItem, or one of its subclasses.
│ │ │ │ _P_o_p_u_p_M_e_n_u
│ │ │ │ class A class that implements a menu which can be
│ │ │ │ dynamically popped up at a specified position
│ │ │ │ within a component.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _MM_ee_nn_uu_CC_oo_mm_pp_oo_nn_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + MenuBar._r_e_m_o_v_e(_M_e_n_u_C_o_m_p_o_n_e_n_t m)
│ │ │ │ + void Removes the specified menu component from this
│ │ │ │ + menu bar.
│ │ │ │ + void Frame._r_e_m_o_v_e(_M_e_n_u_C_o_m_p_o_n_e_n_t m)
│ │ │ │ + Removes the specified menu bar from this frame.
│ │ │ │ + void MenuContainer._r_e_m_o_v_e(_M_e_n_u_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ Component._r_e_m_o_v_e(_M_e_n_u_C_o_m_p_o_n_e_n_t popup)
│ │ │ │ void Removes the specified popup menu from the
│ │ │ │ component.
│ │ │ │ - void MenuContainer._r_e_m_o_v_e(_M_e_n_u_C_o_m_p_o_n_e_n_t comp)
│ │ │ │ void Menu._r_e_m_o_v_e(_M_e_n_u_C_o_m_p_o_n_e_n_t item)
│ │ │ │ Removes the specified menu item from this menu.
│ │ │ │ - void Frame._r_e_m_o_v_e(_M_e_n_u_C_o_m_p_o_n_e_n_t m)
│ │ │ │ - Removes the specified menu bar from this frame.
│ │ │ │ - MenuBar._r_e_m_o_v_e(_M_e_n_u_C_o_m_p_o_n_e_n_t m)
│ │ │ │ - void Removes the specified menu component from this
│ │ │ │ - menu bar.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -70,9 +70,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/MenuContainer.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.MenuContainer (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -116,18 +116,18 @@
│ │ │ │ class A TextField object is a text component that
│ │ │ │ allows for the editing of a single line of text.
│ │ │ │ _W_i_n_d_o_w
│ │ │ │ class A Window object is a top-level window with no
│ │ │ │ borders and no menubar.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt tthhaatt rreettuurrnn _MM_ee_nn_uu_CC_oo_nn_tt_aa_ii_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - PopupMenu._g_e_t_P_a_r_e_n_t()
│ │ │ │ + MenuComponent._g_e_t_P_a_r_e_n_t()
│ │ │ │ _M_e_n_u_C_o_n_t_a_i_n_e_r Returns the parent container for this menu
│ │ │ │ component.
│ │ │ │ - MenuComponent._g_e_t_P_a_r_e_n_t()
│ │ │ │ + PopupMenu._g_e_t_P_a_r_e_n_t()
│ │ │ │ _M_e_n_u_C_o_n_t_a_i_n_e_r Returns the parent container for this menu
│ │ │ │ component.
│ │ │ │ o ******** UUsseess ooff _MM_ee_nn_uu_CC_oo_nn_tt_aa_ii_nn_ee_rr iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg ********
│ │ │ │ CCllaasssseess iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg tthhaatt iimmpplleemmeenntt _MM_ee_nn_uu_CC_oo_nn_tt_aa_ii_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ _A_b_s_t_r_a_c_t_B_u_t_t_o_n
│ │ │ │ class Defines common behaviors for buttons and menu
│ │ │ │ @@ -410,9 +410,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/MenuItem.AccessibleAWTMenuItem.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.MenuItem.AccessibleAWTMenuItem (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -50,9 +50,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/MenuItem.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.MenuItem (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -76,9 +76,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/MenuShortcut.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.MenuShortcut (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -72,9 +72,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/MouseInfo.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.MouseInfo (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/MultipleGradientPaint.ColorSpaceType.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.MultipleGradientPaint.ColorSpaceType (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -67,9 +67,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/MultipleGradientPaint.CycleMethod.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.MultipleGradientPaint.CycleMethod (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -95,9 +95,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/MultipleGradientPaint.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.MultipleGradientPaint (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -49,9 +49,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/PageAttributes.ColorType.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.PageAttributes.ColorType (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -71,9 +71,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/PageAttributes.MediaType.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.PageAttributes.MediaType (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -386,9 +386,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/PageAttributes.OrientationRequestedType.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.PageAttributes.OrientationRequestedType (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -73,9 +73,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/PageAttributes.OriginType.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.PageAttributes.OriginType (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -75,9 +75,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/PageAttributes.PrintQualityType.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.PageAttributes.PrintQualityType (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -73,9 +73,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/PageAttributes.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.PageAttributes (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -56,9 +56,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Paint.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.Paint (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -121,9 +121,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/PaintContext.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.PaintContext (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -20,45 +20,45 @@
│ │ │ │ * PPaacckkaaggeess tthhaatt uussee _PP_aa_ii_nn_tt_CC_oo_nn_tt_ee_xx_tt?
│ │ │ │ PPaacckkaaggee DDeessccrriippttiioonn
│ │ │ │ _j_a_v_a_._a_w_t Contains all of the classes for creating user interfaces and for
│ │ │ │ painting graphics and images.
│ │ │ │ * o ******** UUsseess ooff _PP_aa_ii_nn_tt_CC_oo_nn_tt_ee_xx_tt iinn _jj_aa_vv_aa_.._aa_ww_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt tthhaatt rreettuurrnn _PP_aa_ii_nn_tt_CC_oo_nn_tt_ee_xx_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - Color._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm, _R_e_c_t_a_n_g_l_e r,
│ │ │ │ - _R_e_c_t_a_n_g_l_e_2_D r2d, _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform,
│ │ │ │ - _P_a_i_n_t_C_o_n_t_e_x_t _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ - Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ - generate a solid color field pattern.
│ │ │ │ Paint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ generate the color pattern.
│ │ │ │ - GradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ - _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ - _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ - Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ - generate a linear color gradient pattern.
│ │ │ │ - TexturePaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ - _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ - _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ - Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ - generate a tiled image pattern.
│ │ │ │ LinearGradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m transform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ generate a linear color gradient pattern.
│ │ │ │ RadialGradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m transform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ generate a circular radial color gradient
│ │ │ │ pattern.
│ │ │ │ + GradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ + _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ + _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ + Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ + generate a linear color gradient pattern.
│ │ │ │ + TexturePaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ + _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ + _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ + Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ + generate a tiled image pattern.
│ │ │ │ + Color._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm, _R_e_c_t_a_n_g_l_e r,
│ │ │ │ + _R_e_c_t_a_n_g_l_e_2_D r2d, _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform,
│ │ │ │ + _P_a_i_n_t_C_o_n_t_e_x_t _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ + Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ + generate a solid color field pattern.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -72,9 +72,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Panel.AccessibleAWTPanel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Panel.AccessibleAWTPanel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -54,9 +54,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Panel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Panel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -64,9 +64,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Point.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Point (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -56,36 +56,36 @@
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ _P_o_i_n_t GraphicsEnvironment._g_e_t_C_e_n_t_e_r_P_o_i_n_t()
│ │ │ │ Returns the Point where Windows should be centered.
│ │ │ │ GridBagLayout._g_e_t_L_a_y_o_u_t_O_r_i_g_i_n()
│ │ │ │ _P_o_i_n_t Determines the origin of the layout area, in the graphics
│ │ │ │ coordinate space of the target container.
│ │ │ │ + PointerInfo._g_e_t_L_o_c_a_t_i_o_n()
│ │ │ │ + _P_o_i_n_t Returns the Point that represents the coordinates of the pointer
│ │ │ │ + on the screen.
│ │ │ │ Component._g_e_t_L_o_c_a_t_i_o_n()
│ │ │ │ _P_o_i_n_t Gets the location of this component in the form of a point
│ │ │ │ specifying the component's top-left corner.
│ │ │ │ Component.AccessibleAWTComponent._g_e_t_L_o_c_a_t_i_o_n()
│ │ │ │ _P_o_i_n_t Gets the location of the object relative to the parent in the
│ │ │ │ form of a point specifying the object's top-left corner in the
│ │ │ │ screen's coordinate space.
│ │ │ │ - _P_o_i_n_t Point._g_e_t_L_o_c_a_t_i_o_n()
│ │ │ │ - Returns the location of this point.
│ │ │ │ + _P_o_i_n_t Rectangle._g_e_t_L_o_c_a_t_i_o_n()
│ │ │ │ + Returns the location of this Rectangle.
│ │ │ │ MenuComponent.AccessibleAWTMenuComponent._g_e_t_L_o_c_a_t_i_o_n()
│ │ │ │ _P_o_i_n_t Gets the location of the object relative to the parent in the
│ │ │ │ form of a point specifying the object's top-left corner in the
│ │ │ │ screen's coordinate space.
│ │ │ │ - _P_o_i_n_t Rectangle._g_e_t_L_o_c_a_t_i_o_n()
│ │ │ │ - Returns the location of this Rectangle.
│ │ │ │ - PointerInfo._g_e_t_L_o_c_a_t_i_o_n()
│ │ │ │ - _P_o_i_n_t Returns the Point that represents the coordinates of the pointer
│ │ │ │ - on the screen.
│ │ │ │ List.AccessibleAWTList.AccessibleAWTListChild._g_e_t_L_o_c_a_t_i_o_n()
│ │ │ │ _P_o_i_n_t Gets the location of the object relative to the parent in the
│ │ │ │ form of a point specifying the object's top-left corner in the
│ │ │ │ screen's coordinate space.
│ │ │ │ + _P_o_i_n_t Point._g_e_t_L_o_c_a_t_i_o_n()
│ │ │ │ + Returns the location of this point.
│ │ │ │ Component._g_e_t_L_o_c_a_t_i_o_n(_P_o_i_n_t rv)
│ │ │ │ _P_o_i_n_t Stores the x,y origin of this component into "return value" rrvv
│ │ │ │ and return rrvv.
│ │ │ │ Component._g_e_t_L_o_c_a_t_i_o_n_O_n_S_c_r_e_e_n()
│ │ │ │ _P_o_i_n_t Gets the location of this component in the form of a point
│ │ │ │ specifying the component's top-left corner in the screen's
│ │ │ │ coordinate space.
│ │ │ │ @@ -122,24 +122,24 @@
│ │ │ │ boolean Checks whether this component "contains" the specified point,
│ │ │ │ where the point's x and y coordinates are defined to be
│ │ │ │ relative to the coordinate system of this component.
│ │ │ │ Component.AccessibleAWTComponent._c_o_n_t_a_i_n_s(_P_o_i_n_t p)
│ │ │ │ boolean Checks whether the specified point is within this object's
│ │ │ │ bounds, where the point's x and y coordinates are defined to
│ │ │ │ be relative to the coordinate system of the object.
│ │ │ │ + Polygon._c_o_n_t_a_i_n_s(_P_o_i_n_t p)
│ │ │ │ + boolean Determines whether the specified _P_o_i_n_t is inside this
│ │ │ │ + Polygon.
│ │ │ │ + Rectangle._c_o_n_t_a_i_n_s(_P_o_i_n_t p)
│ │ │ │ + boolean Checks whether or not this Rectangle contains the specified
│ │ │ │ + Point.
│ │ │ │ MenuComponent.AccessibleAWTMenuComponent._c_o_n_t_a_i_n_s(_P_o_i_n_t p)
│ │ │ │ boolean Checks whether the specified point is within this object's
│ │ │ │ bounds, where the point's x and y coordinates are defined to
│ │ │ │ be relative to the coordinate system of the object.
│ │ │ │ - Rectangle._c_o_n_t_a_i_n_s(_P_o_i_n_t p)
│ │ │ │ - boolean Checks whether or not this Rectangle contains the specified
│ │ │ │ - Point.
│ │ │ │ - Polygon._c_o_n_t_a_i_n_s(_P_o_i_n_t p)
│ │ │ │ - boolean Determines whether the specified _P_o_i_n_t is inside this
│ │ │ │ - Polygon.
│ │ │ │ List.AccessibleAWTList.AccessibleAWTListChild._c_o_n_t_a_i_n_s
│ │ │ │ (_P_o_i_n_t p)
│ │ │ │ boolean Checks whether the specified point is within this object's
│ │ │ │ bounds, where the point's x and y coordinates are defined to
│ │ │ │ be relative to the coordinate system of the object.
│ │ │ │ Toolkit._c_r_e_a_t_e_C_u_s_t_o_m_C_u_r_s_o_r(_I_m_a_g_e cursor, _P_o_i_n_t hotSpot,
│ │ │ │ _C_u_r_s_o_r _S_t_r_i_n_g name)
│ │ │ │ @@ -172,29 +172,29 @@
│ │ │ │ TextComponent.AccessibleAWTTextComponent._g_e_t_I_n_d_e_x_A_t_P_o_i_n_t
│ │ │ │ int (_P_o_i_n_t p)
│ │ │ │ Given a point in local coordinates, return the zero-based
│ │ │ │ index of the character under that Point.
│ │ │ │ Component._g_e_t_L_o_c_a_t_i_o_n(_P_o_i_n_t rv)
│ │ │ │ _P_o_i_n_t Stores the x,y origin of this component into "return value"
│ │ │ │ rrvv and return rrvv.
│ │ │ │ + void Window._s_e_t_L_o_c_a_t_i_o_n(_P_o_i_n_t p)
│ │ │ │ + Moves this component to a new location.
│ │ │ │ void Component._s_e_t_L_o_c_a_t_i_o_n(_P_o_i_n_t p)
│ │ │ │ Moves this component to a new location.
│ │ │ │ void Component.AccessibleAWTComponent._s_e_t_L_o_c_a_t_i_o_n(_P_o_i_n_t p)
│ │ │ │ Sets the location of the object relative to the parent.
│ │ │ │ - void Window._s_e_t_L_o_c_a_t_i_o_n(_P_o_i_n_t p)
│ │ │ │ - Moves this component to a new location.
│ │ │ │ - void Point._s_e_t_L_o_c_a_t_i_o_n(_P_o_i_n_t p)
│ │ │ │ - Sets the location of the point to the specified location.
│ │ │ │ - void MenuComponent.AccessibleAWTMenuComponent._s_e_t_L_o_c_a_t_i_o_n(_P_o_i_n_t p)
│ │ │ │ - Sets the location of the object relative to the parent.
│ │ │ │ void Rectangle._s_e_t_L_o_c_a_t_i_o_n(_P_o_i_n_t p)
│ │ │ │ Moves this Rectangle to the specified location.
│ │ │ │ + void MenuComponent.AccessibleAWTMenuComponent._s_e_t_L_o_c_a_t_i_o_n(_P_o_i_n_t p)
│ │ │ │ + Sets the location of the object relative to the parent.
│ │ │ │ List.AccessibleAWTList.AccessibleAWTListChild._s_e_t_L_o_c_a_t_i_o_n
│ │ │ │ void (_P_o_i_n_t p)
│ │ │ │ Sets the location of the object relative to the parent.
│ │ │ │ + void Point._s_e_t_L_o_c_a_t_i_o_n(_P_o_i_n_t p)
│ │ │ │ + Sets the location of the point to the specified location.
│ │ │ │ void ScrollPane._s_e_t_S_c_r_o_l_l_P_o_s_i_t_i_o_n(_P_o_i_n_t p)
│ │ │ │ Scrolls to the specified position within the child component.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _PP_oo_ii_nn_tt?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _P_o_i_n_t(_P_o_i_n_t p)
│ │ │ │ Constructs and initializes a point with the same location as the
│ │ │ │ specified Point object.
│ │ │ │ @@ -207,27 +207,27 @@
│ │ │ │ _D_i_m_e_n_s_i_o_n argument.
│ │ │ │ o ******** UUsseess ooff _PP_oo_ii_nn_tt iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd tthhaatt rreettuurrnn _PP_oo_ii_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ DragGestureEvent._g_e_t_D_r_a_g_O_r_i_g_i_n()
│ │ │ │ _P_o_i_n_t Returns a Point in the coordinates of the
│ │ │ │ Component over which the drag originated.
│ │ │ │ + DragSourceEvent._g_e_t_L_o_c_a_t_i_o_n()
│ │ │ │ + This method returns a Point indicating the cursor
│ │ │ │ + _P_o_i_n_t location in screen coordinates at the moment this
│ │ │ │ + event occurred, or null if the cursor location is
│ │ │ │ + not specified for this event.
│ │ │ │ DropTargetDragEvent._g_e_t_L_o_c_a_t_i_o_n()
│ │ │ │ _P_o_i_n_t This method returns a Point indicating the
│ │ │ │ Cursor's current location within the Component's
│ │ │ │ coordinates.
│ │ │ │ DropTargetDropEvent._g_e_t_L_o_c_a_t_i_o_n()
│ │ │ │ _P_o_i_n_t This method returns a Point indicating the
│ │ │ │ Cursor's current location in the Component's
│ │ │ │ coordinates.
│ │ │ │ - DragSourceEvent._g_e_t_L_o_c_a_t_i_o_n()
│ │ │ │ - This method returns a Point indicating the cursor
│ │ │ │ - _P_o_i_n_t location in screen coordinates at the moment this
│ │ │ │ - event occurred, or null if the cursor location is
│ │ │ │ - not specified for this event.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd wwiitthh ppaarraammeetteerrss ooff ttyyppee _PP_oo_ii_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ void Autoscroll._a_u_t_o_s_c_r_o_l_l(_P_o_i_n_t cursorLocn)
│ │ │ │ notify the Component to autoscroll
│ │ │ │ DragSource._c_r_e_a_t_e_D_r_a_g_S_o_u_r_c_e_C_o_n_t_e_x_t
│ │ │ │ (java.awt.dnd.peer.DragSourceContextPeer dscp,
│ │ │ │ _D_r_a_g_G_e_s_t_u_r_e_E_v_e_n_t dgl, _C_u_r_s_o_r dragCursor,
│ │ │ │ @@ -511,31 +511,31 @@
│ │ │ │ _P_o_i_n_t Convert a aPoint in source coordinate system to destination
│ │ │ │ coordinate system.
│ │ │ │ _P_o_i_n_t TransferHandler._g_e_t_D_r_a_g_I_m_a_g_e_O_f_f_s_e_t()
│ │ │ │ Returns an anchor offset for the image to drag.
│ │ │ │ TransferHandler.DropLocation._g_e_t_D_r_o_p_P_o_i_n_t()
│ │ │ │ _P_o_i_n_t Returns the drop point, representing the mouse's current
│ │ │ │ location within the component.
│ │ │ │ - _P_o_i_n_t JTree.AccessibleJTree.AccessibleJTreeNode._g_e_t_L_o_c_a_t_i_o_n()
│ │ │ │ - _P_o_i_n_t JList.AccessibleJList.AccessibleJListChild._g_e_t_L_o_c_a_t_i_o_n()
│ │ │ │ JTable.AccessibleJTable.AccessibleJTableCell._g_e_t_L_o_c_a_t_i_o_n()
│ │ │ │ _P_o_i_n_t Gets the location of the object relative to the parent in the
│ │ │ │ form of a point specifying the object's top-left corner in the
│ │ │ │ screen's coordinate space.
│ │ │ │ + _P_o_i_n_t JTree.AccessibleJTree.AccessibleJTreeNode._g_e_t_L_o_c_a_t_i_o_n()
│ │ │ │ + _P_o_i_n_t JList.AccessibleJList.AccessibleJListChild._g_e_t_L_o_c_a_t_i_o_n()
│ │ │ │ JComponent._g_e_t_L_o_c_a_t_i_o_n(_P_o_i_n_t rv)
│ │ │ │ _P_o_i_n_t Stores the x,y origin of this component into "return value" rv
│ │ │ │ and returns rv.
│ │ │ │ protected JTree.AccessibleJTree.AccessibleJTreeNode._g_e_t_L_o_c_a_t_i_o_n_I_n_J_T_r_e_e()
│ │ │ │ _P_o_i_n_t
│ │ │ │ - _P_o_i_n_t JTree.AccessibleJTree.AccessibleJTreeNode._g_e_t_L_o_c_a_t_i_o_n_O_n_S_c_r_e_e_n()
│ │ │ │ - _P_o_i_n_t JList.AccessibleJList.AccessibleJListChild._g_e_t_L_o_c_a_t_i_o_n_O_n_S_c_r_e_e_n
│ │ │ │ - ()
│ │ │ │ JTable.AccessibleJTable.AccessibleJTableCell._g_e_t_L_o_c_a_t_i_o_n_O_n_S_c_r_e_e_n
│ │ │ │ _P_o_i_n_t ()
│ │ │ │ Returns the location of the object on the screen.
│ │ │ │ + _P_o_i_n_t JTree.AccessibleJTree.AccessibleJTreeNode._g_e_t_L_o_c_a_t_i_o_n_O_n_S_c_r_e_e_n()
│ │ │ │ + _P_o_i_n_t JList.AccessibleJList.AccessibleJListChild._g_e_t_L_o_c_a_t_i_o_n_O_n_S_c_r_e_e_n
│ │ │ │ + ()
│ │ │ │ JComponent._g_e_t_P_o_p_u_p_L_o_c_a_t_i_o_n(_M_o_u_s_e_E_v_e_n_t event)
│ │ │ │ _P_o_i_n_t Returns the preferred location to display the popup menu in this
│ │ │ │ component's coordinate system.
│ │ │ │ protected JMenu._g_e_t_P_o_p_u_p_M_e_n_u_O_r_i_g_i_n()
│ │ │ │ _P_o_i_n_t Computes the origin for the JMenu's popup menu.
│ │ │ │ JComponent._g_e_t_T_o_o_l_T_i_p_L_o_c_a_t_i_o_n(_M_o_u_s_e_E_v_e_n_t event)
│ │ │ │ _P_o_i_n_t Returns the tooltip location in this component's coordinate
│ │ │ │ @@ -559,91 +559,91 @@
│ │ │ │ Returns the component in the currently selected path which
│ │ │ │ contains sourcePoint.
│ │ │ │ JViewport._c_o_m_p_u_t_e_B_l_i_t(int dx, int dy, _P_o_i_n_t blitFrom,
│ │ │ │ protected _P_o_i_n_t blitTo, _D_i_m_e_n_s_i_o_n blitSize, _R_e_c_t_a_n_g_l_e blitPaint)
│ │ │ │ boolean Computes the parameters for a blit where the backing store
│ │ │ │ image currently contains oldLoc in the upper left hand
│ │ │ │ corner and we're scrolling to newLoc.
│ │ │ │ - boolean JTree.AccessibleJTree.AccessibleJTreeNode._c_o_n_t_a_i_n_s(_P_o_i_n_t p)
│ │ │ │ - boolean JList.AccessibleJList.AccessibleJListChild._c_o_n_t_a_i_n_s
│ │ │ │ - (_P_o_i_n_t p)
│ │ │ │ JTable.AccessibleJTable.AccessibleJTableCell._c_o_n_t_a_i_n_s
│ │ │ │ (_P_o_i_n_t p)
│ │ │ │ boolean Checks whether the specified point is within this object's
│ │ │ │ bounds, where the point's x and y coordinates are defined to
│ │ │ │ be relative to the coordinate system of the object.
│ │ │ │ + boolean JTree.AccessibleJTree.AccessibleJTreeNode._c_o_n_t_a_i_n_s(_P_o_i_n_t p)
│ │ │ │ + boolean JList.AccessibleJList.AccessibleJListChild._c_o_n_t_a_i_n_s
│ │ │ │ + (_P_o_i_n_t p)
│ │ │ │ SwingUtilities._c_o_n_v_e_r_t_P_o_i_n_t(_C_o_m_p_o_n_e_n_t source, _P_o_i_n_t aPoint,
│ │ │ │ static _C_o_m_p_o_n_e_n_t destination)
│ │ │ │ _P_o_i_n_t Convert a aPoint in source coordinate system to destination
│ │ │ │ coordinate system.
│ │ │ │ static SwingUtilities._c_o_n_v_e_r_t_P_o_i_n_t_F_r_o_m_S_c_r_e_e_n(_P_o_i_n_t p, _C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Convert a point from a screen coordinates to a component's
│ │ │ │ coordinate system
│ │ │ │ static SwingUtilities._c_o_n_v_e_r_t_P_o_i_n_t_T_o_S_c_r_e_e_n(_P_o_i_n_t p, _C_o_m_p_o_n_e_n_t c)
│ │ │ │ void Convert a point from a component's coordinate system to
│ │ │ │ screen coordinates.
│ │ │ │ static SwingUtilities._g_e_t_A_c_c_e_s_s_i_b_l_e_A_t(_C_o_m_p_o_n_e_n_t c, _P_o_i_n_t p)
│ │ │ │ _A_c_c_e_s_s_i_b_l_e Returns the Accessible child contained at the local
│ │ │ │ coordinate Point, if one exists.
│ │ │ │ + JEditorPane.AccessibleJEditorPaneHTML._g_e_t_A_c_c_e_s_s_i_b_l_e_A_t
│ │ │ │ + _A_c_c_e_s_s_i_b_l_e (_P_o_i_n_t p)
│ │ │ │ + Returns the Accessible child, if one exists, contained at
│ │ │ │ + the local coordinate Point.
│ │ │ │ + JTable.AccessibleJTable._g_e_t_A_c_c_e_s_s_i_b_l_e_A_t(_P_o_i_n_t p)
│ │ │ │ + _A_c_c_e_s_s_i_b_l_e Returns the Accessible child, if one exists, contained at
│ │ │ │ + the local coordinate Point.
│ │ │ │ + _A_c_c_e_s_s_i_b_l_e JTable.AccessibleJTable.AccessibleJTableCell._g_e_t_A_c_c_e_s_s_i_b_l_e_A_t
│ │ │ │ + (_P_o_i_n_t p)
│ │ │ │ JTree.AccessibleJTree._g_e_t_A_c_c_e_s_s_i_b_l_e_A_t(_P_o_i_n_t p)
│ │ │ │ _A_c_c_e_s_s_i_b_l_e Returns the Accessible child, if one exists, contained at
│ │ │ │ the local coordinate Point.
│ │ │ │ JTree.AccessibleJTree.AccessibleJTreeNode._g_e_t_A_c_c_e_s_s_i_b_l_e_A_t
│ │ │ │ _A_c_c_e_s_s_i_b_l_e (_P_o_i_n_t p)
│ │ │ │ Returns the Accessible child, if one exists, contained at
│ │ │ │ the local coordinate Point.
│ │ │ │ JList.AccessibleJList._g_e_t_A_c_c_e_s_s_i_b_l_e_A_t(_P_o_i_n_t p)
│ │ │ │ _A_c_c_e_s_s_i_b_l_e Returns the Accessible child contained at the local
│ │ │ │ coordinate Point, if one exists.
│ │ │ │ _A_c_c_e_s_s_i_b_l_e JList.AccessibleJList.AccessibleJListChild._g_e_t_A_c_c_e_s_s_i_b_l_e_A_t
│ │ │ │ (_P_o_i_n_t p)
│ │ │ │ - JTable.AccessibleJTable._g_e_t_A_c_c_e_s_s_i_b_l_e_A_t(_P_o_i_n_t p)
│ │ │ │ - _A_c_c_e_s_s_i_b_l_e Returns the Accessible child, if one exists, contained at
│ │ │ │ - the local coordinate Point.
│ │ │ │ - _A_c_c_e_s_s_i_b_l_e JTable.AccessibleJTable.AccessibleJTableCell._g_e_t_A_c_c_e_s_s_i_b_l_e_A_t
│ │ │ │ - (_P_o_i_n_t p)
│ │ │ │ - JEditorPane.AccessibleJEditorPaneHTML._g_e_t_A_c_c_e_s_s_i_b_l_e_A_t
│ │ │ │ - _A_c_c_e_s_s_i_b_l_e (_P_o_i_n_t p)
│ │ │ │ - Returns the Accessible child, if one exists, contained at
│ │ │ │ - the local coordinate Point.
│ │ │ │ JTabbedPane.AccessibleJTabbedPane._g_e_t_A_c_c_e_s_s_i_b_l_e_A_t(_P_o_i_n_t p)
│ │ │ │ _A_c_c_e_s_s_i_b_l_e Returns the Accessible child contained at the local
│ │ │ │ coordinate Point, if one exists.
│ │ │ │ + JSpinner.AccessibleJSpinner._g_e_t_I_n_d_e_x_A_t_P_o_i_n_t(_P_o_i_n_t p)
│ │ │ │ + int Given a point in local coordinates, return the zero-based
│ │ │ │ + index of the character under that Point.
│ │ │ │ JLabel.AccessibleJLabel._g_e_t_I_n_d_e_x_A_t_P_o_i_n_t(_P_o_i_n_t p)
│ │ │ │ int Given a point in local coordinates, return the zero-based
│ │ │ │ index of the character under that Point.
│ │ │ │ - AbstractButton.AccessibleAbstractButton._g_e_t_I_n_d_e_x_A_t_P_o_i_n_t
│ │ │ │ + ProgressMonitor.AccessibleProgressMonitor._g_e_t_I_n_d_e_x_A_t_P_o_i_n_t
│ │ │ │ int (_P_o_i_n_t p)
│ │ │ │ Given a point in local coordinates, return the zero-based
│ │ │ │ index of the character under that Point.
│ │ │ │ - JSpinner.AccessibleJSpinner._g_e_t_I_n_d_e_x_A_t_P_o_i_n_t(_P_o_i_n_t p)
│ │ │ │ - int Given a point in local coordinates, return the zero-based
│ │ │ │ - index of the character under that Point.
│ │ │ │ - ProgressMonitor.AccessibleProgressMonitor._g_e_t_I_n_d_e_x_A_t_P_o_i_n_t
│ │ │ │ + AbstractButton.AccessibleAbstractButton._g_e_t_I_n_d_e_x_A_t_P_o_i_n_t
│ │ │ │ int (_P_o_i_n_t p)
│ │ │ │ Given a point in local coordinates, return the zero-based
│ │ │ │ index of the character under that Point.
│ │ │ │ JComponent._g_e_t_L_o_c_a_t_i_o_n(_P_o_i_n_t rv)
│ │ │ │ _P_o_i_n_t Stores the x,y origin of this component into "return value"
│ │ │ │ rv and returns rv.
│ │ │ │ JList._l_o_c_a_t_i_o_n_T_o_I_n_d_e_x(_P_o_i_n_t location)
│ │ │ │ int Returns the cell index closest to the given location in the
│ │ │ │ list's coordinate system.
│ │ │ │ JTable._r_o_w_A_t_P_o_i_n_t(_P_o_i_n_t point)
│ │ │ │ int Returns the index of the row that point lies in, or -1 if
│ │ │ │ the result is not in the range [0, getRowCount()-1].
│ │ │ │ void TransferHandler._s_e_t_D_r_a_g_I_m_a_g_e_O_f_f_s_e_t(_P_o_i_n_t p)
│ │ │ │ Sets an anchor offset for the image to drag.
│ │ │ │ + JTable.AccessibleJTable.AccessibleJTableCell._s_e_t_L_o_c_a_t_i_o_n
│ │ │ │ + void (_P_o_i_n_t p)
│ │ │ │ + Sets the location of the object relative to the parent.
│ │ │ │ void JTree.AccessibleJTree.AccessibleJTreeNode._s_e_t_L_o_c_a_t_i_o_n
│ │ │ │ (_P_o_i_n_t p)
│ │ │ │ void JList.AccessibleJList.AccessibleJListChild._s_e_t_L_o_c_a_t_i_o_n
│ │ │ │ (_P_o_i_n_t p)
│ │ │ │ - JTable.AccessibleJTable.AccessibleJTableCell._s_e_t_L_o_c_a_t_i_o_n
│ │ │ │ - void (_P_o_i_n_t p)
│ │ │ │ - Sets the location of the object relative to the parent.
│ │ │ │ JViewport._s_e_t_V_i_e_w_P_o_s_i_t_i_o_n(_P_o_i_n_t p)
│ │ │ │ void Sets the view coordinates that appear in the upper left hand
│ │ │ │ corner of the viewport, does nothing if there's no view.
│ │ │ │ _P_o_i_n_t JViewport._t_o_V_i_e_w_C_o_o_r_d_i_n_a_t_e_s(_P_o_i_n_t p)
│ │ │ │ Converts a point in pixel coordinates to view coordinates.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff
│ │ │ │ ttyyppee _PP_oo_ii_nn_tt?
│ │ │ │ @@ -806,9 +806,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/PointerInfo.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.PointerInfo (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -44,9 +44,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Polygon.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Polygon (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -48,9 +48,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/PopupMenu.AccessibleAWTPopupMenu.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.PopupMenu.AccessibleAWTPopupMenu (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/PopupMenu.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.PopupMenu (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -61,9 +61,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/PrintGraphics.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.PrintGraphics (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/PrintJob.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.PrintJob (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -55,9 +55,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/RadialGradientPaint.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.RadialGradientPaint (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -48,9 +48,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Rectangle.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Rectangle (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -75,33 +75,33 @@
│ │ │ │ aanndd TTyyppee
│ │ │ │ Component._b_o_u_n_d_s()
│ │ │ │ _R_e_c_t_a_n_g_l_e Deprecated.
│ │ │ │ As of JDK version 1.1, replaced by getBounds().
│ │ │ │ Polygon._g_e_t_B_o_u_n_d_i_n_g_B_o_x()
│ │ │ │ _R_e_c_t_a_n_g_l_e Deprecated.
│ │ │ │ As of JDK version 1.1, replaced by getBounds().
│ │ │ │ + Shape._g_e_t_B_o_u_n_d_s()
│ │ │ │ + _R_e_c_t_a_n_g_l_e Returns an integer _R_e_c_t_a_n_g_l_e that completely encloses the
│ │ │ │ + Shape.
│ │ │ │ Component._g_e_t_B_o_u_n_d_s()
│ │ │ │ _R_e_c_t_a_n_g_l_e Gets the bounds of this component in the form of a
│ │ │ │ Rectangle object.
│ │ │ │ Component.AccessibleAWTComponent._g_e_t_B_o_u_n_d_s()
│ │ │ │ _R_e_c_t_a_n_g_l_e Gets the bounds of this object in the form of a Rectangle
│ │ │ │ object.
│ │ │ │ + _R_e_c_t_a_n_g_l_e Polygon._g_e_t_B_o_u_n_d_s()
│ │ │ │ + Gets the bounding box of this Polygon.
│ │ │ │ abstract GraphicsConfiguration._g_e_t_B_o_u_n_d_s()
│ │ │ │ _R_e_c_t_a_n_g_l_e Returns the bounds of the GraphicsConfiguration in the
│ │ │ │ device coordinates.
│ │ │ │ + _R_e_c_t_a_n_g_l_e Rectangle._g_e_t_B_o_u_n_d_s()
│ │ │ │ + Gets the bounding Rectangle of this Rectangle.
│ │ │ │ MenuComponent.AccessibleAWTMenuComponent._g_e_t_B_o_u_n_d_s()
│ │ │ │ _R_e_c_t_a_n_g_l_e Gets the bounds of this object in the form of a Rectangle
│ │ │ │ object.
│ │ │ │ - _R_e_c_t_a_n_g_l_e Rectangle._g_e_t_B_o_u_n_d_s()
│ │ │ │ - Gets the bounding Rectangle of this Rectangle.
│ │ │ │ - Shape._g_e_t_B_o_u_n_d_s()
│ │ │ │ - _R_e_c_t_a_n_g_l_e Returns an integer _R_e_c_t_a_n_g_l_e that completely encloses the
│ │ │ │ - Shape.
│ │ │ │ - _R_e_c_t_a_n_g_l_e Polygon._g_e_t_B_o_u_n_d_s()
│ │ │ │ - Gets the bounding box of this Polygon.
│ │ │ │ List.AccessibleAWTList.AccessibleAWTListChild._g_e_t_B_o_u_n_d_s()
│ │ │ │ _R_e_c_t_a_n_g_l_e Gets the bounds of this object in the form of a Rectangle
│ │ │ │ object.
│ │ │ │ SplashScreen._g_e_t_B_o_u_n_d_s()
│ │ │ │ _R_e_c_t_a_n_g_l_e Returns the bounds of the splash screen window as a
│ │ │ │ _R_e_c_t_a_n_g_l_e.
│ │ │ │ Component._g_e_t_B_o_u_n_d_s(_R_e_c_t_a_n_g_l_e rv)
│ │ │ │ @@ -144,44 +144,44 @@
│ │ │ │ protected (_G_r_i_d_B_a_g_C_o_n_s_t_r_a_i_n_t_s constraints, _R_e_c_t_a_n_g_l_e r)
│ │ │ │ void This method is obsolete and supplied for backwards
│ │ │ │ compatibility only; new code should call
│ │ │ │ _a_d_j_u_s_t_F_o_r_G_r_a_v_i_t_y instead.
│ │ │ │ Rectangle._c_o_n_t_a_i_n_s(_R_e_c_t_a_n_g_l_e r)
│ │ │ │ boolean Checks whether or not this Rectangle entirely contains
│ │ │ │ the specified Rectangle.
│ │ │ │ - Color._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm, _R_e_c_t_a_n_g_l_e r,
│ │ │ │ - _R_e_c_t_a_n_g_l_e_2_D r2d, _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform,
│ │ │ │ - _P_a_i_n_t_C_o_n_t_e_x_t _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ - Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to generate a
│ │ │ │ - solid color field pattern.
│ │ │ │ Paint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to generate the
│ │ │ │ color pattern.
│ │ │ │ + LinearGradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ + _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ + _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m transform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ + Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to generate a
│ │ │ │ + linear color gradient pattern.
│ │ │ │ + RadialGradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ + _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ + _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m transform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ + Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to generate a
│ │ │ │ + circular radial color gradient pattern.
│ │ │ │ GradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to generate a
│ │ │ │ linear color gradient pattern.
│ │ │ │ TexturePaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to generate a
│ │ │ │ tiled image pattern.
│ │ │ │ - LinearGradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ - _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ - _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m transform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ - Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to generate a
│ │ │ │ - linear color gradient pattern.
│ │ │ │ - RadialGradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ - _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ - _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m transform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ + Color._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm, _R_e_c_t_a_n_g_l_e r,
│ │ │ │ + _R_e_c_t_a_n_g_l_e_2_D r2d, _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform,
│ │ │ │ + _P_a_i_n_t_C_o_n_t_e_x_t _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to generate a
│ │ │ │ - circular radial color gradient pattern.
│ │ │ │ + solid color field pattern.
│ │ │ │ Robot._c_r_e_a_t_e_S_c_r_e_e_n_C_a_p_t_u_r_e(_R_e_c_t_a_n_g_l_e screenRect)
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e Creates an image containing pixels read from the
│ │ │ │ screen.
│ │ │ │ Component._g_e_t_B_o_u_n_d_s(_R_e_c_t_a_n_g_l_e rv)
│ │ │ │ _R_e_c_t_a_n_g_l_e Stores the bounds of this component into "return value"
│ │ │ │ rrvv and return rrvv.
│ │ │ │ Graphics._g_e_t_C_l_i_p_B_o_u_n_d_s(_R_e_c_t_a_n_g_l_e r)
│ │ │ │ @@ -193,30 +193,30 @@
│ │ │ │ the specified _R_e_c_t_a_n_g_l_e, which is in device space.
│ │ │ │ Rectangle._i_n_t_e_r_s_e_c_t_i_o_n(_R_e_c_t_a_n_g_l_e r)
│ │ │ │ _R_e_c_t_a_n_g_l_e Computes the intersection of this Rectangle with the
│ │ │ │ specified Rectangle.
│ │ │ │ Rectangle._i_n_t_e_r_s_e_c_t_s(_R_e_c_t_a_n_g_l_e r)
│ │ │ │ boolean Determines whether or not this Rectangle and the
│ │ │ │ specified Rectangle intersect.
│ │ │ │ + Window._s_e_t_B_o_u_n_d_s(_R_e_c_t_a_n_g_l_e r)
│ │ │ │ + void Moves and resizes this component to conform to the new
│ │ │ │ + bounding rectangle r.
│ │ │ │ Component._s_e_t_B_o_u_n_d_s(_R_e_c_t_a_n_g_l_e r)
│ │ │ │ void Moves and resizes this component to conform to the new
│ │ │ │ bounding rectangle r.
│ │ │ │ Component.AccessibleAWTComponent._s_e_t_B_o_u_n_d_s(_R_e_c_t_a_n_g_l_e r)
│ │ │ │ void Sets the bounds of this object in the form of a
│ │ │ │ Rectangle object.
│ │ │ │ - Window._s_e_t_B_o_u_n_d_s(_R_e_c_t_a_n_g_l_e r)
│ │ │ │ - void Moves and resizes this component to conform to the new
│ │ │ │ - bounding rectangle r.
│ │ │ │ + Rectangle._s_e_t_B_o_u_n_d_s(_R_e_c_t_a_n_g_l_e r)
│ │ │ │ + void Sets the bounding Rectangle of this Rectangle to match
│ │ │ │ + the specified Rectangle.
│ │ │ │ MenuComponent.AccessibleAWTMenuComponent._s_e_t_B_o_u_n_d_s
│ │ │ │ void (_R_e_c_t_a_n_g_l_e r)
│ │ │ │ Sets the bounds of this object in the form of a
│ │ │ │ Rectangle object.
│ │ │ │ - Rectangle._s_e_t_B_o_u_n_d_s(_R_e_c_t_a_n_g_l_e r)
│ │ │ │ - void Sets the bounding Rectangle of this Rectangle to match
│ │ │ │ - the specified Rectangle.
│ │ │ │ List.AccessibleAWTList.AccessibleAWTListChild._s_e_t_B_o_u_n_d_s
│ │ │ │ void (_R_e_c_t_a_n_g_l_e r)
│ │ │ │ Sets the bounds of this object in the form of a
│ │ │ │ Rectangle object.
│ │ │ │ void Frame._s_e_t_M_a_x_i_m_i_z_e_d_B_o_u_n_d_s(_R_e_c_t_a_n_g_l_e bounds)
│ │ │ │ Sets the maximized bounds for this frame.
│ │ │ │ Rectangle._u_n_i_o_n(_R_e_c_t_a_n_g_l_e r)
│ │ │ │ @@ -261,24 +261,24 @@
│ │ │ │ float x, float y)
│ │ │ │ _R_e_c_t_a_n_g_l_e Returns the pixel bounds of this TextLayout when
│ │ │ │ rendered in a graphics with the given
│ │ │ │ FontRenderContext at the given location.
│ │ │ │ o ******** UUsseess ooff _RR_ee_cc_tt_aa_nn_gg_ll_ee iinn _jj_aa_vv_aa_.._aa_ww_tt_.._gg_ee_oo_mm ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._gg_ee_oo_mm tthhaatt rreettuurrnn _RR_ee_cc_tt_aa_nn_gg_ll_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - RectangularShape._g_e_t_B_o_u_n_d_s()
│ │ │ │ + Path2D._g_e_t_B_o_u_n_d_s()
│ │ │ │ _R_e_c_t_a_n_g_l_e Returns an integer _R_e_c_t_a_n_g_l_e that completely
│ │ │ │ encloses the Shape.
│ │ │ │ Line2D._g_e_t_B_o_u_n_d_s()
│ │ │ │ _R_e_c_t_a_n_g_l_e Returns an integer _R_e_c_t_a_n_g_l_e that completely
│ │ │ │ encloses the Shape.
│ │ │ │ - Path2D._g_e_t_B_o_u_n_d_s()
│ │ │ │ + QuadCurve2D._g_e_t_B_o_u_n_d_s()
│ │ │ │ _R_e_c_t_a_n_g_l_e Returns an integer _R_e_c_t_a_n_g_l_e that completely
│ │ │ │ encloses the Shape.
│ │ │ │ - QuadCurve2D._g_e_t_B_o_u_n_d_s()
│ │ │ │ + RectangularShape._g_e_t_B_o_u_n_d_s()
│ │ │ │ _R_e_c_t_a_n_g_l_e Returns an integer _R_e_c_t_a_n_g_l_e that completely
│ │ │ │ encloses the Shape.
│ │ │ │ CubicCurve2D._g_e_t_B_o_u_n_d_s()
│ │ │ │ _R_e_c_t_a_n_g_l_e Returns an integer _R_e_c_t_a_n_g_l_e that completely
│ │ │ │ encloses the Shape.
│ │ │ │ Area._g_e_t_B_o_u_n_d_s()
│ │ │ │ _R_e_c_t_a_n_g_l_e Returns a bounding _R_e_c_t_a_n_g_l_e that completely
│ │ │ │ @@ -412,17 +412,17 @@
│ │ │ │ static int height, _R_e_c_t_a_n_g_l_e dest)
│ │ │ │ _R_e_c_t_a_n_g_l_e Convenience method that calculates the union of two
│ │ │ │ rectangles without allocating a new rectangle.
│ │ │ │ SwingUtilities._c_o_n_v_e_r_t_R_e_c_t_a_n_g_l_e(_C_o_m_p_o_n_e_n_t source,
│ │ │ │ static _R_e_c_t_a_n_g_l_e aRectangle, _C_o_m_p_o_n_e_n_t destination)
│ │ │ │ _R_e_c_t_a_n_g_l_e Convert the rectangle aRectangle in source coordinate system
│ │ │ │ to destination coordinate system.
│ │ │ │ + _R_e_c_t_a_n_g_l_e JTable.AccessibleJTable.AccessibleJTableCell._g_e_t_B_o_u_n_d_s()
│ │ │ │ _R_e_c_t_a_n_g_l_e JTree.AccessibleJTree.AccessibleJTreeNode._g_e_t_B_o_u_n_d_s()
│ │ │ │ _R_e_c_t_a_n_g_l_e JList.AccessibleJList.AccessibleJListChild._g_e_t_B_o_u_n_d_s()
│ │ │ │ - _R_e_c_t_a_n_g_l_e JTable.AccessibleJTable.AccessibleJTableCell._g_e_t_B_o_u_n_d_s()
│ │ │ │ JComponent._g_e_t_B_o_u_n_d_s(_R_e_c_t_a_n_g_l_e rv)
│ │ │ │ _R_e_c_t_a_n_g_l_e Stores the bounds of this component into "return value" rv
│ │ │ │ and returns rv.
│ │ │ │ _R_e_c_t_a_n_g_l_e JTabbedPane._g_e_t_B_o_u_n_d_s_A_t(int index)
│ │ │ │ Returns the tab bounds at index.
│ │ │ │ protected DefaultDesktopManager._g_e_t_B_o_u_n_d_s_F_o_r_I_c_o_n_O_f(_J_I_n_t_e_r_n_a_l_F_r_a_m_e f)
│ │ │ │ _R_e_c_t_a_n_g_l_e The iconifyFrame() code calls this to determine the proper
│ │ │ │ @@ -430,28 +430,28 @@
│ │ │ │ JList._g_e_t_C_e_l_l_B_o_u_n_d_s(int index0, int index1)
│ │ │ │ _R_e_c_t_a_n_g_l_e Returns the bounding rectangle, in the list's coordinate
│ │ │ │ system, for the range of cells specified by the two indices.
│ │ │ │ JTable._g_e_t_C_e_l_l_R_e_c_t(int row, int column,
│ │ │ │ _R_e_c_t_a_n_g_l_e boolean includeSpacing)
│ │ │ │ Returns a rectangle for the cell that lies at the
│ │ │ │ intersection of row and column.
│ │ │ │ - JLabel.AccessibleJLabel._g_e_t_C_h_a_r_a_c_t_e_r_B_o_u_n_d_s(int i)
│ │ │ │ - _R_e_c_t_a_n_g_l_e Returns the bounding box of the character at the given index
│ │ │ │ - in the string.
│ │ │ │ - AbstractButton.AccessibleAbstractButton._g_e_t_C_h_a_r_a_c_t_e_r_B_o_u_n_d_s
│ │ │ │ - _R_e_c_t_a_n_g_l_e (int i)
│ │ │ │ - Determine the bounding box of the character at the given
│ │ │ │ - index into the string.
│ │ │ │ JSpinner.AccessibleJSpinner._g_e_t_C_h_a_r_a_c_t_e_r_B_o_u_n_d_s(int i)
│ │ │ │ _R_e_c_t_a_n_g_l_e Determines the bounding box of the character at the given
│ │ │ │ index into the string.
│ │ │ │ + JLabel.AccessibleJLabel._g_e_t_C_h_a_r_a_c_t_e_r_B_o_u_n_d_s(int i)
│ │ │ │ + _R_e_c_t_a_n_g_l_e Returns the bounding box of the character at the given index
│ │ │ │ + in the string.
│ │ │ │ ProgressMonitor.AccessibleProgressMonitor._g_e_t_C_h_a_r_a_c_t_e_r_B_o_u_n_d_s
│ │ │ │ _R_e_c_t_a_n_g_l_e (int i)
│ │ │ │ Determines the bounding box of the character at the given
│ │ │ │ index into the string.
│ │ │ │ + AbstractButton.AccessibleAbstractButton._g_e_t_C_h_a_r_a_c_t_e_r_B_o_u_n_d_s
│ │ │ │ + _R_e_c_t_a_n_g_l_e (int i)
│ │ │ │ + Determine the bounding box of the character at the given
│ │ │ │ + index into the string.
│ │ │ │ _R_e_c_t_a_n_g_l_e DebugGraphics._g_e_t_C_l_i_p_B_o_u_n_d_s()
│ │ │ │ Overrides Graphics.getClipBounds.
│ │ │ │ _R_e_c_t_a_n_g_l_e RepaintManager._g_e_t_D_i_r_t_y_R_e_g_i_o_n(_J_C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ Return the current dirty region for a component.
│ │ │ │ static SwingUtilities._g_e_t_L_o_c_a_l_B_o_u_n_d_s(_C_o_m_p_o_n_e_n_t aComponent)
│ │ │ │ _R_e_c_t_a_n_g_l_e Return the rectangle (0,0,bounds.width,bounds.height) for
│ │ │ │ the component aComponent
│ │ │ │ @@ -515,80 +515,80 @@
│ │ │ │ SwingUtilities._c_o_n_v_e_r_t_R_e_c_t_a_n_g_l_e(_C_o_m_p_o_n_e_n_t source,
│ │ │ │ static _R_e_c_t_a_n_g_l_e aRectangle, _C_o_m_p_o_n_e_n_t destination)
│ │ │ │ _R_e_c_t_a_n_g_l_e Convert the rectangle aRectangle in source coordinate
│ │ │ │ system to destination coordinate system.
│ │ │ │ JComponent._g_e_t_B_o_u_n_d_s(_R_e_c_t_a_n_g_l_e rv)
│ │ │ │ _R_e_c_t_a_n_g_l_e Stores the bounds of this component into "return
│ │ │ │ value" rv and returns rv.
│ │ │ │ - JTree._g_e_t_S_c_r_o_l_l_a_b_l_e_B_l_o_c_k_I_n_c_r_e_m_e_n_t
│ │ │ │ + JLayer._g_e_t_S_c_r_o_l_l_a_b_l_e_B_l_o_c_k_I_n_c_r_e_m_e_n_t
│ │ │ │ (_R_e_c_t_a_n_g_l_e visibleRect, int orientation,
│ │ │ │ - int int direction)
│ │ │ │ - Returns the amount for a block increment, which is the
│ │ │ │ - height or width of visibleRect, based on orientation.
│ │ │ │ + int direction)
│ │ │ │ + int Returns a scroll increment, which is required for
│ │ │ │ + components that display logical rows or columns in
│ │ │ │ + order to completely expose one block of rows or
│ │ │ │ + columns, depending on the value of orientation.
│ │ │ │ Scrollable._g_e_t_S_c_r_o_l_l_a_b_l_e_B_l_o_c_k_I_n_c_r_e_m_e_n_t
│ │ │ │ (_R_e_c_t_a_n_g_l_e visibleRect, int orientation,
│ │ │ │ int direction)
│ │ │ │ int Components that display logical rows or columns should
│ │ │ │ compute the scroll increment that will completely
│ │ │ │ expose one block of rows or columns, depending on the
│ │ │ │ value of orientation.
│ │ │ │ - JList._g_e_t_S_c_r_o_l_l_a_b_l_e_B_l_o_c_k_I_n_c_r_e_m_e_n_t
│ │ │ │ - (_R_e_c_t_a_n_g_l_e visibleRect, int orientation,
│ │ │ │ - int int direction)
│ │ │ │ - Returns the distance to scroll to expose the next or
│ │ │ │ - previous block.
│ │ │ │ JTable._g_e_t_S_c_r_o_l_l_a_b_l_e_B_l_o_c_k_I_n_c_r_e_m_e_n_t
│ │ │ │ (_R_e_c_t_a_n_g_l_e visibleRect, int orientation,
│ │ │ │ int int direction)
│ │ │ │ Returns visibleRect.height or visibleRect.width,
│ │ │ │ depending on this table's orientation.
│ │ │ │ - JLayer._g_e_t_S_c_r_o_l_l_a_b_l_e_B_l_o_c_k_I_n_c_r_e_m_e_n_t
│ │ │ │ + JTree._g_e_t_S_c_r_o_l_l_a_b_l_e_B_l_o_c_k_I_n_c_r_e_m_e_n_t
│ │ │ │ + (_R_e_c_t_a_n_g_l_e visibleRect, int orientation,
│ │ │ │ + int int direction)
│ │ │ │ + Returns the amount for a block increment, which is the
│ │ │ │ + height or width of visibleRect, based on orientation.
│ │ │ │ + JList._g_e_t_S_c_r_o_l_l_a_b_l_e_B_l_o_c_k_I_n_c_r_e_m_e_n_t
│ │ │ │ + (_R_e_c_t_a_n_g_l_e visibleRect, int orientation,
│ │ │ │ + int int direction)
│ │ │ │ + Returns the distance to scroll to expose the next or
│ │ │ │ + previous block.
│ │ │ │ + JLayer._g_e_t_S_c_r_o_l_l_a_b_l_e_U_n_i_t_I_n_c_r_e_m_e_n_t
│ │ │ │ (_R_e_c_t_a_n_g_l_e visibleRect, int orientation,
│ │ │ │ int direction)
│ │ │ │ int Returns a scroll increment, which is required for
│ │ │ │ components that display logical rows or columns in
│ │ │ │ - order to completely expose one block of rows or
│ │ │ │ - columns, depending on the value of orientation.
│ │ │ │ - JTree._g_e_t_S_c_r_o_l_l_a_b_l_e_U_n_i_t_I_n_c_r_e_m_e_n_t
│ │ │ │ - int (_R_e_c_t_a_n_g_l_e visibleRect, int orientation,
│ │ │ │ - int direction)
│ │ │ │ - Returns the amount to increment when scrolling.
│ │ │ │ + order to completely expose one new row or column,
│ │ │ │ + depending on the value of orientation.
│ │ │ │ Scrollable._g_e_t_S_c_r_o_l_l_a_b_l_e_U_n_i_t_I_n_c_r_e_m_e_n_t
│ │ │ │ (_R_e_c_t_a_n_g_l_e visibleRect, int orientation,
│ │ │ │ int direction)
│ │ │ │ int Components that display logical rows or columns should
│ │ │ │ compute the scroll increment that will completely
│ │ │ │ expose one new row or column, depending on the value
│ │ │ │ of orientation.
│ │ │ │ - JList._g_e_t_S_c_r_o_l_l_a_b_l_e_U_n_i_t_I_n_c_r_e_m_e_n_t
│ │ │ │ - (_R_e_c_t_a_n_g_l_e visibleRect, int orientation,
│ │ │ │ - int int direction)
│ │ │ │ - Returns the distance to scroll to expose the next or
│ │ │ │ - previous row (for vertical scrolling) or column (for
│ │ │ │ - horizontal scrolling).
│ │ │ │ JTable._g_e_t_S_c_r_o_l_l_a_b_l_e_U_n_i_t_I_n_c_r_e_m_e_n_t
│ │ │ │ (_R_e_c_t_a_n_g_l_e visibleRect, int orientation,
│ │ │ │ int int direction)
│ │ │ │ Returns the scroll increment (in pixels) that
│ │ │ │ completely exposes one new row or column (depending on
│ │ │ │ the orientation).
│ │ │ │ JTextArea._g_e_t_S_c_r_o_l_l_a_b_l_e_U_n_i_t_I_n_c_r_e_m_e_n_t
│ │ │ │ (_R_e_c_t_a_n_g_l_e visibleRect, int orientation,
│ │ │ │ int direction)
│ │ │ │ int Components that display logical rows or columns should
│ │ │ │ compute the scroll increment that will completely
│ │ │ │ expose one new row or column, depending on the value
│ │ │ │ of orientation.
│ │ │ │ - JLayer._g_e_t_S_c_r_o_l_l_a_b_l_e_U_n_i_t_I_n_c_r_e_m_e_n_t
│ │ │ │ - (_R_e_c_t_a_n_g_l_e visibleRect, int orientation,
│ │ │ │ + JTree._g_e_t_S_c_r_o_l_l_a_b_l_e_U_n_i_t_I_n_c_r_e_m_e_n_t
│ │ │ │ + int (_R_e_c_t_a_n_g_l_e visibleRect, int orientation,
│ │ │ │ int direction)
│ │ │ │ - int Returns a scroll increment, which is required for
│ │ │ │ - components that display logical rows or columns in
│ │ │ │ - order to completely expose one new row or column,
│ │ │ │ - depending on the value of orientation.
│ │ │ │ + Returns the amount to increment when scrolling.
│ │ │ │ + JList._g_e_t_S_c_r_o_l_l_a_b_l_e_U_n_i_t_I_n_c_r_e_m_e_n_t
│ │ │ │ + (_R_e_c_t_a_n_g_l_e visibleRect, int orientation,
│ │ │ │ + int int direction)
│ │ │ │ + Returns the distance to scroll to expose the next or
│ │ │ │ + previous row (for vertical scrolling) or column (for
│ │ │ │ + horizontal scrolling).
│ │ │ │ static SwingUtilities._i_s_R_e_c_t_a_n_g_l_e_C_o_n_t_a_i_n_i_n_g_R_e_c_t_a_n_g_l_e
│ │ │ │ boolean (_R_e_c_t_a_n_g_l_e a, _R_e_c_t_a_n_g_l_e b)
│ │ │ │ Return true if a contains b
│ │ │ │ SwingUtilities._l_a_y_o_u_t_C_o_m_p_o_u_n_d_L_a_b_e_l(_F_o_n_t_M_e_t_r_i_c_s fm,
│ │ │ │ _S_t_r_i_n_g text, _I_c_o_n icon, int verticalAlignment,
│ │ │ │ int horizontalAlignment, int verticalTextPosition,
│ │ │ │ static int horizontalTextPosition, _R_e_c_t_a_n_g_l_e viewR,
│ │ │ │ @@ -620,25 +620,25 @@
│ │ │ │ void Adds the specified region to the dirty region list if
│ │ │ │ the component is showing.
│ │ │ │ void DefaultListCellRenderer._r_e_p_a_i_n_t(_R_e_c_t_a_n_g_l_e r)
│ │ │ │ Overridden for performance reasons.
│ │ │ │ JComponent._s_c_r_o_l_l_R_e_c_t_T_o_V_i_s_i_b_l_e(_R_e_c_t_a_n_g_l_e aRect)
│ │ │ │ void Forwards the scrollRectToVisible() message to the
│ │ │ │ JComponent's parent.
│ │ │ │ + void JTextField._s_c_r_o_l_l_R_e_c_t_T_o_V_i_s_i_b_l_e(_R_e_c_t_a_n_g_l_e r)
│ │ │ │ + Scrolls the field left or right.
│ │ │ │ JViewport._s_c_r_o_l_l_R_e_c_t_T_o_V_i_s_i_b_l_e(_R_e_c_t_a_n_g_l_e contentRect)
│ │ │ │ void Scrolls the view so that Rectangle within the view
│ │ │ │ becomes visible.
│ │ │ │ - void JTextField._s_c_r_o_l_l_R_e_c_t_T_o_V_i_s_i_b_l_e(_R_e_c_t_a_n_g_l_e r)
│ │ │ │ - Scrolls the field left or right.
│ │ │ │ + void JTable.AccessibleJTable.AccessibleJTableCell._s_e_t_B_o_u_n_d_s
│ │ │ │ + (_R_e_c_t_a_n_g_l_e r)
│ │ │ │ void JTree.AccessibleJTree.AccessibleJTreeNode._s_e_t_B_o_u_n_d_s
│ │ │ │ (_R_e_c_t_a_n_g_l_e r)
│ │ │ │ void JList.AccessibleJList.AccessibleJListChild._s_e_t_B_o_u_n_d_s
│ │ │ │ (_R_e_c_t_a_n_g_l_e r)
│ │ │ │ - void JTable.AccessibleJTable.AccessibleJTableCell._s_e_t_B_o_u_n_d_s
│ │ │ │ - (_R_e_c_t_a_n_g_l_e r)
│ │ │ │ JInternalFrame._s_e_t_N_o_r_m_a_l_B_o_u_n_d_s(_R_e_c_t_a_n_g_l_e r)
│ │ │ │ void Sets the normal bounds for this internal frame, the
│ │ │ │ bounds that this internal frame would be restored to
│ │ │ │ from its maximized state.
│ │ │ │ DefaultDesktopManager._s_e_t_P_r_e_v_i_o_u_s_B_o_u_n_d_s
│ │ │ │ protected (_J_I_n_t_e_r_n_a_l_F_r_a_m_e f, _R_e_c_t_a_n_g_l_e r)
│ │ │ │ void Stores the bounds of the component just before a
│ │ │ │ @@ -689,19 +689,19 @@
│ │ │ │ protected _R_e_c_t_a_n_g_l_e A rectangle used for general layout
│ │ │ │ calculations in order to avoid constructing
│ │ │ │ many new Rectangles on the fly.
│ │ │ │ protected _R_e_c_t_a_n_g_l_e BasicSliderUI._c_o_n_t_e_n_t_R_e_c_t
│ │ │ │ protected _R_e_c_t_a_n_g_l_e BasicSliderUI._f_o_c_u_s_R_e_c_t
│ │ │ │ protected _R_e_c_t_a_n_g_l_e BasicSliderUI._l_a_b_e_l_R_e_c_t
│ │ │ │ protected _R_e_c_t_a_n_g_l_e[] BasicTabbedPaneUI._r_e_c_t_s
│ │ │ │ - protected _R_e_c_t_a_n_g_l_e BasicSliderUI._t_h_u_m_b_R_e_c_t
│ │ │ │ protected _R_e_c_t_a_n_g_l_e BasicScrollBarUI._t_h_u_m_b_R_e_c_t
│ │ │ │ + protected _R_e_c_t_a_n_g_l_e BasicSliderUI._t_h_u_m_b_R_e_c_t
│ │ │ │ protected _R_e_c_t_a_n_g_l_e BasicSliderUI._t_i_c_k_R_e_c_t
│ │ │ │ - protected _R_e_c_t_a_n_g_l_e BasicSliderUI._t_r_a_c_k_R_e_c_t
│ │ │ │ protected _R_e_c_t_a_n_g_l_e BasicScrollBarUI._t_r_a_c_k_R_e_c_t
│ │ │ │ + protected _R_e_c_t_a_n_g_l_e BasicSliderUI._t_r_a_c_k_R_e_c_t
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc tthhaatt rreettuurrnn _RR_ee_cc_tt_aa_nn_gg_ll_ee?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ BasicComboPopup._c_o_m_p_u_t_e_P_o_p_u_p_B_o_u_n_d_s(int px, int py,
│ │ │ │ protected int pw, int ph)
│ │ │ │ _R_e_c_t_a_n_g_l_e Calculate the placement and size of the popup
│ │ │ │ portion of the combo box based on the combo box
│ │ │ │ @@ -1060,20 +1060,20 @@
│ │ │ │ to make the caret visible.
│ │ │ │ FlowView.FlowStrategy._c_h_a_n_g_e_d_U_p_d_a_t_e
│ │ │ │ (_F_l_o_w_V_i_e_w fv, _D_o_c_u_m_e_n_t_E_v_e_n_t e,
│ │ │ │ void _R_e_c_t_a_n_g_l_e alloc)
│ │ │ │ Gives notification from the document that
│ │ │ │ attributes were changed in a location that
│ │ │ │ this view is responsible for.
│ │ │ │ - BoxView._c_h_i_l_d_A_l_l_o_c_a_t_i_o_n(int index,
│ │ │ │ - protected void _R_e_c_t_a_n_g_l_e alloc)
│ │ │ │ - Allocates a region for a child view.
│ │ │ │ CompositeView._c_h_i_l_d_A_l_l_o_c_a_t_i_o_n(int index,
│ │ │ │ protected abstract void _R_e_c_t_a_n_g_l_e a)
│ │ │ │ Returns the allocation for a given child.
│ │ │ │ + BoxView._c_h_i_l_d_A_l_l_o_c_a_t_i_o_n(int index,
│ │ │ │ + protected void _R_e_c_t_a_n_g_l_e alloc)
│ │ │ │ + Allocates a region for a child view.
│ │ │ │ DefaultCaret._d_a_m_a_g_e(_R_e_c_t_a_n_g_l_e r)
│ │ │ │ protected void Damages the area surrounding the caret to
│ │ │ │ cause it to be repainted in a new
│ │ │ │ location.
│ │ │ │ JTextComponent._g_e_t_S_c_r_o_l_l_a_b_l_e_B_l_o_c_k_I_n_c_r_e_m_e_n_t
│ │ │ │ (_R_e_c_t_a_n_g_l_e visibleRect, int orientation,
│ │ │ │ int direction)
│ │ │ │ @@ -1086,22 +1086,22 @@
│ │ │ │ (_R_e_c_t_a_n_g_l_e visibleRect, int orientation,
│ │ │ │ int direction)
│ │ │ │ int Components that display logical rows or
│ │ │ │ columns should compute the scroll
│ │ │ │ increment that will completely expose one
│ │ │ │ new row or column, depending on the value
│ │ │ │ of orientation.
│ │ │ │ - BoxView._g_e_t_V_i_e_w_A_t_P_o_i_n_t(int x, int y,
│ │ │ │ - protected _V_i_e_w _R_e_c_t_a_n_g_l_e alloc)
│ │ │ │ - Fetches the child view at the given
│ │ │ │ - coordinates.
│ │ │ │ CompositeView._g_e_t_V_i_e_w_A_t_P_o_i_n_t(int x, int y,
│ │ │ │ protected abstract _V_i_e_w _R_e_c_t_a_n_g_l_e alloc)
│ │ │ │ Fetches the child view at the given
│ │ │ │ coordinates.
│ │ │ │ + BoxView._g_e_t_V_i_e_w_A_t_P_o_i_n_t(int x, int y,
│ │ │ │ + protected _V_i_e_w _R_e_c_t_a_n_g_l_e alloc)
│ │ │ │ + Fetches the child view at the given
│ │ │ │ + coordinates.
│ │ │ │ CompositeView._g_e_t_V_i_e_w_A_t_P_o_s_i_t_i_o_n(int pos,
│ │ │ │ protected _V_i_e_w _R_e_c_t_a_n_g_l_e a)
│ │ │ │ Fetches the child view that represents the
│ │ │ │ given position in the model.
│ │ │ │ TableView._g_e_t_V_i_e_w_A_t_P_o_s_i_t_i_o_n(int pos,
│ │ │ │ protected _V_i_e_w _R_e_c_t_a_n_g_l_e a)
│ │ │ │ Fetches the child view that represents the
│ │ │ │ @@ -1113,30 +1113,30 @@
│ │ │ │ FlowView.FlowStrategy._i_n_s_e_r_t_U_p_d_a_t_e
│ │ │ │ (_F_l_o_w_V_i_e_w fv, _D_o_c_u_m_e_n_t_E_v_e_n_t e,
│ │ │ │ _R_e_c_t_a_n_g_l_e alloc)
│ │ │ │ void Gives notification that something was
│ │ │ │ inserted into the document in a location
│ │ │ │ that the given flow view is responsible
│ │ │ │ for.
│ │ │ │ - BoxView._i_s_A_f_t_e_r(int x, int y,
│ │ │ │ - protected boolean _R_e_c_t_a_n_g_l_e innerAlloc)
│ │ │ │ - Determines if a point falls after an
│ │ │ │ - allocated region.
│ │ │ │ CompositeView._i_s_A_f_t_e_r(int x, int y,
│ │ │ │ protected abstract _R_e_c_t_a_n_g_l_e alloc)
│ │ │ │ boolean Tests whether a point lies after the
│ │ │ │ rectangle range.
│ │ │ │ - BoxView._i_s_B_e_f_o_r_e(int x, int y,
│ │ │ │ + BoxView._i_s_A_f_t_e_r(int x, int y,
│ │ │ │ protected boolean _R_e_c_t_a_n_g_l_e innerAlloc)
│ │ │ │ - Determines if a point falls before an
│ │ │ │ + Determines if a point falls after an
│ │ │ │ allocated region.
│ │ │ │ CompositeView._i_s_B_e_f_o_r_e(int x, int y,
│ │ │ │ protected abstract _R_e_c_t_a_n_g_l_e alloc)
│ │ │ │ boolean Tests whether a point lies before the
│ │ │ │ rectangle range.
│ │ │ │ + BoxView._i_s_B_e_f_o_r_e(int x, int y,
│ │ │ │ + protected boolean _R_e_c_t_a_n_g_l_e innerAlloc)
│ │ │ │ + Determines if a point falls before an
│ │ │ │ + allocated region.
│ │ │ │ BoxView._p_a_i_n_t_C_h_i_l_d(_G_r_a_p_h_i_c_s g,
│ │ │ │ protected void _R_e_c_t_a_n_g_l_e alloc, int index)
│ │ │ │ Paints a child.
│ │ │ │ FlowView.FlowStrategy._r_e_m_o_v_e_U_p_d_a_t_e
│ │ │ │ (_F_l_o_w_V_i_e_w fv, _D_o_c_u_m_e_n_t_E_v_e_n_t e,
│ │ │ │ _R_e_c_t_a_n_g_l_e alloc)
│ │ │ │ void Gives notification that something was
│ │ │ │ @@ -1150,71 +1150,71 @@
│ │ │ │ ListView._p_a_i_n_t_C_h_i_l_d(_G_r_a_p_h_i_c_s g, _R_e_c_t_a_n_g_l_e alloc,
│ │ │ │ protected void int index)
│ │ │ │ Paints one of the children; called by paint().
│ │ │ │ o ******** UUsseess ooff _RR_ee_cc_tt_aa_nn_gg_ll_ee iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_rr_ee_ee ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_rr_ee_ee tthhaatt rreettuurrnn _RR_ee_cc_tt_aa_nn_gg_ll_ee?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ + FixedHeightLayoutCache._g_e_t_B_o_u_n_d_s(_T_r_e_e_P_a_t_h path,
│ │ │ │ + _R_e_c_t_a_n_g_l_e _R_e_c_t_a_n_g_l_e placeIn)
│ │ │ │ + Returns a rectangle giving the bounds needed to draw
│ │ │ │ + path.
│ │ │ │ + AbstractLayoutCache._g_e_t_B_o_u_n_d_s(_T_r_e_e_P_a_t_h path,
│ │ │ │ + abstract _R_e_c_t_a_n_g_l_e placeIn)
│ │ │ │ + _R_e_c_t_a_n_g_l_e Returns a rectangle giving the bounds needed to draw
│ │ │ │ + path.
│ │ │ │ VariableHeightLayoutCache._g_e_t_B_o_u_n_d_s(_T_r_e_e_P_a_t_h path,
│ │ │ │ _R_e_c_t_a_n_g_l_e placeIn)
│ │ │ │ _R_e_c_t_a_n_g_l_e Returns the Rectangle enclosing the label portion
│ │ │ │ into which the item identified by path will be
│ │ │ │ drawn.
│ │ │ │ - AbstractLayoutCache._g_e_t_B_o_u_n_d_s(_T_r_e_e_P_a_t_h path,
│ │ │ │ - abstract _R_e_c_t_a_n_g_l_e placeIn)
│ │ │ │ - _R_e_c_t_a_n_g_l_e Returns a rectangle giving the bounds needed to draw
│ │ │ │ - path.
│ │ │ │ - FixedHeightLayoutCache._g_e_t_B_o_u_n_d_s(_T_r_e_e_P_a_t_h path,
│ │ │ │ - _R_e_c_t_a_n_g_l_e _R_e_c_t_a_n_g_l_e placeIn)
│ │ │ │ - Returns a rectangle giving the bounds needed to draw
│ │ │ │ - path.
│ │ │ │ AbstractLayoutCache._g_e_t_N_o_d_e_D_i_m_e_n_s_i_o_n_s(_O_b_j_e_c_t value,
│ │ │ │ protected int row, int depth, boolean expanded,
│ │ │ │ _R_e_c_t_a_n_g_l_e _R_e_c_t_a_n_g_l_e placeIn)
│ │ │ │ Returns, by reference in placeIn, the size needed to
│ │ │ │ represent value.
│ │ │ │ AbstractLayoutCache.NodeDimensions._g_e_t_N_o_d_e_D_i_m_e_n_s_i_o_n_s
│ │ │ │ abstract (_O_b_j_e_c_t value, int row, int depth, boolean expanded,
│ │ │ │ _R_e_c_t_a_n_g_l_e _R_e_c_t_a_n_g_l_e bounds)
│ │ │ │ Returns, by reference in bounds, the size and x
│ │ │ │ origin to place value at.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_rr_ee_ee wwiitthh ppaarraammeetteerrss ooff ttyyppee _RR_ee_cc_tt_aa_nn_gg_ll_ee?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ + FixedHeightLayoutCache._g_e_t_B_o_u_n_d_s(_T_r_e_e_P_a_t_h path,
│ │ │ │ + _R_e_c_t_a_n_g_l_e _R_e_c_t_a_n_g_l_e placeIn)
│ │ │ │ + Returns a rectangle giving the bounds needed to draw
│ │ │ │ + path.
│ │ │ │ + AbstractLayoutCache._g_e_t_B_o_u_n_d_s(_T_r_e_e_P_a_t_h path,
│ │ │ │ + abstract _R_e_c_t_a_n_g_l_e placeIn)
│ │ │ │ + _R_e_c_t_a_n_g_l_e Returns a rectangle giving the bounds needed to draw
│ │ │ │ + path.
│ │ │ │ VariableHeightLayoutCache._g_e_t_B_o_u_n_d_s(_T_r_e_e_P_a_t_h path,
│ │ │ │ _R_e_c_t_a_n_g_l_e placeIn)
│ │ │ │ _R_e_c_t_a_n_g_l_e Returns the Rectangle enclosing the label portion
│ │ │ │ into which the item identified by path will be
│ │ │ │ drawn.
│ │ │ │ - AbstractLayoutCache._g_e_t_B_o_u_n_d_s(_T_r_e_e_P_a_t_h path,
│ │ │ │ - abstract _R_e_c_t_a_n_g_l_e placeIn)
│ │ │ │ - _R_e_c_t_a_n_g_l_e Returns a rectangle giving the bounds needed to draw
│ │ │ │ - path.
│ │ │ │ - FixedHeightLayoutCache._g_e_t_B_o_u_n_d_s(_T_r_e_e_P_a_t_h path,
│ │ │ │ - _R_e_c_t_a_n_g_l_e _R_e_c_t_a_n_g_l_e placeIn)
│ │ │ │ - Returns a rectangle giving the bounds needed to draw
│ │ │ │ - path.
│ │ │ │ AbstractLayoutCache._g_e_t_N_o_d_e_D_i_m_e_n_s_i_o_n_s(_O_b_j_e_c_t value,
│ │ │ │ protected int row, int depth, boolean expanded,
│ │ │ │ _R_e_c_t_a_n_g_l_e _R_e_c_t_a_n_g_l_e placeIn)
│ │ │ │ Returns, by reference in placeIn, the size needed to
│ │ │ │ represent value.
│ │ │ │ AbstractLayoutCache.NodeDimensions._g_e_t_N_o_d_e_D_i_m_e_n_s_i_o_n_s
│ │ │ │ abstract (_O_b_j_e_c_t value, int row, int depth, boolean expanded,
│ │ │ │ _R_e_c_t_a_n_g_l_e _R_e_c_t_a_n_g_l_e bounds)
│ │ │ │ Returns, by reference in bounds, the size and x
│ │ │ │ origin to place value at.
│ │ │ │ - VariableHeightLayoutCache._g_e_t_P_r_e_f_e_r_r_e_d_W_i_d_t_h
│ │ │ │ - int (_R_e_c_t_a_n_g_l_e bounds)
│ │ │ │ - Returns the preferred width and height for the
│ │ │ │ - region in visibleRegion.
│ │ │ │ AbstractLayoutCache._g_e_t_P_r_e_f_e_r_r_e_d_W_i_d_t_h
│ │ │ │ int (_R_e_c_t_a_n_g_l_e bounds)
│ │ │ │ Returns the preferred width for the passed in
│ │ │ │ region.
│ │ │ │ + VariableHeightLayoutCache._g_e_t_P_r_e_f_e_r_r_e_d_W_i_d_t_h
│ │ │ │ + int (_R_e_c_t_a_n_g_l_e bounds)
│ │ │ │ + Returns the preferred width and height for the
│ │ │ │ + region in visibleRegion.
│ │ │ │ void DefaultTreeCellRenderer._r_e_p_a_i_n_t(_R_e_c_t_a_n_g_l_e r)
│ │ │ │ Overridden for performance reasons.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ @@ -1230,9 +1230,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/RenderingHints.Key.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.RenderingHints.Key (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -82,9 +82,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/RenderingHints.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.RenderingHints (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -34,73 +34,73 @@
│ │ │ │ algorithms.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _RR_ee_nn_dd_ee_rr_ii_nn_gg_HH_ii_nn_tt_ss?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ RenderingHints._a_d_d(_R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ void Adds all of the keys and corresponding values
│ │ │ │ from the specified RenderingHints object to this
│ │ │ │ RenderingHints object.
│ │ │ │ - Composite._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l srcColorModel,
│ │ │ │ - _C_o_m_p_o_s_i_t_e_C_o_n_t_e_x_t _C_o_l_o_r_M_o_d_e_l dstColorModel, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ - Creates a context containing state that is used
│ │ │ │ - to perform the compositing operation.
│ │ │ │ AlphaComposite._c_r_e_a_t_e_C_o_n_t_e_x_t
│ │ │ │ _C_o_m_p_o_s_i_t_e_C_o_n_t_e_x_t (_C_o_l_o_r_M_o_d_e_l srcColorModel,
│ │ │ │ _C_o_l_o_r_M_o_d_e_l dstColorModel, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Creates a context for the compositing operation.
│ │ │ │ - Color._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm, _R_e_c_t_a_n_g_l_e r,
│ │ │ │ - _R_e_c_t_a_n_g_l_e_2_D r2d, _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform,
│ │ │ │ - _P_a_i_n_t_C_o_n_t_e_x_t _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ - Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ - generate a solid color field pattern.
│ │ │ │ + Composite._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l srcColorModel,
│ │ │ │ + _C_o_m_p_o_s_i_t_e_C_o_n_t_e_x_t _C_o_l_o_r_M_o_d_e_l dstColorModel, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ + Creates a context containing state that is used
│ │ │ │ + to perform the compositing operation.
│ │ │ │ Paint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ generate the color pattern.
│ │ │ │ - GradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ - _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ - _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ - Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ - generate a linear color gradient pattern.
│ │ │ │ - TexturePaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ - _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ - _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ - Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ - generate a tiled image pattern.
│ │ │ │ LinearGradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m transform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ generate a linear color gradient pattern.
│ │ │ │ RadialGradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m transform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ generate a circular radial color gradient
│ │ │ │ pattern.
│ │ │ │ + GradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ + _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ + _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ + Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ + generate a linear color gradient pattern.
│ │ │ │ + TexturePaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ + _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ + _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ + Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ + generate a tiled image pattern.
│ │ │ │ + Color._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm, _R_e_c_t_a_n_g_l_e r,
│ │ │ │ + _R_e_c_t_a_n_g_l_e_2_D r2d, _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform,
│ │ │ │ + _P_a_i_n_t_C_o_n_t_e_x_t _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ + Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ + generate a solid color field pattern.
│ │ │ │ o ******** UUsseess ooff _RR_ee_nn_dd_ee_rr_ii_nn_gg_HH_ii_nn_tt_ss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee tthhaatt rreettuurrnn _RR_ee_nn_dd_ee_rr_ii_nn_gg_HH_ii_nn_tt_ss?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + _R_e_n_d_e_r_i_n_g_H_i_n_t_s LookupOp._g_e_t_R_e_n_d_e_r_i_n_g_H_i_n_t_s()
│ │ │ │ + Returns the rendering hints for this op.
│ │ │ │ + _R_e_n_d_e_r_i_n_g_H_i_n_t_s RescaleOp._g_e_t_R_e_n_d_e_r_i_n_g_H_i_n_t_s()
│ │ │ │ + Returns the rendering hints for this op.
│ │ │ │ _R_e_n_d_e_r_i_n_g_H_i_n_t_s BufferedImageOp._g_e_t_R_e_n_d_e_r_i_n_g_H_i_n_t_s()
│ │ │ │ Returns the rendering hints for this operation.
│ │ │ │ - _R_e_n_d_e_r_i_n_g_H_i_n_t_s ConvolveOp._g_e_t_R_e_n_d_e_r_i_n_g_H_i_n_t_s()
│ │ │ │ - Returns the rendering hints for this op.
│ │ │ │ _R_e_n_d_e_r_i_n_g_H_i_n_t_s RasterOp._g_e_t_R_e_n_d_e_r_i_n_g_H_i_n_t_s()
│ │ │ │ Returns the rendering hints for this RasterOp.
│ │ │ │ - _R_e_n_d_e_r_i_n_g_H_i_n_t_s RescaleOp._g_e_t_R_e_n_d_e_r_i_n_g_H_i_n_t_s()
│ │ │ │ - Returns the rendering hints for this op.
│ │ │ │ - _R_e_n_d_e_r_i_n_g_H_i_n_t_s LookupOp._g_e_t_R_e_n_d_e_r_i_n_g_H_i_n_t_s()
│ │ │ │ + _R_e_n_d_e_r_i_n_g_H_i_n_t_s ConvolveOp._g_e_t_R_e_n_d_e_r_i_n_g_H_i_n_t_s()
│ │ │ │ Returns the rendering hints for this op.
│ │ │ │ - _R_e_n_d_e_r_i_n_g_H_i_n_t_s ColorConvertOp._g_e_t_R_e_n_d_e_r_i_n_g_H_i_n_t_s()
│ │ │ │ - Returns the rendering hints used by this op.
│ │ │ │ _R_e_n_d_e_r_i_n_g_H_i_n_t_s BandCombineOp._g_e_t_R_e_n_d_e_r_i_n_g_H_i_n_t_s()
│ │ │ │ Returns the rendering hints for this operation.
│ │ │ │ AffineTransformOp._g_e_t_R_e_n_d_e_r_i_n_g_H_i_n_t_s()
│ │ │ │ _R_e_n_d_e_r_i_n_g_H_i_n_t_s Returns the rendering hints used by this
│ │ │ │ transform operation.
│ │ │ │ + _R_e_n_d_e_r_i_n_g_H_i_n_t_s ColorConvertOp._g_e_t_R_e_n_d_e_r_i_n_g_H_i_n_t_s()
│ │ │ │ + Returns the rendering hints used by this op.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _RR_ee_nn_dd_ee_rr_ii_nn_gg_HH_ii_nn_tt_ss?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m_O_p(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Constructs an AffineTransformOp given an affine transform.
│ │ │ │ _B_a_n_d_C_o_m_b_i_n_e_O_p(float[][] matrix, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Constructs a BandCombineOp with the specified matrix.
│ │ │ │ @@ -177,9 +177,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Robot.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Robot (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/ScrollPane.AccessibleAWTScrollPane.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.ScrollPane.AccessibleAWTScrollPane (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/ScrollPane.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.ScrollPane (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -46,9 +46,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/ScrollPaneAdjustable.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.ScrollPaneAdjustable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Scrollbar.AccessibleAWTScrollBar.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Scrollbar.AccessibleAWTScrollBar (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Scrollbar.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Scrollbar (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -46,9 +46,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/SecondaryLoop.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.SecondaryLoop (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -44,9 +44,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Shape.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.Shape (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -49,58 +49,58 @@
│ │ │ │ _R_e_c_t_a_n_g_l_e
│ │ │ │ A Rectangle specifies an area in a coordinate
│ │ │ │ class space that is enclosed by the Rectangle object's
│ │ │ │ upper-left point (x,y) in the coordinate space,
│ │ │ │ its width, and its height.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt tthhaatt rreettuurrnn _SS_hh_aa_pp_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + BasicStroke._c_r_e_a_t_e_S_t_r_o_k_e_d_S_h_a_p_e(_S_h_a_p_e s)
│ │ │ │ + _S_h_a_p_e Returns a Shape whose interior defines the
│ │ │ │ + stroked outline of a specified Shape.
│ │ │ │ Stroke._c_r_e_a_t_e_S_t_r_o_k_e_d_S_h_a_p_e(_S_h_a_p_e p)
│ │ │ │ Returns an outline Shape which encloses the area
│ │ │ │ _S_h_a_p_e that should be painted when the Shape is stroked
│ │ │ │ according to the rules defined by the object
│ │ │ │ implementing the Stroke interface.
│ │ │ │ - BasicStroke._c_r_e_a_t_e_S_t_r_o_k_e_d_S_h_a_p_e(_S_h_a_p_e s)
│ │ │ │ - _S_h_a_p_e Returns a Shape whose interior defines the
│ │ │ │ - stroked outline of a specified Shape.
│ │ │ │ abstract _S_h_a_p_e Graphics._g_e_t_C_l_i_p()
│ │ │ │ Gets the current clipping area.
│ │ │ │ _S_h_a_p_e Window._g_e_t_S_h_a_p_e()
│ │ │ │ Returns the shape of the window.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _SS_hh_aa_pp_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ Graphics2D._c_l_i_p(_S_h_a_p_e s)
│ │ │ │ abstract void Intersects the current Clip with the interior of
│ │ │ │ the specified Shape and sets the Clip to the
│ │ │ │ resulting intersection.
│ │ │ │ + BasicStroke._c_r_e_a_t_e_S_t_r_o_k_e_d_S_h_a_p_e(_S_h_a_p_e s)
│ │ │ │ + _S_h_a_p_e Returns a Shape whose interior defines the
│ │ │ │ + stroked outline of a specified Shape.
│ │ │ │ Stroke._c_r_e_a_t_e_S_t_r_o_k_e_d_S_h_a_p_e(_S_h_a_p_e p)
│ │ │ │ Returns an outline Shape which encloses the area
│ │ │ │ _S_h_a_p_e that should be painted when the Shape is stroked
│ │ │ │ according to the rules defined by the object
│ │ │ │ implementing the Stroke interface.
│ │ │ │ - BasicStroke._c_r_e_a_t_e_S_t_r_o_k_e_d_S_h_a_p_e(_S_h_a_p_e s)
│ │ │ │ - _S_h_a_p_e Returns a Shape whose interior defines the
│ │ │ │ - stroked outline of a specified Shape.
│ │ │ │ Graphics2D._d_r_a_w(_S_h_a_p_e s)
│ │ │ │ abstract void Strokes the outline of a Shape using the settings
│ │ │ │ of the current Graphics2D context.
│ │ │ │ Graphics2D._f_i_l_l(_S_h_a_p_e s)
│ │ │ │ abstract void Fills the interior of a Shape using the settings
│ │ │ │ of the Graphics2D context.
│ │ │ │ Graphics2D._h_i_t(_R_e_c_t_a_n_g_l_e rect, _S_h_a_p_e s,
│ │ │ │ boolean onStroke)
│ │ │ │ abstract boolean Checks whether or not the specified Shape
│ │ │ │ intersects the specified _R_e_c_t_a_n_g_l_e, which is in
│ │ │ │ device space.
│ │ │ │ Graphics._s_e_t_C_l_i_p(_S_h_a_p_e clip)
│ │ │ │ abstract void Sets the current clipping area to an arbitrary
│ │ │ │ clip shape.
│ │ │ │ - void Window._s_e_t_S_h_a_p_e(_S_h_a_p_e shape)
│ │ │ │ - Sets the shape of the window.
│ │ │ │ void Dialog._s_e_t_S_h_a_p_e(_S_h_a_p_e shape)
│ │ │ │ Sets the shape of the window.
│ │ │ │ + void Window._s_e_t_S_h_a_p_e(_S_h_a_p_e shape)
│ │ │ │ + Sets the shape of the window.
│ │ │ │ void Frame._s_e_t_S_h_a_p_e(_S_h_a_p_e shape)
│ │ │ │ Sets the shape of the window.
│ │ │ │ o ******** UUsseess ooff _SS_hh_aa_pp_ee iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ff_oo_nn_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ff_oo_nn_tt tthhaatt rreettuurrnn _SS_hh_aa_pp_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TextLayout._g_e_t_B_l_a_c_k_B_o_x_B_o_u_n_d_s(int firstEndpoint,
│ │ │ │ _S_h_a_p_e int secondEndpoint)
│ │ │ │ @@ -151,24 +151,24 @@
│ │ │ │ _S_h_a_p_e _R_e_c_t_a_n_g_l_e_2_D bounds)
│ │ │ │ Returns a Shape enclosing the logical selection
│ │ │ │ in the specified range, extended to the specified
│ │ │ │ bounds.
│ │ │ │ GlyphVector._g_e_t_O_u_t_l_i_n_e()
│ │ │ │ abstract _S_h_a_p_e Returns a Shape whose interior corresponds to the
│ │ │ │ visual representation of this GlyphVector.
│ │ │ │ - GraphicAttribute._g_e_t_O_u_t_l_i_n_e(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m tx)
│ │ │ │ - _S_h_a_p_e Return a _S_h_a_p_e that represents the region that
│ │ │ │ - this GraphicAttribute renders.
│ │ │ │ - TextLayout._g_e_t_O_u_t_l_i_n_e(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m tx)
│ │ │ │ - _S_h_a_p_e Returns a Shape representing the outline of this
│ │ │ │ - TextLayout.
│ │ │ │ ShapeGraphicAttribute._g_e_t_O_u_t_l_i_n_e
│ │ │ │ _S_h_a_p_e (_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m tx)
│ │ │ │ Return a _S_h_a_p_e that represents the region that
│ │ │ │ this ShapeGraphicAttribute renders.
│ │ │ │ + TextLayout._g_e_t_O_u_t_l_i_n_e(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m tx)
│ │ │ │ + _S_h_a_p_e Returns a Shape representing the outline of this
│ │ │ │ + TextLayout.
│ │ │ │ + GraphicAttribute._g_e_t_O_u_t_l_i_n_e(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m tx)
│ │ │ │ + _S_h_a_p_e Return a _S_h_a_p_e that represents the region that
│ │ │ │ + this GraphicAttribute renders.
│ │ │ │ GlyphVector._g_e_t_O_u_t_l_i_n_e(float x, float y)
│ │ │ │ abstract _S_h_a_p_e Returns a Shape whose interior corresponds to the
│ │ │ │ visual representation of this GlyphVector when
│ │ │ │ rendered at x, y.
│ │ │ │ TextLayout._g_e_t_V_i_s_u_a_l_H_i_g_h_l_i_g_h_t_S_h_a_p_e
│ │ │ │ (_T_e_x_t_H_i_t_I_n_f_o firstEndpoint,
│ │ │ │ _S_h_a_p_e _T_e_x_t_H_i_t_I_n_f_o secondEndpoint)
│ │ │ │ @@ -364,166 +364,166 @@
│ │ │ │ TTyyppee
│ │ │ │ protected FieldView._a_d_j_u_s_t_A_l_l_o_c_a_t_i_o_n(_S_h_a_p_e a)
│ │ │ │ _S_h_a_p_e Adjusts the allocation given to the view to be a
│ │ │ │ suitable allocation for a text field.
│ │ │ │ protected AsyncBoxView.ChildLocator._g_e_t_C_h_i_l_d_A_l_l_o_c_a_t_i_o_n
│ │ │ │ _S_h_a_p_e (int index)
│ │ │ │ Fetch the allocation to use for a child view.
│ │ │ │ - _S_h_a_p_e View._g_e_t_C_h_i_l_d_A_l_l_o_c_a_t_i_o_n(int index, _S_h_a_p_e a)
│ │ │ │ - Fetches the allocation for the given child view.
│ │ │ │ - _S_h_a_p_e BoxView._g_e_t_C_h_i_l_d_A_l_l_o_c_a_t_i_o_n(int index, _S_h_a_p_e a)
│ │ │ │ - Fetches the allocation for the given child view.
│ │ │ │ CompositeView._g_e_t_C_h_i_l_d_A_l_l_o_c_a_t_i_o_n(int index, _S_h_a_p_e a)
│ │ │ │ _S_h_a_p_e Fetches the allocation for the given child view to
│ │ │ │ render into.
│ │ │ │ + _S_h_a_p_e BoxView._g_e_t_C_h_i_l_d_A_l_l_o_c_a_t_i_o_n(int index, _S_h_a_p_e a)
│ │ │ │ + Fetches the allocation for the given child view.
│ │ │ │ + _S_h_a_p_e View._g_e_t_C_h_i_l_d_A_l_l_o_c_a_t_i_o_n(int index, _S_h_a_p_e a)
│ │ │ │ + Fetches the allocation for the given child view.
│ │ │ │ _S_h_a_p_e AsyncBoxView._g_e_t_C_h_i_l_d_A_l_l_o_c_a_t_i_o_n(int index, _S_h_a_p_e a)
│ │ │ │ Fetches the allocation for the given child view.
│ │ │ │ AsyncBoxView.ChildLocator._g_e_t_C_h_i_l_d_A_l_l_o_c_a_t_i_o_n
│ │ │ │ _S_h_a_p_e (int index, _S_h_a_p_e a)
│ │ │ │ Fetch the allocation to use for a child view.
│ │ │ │ GlyphView.GlyphPainter._m_o_d_e_l_T_o_V_i_e_w(_G_l_y_p_h_V_i_e_w v,
│ │ │ │ abstract int pos, _P_o_s_i_t_i_o_n_._B_i_a_s bias, _S_h_a_p_e a)
│ │ │ │ _S_h_a_p_e Provides a mapping from the document model coordinate
│ │ │ │ space to the coordinate space of the view mapped to
│ │ │ │ it.
│ │ │ │ - View._m_o_d_e_l_T_o_V_i_e_w(int p0, _P_o_s_i_t_i_o_n_._B_i_a_s b0, int p1,
│ │ │ │ - _P_o_s_i_t_i_o_n_._B_i_a_s b1, _S_h_a_p_e a)
│ │ │ │ - _S_h_a_p_e Provides a mapping, for a given region, from the
│ │ │ │ - document model coordinate space to the view
│ │ │ │ - coordinate space.
│ │ │ │ CompositeView._m_o_d_e_l_T_o_V_i_e_w(int p0, _P_o_s_i_t_i_o_n_._B_i_a_s b0,
│ │ │ │ int p1, _P_o_s_i_t_i_o_n_._B_i_a_s b1, _S_h_a_p_e a)
│ │ │ │ _S_h_a_p_e Provides a mapping from the document model coordinate
│ │ │ │ space to the coordinate space of the view mapped to
│ │ │ │ it.
│ │ │ │ + View._m_o_d_e_l_T_o_V_i_e_w(int p0, _P_o_s_i_t_i_o_n_._B_i_a_s b0, int p1,
│ │ │ │ + _P_o_s_i_t_i_o_n_._B_i_a_s b1, _S_h_a_p_e a)
│ │ │ │ + _S_h_a_p_e Provides a mapping, for a given region, from the
│ │ │ │ + document model coordinate space to the view
│ │ │ │ + coordinate space.
│ │ │ │ _S_h_a_p_e View._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a)
│ │ │ │ Deprecated.
│ │ │ │ - View._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a, _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ - abstract Provides a mapping, for a given character, from the
│ │ │ │ - _S_h_a_p_e document model coordinate space to the view
│ │ │ │ - coordinate space.
│ │ │ │ - BoxView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ - _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ - _S_h_a_p_e Provides a mapping from the document model coordinate
│ │ │ │ - space to the coordinate space of the view mapped to
│ │ │ │ - it.
│ │ │ │ CompositeView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ _S_h_a_p_e Provides a mapping from the document model coordinate
│ │ │ │ space to the coordinate space of the view mapped to
│ │ │ │ it.
│ │ │ │ ComponentView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ _S_h_a_p_e _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ Provides a mapping from the coordinate space of the
│ │ │ │ model to that of the view.
│ │ │ │ - GlyphView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ + IconView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ _S_h_a_p_e Provides a mapping from the document model coordinate
│ │ │ │ space to the coordinate space of the view mapped to
│ │ │ │ it.
│ │ │ │ - AsyncBoxView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ + PlainView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ _S_h_a_p_e Provides a mapping from the document model coordinate
│ │ │ │ space to the coordinate space of the view mapped to
│ │ │ │ it.
│ │ │ │ - PlainView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ + BoxView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ _S_h_a_p_e Provides a mapping from the document model coordinate
│ │ │ │ space to the coordinate space of the view mapped to
│ │ │ │ it.
│ │ │ │ PasswordView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ _S_h_a_p_e Provides a mapping from the document model coordinate
│ │ │ │ space to the coordinate space of the view mapped to
│ │ │ │ it.
│ │ │ │ + View._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a, _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ + abstract Provides a mapping, for a given character, from the
│ │ │ │ + _S_h_a_p_e document model coordinate space to the view
│ │ │ │ + coordinate space.
│ │ │ │ FieldView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ _S_h_a_p_e Provides a mapping from the document model coordinate
│ │ │ │ space to the coordinate space of the view mapped to
│ │ │ │ it.
│ │ │ │ - IconView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ + AsyncBoxView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ + _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ + _S_h_a_p_e Provides a mapping from the document model coordinate
│ │ │ │ + space to the coordinate space of the view mapped to
│ │ │ │ + it.
│ │ │ │ + GlyphView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ _S_h_a_p_e Provides a mapping from the document model coordinate
│ │ │ │ space to the coordinate space of the view mapped to
│ │ │ │ it.
│ │ │ │ + abstract LayeredHighlighter.LayerPainter._p_a_i_n_t_L_a_y_e_r
│ │ │ │ + _S_h_a_p_e (_G_r_a_p_h_i_c_s g, int p0, int p1, _S_h_a_p_e viewBounds,
│ │ │ │ + _J_T_e_x_t_C_o_m_p_o_n_e_n_t editor, _V_i_e_w view)
│ │ │ │ DefaultHighlighter.DefaultHighlightPainter._p_a_i_n_t_L_a_y_e_r
│ │ │ │ _S_h_a_p_e (_G_r_a_p_h_i_c_s g, int offs0, int offs1, _S_h_a_p_e bounds,
│ │ │ │ _J_T_e_x_t_C_o_m_p_o_n_e_n_t c, _V_i_e_w view)
│ │ │ │ Paints a portion of a highlight.
│ │ │ │ - abstract LayeredHighlighter.LayerPainter._p_a_i_n_t_L_a_y_e_r
│ │ │ │ - _S_h_a_p_e (_G_r_a_p_h_i_c_s g, int p0, int p1, _S_h_a_p_e viewBounds,
│ │ │ │ - _J_T_e_x_t_C_o_m_p_o_n_e_n_t editor, _V_i_e_w view)
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _SS_hh_aa_pp_ee?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ protected FieldView._a_d_j_u_s_t_A_l_l_o_c_a_t_i_o_n(_S_h_a_p_e a)
│ │ │ │ _S_h_a_p_e Adjusts the allocation given to the view to be a
│ │ │ │ suitable allocation for a text field.
│ │ │ │ ParagraphView._b_r_e_a_k_V_i_e_w(int axis, float len, _S_h_a_p_e a)
│ │ │ │ _V_i_e_w Breaks this view on the given axis at the given
│ │ │ │ length.
│ │ │ │ - View._c_h_a_n_g_e_d_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t e, _S_h_a_p_e a,
│ │ │ │ - _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ + FlowView._c_h_a_n_g_e_d_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes,
│ │ │ │ + _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification from the document that attributes
│ │ │ │ were changed in a location that this view is
│ │ │ │ responsible for.
│ │ │ │ - ParagraphView._c_h_a_n_g_e_d_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes,
│ │ │ │ + WrappedPlainView._c_h_a_n_g_e_d_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t e,
│ │ │ │ _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification from the document that attributes
│ │ │ │ were changed in a location that this view is
│ │ │ │ responsible for.
│ │ │ │ - FlowView._c_h_a_n_g_e_d_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes,
│ │ │ │ + PlainView._c_h_a_n_g_e_d_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes,
│ │ │ │ _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification from the document that attributes
│ │ │ │ were changed in a location that this view is
│ │ │ │ responsible for.
│ │ │ │ - LabelView._c_h_a_n_g_e_d_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t e, _S_h_a_p_e a,
│ │ │ │ + View._c_h_a_n_g_e_d_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t e, _S_h_a_p_e a,
│ │ │ │ _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification from the document that attributes
│ │ │ │ were changed in a location that this view is
│ │ │ │ responsible for.
│ │ │ │ GlyphView._c_h_a_n_g_e_d_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t e, _S_h_a_p_e a,
│ │ │ │ _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification from the document that attributes
│ │ │ │ were changed in a location that this view is
│ │ │ │ responsible for.
│ │ │ │ - WrappedPlainView._c_h_a_n_g_e_d_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t e,
│ │ │ │ - _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ + LabelView._c_h_a_n_g_e_d_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t e, _S_h_a_p_e a,
│ │ │ │ + _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification from the document that attributes
│ │ │ │ were changed in a location that this view is
│ │ │ │ responsible for.
│ │ │ │ - PlainView._c_h_a_n_g_e_d_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes,
│ │ │ │ + ParagraphView._c_h_a_n_g_e_d_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes,
│ │ │ │ _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification from the document that attributes
│ │ │ │ were changed in a location that this view is
│ │ │ │ responsible for.
│ │ │ │ protected PlainView._d_a_m_a_g_e_L_i_n_e_R_a_n_g_e(int line0, int line1,
│ │ │ │ void _S_h_a_p_e a, _C_o_m_p_o_n_e_n_t host)
│ │ │ │ Repaint the given line range.
│ │ │ │ - View._f_o_r_w_a_r_d_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t_._E_l_e_m_e_n_t_C_h_a_n_g_e ec,
│ │ │ │ + protected TableView._f_o_r_w_a_r_d_U_p_d_a_t_e
│ │ │ │ + void (_D_o_c_u_m_e_n_t_E_v_e_n_t_._E_l_e_m_e_n_t_C_h_a_n_g_e ec, _D_o_c_u_m_e_n_t_E_v_e_n_t e,
│ │ │ │ + _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ + BoxView._f_o_r_w_a_r_d_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t_._E_l_e_m_e_n_t_C_h_a_n_g_e ec,
│ │ │ │ protected _D_o_c_u_m_e_n_t_E_v_e_n_t e, _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Forwards the given DocumentEvent to the child views
│ │ │ │ that need to be notified of the change to the model.
│ │ │ │ - BoxView._f_o_r_w_a_r_d_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t_._E_l_e_m_e_n_t_C_h_a_n_g_e ec,
│ │ │ │ + View._f_o_r_w_a_r_d_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t_._E_l_e_m_e_n_t_C_h_a_n_g_e ec,
│ │ │ │ protected _D_o_c_u_m_e_n_t_E_v_e_n_t e, _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Forwards the given DocumentEvent to the child views
│ │ │ │ that need to be notified of the change to the model.
│ │ │ │ - protected TableView._f_o_r_w_a_r_d_U_p_d_a_t_e
│ │ │ │ - void (_D_o_c_u_m_e_n_t_E_v_e_n_t_._E_l_e_m_e_n_t_C_h_a_n_g_e ec, _D_o_c_u_m_e_n_t_E_v_e_n_t e,
│ │ │ │ - _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ protected View._f_o_r_w_a_r_d_U_p_d_a_t_e_T_o_V_i_e_w(_V_i_e_w v, _D_o_c_u_m_e_n_t_E_v_e_n_t e,
│ │ │ │ void _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ Forwards the DocumentEvent to the give child view.
│ │ │ │ - _S_h_a_p_e View._g_e_t_C_h_i_l_d_A_l_l_o_c_a_t_i_o_n(int index, _S_h_a_p_e a)
│ │ │ │ - Fetches the allocation for the given child view.
│ │ │ │ - _S_h_a_p_e BoxView._g_e_t_C_h_i_l_d_A_l_l_o_c_a_t_i_o_n(int index, _S_h_a_p_e a)
│ │ │ │ - Fetches the allocation for the given child view.
│ │ │ │ CompositeView._g_e_t_C_h_i_l_d_A_l_l_o_c_a_t_i_o_n(int index, _S_h_a_p_e a)
│ │ │ │ _S_h_a_p_e Fetches the allocation for the given child view to
│ │ │ │ render into.
│ │ │ │ + _S_h_a_p_e BoxView._g_e_t_C_h_i_l_d_A_l_l_o_c_a_t_i_o_n(int index, _S_h_a_p_e a)
│ │ │ │ + Fetches the allocation for the given child view.
│ │ │ │ + _S_h_a_p_e View._g_e_t_C_h_i_l_d_A_l_l_o_c_a_t_i_o_n(int index, _S_h_a_p_e a)
│ │ │ │ + Fetches the allocation for the given child view.
│ │ │ │ _S_h_a_p_e AsyncBoxView._g_e_t_C_h_i_l_d_A_l_l_o_c_a_t_i_o_n(int index, _S_h_a_p_e a)
│ │ │ │ Fetches the allocation for the given child view.
│ │ │ │ AsyncBoxView.ChildLocator._g_e_t_C_h_i_l_d_A_l_l_o_c_a_t_i_o_n
│ │ │ │ _S_h_a_p_e (int index, _S_h_a_p_e a)
│ │ │ │ Fetch the allocation to use for a child view.
│ │ │ │ ParagraphView._g_e_t_C_l_o_s_e_s_t_P_o_s_i_t_i_o_n_T_o(int pos,
│ │ │ │ protected int _P_o_s_i_t_i_o_n_._B_i_a_s b, _S_h_a_p_e a, int direction,
│ │ │ │ @@ -550,238 +550,238 @@
│ │ │ │ either the east or west direction.
│ │ │ │ GlyphView.GlyphPainter._g_e_t_N_e_x_t_V_i_s_u_a_l_P_o_s_i_t_i_o_n_F_r_o_m
│ │ │ │ (_G_l_y_p_h_V_i_e_w v, int pos, _P_o_s_i_t_i_o_n_._B_i_a_s b, _S_h_a_p_e a,
│ │ │ │ int int direction, _P_o_s_i_t_i_o_n_._B_i_a_s[] biasRet)
│ │ │ │ Provides a way to determine the next visually
│ │ │ │ represented model location that one might place a
│ │ │ │ caret.
│ │ │ │ - View._g_e_t_N_e_x_t_V_i_s_u_a_l_P_o_s_i_t_i_o_n_F_r_o_m(int pos,
│ │ │ │ + CompositeView._g_e_t_N_e_x_t_V_i_s_u_a_l_P_o_s_i_t_i_o_n_F_r_o_m(int pos,
│ │ │ │ _P_o_s_i_t_i_o_n_._B_i_a_s b, _S_h_a_p_e a, int direction,
│ │ │ │ int _P_o_s_i_t_i_o_n_._B_i_a_s[] biasRet)
│ │ │ │ Provides a way to determine the next visually
│ │ │ │ - represented model location at which one might place a
│ │ │ │ + represented model location that one might place a
│ │ │ │ caret.
│ │ │ │ - CompositeView._g_e_t_N_e_x_t_V_i_s_u_a_l_P_o_s_i_t_i_o_n_F_r_o_m(int pos,
│ │ │ │ + View._g_e_t_N_e_x_t_V_i_s_u_a_l_P_o_s_i_t_i_o_n_F_r_o_m(int pos,
│ │ │ │ _P_o_s_i_t_i_o_n_._B_i_a_s b, _S_h_a_p_e a, int direction,
│ │ │ │ int _P_o_s_i_t_i_o_n_._B_i_a_s[] biasRet)
│ │ │ │ Provides a way to determine the next visually
│ │ │ │ - represented model location that one might place a
│ │ │ │ + represented model location at which one might place a
│ │ │ │ caret.
│ │ │ │ - GlyphView._g_e_t_N_e_x_t_V_i_s_u_a_l_P_o_s_i_t_i_o_n_F_r_o_m(int pos,
│ │ │ │ + AsyncBoxView._g_e_t_N_e_x_t_V_i_s_u_a_l_P_o_s_i_t_i_o_n_F_r_o_m(int pos,
│ │ │ │ _P_o_s_i_t_i_o_n_._B_i_a_s b, _S_h_a_p_e a, int direction,
│ │ │ │ int _P_o_s_i_t_i_o_n_._B_i_a_s[] biasRet)
│ │ │ │ Provides a way to determine the next visually
│ │ │ │ represented model location that one might place a
│ │ │ │ caret.
│ │ │ │ - AsyncBoxView._g_e_t_N_e_x_t_V_i_s_u_a_l_P_o_s_i_t_i_o_n_F_r_o_m(int pos,
│ │ │ │ + GlyphView._g_e_t_N_e_x_t_V_i_s_u_a_l_P_o_s_i_t_i_o_n_F_r_o_m(int pos,
│ │ │ │ _P_o_s_i_t_i_o_n_._B_i_a_s b, _S_h_a_p_e a, int direction,
│ │ │ │ int _P_o_s_i_t_i_o_n_._B_i_a_s[] biasRet)
│ │ │ │ Provides a way to determine the next visually
│ │ │ │ represented model location that one might place a
│ │ │ │ caret.
│ │ │ │ View._g_e_t_T_o_o_l_T_i_p_T_e_x_t(float x, float y,
│ │ │ │ _S_t_r_i_n_g _S_h_a_p_e allocation)
│ │ │ │ Returns the tooltip text at the specified location.
│ │ │ │ View._g_e_t_V_i_e_w_I_n_d_e_x(float x, float y, _S_h_a_p_e allocation)
│ │ │ │ int Returns the child view index representing the given
│ │ │ │ position in the view.
│ │ │ │ AsyncBoxView.ChildLocator._g_e_t_V_i_e_w_I_n_d_e_x_A_t_P_o_i_n_t
│ │ │ │ int (float x, float y, _S_h_a_p_e a)
│ │ │ │ Fetches the child view index at the given point.
│ │ │ │ - View._i_n_s_e_r_t_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t e, _S_h_a_p_e a,
│ │ │ │ + FlowView._i_n_s_e_r_t_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes, _S_h_a_p_e a,
│ │ │ │ _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification that something was inserted into
│ │ │ │ the document in a location that this view is
│ │ │ │ responsible for.
│ │ │ │ - FlowView._i_n_s_e_r_t_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes, _S_h_a_p_e a,
│ │ │ │ - _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ + WrappedPlainView._i_n_s_e_r_t_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t e,
│ │ │ │ + _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification that something was inserted into
│ │ │ │ the document in a location that this view is
│ │ │ │ responsible for.
│ │ │ │ - GlyphView._i_n_s_e_r_t_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t e, _S_h_a_p_e a,
│ │ │ │ - _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ + PlainView._i_n_s_e_r_t_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes,
│ │ │ │ + _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification that something was inserted into
│ │ │ │ the document in a location that this view is
│ │ │ │ responsible for.
│ │ │ │ ZoneView._i_n_s_e_r_t_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes, _S_h_a_p_e a,
│ │ │ │ _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification that something was inserted into
│ │ │ │ the document in a location that this view is
│ │ │ │ responsible for.
│ │ │ │ - WrappedPlainView._i_n_s_e_r_t_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t e,
│ │ │ │ - _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ + View._i_n_s_e_r_t_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t e, _S_h_a_p_e a,
│ │ │ │ + _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification that something was inserted into
│ │ │ │ the document in a location that this view is
│ │ │ │ responsible for.
│ │ │ │ - PlainView._i_n_s_e_r_t_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes,
│ │ │ │ + FieldView._i_n_s_e_r_t_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes,
│ │ │ │ _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification that something was inserted into
│ │ │ │ the document in a location that this view is
│ │ │ │ responsible for.
│ │ │ │ - FieldView._i_n_s_e_r_t_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes,
│ │ │ │ - _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ + GlyphView._i_n_s_e_r_t_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t e, _S_h_a_p_e a,
│ │ │ │ + _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification that something was inserted into
│ │ │ │ the document in a location that this view is
│ │ │ │ responsible for.
│ │ │ │ protected PlainView._l_i_n_e_T_o_R_e_c_t(_S_h_a_p_e a, int line)
│ │ │ │ _R_e_c_t_a_n_g_l_e Determine the rectangle that represents the given
│ │ │ │ line.
│ │ │ │ GlyphView.GlyphPainter._m_o_d_e_l_T_o_V_i_e_w(_G_l_y_p_h_V_i_e_w v,
│ │ │ │ abstract int pos, _P_o_s_i_t_i_o_n_._B_i_a_s bias, _S_h_a_p_e a)
│ │ │ │ _S_h_a_p_e Provides a mapping from the document model coordinate
│ │ │ │ space to the coordinate space of the view mapped to
│ │ │ │ it.
│ │ │ │ - View._m_o_d_e_l_T_o_V_i_e_w(int p0, _P_o_s_i_t_i_o_n_._B_i_a_s b0, int p1,
│ │ │ │ - _P_o_s_i_t_i_o_n_._B_i_a_s b1, _S_h_a_p_e a)
│ │ │ │ - _S_h_a_p_e Provides a mapping, for a given region, from the
│ │ │ │ - document model coordinate space to the view
│ │ │ │ - coordinate space.
│ │ │ │ CompositeView._m_o_d_e_l_T_o_V_i_e_w(int p0, _P_o_s_i_t_i_o_n_._B_i_a_s b0,
│ │ │ │ int p1, _P_o_s_i_t_i_o_n_._B_i_a_s b1, _S_h_a_p_e a)
│ │ │ │ _S_h_a_p_e Provides a mapping from the document model coordinate
│ │ │ │ space to the coordinate space of the view mapped to
│ │ │ │ it.
│ │ │ │ + View._m_o_d_e_l_T_o_V_i_e_w(int p0, _P_o_s_i_t_i_o_n_._B_i_a_s b0, int p1,
│ │ │ │ + _P_o_s_i_t_i_o_n_._B_i_a_s b1, _S_h_a_p_e a)
│ │ │ │ + _S_h_a_p_e Provides a mapping, for a given region, from the
│ │ │ │ + document model coordinate space to the view
│ │ │ │ + coordinate space.
│ │ │ │ _S_h_a_p_e View._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a)
│ │ │ │ Deprecated.
│ │ │ │ - View._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a, _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ - abstract Provides a mapping, for a given character, from the
│ │ │ │ - _S_h_a_p_e document model coordinate space to the view
│ │ │ │ - coordinate space.
│ │ │ │ - BoxView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ - _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ - _S_h_a_p_e Provides a mapping from the document model coordinate
│ │ │ │ - space to the coordinate space of the view mapped to
│ │ │ │ - it.
│ │ │ │ CompositeView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ _S_h_a_p_e Provides a mapping from the document model coordinate
│ │ │ │ space to the coordinate space of the view mapped to
│ │ │ │ it.
│ │ │ │ ComponentView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ _S_h_a_p_e _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ Provides a mapping from the coordinate space of the
│ │ │ │ model to that of the view.
│ │ │ │ - GlyphView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ + IconView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ _S_h_a_p_e Provides a mapping from the document model coordinate
│ │ │ │ space to the coordinate space of the view mapped to
│ │ │ │ it.
│ │ │ │ - AsyncBoxView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ + PlainView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ _S_h_a_p_e Provides a mapping from the document model coordinate
│ │ │ │ space to the coordinate space of the view mapped to
│ │ │ │ it.
│ │ │ │ - PlainView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ + BoxView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ _S_h_a_p_e Provides a mapping from the document model coordinate
│ │ │ │ space to the coordinate space of the view mapped to
│ │ │ │ it.
│ │ │ │ PasswordView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ _S_h_a_p_e Provides a mapping from the document model coordinate
│ │ │ │ space to the coordinate space of the view mapped to
│ │ │ │ it.
│ │ │ │ + View._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a, _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ + abstract Provides a mapping, for a given character, from the
│ │ │ │ + _S_h_a_p_e document model coordinate space to the view
│ │ │ │ + coordinate space.
│ │ │ │ FieldView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ _S_h_a_p_e Provides a mapping from the document model coordinate
│ │ │ │ space to the coordinate space of the view mapped to
│ │ │ │ it.
│ │ │ │ - IconView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ + AsyncBoxView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ + _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ + _S_h_a_p_e Provides a mapping from the document model coordinate
│ │ │ │ + space to the coordinate space of the view mapped to
│ │ │ │ + it.
│ │ │ │ + GlyphView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ _S_h_a_p_e Provides a mapping from the document model coordinate
│ │ │ │ space to the coordinate space of the view mapped to
│ │ │ │ it.
│ │ │ │ GlyphView.GlyphPainter._p_a_i_n_t(_G_l_y_p_h_V_i_e_w v, _G_r_a_p_h_i_c_s g,
│ │ │ │ abstract void _S_h_a_p_e a, int p0, int p1)
│ │ │ │ Paint the glyphs representing the given range.
│ │ │ │ Highlighter.HighlightPainter._p_a_i_n_t(_G_r_a_p_h_i_c_s g,
│ │ │ │ void int p0, int p1, _S_h_a_p_e bounds, _J_T_e_x_t_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Renders the highlight.
│ │ │ │ DefaultHighlighter.DefaultHighlightPainter._p_a_i_n_t
│ │ │ │ void (_G_r_a_p_h_i_c_s g, int offs0, int offs1, _S_h_a_p_e bounds,
│ │ │ │ _J_T_e_x_t_C_o_m_p_o_n_e_n_t c)
│ │ │ │ Paints a highlight.
│ │ │ │ - View._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e allocation)
│ │ │ │ - abstract void Renders using the given rendering surface and area on
│ │ │ │ - that surface.
│ │ │ │ - BoxView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e allocation)
│ │ │ │ - void Renders the BoxView using the given rendering surface
│ │ │ │ - and area on that surface.
│ │ │ │ - ParagraphView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ + WrappedPlainView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ void Renders using the given rendering surface and area on
│ │ │ │ that surface.
│ │ │ │ ComponentView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ void The real paint behavior occurs naturally from the
│ │ │ │ association that the component has with its parent
│ │ │ │ container (the same container hosting this view).
│ │ │ │ - void GlyphView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ - Renders a portion of a text style run.
│ │ │ │ - AsyncBoxView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e alloc)
│ │ │ │ - void Render the view using the given allocation and
│ │ │ │ - rendering surface.
│ │ │ │ - WrappedPlainView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ - void Renders using the given rendering surface and area on
│ │ │ │ - that surface.
│ │ │ │ + void IconView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ + Paints the icon.
│ │ │ │ PlainView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ void Renders using the given rendering surface and area on
│ │ │ │ that surface.
│ │ │ │ + BoxView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e allocation)
│ │ │ │ + void Renders the BoxView using the given rendering surface
│ │ │ │ + and area on that surface.
│ │ │ │ + View._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e allocation)
│ │ │ │ + abstract void Renders using the given rendering surface and area on
│ │ │ │ + that surface.
│ │ │ │ FieldView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ void Renders using the given rendering surface and area on
│ │ │ │ that surface.
│ │ │ │ - void IconView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ - Paints the icon.
│ │ │ │ + AsyncBoxView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e alloc)
│ │ │ │ + void Render the view using the given allocation and
│ │ │ │ + rendering surface.
│ │ │ │ + void GlyphView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ + Renders a portion of a text style run.
│ │ │ │ + ParagraphView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ + void Renders using the given rendering surface and area on
│ │ │ │ + that surface.
│ │ │ │ + abstract LayeredHighlighter.LayerPainter._p_a_i_n_t_L_a_y_e_r
│ │ │ │ + _S_h_a_p_e (_G_r_a_p_h_i_c_s g, int p0, int p1, _S_h_a_p_e viewBounds,
│ │ │ │ + _J_T_e_x_t_C_o_m_p_o_n_e_n_t editor, _V_i_e_w view)
│ │ │ │ DefaultHighlighter.DefaultHighlightPainter._p_a_i_n_t_L_a_y_e_r
│ │ │ │ _S_h_a_p_e (_G_r_a_p_h_i_c_s g, int offs0, int offs1, _S_h_a_p_e bounds,
│ │ │ │ _J_T_e_x_t_C_o_m_p_o_n_e_n_t c, _V_i_e_w view)
│ │ │ │ Paints a portion of a highlight.
│ │ │ │ - abstract LayeredHighlighter.LayerPainter._p_a_i_n_t_L_a_y_e_r
│ │ │ │ - _S_h_a_p_e (_G_r_a_p_h_i_c_s g, int p0, int p1, _S_h_a_p_e viewBounds,
│ │ │ │ - _J_T_e_x_t_C_o_m_p_o_n_e_n_t editor, _V_i_e_w view)
│ │ │ │ - DefaultHighlighter._p_a_i_n_t_L_a_y_e_r_e_d_H_i_g_h_l_i_g_h_t_s(_G_r_a_p_h_i_c_s g,
│ │ │ │ + LayeredHighlighter._p_a_i_n_t_L_a_y_e_r_e_d_H_i_g_h_l_i_g_h_t_s(_G_r_a_p_h_i_c_s g,
│ │ │ │ int p0, int p1, _S_h_a_p_e viewBounds,
│ │ │ │ - void _J_T_e_x_t_C_o_m_p_o_n_e_n_t editor, _V_i_e_w view)
│ │ │ │ + abstract void _J_T_e_x_t_C_o_m_p_o_n_e_n_t editor, _V_i_e_w view)
│ │ │ │ When leaf Views (such as LabelView) are rendering
│ │ │ │ they should call into this method.
│ │ │ │ - LayeredHighlighter._p_a_i_n_t_L_a_y_e_r_e_d_H_i_g_h_l_i_g_h_t_s(_G_r_a_p_h_i_c_s g,
│ │ │ │ + DefaultHighlighter._p_a_i_n_t_L_a_y_e_r_e_d_H_i_g_h_l_i_g_h_t_s(_G_r_a_p_h_i_c_s g,
│ │ │ │ int p0, int p1, _S_h_a_p_e viewBounds,
│ │ │ │ - abstract void _J_T_e_x_t_C_o_m_p_o_n_e_n_t editor, _V_i_e_w view)
│ │ │ │ + void _J_T_e_x_t_C_o_m_p_o_n_e_n_t editor, _V_i_e_w view)
│ │ │ │ When leaf Views (such as LabelView) are rendering
│ │ │ │ they should call into this method.
│ │ │ │ - View._r_e_m_o_v_e_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t e, _S_h_a_p_e a,
│ │ │ │ + FlowView._r_e_m_o_v_e_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes, _S_h_a_p_e a,
│ │ │ │ _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification that something was removed from
│ │ │ │ the document in a location that this view is
│ │ │ │ responsible for.
│ │ │ │ - FlowView._r_e_m_o_v_e_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes, _S_h_a_p_e a,
│ │ │ │ - _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ + WrappedPlainView._r_e_m_o_v_e_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t e,
│ │ │ │ + _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification that something was removed from
│ │ │ │ the document in a location that this view is
│ │ │ │ responsible for.
│ │ │ │ - GlyphView._r_e_m_o_v_e_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t e, _S_h_a_p_e a,
│ │ │ │ - _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ + PlainView._r_e_m_o_v_e_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes,
│ │ │ │ + _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification that something was removed from
│ │ │ │ the document in a location that this view is
│ │ │ │ responsible for.
│ │ │ │ ZoneView._r_e_m_o_v_e_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes, _S_h_a_p_e a,
│ │ │ │ _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification that something was removed from
│ │ │ │ the document in a location that this view is
│ │ │ │ responsible for.
│ │ │ │ - WrappedPlainView._r_e_m_o_v_e_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t e,
│ │ │ │ - _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ + View._r_e_m_o_v_e_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t e, _S_h_a_p_e a,
│ │ │ │ + _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification that something was removed from
│ │ │ │ the document in a location that this view is
│ │ │ │ responsible for.
│ │ │ │ - PlainView._r_e_m_o_v_e_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes,
│ │ │ │ + FieldView._r_e_m_o_v_e_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes,
│ │ │ │ _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification that something was removed from
│ │ │ │ the document in a location that this view is
│ │ │ │ responsible for.
│ │ │ │ - FieldView._r_e_m_o_v_e_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes,
│ │ │ │ - _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ + GlyphView._r_e_m_o_v_e_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t e, _S_h_a_p_e a,
│ │ │ │ + _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification that something was removed from
│ │ │ │ the document in a location that this view is
│ │ │ │ responsible for.
│ │ │ │ protected AsyncBoxView.ChildLocator._s_e_t_A_l_l_o_c_a_t_i_o_n(_S_h_a_p_e a)
│ │ │ │ void Copy the currently allocated shape into the Rectangle
│ │ │ │ used to store the current allocation.
│ │ │ │ PlainView._u_p_d_a_t_e_D_a_m_a_g_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes,
│ │ │ │ @@ -795,52 +795,52 @@
│ │ │ │ AsyncBoxView._u_p_d_a_t_e_L_a_y_o_u_t
│ │ │ │ protected (_D_o_c_u_m_e_n_t_E_v_e_n_t_._E_l_e_m_e_n_t_C_h_a_n_g_e ec, _D_o_c_u_m_e_n_t_E_v_e_n_t e,
│ │ │ │ void _S_h_a_p_e a)
│ │ │ │ Update the layout in response to receiving
│ │ │ │ notification of change from the model.
│ │ │ │ int View._v_i_e_w_T_o_M_o_d_e_l(float x, float y, _S_h_a_p_e a)
│ │ │ │ Deprecated.
│ │ │ │ - View._v_i_e_w_T_o_M_o_d_e_l(float x, float y, _S_h_a_p_e a,
│ │ │ │ - abstract int _P_o_s_i_t_i_o_n_._B_i_a_s[] biasReturn)
│ │ │ │ - Provides a mapping from the view coordinate space to
│ │ │ │ - the logical coordinate space of the model.
│ │ │ │ - BoxView._v_i_e_w_T_o_M_o_d_e_l(float x, float y, _S_h_a_p_e a,
│ │ │ │ - int _P_o_s_i_t_i_o_n_._B_i_a_s[] bias)
│ │ │ │ - Provides a mapping from the view coordinate space to
│ │ │ │ - the logical coordinate space of the model.
│ │ │ │ CompositeView._v_i_e_w_T_o_M_o_d_e_l(float x, float y, _S_h_a_p_e a,
│ │ │ │ int _P_o_s_i_t_i_o_n_._B_i_a_s[] bias)
│ │ │ │ Provides a mapping from the view coordinate space to
│ │ │ │ the logical coordinate space of the model.
│ │ │ │ ComponentView._v_i_e_w_T_o_M_o_d_e_l(float x, float y, _S_h_a_p_e a,
│ │ │ │ int _P_o_s_i_t_i_o_n_._B_i_a_s[] bias)
│ │ │ │ Provides a mapping from the view coordinate space to
│ │ │ │ the logical coordinate space of the model.
│ │ │ │ - GlyphView._v_i_e_w_T_o_M_o_d_e_l(float x, float y, _S_h_a_p_e a,
│ │ │ │ - int _P_o_s_i_t_i_o_n_._B_i_a_s[] biasReturn)
│ │ │ │ + IconView._v_i_e_w_T_o_M_o_d_e_l(float x, float y, _S_h_a_p_e a,
│ │ │ │ + int _P_o_s_i_t_i_o_n_._B_i_a_s[] bias)
│ │ │ │ Provides a mapping from the view coordinate space to
│ │ │ │ the logical coordinate space of the model.
│ │ │ │ - AsyncBoxView._v_i_e_w_T_o_M_o_d_e_l(float x, float y, _S_h_a_p_e a,
│ │ │ │ - int _P_o_s_i_t_i_o_n_._B_i_a_s[] biasReturn)
│ │ │ │ + PlainView._v_i_e_w_T_o_M_o_d_e_l(float fx, float fy, _S_h_a_p_e a,
│ │ │ │ + int _P_o_s_i_t_i_o_n_._B_i_a_s[] bias)
│ │ │ │ Provides a mapping from the view coordinate space to
│ │ │ │ the logical coordinate space of the model.
│ │ │ │ - PlainView._v_i_e_w_T_o_M_o_d_e_l(float fx, float fy, _S_h_a_p_e a,
│ │ │ │ + BoxView._v_i_e_w_T_o_M_o_d_e_l(float x, float y, _S_h_a_p_e a,
│ │ │ │ int _P_o_s_i_t_i_o_n_._B_i_a_s[] bias)
│ │ │ │ Provides a mapping from the view coordinate space to
│ │ │ │ the logical coordinate space of the model.
│ │ │ │ PasswordView._v_i_e_w_T_o_M_o_d_e_l(float fx, float fy, _S_h_a_p_e a,
│ │ │ │ int _P_o_s_i_t_i_o_n_._B_i_a_s[] bias)
│ │ │ │ Provides a mapping from the view coordinate space to
│ │ │ │ the logical coordinate space of the model.
│ │ │ │ + View._v_i_e_w_T_o_M_o_d_e_l(float x, float y, _S_h_a_p_e a,
│ │ │ │ + abstract int _P_o_s_i_t_i_o_n_._B_i_a_s[] biasReturn)
│ │ │ │ + Provides a mapping from the view coordinate space to
│ │ │ │ + the logical coordinate space of the model.
│ │ │ │ FieldView._v_i_e_w_T_o_M_o_d_e_l(float fx, float fy, _S_h_a_p_e a,
│ │ │ │ int _P_o_s_i_t_i_o_n_._B_i_a_s[] bias)
│ │ │ │ Provides a mapping from the view coordinate space to
│ │ │ │ the logical coordinate space of the model.
│ │ │ │ - IconView._v_i_e_w_T_o_M_o_d_e_l(float x, float y, _S_h_a_p_e a,
│ │ │ │ - int _P_o_s_i_t_i_o_n_._B_i_a_s[] bias)
│ │ │ │ + AsyncBoxView._v_i_e_w_T_o_M_o_d_e_l(float x, float y, _S_h_a_p_e a,
│ │ │ │ + int _P_o_s_i_t_i_o_n_._B_i_a_s[] biasReturn)
│ │ │ │ + Provides a mapping from the view coordinate space to
│ │ │ │ + the logical coordinate space of the model.
│ │ │ │ + GlyphView._v_i_e_w_T_o_M_o_d_e_l(float x, float y, _S_h_a_p_e a,
│ │ │ │ + int _P_o_s_i_t_i_o_n_._B_i_a_s[] biasReturn)
│ │ │ │ Provides a mapping from the view coordinate space to
│ │ │ │ the logical coordinate space of the model.
│ │ │ │ GlyphView.GlyphPainter._v_i_e_w_T_o_M_o_d_e_l(_G_l_y_p_h_V_i_e_w v,
│ │ │ │ float x, float y, _S_h_a_p_e a, _P_o_s_i_t_i_o_n_._B_i_a_s
│ │ │ │ abstract int [] biasReturn)
│ │ │ │ Provides a mapping from the view coordinate space to
│ │ │ │ the logical coordinate space of the model.
│ │ │ │ @@ -850,21 +850,21 @@
│ │ │ │ ImageView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ _S_h_a_p_e Provides a mapping from the document model
│ │ │ │ coordinate space to the coordinate space of the
│ │ │ │ view mapped to it.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt_.._hh_tt_mm_ll wwiitthh ppaarraammeetteerrss ooff ttyyppee _SS_hh_aa_pp_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - void BlockView._c_h_a_n_g_e_d_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes,
│ │ │ │ - _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ InlineView._c_h_a_n_g_e_d_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t e,
│ │ │ │ _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification from the document that
│ │ │ │ attributes were changed in a location that this
│ │ │ │ view is responsible for.
│ │ │ │ + void BlockView._c_h_a_n_g_e_d_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t changes,
│ │ │ │ + _S_h_a_p_e a, _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ ImageView._c_h_a_n_g_e_d_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t e, _S_h_a_p_e a,
│ │ │ │ void _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ Invoked when the Elements attributes have
│ │ │ │ changed.
│ │ │ │ ImageView._g_e_t_T_o_o_l_T_i_p_T_e_x_t(float x, float y,
│ │ │ │ _S_t_r_i_n_g _S_h_a_p_e allocation)
│ │ │ │ For images the tooltip text comes from text
│ │ │ │ @@ -875,21 +875,21 @@
│ │ │ │ into the document in a location that this view is
│ │ │ │ responsible for.
│ │ │ │ ImageView._m_o_d_e_l_T_o_V_i_e_w(int pos, _S_h_a_p_e a,
│ │ │ │ _P_o_s_i_t_i_o_n_._B_i_a_s b)
│ │ │ │ _S_h_a_p_e Provides a mapping from the document model
│ │ │ │ coordinate space to the coordinate space of the
│ │ │ │ view mapped to it.
│ │ │ │ - BlockView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e allocation)
│ │ │ │ + ListView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e allocation)
│ │ │ │ void Renders using the given rendering surface and
│ │ │ │ area on that surface.
│ │ │ │ - ParagraphView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ + BlockView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e allocation)
│ │ │ │ void Renders using the given rendering surface and
│ │ │ │ area on that surface.
│ │ │ │ - ListView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e allocation)
│ │ │ │ + ParagraphView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ void Renders using the given rendering surface and
│ │ │ │ area on that surface.
│ │ │ │ void ImageView._p_a_i_n_t(_G_r_a_p_h_i_c_s g, _S_h_a_p_e a)
│ │ │ │ Paints the View.
│ │ │ │ InlineView._r_e_m_o_v_e_U_p_d_a_t_e(_D_o_c_u_m_e_n_t_E_v_e_n_t e, _S_h_a_p_e a,
│ │ │ │ _V_i_e_w_F_a_c_t_o_r_y f)
│ │ │ │ void Gives notification that something was removed
│ │ │ │ @@ -916,9 +916,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/SplashScreen.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.SplashScreen (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -45,9 +45,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Stroke.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.Stroke (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -56,9 +56,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/SystemColor.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.SystemColor (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -119,9 +119,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/SystemTray.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.SystemTray (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -44,9 +44,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/TextArea.AccessibleAWTTextArea.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.TextArea.AccessibleAWTTextArea (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/TextArea.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.TextArea (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -45,9 +45,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/TextComponent.AccessibleAWTTextComponent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.TextComponent.AccessibleAWTTextComponent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -49,9 +49,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/TextComponent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.TextComponent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -47,9 +47,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/TextField.AccessibleAWTTextField.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.TextField.AccessibleAWTTextField (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/TextField.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.TextField (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -46,9 +46,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/TexturePaint.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.TexturePaint (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Toolkit.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Toolkit (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -22,18 +22,18 @@
│ │ │ │ _j_a_v_a_._a_w_t Contains all of the classes for creating user interfaces and for
│ │ │ │ painting graphics and images.
│ │ │ │ * o ******** UUsseess ooff _TT_oo_oo_ll_kk_ii_tt iinn _jj_aa_vv_aa_.._aa_ww_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt tthhaatt rreettuurrnn _TT_oo_oo_ll_kk_ii_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ static _T_o_o_l_k_i_t Toolkit._g_e_t_D_e_f_a_u_l_t_T_o_o_l_k_i_t()
│ │ │ │ Gets the default toolkit.
│ │ │ │ - _T_o_o_l_k_i_t Component._g_e_t_T_o_o_l_k_i_t()
│ │ │ │ - Gets the toolkit of this component.
│ │ │ │ _T_o_o_l_k_i_t Window._g_e_t_T_o_o_l_k_i_t()
│ │ │ │ Returns the toolkit of this frame.
│ │ │ │ + _T_o_o_l_k_i_t Component._g_e_t_T_o_o_l_k_i_t()
│ │ │ │ + Gets the toolkit of this component.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -47,9 +47,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Transparency.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.Transparency (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -122,9 +122,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/TrayIcon.MessageType.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.TrayIcon.MessageType (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -55,9 +55,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/TrayIcon.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.TrayIcon (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -51,9 +51,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Window.AccessibleAWTWindow.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Window.AccessibleAWTWindow (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -62,9 +62,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Window.Type.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Window.Type (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -55,9 +55,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/class-use/Window.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.Window (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -218,9 +218,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/color/CMMException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ CMMException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -372,10 +372,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -192,9 +192,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/color/ICC_ProfileRGB.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ICC_ProfileRGB (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -520,10 +520,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -271,9 +271,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/color/ProfileDataException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ProfileDataException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/color/class-use/ColorSpace.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.color.ColorSpace (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -149,9 +149,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/color/class-use/ICC_ColorSpace.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.color.ICC_ColorSpace (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/color/class-use/ICC_Profile.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.color.ICC_Profile (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -91,9 +91,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/color/class-use/ICC_ProfileGray.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.color.ICC_ProfileGray (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/color/class-use/ICC_ProfileRGB.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.color.ICC_ProfileRGB (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/color/class-use/ProfileDataException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.color.ProfileDataException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/color/package-frame.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt.color (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/color/package-summary.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │
java.awt.color (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -73,9 +73,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/color/package-tree.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt.color Class Hierarchy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -47,9 +47,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/color/package-use.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Package java.awt.color (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -75,9 +75,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/datatransfer/Clipboard.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Clipboard (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -626,10 +626,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -276,9 +276,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/datatransfer/ClipboardOwner.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ClipboardOwner (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -285,10 +285,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -103,9 +103,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/datatransfer/FlavorTable.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ FlavorTable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -299,10 +299,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -115,9 +115,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/datatransfer/MimeTypeParseException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ MimeTypeParseException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -415,10 +415,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -166,9 +166,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/datatransfer/SystemFlavorMap.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ SystemFlavorMap (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -774,10 +774,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -406,9 +406,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/datatransfer/Transferable.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Transferable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -294,10 +294,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -109,9 +109,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/datatransfer/UnsupportedFlavorException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ UnsupportedFlavorException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,20 +35,20 @@
│ │ │ │ facilities provided by the native platform.
│ │ │ │ Toolkit._g_e_t_S_y_s_t_e_m_S_e_l_e_c_t_i_o_n()
│ │ │ │ _C_l_i_p_b_o_a_r_d Gets the singleton instance of the system
│ │ │ │ selection as a Clipboard object.
│ │ │ │ o ******** UUsseess ooff _CC_ll_ii_pp_bb_oo_aa_rr_dd iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_aa_tt_aa_tt_rr_aa_nn_ss_ff_ee_rr ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_aa_tt_aa_tt_rr_aa_nn_ss_ff_ee_rr wwiitthh ppaarraammeetteerrss ooff ttyyppee _CC_ll_ii_pp_bb_oo_aa_rr_dd?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + void StringSelection._l_o_s_t_O_w_n_e_r_s_h_i_p
│ │ │ │ + (_C_l_i_p_b_o_a_r_d clipboard, _T_r_a_n_s_f_e_r_a_b_l_e contents)
│ │ │ │ ClipboardOwner._l_o_s_t_O_w_n_e_r_s_h_i_p(_C_l_i_p_b_o_a_r_d clipboard,
│ │ │ │ void _T_r_a_n_s_f_e_r_a_b_l_e contents)
│ │ │ │ Notifies this object that it is no longer the
│ │ │ │ clipboard owner.
│ │ │ │ - void StringSelection._l_o_s_t_O_w_n_e_r_s_h_i_p
│ │ │ │ - (_C_l_i_p_b_o_a_r_d clipboard, _T_r_a_n_s_f_e_r_a_b_l_e contents)
│ │ │ │ CCoonnssttrruuccttoorrss iinn
│ │ │ │ _jj_aa_vv_aa_.._aa_ww_tt_.._dd_aa_tt_aa_tt_rr_aa_nn_ss_ff_ee_rr wwiitthh
│ │ │ │ ppaarraammeetteerrss ooff ttyyppee _CC_ll_ii_pp_bb_oo_aa_rr_dd?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _F_l_a_v_o_r_E_v_e_n_t(_C_l_i_p_b_o_a_r_d source)
│ │ │ │ Constructs a FlavorEvent object.
│ │ │ │ o ******** UUsseess ooff _CC_ll_ii_pp_bb_oo_aa_rr_dd iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg ********
│ │ │ │ @@ -75,9 +75,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/datatransfer/class-use/ClipboardOwner.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.datatransfer.ClipboardOwner (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -57,9 +57,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/datatransfer/class-use/DataFlavor.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.datatransfer.DataFlavor (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -66,35 +66,35 @@
│ │ │ │ Clipboard._g_e_t_A_v_a_i_l_a_b_l_e_D_a_t_a_F_l_a_v_o_r_s()
│ │ │ │ _D_a_t_a_F_l_a_v_o_r[] Returns an array of DataFlavors in which the
│ │ │ │ current contents of this clipboard can be
│ │ │ │ provided.
│ │ │ │ DataFlavor._g_e_t_T_e_x_t_P_l_a_i_n_U_n_i_c_o_d_e_F_l_a_v_o_r()
│ │ │ │ static _D_a_t_a_F_l_a_v_o_r Returns a DataFlavor representing plain text with
│ │ │ │ Unicode encoding, where:
│ │ │ │ - Transferable._g_e_t_T_r_a_n_s_f_e_r_D_a_t_a_F_l_a_v_o_r_s()
│ │ │ │ - _D_a_t_a_F_l_a_v_o_r[] Returns an array of DataFlavor objects indicating
│ │ │ │ - the flavors the data can be provided in.
│ │ │ │ StringSelection._g_e_t_T_r_a_n_s_f_e_r_D_a_t_a_F_l_a_v_o_r_s()
│ │ │ │ _D_a_t_a_F_l_a_v_o_r[] Returns an array of flavors in which this
│ │ │ │ Transferable can provide the data.
│ │ │ │ + Transferable._g_e_t_T_r_a_n_s_f_e_r_D_a_t_a_F_l_a_v_o_r_s()
│ │ │ │ + _D_a_t_a_F_l_a_v_o_r[] Returns an array of DataFlavor objects indicating
│ │ │ │ + the flavors the data can be provided in.
│ │ │ │ DataFlavor._s_e_l_e_c_t_B_e_s_t_T_e_x_t_F_l_a_v_o_r(_D_a_t_a_F_l_a_v_o_r
│ │ │ │ static _D_a_t_a_F_l_a_v_o_r [] availableFlavors)
│ │ │ │ Selects the best text DataFlavor from an array of
│ │ │ │ DataFlavors.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_aa_tt_aa_tt_rr_aa_nn_ss_ff_ee_rr tthhaatt rreettuurrnn ttyyppeess wwiitthh aarrgguummeennttss
│ │ │ │ ooff ttyyppee _DD_aa_tt_aa_FF_ll_aa_vv_oo_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - FlavorTable._g_e_t_F_l_a_v_o_r_s_F_o_r_N_a_t_i_v_e(_S_t_r_i_n_g nat)
│ │ │ │ - _L_i_s_t<_D_a_t_a_F_l_a_v_o_r> Returns a List of DataFlavors to which the
│ │ │ │ - specified String corresponds.
│ │ │ │ SystemFlavorMap._g_e_t_F_l_a_v_o_r_s_F_o_r_N_a_t_i_v_e
│ │ │ │ (_S_t_r_i_n_g nat)
│ │ │ │ _L_i_s_t<_D_a_t_a_F_l_a_v_o_r> Returns a List of DataFlavors to which the
│ │ │ │ specified String native can be translated by
│ │ │ │ the data transfer subsystem.
│ │ │ │ + FlavorTable._g_e_t_F_l_a_v_o_r_s_F_o_r_N_a_t_i_v_e(_S_t_r_i_n_g nat)
│ │ │ │ + _L_i_s_t<_D_a_t_a_F_l_a_v_o_r> Returns a List of DataFlavors to which the
│ │ │ │ + specified String corresponds.
│ │ │ │ FlavorMap._g_e_t_F_l_a_v_o_r_s_F_o_r_N_a_t_i_v_e_s(_S_t_r_i_n_g
│ │ │ │ _M_a_p<_S_t_r_i_n_g,_D_a_t_a_F_l_a_v_o_r> [] natives)
│ │ │ │ Returns a Map of the specified String
│ │ │ │ natives to their corresponding DataFlavor.
│ │ │ │ SystemFlavorMap._g_e_t_F_l_a_v_o_r_s_F_o_r_N_a_t_i_v_e_s(_S_t_r_i_n_g
│ │ │ │ _M_a_p<_S_t_r_i_n_g,_D_a_t_a_F_l_a_v_o_r> [] natives)
│ │ │ │ Returns a Map of the specified String
│ │ │ │ @@ -126,52 +126,52 @@
│ │ │ │ DataFlavor._e_q_u_a_l_s(_D_a_t_a_F_l_a_v_o_r that)
│ │ │ │ boolean This method has the same behavior as _e_q_u_a_l_s
│ │ │ │ _(_O_b_j_e_c_t_).
│ │ │ │ Clipboard._g_e_t_D_a_t_a(_D_a_t_a_F_l_a_v_o_r flavor)
│ │ │ │ _O_b_j_e_c_t Returns an object representing the current
│ │ │ │ contents of this clipboard in the specified
│ │ │ │ DataFlavor.
│ │ │ │ - FlavorTable._g_e_t_N_a_t_i_v_e_s_F_o_r_F_l_a_v_o_r
│ │ │ │ - _L_i_s_t<_S_t_r_i_n_g> (_D_a_t_a_F_l_a_v_o_r flav)
│ │ │ │ - Returns a List of String natives to which
│ │ │ │ - the specified DataFlavor corresponds.
│ │ │ │ SystemFlavorMap._g_e_t_N_a_t_i_v_e_s_F_o_r_F_l_a_v_o_r
│ │ │ │ (_D_a_t_a_F_l_a_v_o_r flav)
│ │ │ │ _L_i_s_t<_S_t_r_i_n_g> Returns a List of String natives to which
│ │ │ │ the specified DataFlavor can be translated
│ │ │ │ by the data transfer subsystem.
│ │ │ │ + FlavorTable._g_e_t_N_a_t_i_v_e_s_F_o_r_F_l_a_v_o_r
│ │ │ │ + _L_i_s_t<_S_t_r_i_n_g> (_D_a_t_a_F_l_a_v_o_r flav)
│ │ │ │ + Returns a List of String natives to which
│ │ │ │ + the specified DataFlavor corresponds.
│ │ │ │ FlavorMap._g_e_t_N_a_t_i_v_e_s_F_o_r_F_l_a_v_o_r_s(_D_a_t_a_F_l_a_v_o_r
│ │ │ │ _M_a_p<_D_a_t_a_F_l_a_v_o_r,_S_t_r_i_n_g> [] flavors)
│ │ │ │ Returns a Map of the specified DataFlavors
│ │ │ │ to their corresponding String native.
│ │ │ │ SystemFlavorMap._g_e_t_N_a_t_i_v_e_s_F_o_r_F_l_a_v_o_r_s
│ │ │ │ _M_a_p<_D_a_t_a_F_l_a_v_o_r,_S_t_r_i_n_g> (_D_a_t_a_F_l_a_v_o_r[] flavors)
│ │ │ │ Returns a Map of the specified DataFlavors
│ │ │ │ to their most preferred String native.
│ │ │ │ - Transferable._g_e_t_T_r_a_n_s_f_e_r_D_a_t_a
│ │ │ │ - _O_b_j_e_c_t (_D_a_t_a_F_l_a_v_o_r flavor)
│ │ │ │ - Returns an object which represents the data
│ │ │ │ - to be transferred.
│ │ │ │ StringSelection._g_e_t_T_r_a_n_s_f_e_r_D_a_t_a
│ │ │ │ _O_b_j_e_c_t (_D_a_t_a_F_l_a_v_o_r flavor)
│ │ │ │ Returns the Transferable's data in the
│ │ │ │ requested DataFlavor if possible.
│ │ │ │ + Transferable._g_e_t_T_r_a_n_s_f_e_r_D_a_t_a
│ │ │ │ + _O_b_j_e_c_t (_D_a_t_a_F_l_a_v_o_r flavor)
│ │ │ │ + Returns an object which represents the data
│ │ │ │ + to be transferred.
│ │ │ │ Clipboard._i_s_D_a_t_a_F_l_a_v_o_r_A_v_a_i_l_a_b_l_e
│ │ │ │ (_D_a_t_a_F_l_a_v_o_r flavor)
│ │ │ │ boolean Returns whether or not the current contents
│ │ │ │ of this clipboard can be provided in the
│ │ │ │ specified DataFlavor.
│ │ │ │ - Transferable._i_s_D_a_t_a_F_l_a_v_o_r_S_u_p_p_o_r_t_e_d
│ │ │ │ - boolean (_D_a_t_a_F_l_a_v_o_r flavor)
│ │ │ │ - Returns whether or not the specified data
│ │ │ │ - flavor is supported for this object.
│ │ │ │ StringSelection._i_s_D_a_t_a_F_l_a_v_o_r_S_u_p_p_o_r_t_e_d
│ │ │ │ boolean (_D_a_t_a_F_l_a_v_o_r flavor)
│ │ │ │ Returns whether the requested flavor is
│ │ │ │ supported by this Transferable.
│ │ │ │ + Transferable._i_s_D_a_t_a_F_l_a_v_o_r_S_u_p_p_o_r_t_e_d
│ │ │ │ + boolean (_D_a_t_a_F_l_a_v_o_r flavor)
│ │ │ │ + Returns whether or not the specified data
│ │ │ │ + flavor is supported for this object.
│ │ │ │ DataFlavor._i_s_M_i_m_e_T_y_p_e_E_q_u_a_l
│ │ │ │ boolean (_D_a_t_a_F_l_a_v_o_r dataFlavor)
│ │ │ │ Compares the mimeType of two DataFlavor
│ │ │ │ objects.
│ │ │ │ boolean DataFlavor._m_a_t_c_h(_D_a_t_a_F_l_a_v_o_r that)
│ │ │ │ Identical to _e_q_u_a_l_s_(_D_a_t_a_F_l_a_v_o_r_).
│ │ │ │ DataFlavor._s_e_l_e_c_t_B_e_s_t_T_e_x_t_F_l_a_v_o_r(_D_a_t_a_F_l_a_v_o_r
│ │ │ │ @@ -195,63 +195,63 @@
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _U_n_s_u_p_p_o_r_t_e_d_F_l_a_v_o_r_E_x_c_e_p_t_i_o_n(_D_a_t_a_F_l_a_v_o_r flavor)
│ │ │ │ Constructs an UnsupportedFlavorException.
│ │ │ │ o ******** UUsseess ooff _DD_aa_tt_aa_FF_ll_aa_vv_oo_rr iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd tthhaatt rreettuurrnn _DD_aa_tt_aa_FF_ll_aa_vv_oo_rr?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ + protected DropTargetContext._g_e_t_C_u_r_r_e_n_t_D_a_t_a_F_l_a_v_o_r_s()
│ │ │ │ + _D_a_t_a_F_l_a_v_o_r get the available DataFlavors of the Transferable operand
│ │ │ │ + [] of this operation.
│ │ │ │ _D_a_t_a_F_l_a_v_o_r DropTargetDragEvent._g_e_t_C_u_r_r_e_n_t_D_a_t_a_F_l_a_v_o_r_s()
│ │ │ │ [] This method returns the current DataFlavors from the
│ │ │ │ DropTargetContext.
│ │ │ │ _D_a_t_a_F_l_a_v_o_r DropTargetDropEvent._g_e_t_C_u_r_r_e_n_t_D_a_t_a_F_l_a_v_o_r_s()
│ │ │ │ [] This method returns the current DataFlavors.
│ │ │ │ - protected DropTargetContext._g_e_t_C_u_r_r_e_n_t_D_a_t_a_F_l_a_v_o_r_s()
│ │ │ │ - _D_a_t_a_F_l_a_v_o_r get the available DataFlavors of the Transferable operand
│ │ │ │ - [] of this operation.
│ │ │ │ DropTargetContext.TransferableProxy._g_e_t_T_r_a_n_s_f_e_r_D_a_t_a_F_l_a_v_o_r_s
│ │ │ │ _D_a_t_a_F_l_a_v_o_r ()
│ │ │ │ [] Returns an array of DataFlavor objects indicating the
│ │ │ │ flavors the data can be provided in by the encapsulated
│ │ │ │ transferable.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd tthhaatt rreettuurrnn ttyyppeess wwiitthh aarrgguummeennttss ooff ttyyppee
│ │ │ │ _DD_aa_tt_aa_FF_ll_aa_vv_oo_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + DropTargetContext._g_e_t_C_u_r_r_e_n_t_D_a_t_a_F_l_a_v_o_r_s_A_s_L_i_s_t()
│ │ │ │ + protected This method returns a the currently available
│ │ │ │ + _L_i_s_t<_D_a_t_a_F_l_a_v_o_r> DataFlavors of the Transferable operand as a
│ │ │ │ + java.util.List.
│ │ │ │ DropTargetDragEvent._g_e_t_C_u_r_r_e_n_t_D_a_t_a_F_l_a_v_o_r_s_A_s_L_i_s_t
│ │ │ │ _L_i_s_t<_D_a_t_a_F_l_a_v_o_r> ()
│ │ │ │ This method returns the current DataFlavors as
│ │ │ │ a java.util.List
│ │ │ │ DropTargetDropEvent._g_e_t_C_u_r_r_e_n_t_D_a_t_a_F_l_a_v_o_r_s_A_s_L_i_s_t
│ │ │ │ _L_i_s_t<_D_a_t_a_F_l_a_v_o_r> ()
│ │ │ │ This method returns the currently available
│ │ │ │ DataFlavors as a java.util.List.
│ │ │ │ - DropTargetContext._g_e_t_C_u_r_r_e_n_t_D_a_t_a_F_l_a_v_o_r_s_A_s_L_i_s_t()
│ │ │ │ - protected This method returns a the currently available
│ │ │ │ - _L_i_s_t<_D_a_t_a_F_l_a_v_o_r> DataFlavors of the Transferable operand as a
│ │ │ │ - java.util.List.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd wwiitthh ppaarraammeetteerrss ooff ttyyppee _DD_aa_tt_aa_FF_ll_aa_vv_oo_rr?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ DropTargetContext.TransferableProxy._g_e_t_T_r_a_n_s_f_e_r_D_a_t_a
│ │ │ │ (_D_a_t_a_F_l_a_v_o_r df)
│ │ │ │ _O_b_j_e_c_t Returns an object which represents the data provided by
│ │ │ │ the encapsulated transferable for the requested data
│ │ │ │ flavor.
│ │ │ │ - DropTargetDragEvent._i_s_D_a_t_a_F_l_a_v_o_r_S_u_p_p_o_r_t_e_d(_D_a_t_a_F_l_a_v_o_r df)
│ │ │ │ - boolean This method returns a boolean indicating if the specified
│ │ │ │ - DataFlavor is supported.
│ │ │ │ - DropTargetDropEvent._i_s_D_a_t_a_F_l_a_v_o_r_S_u_p_p_o_r_t_e_d(_D_a_t_a_F_l_a_v_o_r df)
│ │ │ │ - boolean This method returns a boolean indicating if the specified
│ │ │ │ - DataFlavor is available from the source.
│ │ │ │ protected DropTargetContext._i_s_D_a_t_a_F_l_a_v_o_r_S_u_p_p_o_r_t_e_d(_D_a_t_a_F_l_a_v_o_r df)
│ │ │ │ boolean This method returns a boolean indicating if the given
│ │ │ │ DataFlavor is supported by this DropTargetContext.
│ │ │ │ DropTargetContext.TransferableProxy._i_s_D_a_t_a_F_l_a_v_o_r_S_u_p_p_o_r_t_e_d
│ │ │ │ boolean (_D_a_t_a_F_l_a_v_o_r flavor)
│ │ │ │ Returns whether or not the specified data flavor is
│ │ │ │ supported by the encapsulated transferable.
│ │ │ │ + DropTargetDragEvent._i_s_D_a_t_a_F_l_a_v_o_r_S_u_p_p_o_r_t_e_d(_D_a_t_a_F_l_a_v_o_r df)
│ │ │ │ + boolean This method returns a boolean indicating if the specified
│ │ │ │ + DataFlavor is supported.
│ │ │ │ + DropTargetDropEvent._i_s_D_a_t_a_F_l_a_v_o_r_S_u_p_p_o_r_t_e_d(_D_a_t_a_F_l_a_v_o_r df)
│ │ │ │ + boolean This method returns a boolean indicating if the specified
│ │ │ │ + DataFlavor is available from the source.
│ │ │ │ o ******** UUsseess ooff _DD_aa_tt_aa_FF_ll_aa_vv_oo_rr iinn _jj_aa_vv_aa_xx_.._aa_cc_cc_ee_ss_ss_ii_bb_ii_ll_ii_tt_yy ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._aa_cc_cc_ee_ss_ss_ii_bb_ii_ll_ii_tt_yy tthhaatt rreettuurrnn _DD_aa_tt_aa_FF_ll_aa_vv_oo_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ AccessibleStreamable._g_e_t_M_i_m_e_T_y_p_e_s()
│ │ │ │ _D_a_t_a_F_l_a_v_o_r[] Returns an array of DataFlavor objects for the
│ │ │ │ MIME types this object supports.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._aa_cc_cc_ee_ss_ss_ii_bb_ii_ll_ii_tt_yy wwiitthh ppaarraammeetteerrss ooff ttyyppee _DD_aa_tt_aa_FF_ll_aa_vv_oo_rr?
│ │ │ │ @@ -323,9 +323,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/datatransfer/class-use/FlavorEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.datatransfer.FlavorEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -45,9 +45,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/datatransfer/class-use/FlavorListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.datatransfer.FlavorListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -56,9 +56,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/datatransfer/class-use/FlavorMap.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.datatransfer.FlavorMap (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -44,20 +44,20 @@
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ SystemFlavorMap._g_e_t_D_e_f_a_u_l_t_F_l_a_v_o_r_M_a_p()
│ │ │ │ static _F_l_a_v_o_r_M_a_p Returns the default FlavorMap for this thread's
│ │ │ │ ClassLoader.
│ │ │ │ o ******** UUsseess ooff _FF_ll_aa_vv_oo_rr_MM_aa_pp iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd tthhaatt rreettuurrnn _FF_ll_aa_vv_oo_rr_MM_aa_pp?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - DropTarget._g_e_t_F_l_a_v_o_r_M_a_p()
│ │ │ │ - _F_l_a_v_o_r_M_a_p Gets the FlavorMap associated with this
│ │ │ │ - DropTarget.
│ │ │ │ DragSource._g_e_t_F_l_a_v_o_r_M_a_p()
│ │ │ │ _F_l_a_v_o_r_M_a_p This method returns the FlavorMap for this
│ │ │ │ DragSource.
│ │ │ │ + DropTarget._g_e_t_F_l_a_v_o_r_M_a_p()
│ │ │ │ + _F_l_a_v_o_r_M_a_p Gets the FlavorMap associated with this
│ │ │ │ + DropTarget.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd wwiitthh ppaarraammeetteerrss ooff ttyyppee _FF_ll_aa_vv_oo_rr_MM_aa_pp?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ DropTarget._s_e_t_F_l_a_v_o_r_M_a_p(_F_l_a_v_o_r_M_a_p fm)
│ │ │ │ void Sets the FlavorMap associated with this
│ │ │ │ DropTarget.
│ │ │ │ DragSource._s_t_a_r_t_D_r_a_g(_D_r_a_g_G_e_s_t_u_r_e_E_v_e_n_t trigger,
│ │ │ │ _C_u_r_s_o_r dragCursor, _I_m_a_g_e dragImage,
│ │ │ │ @@ -102,9 +102,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/datatransfer/class-use/FlavorTable.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.datatransfer.FlavorTable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -47,9 +47,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/datatransfer/class-use/MimeTypeParseException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.datatransfer.MimeTypeParseException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/datatransfer/class-use/StringSelection.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.datatransfer.StringSelection (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/datatransfer/class-use/SystemFlavorMap.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.datatransfer.SystemFlavorMap (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/datatransfer/class-use/Transferable.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.datatransfer.Transferable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -48,20 +48,20 @@
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_aa_tt_aa_tt_rr_aa_nn_ss_ff_ee_rr wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _TT_rr_aa_nn_ss_ff_ee_rr_aa_bb_ll_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ DataFlavor._g_e_t_R_e_a_d_e_r_F_o_r_T_e_x_t
│ │ │ │ _R_e_a_d_e_r (_T_r_a_n_s_f_e_r_a_b_l_e transferable)
│ │ │ │ Gets a Reader for a text flavor, decoded, if
│ │ │ │ necessary, for the expected charset (encoding).
│ │ │ │ + void StringSelection._l_o_s_t_O_w_n_e_r_s_h_i_p
│ │ │ │ + (_C_l_i_p_b_o_a_r_d clipboard, _T_r_a_n_s_f_e_r_a_b_l_e contents)
│ │ │ │ ClipboardOwner._l_o_s_t_O_w_n_e_r_s_h_i_p(_C_l_i_p_b_o_a_r_d clipboard,
│ │ │ │ void _T_r_a_n_s_f_e_r_a_b_l_e contents)
│ │ │ │ Notifies this object that it is no longer the
│ │ │ │ clipboard owner.
│ │ │ │ - void StringSelection._l_o_s_t_O_w_n_e_r_s_h_i_p
│ │ │ │ - (_C_l_i_p_b_o_a_r_d clipboard, _T_r_a_n_s_f_e_r_a_b_l_e contents)
│ │ │ │ Clipboard._s_e_t_C_o_n_t_e_n_t_s(_T_r_a_n_s_f_e_r_a_b_l_e contents,
│ │ │ │ _C_l_i_p_b_o_a_r_d_O_w_n_e_r owner)
│ │ │ │ void Sets the current contents of the clipboard to the
│ │ │ │ specified transferable object and registers the
│ │ │ │ specified clipboard owner as the owner of the new
│ │ │ │ contents.
│ │ │ │ o ******** UUsseess ooff _TT_rr_aa_nn_ss_ff_ee_rr_aa_bb_ll_ee iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd ********
│ │ │ │ @@ -79,24 +79,24 @@
│ │ │ │ _T_r_a_n_s_f_e_r_a_b_l_e The encapsulated Transferable object.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd tthhaatt rreettuurrnn _TT_rr_aa_nn_ss_ff_ee_rr_aa_bb_ll_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ DropTargetContext._c_r_e_a_t_e_T_r_a_n_s_f_e_r_a_b_l_e_P_r_o_x_y
│ │ │ │ protected _T_r_a_n_s_f_e_r_a_b_l_e (_T_r_a_n_s_f_e_r_a_b_l_e t, boolean local)
│ │ │ │ Creates a TransferableProxy to proxy for the
│ │ │ │ specified Transferable.
│ │ │ │ + DropTargetContext._g_e_t_T_r_a_n_s_f_e_r_a_b_l_e()
│ │ │ │ + protected _T_r_a_n_s_f_e_r_a_b_l_e get the Transferable (proxy) operand of this
│ │ │ │ + operation
│ │ │ │ DropTargetDragEvent._g_e_t_T_r_a_n_s_f_e_r_a_b_l_e()
│ │ │ │ _T_r_a_n_s_f_e_r_a_b_l_e This method returns the Transferable object
│ │ │ │ that represents the data associated with the
│ │ │ │ current drag operation.
│ │ │ │ DropTargetDropEvent._g_e_t_T_r_a_n_s_f_e_r_a_b_l_e()
│ │ │ │ _T_r_a_n_s_f_e_r_a_b_l_e This method returns the Transferable object
│ │ │ │ associated with the drop.
│ │ │ │ - DropTargetContext._g_e_t_T_r_a_n_s_f_e_r_a_b_l_e()
│ │ │ │ - protected _T_r_a_n_s_f_e_r_a_b_l_e get the Transferable (proxy) operand of this
│ │ │ │ - operation
│ │ │ │ DragSourceContext._g_e_t_T_r_a_n_s_f_e_r_a_b_l_e()
│ │ │ │ _T_r_a_n_s_f_e_r_a_b_l_e Returns the Transferable associated with
│ │ │ │ this DragSourceContext.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd wwiitthh ppaarraammeetteerrss ooff ttyyppee _TT_rr_aa_nn_ss_ff_ee_rr_aa_bb_ll_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ DragSource._c_r_e_a_t_e_D_r_a_g_S_o_u_r_c_e_C_o_n_t_e_x_t
│ │ │ │ (java.awt.dnd.peer.DragSourceContextPeer dscp,
│ │ │ │ @@ -231,9 +231,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/datatransfer/class-use/UnsupportedFlavorException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.datatransfer.UnsupportedFlavorException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -36,21 +36,21 @@
│ │ │ │ _O_b_j_e_c_t Returns an object representing the current
│ │ │ │ contents of this clipboard in the specified
│ │ │ │ DataFlavor.
│ │ │ │ DataFlavor._g_e_t_R_e_a_d_e_r_F_o_r_T_e_x_t
│ │ │ │ _R_e_a_d_e_r (_T_r_a_n_s_f_e_r_a_b_l_e transferable)
│ │ │ │ Gets a Reader for a text flavor, decoded, if
│ │ │ │ necessary, for the expected charset (encoding).
│ │ │ │ - Transferable._g_e_t_T_r_a_n_s_f_e_r_D_a_t_a(_D_a_t_a_F_l_a_v_o_r flavor)
│ │ │ │ - _O_b_j_e_c_t Returns an object which represents the data to be
│ │ │ │ - transferred.
│ │ │ │ StringSelection._g_e_t_T_r_a_n_s_f_e_r_D_a_t_a
│ │ │ │ _O_b_j_e_c_t (_D_a_t_a_F_l_a_v_o_r flavor)
│ │ │ │ Returns the Transferable's data in the requested
│ │ │ │ DataFlavor if possible.
│ │ │ │ + Transferable._g_e_t_T_r_a_n_s_f_e_r_D_a_t_a(_D_a_t_a_F_l_a_v_o_r flavor)
│ │ │ │ + _O_b_j_e_c_t Returns an object which represents the data to be
│ │ │ │ + transferred.
│ │ │ │ o ******** UUsseess ooff _UU_nn_ss_uu_pp_pp_oo_rr_tt_ee_dd_FF_ll_aa_vv_oo_rr_EE_xx_cc_ee_pp_tt_ii_oo_nn iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd tthhaatt tthhrrooww _UU_nn_ss_uu_pp_pp_oo_rr_tt_ee_dd_FF_ll_aa_vv_oo_rr_EE_xx_cc_ee_pp_tt_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ DropTargetContext.TransferableProxy._g_e_t_T_r_a_n_s_f_e_r_D_a_t_a
│ │ │ │ (_D_a_t_a_F_l_a_v_o_r df)
│ │ │ │ _O_b_j_e_c_t Returns an object which represents the data
│ │ │ │ @@ -83,9 +83,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/datatransfer/package-frame.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt.datatransfer (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/datatransfer/package-summary.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │
java.awt.datatransfer (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -83,9 +83,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/datatransfer/package-tree.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt.datatransfer Class Hierarchy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -58,9 +58,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/datatransfer/package-use.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Package java.awt.datatransfer (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -119,9 +119,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/Autoscroll.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Autoscroll (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -279,10 +279,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -96,9 +96,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/DnDConstants.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DnDConstants (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -375,10 +375,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -130,9 +130,9 @@
│ │ │ │ * Constr |
│ │ │ │ * Method
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/DragGestureEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DragGestureEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -701,10 +701,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -287,9 +287,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/DragGestureListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DragGestureListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -469,10 +469,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -187,9 +187,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/DragSourceEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DragSourceEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -476,10 +476,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -190,9 +190,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/DragSourceListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DragSourceListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -377,10 +377,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -148,9 +148,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/DragSourceMotionListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DragSourceMotionListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -339,10 +339,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -105,9 +105,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/DropTarget.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DropTarget (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1110,10 +1110,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -510,9 +510,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/DropTargetAdapter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DropTargetAdapter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -415,10 +415,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -162,9 +162,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/DropTargetContext.TransferableProxy.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DropTargetContext.TransferableProxy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -391,10 +391,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -146,9 +146,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/DropTargetContext.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DropTargetContext (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -645,10 +645,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -242,9 +242,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/DropTargetDragEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DropTargetDragEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -598,10 +598,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -224,9 +224,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/DropTargetDropEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DropTargetDropEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -686,10 +686,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -269,9 +269,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/DropTargetEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DropTargetEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -373,10 +373,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -117,9 +117,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/DropTargetListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DropTargetListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -405,10 +405,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -166,9 +166,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/InvalidDnDOperationException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ InvalidDnDOperationException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/DnDConstants.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.dnd.DnDConstants (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/DragGestureEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.dnd.DragGestureEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -120,9 +120,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/DragGestureListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.dnd.DragGestureListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -105,9 +105,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/DragGestureRecognizer.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.dnd.DragGestureRecognizer (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -100,9 +100,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/DragSource.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.dnd.DragSource (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -116,9 +116,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/DragSourceAdapter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.dnd.DragSourceAdapter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/DragSourceContext.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.dnd.DragSourceContext (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -82,9 +82,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/DragSourceDragEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.dnd.DragSourceDragEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -23,72 +23,72 @@
│ │ │ │ _j_a_v_a_._a_w_t_._d_n_d Graphical User Interface systems that provides a mechanism
│ │ │ │ to transfer information between two entities logically
│ │ │ │ associated with presentation elements in the GUI.
│ │ │ │ * o ******** UUsseess ooff _DD_rr_aa_gg_SS_oo_uu_rr_cc_ee_DD_rr_aa_gg_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _DD_rr_aa_gg_SS_oo_uu_rr_cc_ee_DD_rr_aa_gg_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + DragSourceAdapter._d_r_a_g_E_n_t_e_r
│ │ │ │ + void (_D_r_a_g_S_o_u_r_c_e_D_r_a_g_E_v_e_n_t dsde)
│ │ │ │ + Called as the cursor's hotspot enters a platform-
│ │ │ │ + dependent drop site.
│ │ │ │ DragSourceListener._d_r_a_g_E_n_t_e_r
│ │ │ │ void (_D_r_a_g_S_o_u_r_c_e_D_r_a_g_E_v_e_n_t dsde)
│ │ │ │ Called as the cursor's hotspot enters a platform-
│ │ │ │ dependent drop site.
│ │ │ │ DragSourceContext._d_r_a_g_E_n_t_e_r
│ │ │ │ (_D_r_a_g_S_o_u_r_c_e_D_r_a_g_E_v_e_n_t dsde)
│ │ │ │ void Calls dragEnter on the DragSourceListeners
│ │ │ │ registered with this DragSourceContext and with
│ │ │ │ the associated DragSource, and passes them the
│ │ │ │ specified DragSourceDragEvent.
│ │ │ │ - DragSourceAdapter._d_r_a_g_E_n_t_e_r
│ │ │ │ + DragSourceMotionListener._d_r_a_g_M_o_u_s_e_M_o_v_e_d
│ │ │ │ void (_D_r_a_g_S_o_u_r_c_e_D_r_a_g_E_v_e_n_t dsde)
│ │ │ │ - Called as the cursor's hotspot enters a platform-
│ │ │ │ - dependent drop site.
│ │ │ │ + Called whenever the mouse is moved during a drag
│ │ │ │ + operation.
│ │ │ │ + DragSourceAdapter._d_r_a_g_M_o_u_s_e_M_o_v_e_d
│ │ │ │ + void (_D_r_a_g_S_o_u_r_c_e_D_r_a_g_E_v_e_n_t dsde)
│ │ │ │ + Called whenever the mouse is moved during a drag
│ │ │ │ + operation.
│ │ │ │ DragSourceContext._d_r_a_g_M_o_u_s_e_M_o_v_e_d
│ │ │ │ (_D_r_a_g_S_o_u_r_c_e_D_r_a_g_E_v_e_n_t dsde)
│ │ │ │ Calls dragMouseMoved on the
│ │ │ │ void DragSourceMotionListeners registered with the
│ │ │ │ DragSource associated with this
│ │ │ │ DragSourceContext, and them passes the specified
│ │ │ │ DragSourceDragEvent.
│ │ │ │ - DragSourceMotionListener._d_r_a_g_M_o_u_s_e_M_o_v_e_d
│ │ │ │ - void (_D_r_a_g_S_o_u_r_c_e_D_r_a_g_E_v_e_n_t dsde)
│ │ │ │ - Called whenever the mouse is moved during a drag
│ │ │ │ - operation.
│ │ │ │ - DragSourceAdapter._d_r_a_g_M_o_u_s_e_M_o_v_e_d
│ │ │ │ + DragSourceAdapter._d_r_a_g_O_v_e_r
│ │ │ │ void (_D_r_a_g_S_o_u_r_c_e_D_r_a_g_E_v_e_n_t dsde)
│ │ │ │ - Called whenever the mouse is moved during a drag
│ │ │ │ - operation.
│ │ │ │ + Called as the cursor's hotspot moves over a
│ │ │ │ + platform-dependent drop site.
│ │ │ │ DragSourceListener._d_r_a_g_O_v_e_r
│ │ │ │ void (_D_r_a_g_S_o_u_r_c_e_D_r_a_g_E_v_e_n_t dsde)
│ │ │ │ Called as the cursor's hotspot moves over a
│ │ │ │ platform-dependent drop site.
│ │ │ │ DragSourceContext._d_r_a_g_O_v_e_r
│ │ │ │ (_D_r_a_g_S_o_u_r_c_e_D_r_a_g_E_v_e_n_t dsde)
│ │ │ │ void Calls dragOver on the DragSourceListeners
│ │ │ │ registered with this DragSourceContext and with
│ │ │ │ the associated DragSource, and passes them the
│ │ │ │ specified DragSourceDragEvent.
│ │ │ │ - DragSourceAdapter._d_r_a_g_O_v_e_r
│ │ │ │ + DragSourceAdapter._d_r_o_p_A_c_t_i_o_n_C_h_a_n_g_e_d
│ │ │ │ void (_D_r_a_g_S_o_u_r_c_e_D_r_a_g_E_v_e_n_t dsde)
│ │ │ │ - Called as the cursor's hotspot moves over a
│ │ │ │ - platform-dependent drop site.
│ │ │ │ + Called when the user has modified the drop
│ │ │ │ + gesture.
│ │ │ │ DragSourceListener._d_r_o_p_A_c_t_i_o_n_C_h_a_n_g_e_d
│ │ │ │ void (_D_r_a_g_S_o_u_r_c_e_D_r_a_g_E_v_e_n_t dsde)
│ │ │ │ Called when the user has modified the drop
│ │ │ │ gesture.
│ │ │ │ DragSourceContext._d_r_o_p_A_c_t_i_o_n_C_h_a_n_g_e_d
│ │ │ │ (_D_r_a_g_S_o_u_r_c_e_D_r_a_g_E_v_e_n_t dsde)
│ │ │ │ Calls dropActionChanged on the
│ │ │ │ void DragSourceListeners registered with this
│ │ │ │ DragSourceContext and with the associated
│ │ │ │ DragSource, and passes them the specified
│ │ │ │ DragSourceDragEvent.
│ │ │ │ - DragSourceAdapter._d_r_o_p_A_c_t_i_o_n_C_h_a_n_g_e_d
│ │ │ │ - void (_D_r_a_g_S_o_u_r_c_e_D_r_a_g_E_v_e_n_t dsde)
│ │ │ │ - Called when the user has modified the drop
│ │ │ │ - gesture.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -102,9 +102,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/DragSourceDropEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.dnd.DragSourceDropEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -23,28 +23,28 @@
│ │ │ │ _j_a_v_a_._a_w_t_._d_n_d Graphical User Interface systems that provides a mechanism
│ │ │ │ to transfer information between two entities logically
│ │ │ │ associated with presentation elements in the GUI.
│ │ │ │ * o ******** UUsseess ooff _DD_rr_aa_gg_SS_oo_uu_rr_cc_ee_DD_rr_oo_pp_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _DD_rr_aa_gg_SS_oo_uu_rr_cc_ee_DD_rr_oo_pp_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + DragSourceAdapter._d_r_a_g_D_r_o_p_E_n_d
│ │ │ │ + void (_D_r_a_g_S_o_u_r_c_e_D_r_o_p_E_v_e_n_t dsde)
│ │ │ │ + This method is invoked to signify that the Drag
│ │ │ │ + and Drop operation is complete.
│ │ │ │ DragSourceListener._d_r_a_g_D_r_o_p_E_n_d
│ │ │ │ void (_D_r_a_g_S_o_u_r_c_e_D_r_o_p_E_v_e_n_t dsde)
│ │ │ │ This method is invoked to signify that the Drag
│ │ │ │ and Drop operation is complete.
│ │ │ │ DragSourceContext._d_r_a_g_D_r_o_p_E_n_d
│ │ │ │ (_D_r_a_g_S_o_u_r_c_e_D_r_o_p_E_v_e_n_t dsde)
│ │ │ │ void Calls dragDropEnd on the DragSourceListeners
│ │ │ │ registered with this DragSourceContext and with
│ │ │ │ the associated DragSource, and passes them the
│ │ │ │ specified DragSourceDropEvent.
│ │ │ │ - DragSourceAdapter._d_r_a_g_D_r_o_p_E_n_d
│ │ │ │ - void (_D_r_a_g_S_o_u_r_c_e_D_r_o_p_E_v_e_n_t dsde)
│ │ │ │ - This method is invoked to signify that the Drag
│ │ │ │ - and Drop operation is complete.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -58,9 +58,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/DragSourceEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.dnd.DragSourceEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -36,25 +36,25 @@
│ │ │ │ The DragSourceDropEvent is delivered from the
│ │ │ │ class DragSourceContextPeer, via the DragSourceContext,
│ │ │ │ to the dragDropEnd method of DragSourceListeners
│ │ │ │ registered with that DragSourceContext and with
│ │ │ │ its associated DragSource.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd wwiitthh ppaarraammeetteerrss ooff ttyyppee _DD_rr_aa_gg_SS_oo_uu_rr_cc_ee_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + DragSourceAdapter._d_r_a_g_E_x_i_t(_D_r_a_g_S_o_u_r_c_e_E_v_e_n_t dse)
│ │ │ │ + void Called as the cursor's hotspot exits a platform-
│ │ │ │ + dependent drop site.
│ │ │ │ DragSourceListener._d_r_a_g_E_x_i_t(_D_r_a_g_S_o_u_r_c_e_E_v_e_n_t dse)
│ │ │ │ void Called as the cursor's hotspot exits a platform-
│ │ │ │ dependent drop site.
│ │ │ │ DragSourceContext._d_r_a_g_E_x_i_t(_D_r_a_g_S_o_u_r_c_e_E_v_e_n_t dse)
│ │ │ │ Calls dragExit on the DragSourceListeners
│ │ │ │ void registered with this DragSourceContext and with
│ │ │ │ the associated DragSource, and passes them the
│ │ │ │ specified DragSourceEvent.
│ │ │ │ - DragSourceAdapter._d_r_a_g_E_x_i_t(_D_r_a_g_S_o_u_r_c_e_E_v_e_n_t dse)
│ │ │ │ - void Called as the cursor's hotspot exits a platform-
│ │ │ │ - dependent drop site.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -68,9 +68,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/DragSourceListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.dnd.DragSourceListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -147,9 +147,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/DragSourceMotionListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.dnd.DragSourceMotionListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -70,9 +70,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/DropTarget.DropTargetAutoScroller.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.dnd.DropTarget.DropTargetAutoScroller (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -46,9 +46,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/DropTarget.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.dnd.DropTarget (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -58,9 +58,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/DropTargetAdapter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.dnd.DropTargetAdapter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/DropTargetContext.TransferableProxy.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.dnd.DropTargetContext.TransferableProxy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/DropTargetContext.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.dnd.DropTargetContext (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -30,21 +30,21 @@
│ │ │ │ protected _D_r_o_p_T_a_r_g_e_t_C_o_n_t_e_x_t The DropTargetContext associated with
│ │ │ │ this DropTargetEvent.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd tthhaatt rreettuurrnn _DD_rr_oo_pp_TT_aa_rr_gg_ee_tt_CC_oo_nn_tt_ee_xx_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ DropTarget._c_r_e_a_t_e_D_r_o_p_T_a_r_g_e_t_C_o_n_t_e_x_t()
│ │ │ │ protected _D_r_o_p_T_a_r_g_e_t_C_o_n_t_e_x_t Creates the DropTargetContext
│ │ │ │ associated with this DropTarget.
│ │ │ │ - DropTarget._g_e_t_D_r_o_p_T_a_r_g_e_t_C_o_n_t_e_x_t()
│ │ │ │ - _D_r_o_p_T_a_r_g_e_t_C_o_n_t_e_x_t Gets the DropTargetContext associated
│ │ │ │ - with this DropTarget.
│ │ │ │ DropTargetEvent._g_e_t_D_r_o_p_T_a_r_g_e_t_C_o_n_t_e_x_t()
│ │ │ │ _D_r_o_p_T_a_r_g_e_t_C_o_n_t_e_x_t This method returns the
│ │ │ │ DropTargetContext associated with this
│ │ │ │ DropTargetEvent.
│ │ │ │ + DropTarget._g_e_t_D_r_o_p_T_a_r_g_e_t_C_o_n_t_e_x_t()
│ │ │ │ + _D_r_o_p_T_a_r_g_e_t_C_o_n_t_e_x_t Gets the DropTargetContext associated
│ │ │ │ + with this DropTarget.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _DD_rr_oo_pp_TT_aa_rr_gg_ee_tt_CC_oo_nn_tt_ee_xx_tt?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _D_r_o_p_T_a_r_g_e_t_D_r_a_g_E_v_e_n_t(_D_r_o_p_T_a_r_g_e_t_C_o_n_t_e_x_t dtc, _P_o_i_n_t cursorLocn,
│ │ │ │ int dropAction, int srcActions)
│ │ │ │ Construct a DropTargetDragEvent given the DropTargetContext for
│ │ │ │ this operation, the location of the "Drag" Cursor's hotspot in the
│ │ │ │ @@ -83,9 +83,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/DropTargetDragEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.dnd.DropTargetDragEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -23,55 +23,55 @@
│ │ │ │ _j_a_v_a_._a_w_t_._d_n_d Graphical User Interface systems that provides a mechanism
│ │ │ │ to transfer information between two entities logically
│ │ │ │ associated with presentation elements in the GUI.
│ │ │ │ * o ******** UUsseess ooff _DD_rr_oo_pp_TT_aa_rr_gg_ee_tt_DD_rr_aa_gg_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _DD_rr_oo_pp_TT_aa_rr_gg_ee_tt_DD_rr_aa_gg_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - DropTarget._d_r_a_g_E_n_t_e_r(_D_r_o_p_T_a_r_g_e_t_D_r_a_g_E_v_e_n_t dtde)
│ │ │ │ - void Calls dragEnter on the registered
│ │ │ │ - DropTargetListener and passes it the specified
│ │ │ │ - DropTargetDragEvent.
│ │ │ │ DropTargetListener._d_r_a_g_E_n_t_e_r
│ │ │ │ (_D_r_o_p_T_a_r_g_e_t_D_r_a_g_E_v_e_n_t dtde)
│ │ │ │ void Called while a drag operation is ongoing, when
│ │ │ │ the mouse pointer enters the operable part of the
│ │ │ │ drop site for the DropTarget registered with this
│ │ │ │ listener.
│ │ │ │ + DropTarget._d_r_a_g_E_n_t_e_r(_D_r_o_p_T_a_r_g_e_t_D_r_a_g_E_v_e_n_t dtde)
│ │ │ │ + void Calls dragEnter on the registered
│ │ │ │ + DropTargetListener and passes it the specified
│ │ │ │ + DropTargetDragEvent.
│ │ │ │ DropTargetAdapter._d_r_a_g_E_n_t_e_r
│ │ │ │ (_D_r_o_p_T_a_r_g_e_t_D_r_a_g_E_v_e_n_t dtde)
│ │ │ │ void Called while a drag operation is ongoing, when
│ │ │ │ the mouse pointer enters the operable part of the
│ │ │ │ drop site for the DropTarget registered with this
│ │ │ │ listener.
│ │ │ │ - DropTarget._d_r_a_g_O_v_e_r(_D_r_o_p_T_a_r_g_e_t_D_r_a_g_E_v_e_n_t dtde)
│ │ │ │ - void Calls dragOver on the registered
│ │ │ │ - DropTargetListener and passes it the specified
│ │ │ │ - DropTargetDragEvent.
│ │ │ │ DropTargetListener._d_r_a_g_O_v_e_r
│ │ │ │ (_D_r_o_p_T_a_r_g_e_t_D_r_a_g_E_v_e_n_t dtde)
│ │ │ │ void Called when a drag operation is ongoing, while
│ │ │ │ the mouse pointer is still over the operable part
│ │ │ │ of the drop site for the DropTarget registered
│ │ │ │ with this listener.
│ │ │ │ + DropTarget._d_r_a_g_O_v_e_r(_D_r_o_p_T_a_r_g_e_t_D_r_a_g_E_v_e_n_t dtde)
│ │ │ │ + void Calls dragOver on the registered
│ │ │ │ + DropTargetListener and passes it the specified
│ │ │ │ + DropTargetDragEvent.
│ │ │ │ DropTargetAdapter._d_r_a_g_O_v_e_r
│ │ │ │ (_D_r_o_p_T_a_r_g_e_t_D_r_a_g_E_v_e_n_t dtde)
│ │ │ │ void Called when a drag operation is ongoing, while
│ │ │ │ the mouse pointer is still over the operable part
│ │ │ │ of the drop site for the DropTarget registered
│ │ │ │ with this listener.
│ │ │ │ + DropTargetListener._d_r_o_p_A_c_t_i_o_n_C_h_a_n_g_e_d
│ │ │ │ + void (_D_r_o_p_T_a_r_g_e_t_D_r_a_g_E_v_e_n_t dtde)
│ │ │ │ + Called if the user has modified the current drop
│ │ │ │ + gesture.
│ │ │ │ DropTarget._d_r_o_p_A_c_t_i_o_n_C_h_a_n_g_e_d
│ │ │ │ (_D_r_o_p_T_a_r_g_e_t_D_r_a_g_E_v_e_n_t dtde)
│ │ │ │ void Calls dropActionChanged on the registered
│ │ │ │ DropTargetListener and passes it the specified
│ │ │ │ DropTargetDragEvent.
│ │ │ │ - DropTargetListener._d_r_o_p_A_c_t_i_o_n_C_h_a_n_g_e_d
│ │ │ │ - void (_D_r_o_p_T_a_r_g_e_t_D_r_a_g_E_v_e_n_t dtde)
│ │ │ │ - Called if the user has modified the current drop
│ │ │ │ - gesture.
│ │ │ │ DropTargetAdapter._d_r_o_p_A_c_t_i_o_n_C_h_a_n_g_e_d
│ │ │ │ void (_D_r_o_p_T_a_r_g_e_t_D_r_a_g_E_v_e_n_t dtde)
│ │ │ │ Called if the user has modified the current drop
│ │ │ │ gesture.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ @@ -89,9 +89,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/DropTargetDropEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.dnd.DropTargetDropEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -23,22 +23,22 @@
│ │ │ │ _j_a_v_a_._a_w_t_._d_n_d Graphical User Interface systems that provides a mechanism
│ │ │ │ to transfer information between two entities logically
│ │ │ │ associated with presentation elements in the GUI.
│ │ │ │ * o ******** UUsseess ooff _DD_rr_oo_pp_TT_aa_rr_gg_ee_tt_DD_rr_oo_pp_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _DD_rr_oo_pp_TT_aa_rr_gg_ee_tt_DD_rr_oo_pp_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - DropTarget._d_r_o_p(_D_r_o_p_T_a_r_g_e_t_D_r_o_p_E_v_e_n_t dtde)
│ │ │ │ - void Calls drop on the registered DropTargetListener
│ │ │ │ - and passes it the specified DropTargetDropEvent
│ │ │ │ - if this DropTarget is active.
│ │ │ │ DropTargetListener._d_r_o_p(_D_r_o_p_T_a_r_g_e_t_D_r_o_p_E_v_e_n_t dtde)
│ │ │ │ void Called when the drag operation has terminated
│ │ │ │ with a drop on the operable part of the drop site
│ │ │ │ for the DropTarget registered with this listener.
│ │ │ │ + DropTarget._d_r_o_p(_D_r_o_p_T_a_r_g_e_t_D_r_o_p_E_v_e_n_t dtde)
│ │ │ │ + void Calls drop on the registered DropTargetListener
│ │ │ │ + and passes it the specified DropTargetDropEvent
│ │ │ │ + if this DropTarget is active.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -52,9 +52,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/DropTargetEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.dnd.DropTargetEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -31,23 +31,23 @@
│ │ │ │ DropTargetListener via its dragEnter() and
│ │ │ │ dragOver() methods.
│ │ │ │ _D_r_o_p_T_a_r_g_e_t_D_r_o_p_E_v_e_n_t
│ │ │ │ class The DropTargetDropEvent is delivered via the
│ │ │ │ DropTargetListener drop() method.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd wwiitthh ppaarraammeetteerrss ooff ttyyppee _DD_rr_oo_pp_TT_aa_rr_gg_ee_tt_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - DropTarget._d_r_a_g_E_x_i_t(_D_r_o_p_T_a_r_g_e_t_E_v_e_n_t dte)
│ │ │ │ - void Calls dragExit on the registered
│ │ │ │ - DropTargetListener and passes it the specified
│ │ │ │ - DropTargetEvent.
│ │ │ │ DropTargetListener._d_r_a_g_E_x_i_t(_D_r_o_p_T_a_r_g_e_t_E_v_e_n_t dte)
│ │ │ │ Called while a drag operation is ongoing, when
│ │ │ │ void the mouse pointer has exited the operable part of
│ │ │ │ the drop site for the DropTarget registered with
│ │ │ │ this listener.
│ │ │ │ + DropTarget._d_r_a_g_E_x_i_t(_D_r_o_p_T_a_r_g_e_t_E_v_e_n_t dte)
│ │ │ │ + void Calls dragExit on the registered
│ │ │ │ + DropTargetListener and passes it the specified
│ │ │ │ + DropTargetEvent.
│ │ │ │ DropTargetAdapter._d_r_a_g_E_x_i_t(_D_r_o_p_T_a_r_g_e_t_E_v_e_n_t dte)
│ │ │ │ Called while a drag operation is ongoing, when
│ │ │ │ void the mouse pointer has exited the operable part of
│ │ │ │ the drop site for the DropTarget registered with
│ │ │ │ this listener.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ @@ -66,9 +66,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/DropTargetListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.dnd.DropTargetListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -83,9 +83,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/InvalidDnDOperationException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.dnd.InvalidDnDOperationException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -126,9 +126,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/class-use/MouseDragGestureRecognizer.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.dnd.MouseDragGestureRecognizer (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/package-frame.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt.dnd (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/package-summary.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │
java.awt.dnd (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -204,9 +204,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/package-tree.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt.dnd Class Hierarchy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -79,9 +79,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/dnd/package-use.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Package java.awt.dnd (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -130,9 +130,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/AWTEventListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ AWTEventListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -342,10 +342,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -113,9 +113,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/ActionEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ActionEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -730,10 +730,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -301,9 +301,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/ActionListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ActionListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -369,10 +369,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -124,9 +124,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/ComponentEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ComponentEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -554,10 +554,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -212,9 +212,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/ComponentListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ComponentListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -303,10 +303,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -105,9 +105,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/ContainerAdapter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ContainerAdapter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -323,10 +323,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -109,9 +109,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/ContainerEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ContainerEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -543,10 +543,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -204,9 +204,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/ContainerListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ContainerListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -269,10 +269,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -98,9 +98,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/FocusAdapter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ FocusAdapter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -327,10 +327,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -109,9 +109,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/FocusEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ FocusEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -644,10 +644,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -273,9 +273,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/FocusListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ FocusListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -265,10 +265,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -97,9 +97,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/HierarchyBoundsAdapter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ HierarchyBoundsAdapter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -322,10 +322,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -106,9 +106,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/HierarchyBoundsListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ HierarchyBoundsListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -268,10 +268,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -91,9 +91,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/HierarchyEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ HierarchyEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -791,10 +791,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -341,9 +341,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/HierarchyListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ HierarchyListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -259,10 +259,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -86,9 +86,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/InvocationEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ InvocationEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -837,10 +837,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -378,9 +378,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/ItemEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ItemEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -578,10 +578,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -219,9 +219,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/ItemListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ItemListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -349,10 +349,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -116,9 +116,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/KeyEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ KeyEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -5043,10 +5043,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -1875,9 +1875,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/KeyListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ KeyListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -288,10 +288,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -99,9 +99,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/MouseAdapter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ MouseAdapter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -490,10 +490,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -190,9 +190,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/MouseEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ MouseEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1587,10 +1587,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -826,9 +826,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/MouseListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ MouseListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -328,10 +328,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -131,9 +131,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/MouseMotionAdapter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ MouseMotionAdapter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -337,10 +337,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -119,9 +119,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/MouseMotionListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ MouseMotionListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -283,10 +283,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -125,9 +125,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/MouseWheelEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ MouseWheelEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -933,10 +933,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -502,9 +502,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/MouseWheelListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ MouseWheelListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -448,10 +448,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -162,9 +162,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/TextListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ TextListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -276,10 +276,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -99,9 +99,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/WindowListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ WindowListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -374,10 +374,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -136,9 +136,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/WindowStateListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ WindowStateListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -75,9 +75,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/AWTEventListenerProxy.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.AWTEventListenerProxy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/ActionEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.ActionEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -41,32 +41,32 @@
│ │ │ │ _j_a_v_a_x_._s_w_i_n_g_._t_e_x_t_._h_t_m_l Provides the class HTMLEditorKit and supporting
│ │ │ │ classes for creating HTML text editors.
│ │ │ │ _j_a_v_a_x_._s_w_i_n_g_._t_r_e_e Provides classes and interfaces for dealing with
│ │ │ │ javax.swing.JTree.
│ │ │ │ * o ******** UUsseess ooff _AA_cc_tt_ii_oo_nn_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_.._aa_ww_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _AA_cc_tt_ii_oo_nn_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - void List.AccessibleAWTList._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ - (_A_c_t_i_o_n_E_v_e_n_t event)
│ │ │ │ AWTEventMulticaster._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ void Handles the actionPerformed event by invoking the
│ │ │ │ actionPerformed methods on listener-a and
│ │ │ │ listener-b.
│ │ │ │ - TextField._p_r_o_c_e_s_s_A_c_t_i_o_n_E_v_e_n_t(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - protected void Processes action events occurring on this text
│ │ │ │ - field by dispatching them to any registered
│ │ │ │ + void List.AccessibleAWTList._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ + (_A_c_t_i_o_n_E_v_e_n_t event)
│ │ │ │ + MenuItem._p_r_o_c_e_s_s_A_c_t_i_o_n_E_v_e_n_t(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + protected void Processes action events occurring on this menu
│ │ │ │ + item, by dispatching them to any registered
│ │ │ │ ActionListener objects.
│ │ │ │ Button._p_r_o_c_e_s_s_A_c_t_i_o_n_E_v_e_n_t(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ protected void Processes action events occurring on this button
│ │ │ │ by dispatching them to any registered
│ │ │ │ ActionListener objects.
│ │ │ │ - MenuItem._p_r_o_c_e_s_s_A_c_t_i_o_n_E_v_e_n_t(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - protected void Processes action events occurring on this menu
│ │ │ │ - item, by dispatching them to any registered
│ │ │ │ + TextField._p_r_o_c_e_s_s_A_c_t_i_o_n_E_v_e_n_t(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + protected void Processes action events occurring on this text
│ │ │ │ + field by dispatching them to any registered
│ │ │ │ ActionListener objects.
│ │ │ │ List._p_r_o_c_e_s_s_A_c_t_i_o_n_E_v_e_n_t(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ protected void Processes action events occurring on this
│ │ │ │ component by dispatching them to any registered
│ │ │ │ ActionListener objects.
│ │ │ │ o ******** UUsseess ooff _AA_cc_tt_ii_oo_nn_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd wwiitthh ppaarraammeetteerrss ooff ttyyppee _AA_cc_tt_ii_oo_nn_EE_vv_ee_nn_tt?
│ │ │ │ @@ -82,122 +82,101 @@
│ │ │ │ o ******** UUsseess ooff _AA_cc_tt_ii_oo_nn_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee _AA_cc_tt_ii_oo_nn_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ JComboBox._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ void This method is public as an implementation side
│ │ │ │ effect.
│ │ │ │ - DefaultCellEditor.EditorDelegate._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ - void (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - When an action is performed, editing is ended.
│ │ │ │ void ToolTipManager.insideTimerAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ void ToolTipManager.outsideTimerAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ void ToolTipManager.stillInsideTimerAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + DefaultCellEditor.EditorDelegate._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ + void (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + When an action is performed, editing is ended.
│ │ │ │ protected Timer._f_i_r_e_A_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ void Notifies all listeners that have registered interest
│ │ │ │ for notification on this event type.
│ │ │ │ - protected AbstractButton._f_i_r_e_A_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t event)
│ │ │ │ + protected DefaultButtonModel._f_i_r_e_A_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ void Notifies all listeners that have registered interest
│ │ │ │ for notification on this event type.
│ │ │ │ - protected DefaultButtonModel._f_i_r_e_A_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + protected AbstractButton._f_i_r_e_A_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t event)
│ │ │ │ void Notifies all listeners that have registered interest
│ │ │ │ for notification on this event type.
│ │ │ │ o ******** UUsseess ooff _AA_cc_tt_ii_oo_nn_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc wwiitthh ppaarraammeetteerrss ooff ttyyppee _AA_cc_tt_ii_oo_nn_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ + void BasicScrollBarUI.ScrollListener._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + void BasicOptionPaneUI.ButtonActionListener._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ + (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + void BasicInternalFrameTitlePane.CloseAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ + (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + void BasicInternalFrameTitlePane.MaximizeAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ + (_A_c_t_i_o_n_E_v_e_n_t evt)
│ │ │ │ + void BasicInternalFrameTitlePane.IconifyAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ + (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + void BasicInternalFrameTitlePane.RestoreAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ + (_A_c_t_i_o_n_E_v_e_n_t evt)
│ │ │ │ + void BasicInternalFrameTitlePane.MoveAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ + (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + void BasicInternalFrameTitlePane.SizeAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ + (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ void BasicFileChooserUI.NewFolderAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ void BasicFileChooserUI.GoHomeAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ void BasicFileChooserUI.ChangeToParentDirectoryAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ void BasicFileChooserUI.ApproveSelectionAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ void BasicFileChooserUI.CancelSelectionAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ void BasicFileChooserUI.UpdateAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - void BasicTreeUI.ComponentHandler._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t ae)
│ │ │ │ - Public as a result of Timer.
│ │ │ │ - void BasicTreeUI.TreeTraverseAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - void BasicTreeUI.TreePageAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - void BasicTreeUI.TreeIncrementAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - void BasicTreeUI.TreeHomeAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - void BasicTreeUI.TreeToggleAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - void BasicTreeUI.TreeCancelEditingAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ - (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ void BasicSplitPaneUI.KeyboardUpLeftHandler._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ (_A_c_t_i_o_n_E_v_e_n_t ev)
│ │ │ │ void BasicSplitPaneUI.KeyboardDownRightHandler._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ (_A_c_t_i_o_n_E_v_e_n_t ev)
│ │ │ │ void BasicSplitPaneUI.KeyboardHomeHandler._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ (_A_c_t_i_o_n_E_v_e_n_t ev)
│ │ │ │ void BasicSplitPaneUI.KeyboardEndHandler._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ (_A_c_t_i_o_n_E_v_e_n_t ev)
│ │ │ │ void BasicSplitPaneUI.KeyboardResizeToggleHandler._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ (_A_c_t_i_o_n_E_v_e_n_t ev)
│ │ │ │ - void BasicSliderUI.ScrollListener._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - void BasicSliderUI.ActionScroller._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - void BasicScrollBarUI.ScrollListener._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - void BasicOptionPaneUI.ButtonActionListener._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ - (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - void BasicInternalFrameTitlePane.CloseAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ - (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - void BasicInternalFrameTitlePane.MaximizeAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ - (_A_c_t_i_o_n_E_v_e_n_t evt)
│ │ │ │ - void BasicInternalFrameTitlePane.IconifyAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ - (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - void BasicInternalFrameTitlePane.RestoreAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ - (_A_c_t_i_o_n_E_v_e_n_t evt)
│ │ │ │ - void BasicInternalFrameTitlePane.MoveAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ - (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - void BasicInternalFrameTitlePane.SizeAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ + void BasicTreeUI.ComponentHandler._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t ae)
│ │ │ │ + Public as a result of Timer.
│ │ │ │ + void BasicTreeUI.TreeTraverseAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + void BasicTreeUI.TreePageAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + void BasicTreeUI.TreeIncrementAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + void BasicTreeUI.TreeHomeAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + void BasicTreeUI.TreeToggleAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + void BasicTreeUI.TreeCancelEditingAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ void BasicDesktopPaneUI.OpenAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t evt)
│ │ │ │ void BasicDesktopPaneUI.CloseAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t evt)
│ │ │ │ void BasicDesktopPaneUI.MinimizeAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ (_A_c_t_i_o_n_E_v_e_n_t evt)
│ │ │ │ void BasicDesktopPaneUI.MaximizeAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ (_A_c_t_i_o_n_E_v_e_n_t evt)
│ │ │ │ void BasicDesktopPaneUI.NavigateAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ (_A_c_t_i_o_n_E_v_e_n_t evt)
│ │ │ │ + void BasicSliderUI.ScrollListener._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + void BasicSliderUI.ActionScroller._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ o ******** UUsseess ooff _AA_cc_tt_ii_oo_nn_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._mm_ee_tt_aa_ll ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._mm_ee_tt_aa_ll wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _AA_cc_tt_ii_oo_nn_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ void MetalFileChooserUI.DirectoryComboBoxAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ o ******** UUsseess ooff _AA_cc_tt_ii_oo_nn_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _AA_cc_tt_ii_oo_nn_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ - StyledEditorKit.FontFamilyAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ - void (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - Sets the font family.
│ │ │ │ - StyledEditorKit.FontSizeAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ - void (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - Sets the font size.
│ │ │ │ - StyledEditorKit.ForegroundAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ - void (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - Sets the foreground color.
│ │ │ │ - StyledEditorKit.AlignmentAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ - void (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - Sets the alignment.
│ │ │ │ - StyledEditorKit.BoldAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ - void (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - Toggles the bold attribute.
│ │ │ │ - StyledEditorKit.ItalicAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ - void (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - Toggles the italic attribute.
│ │ │ │ - StyledEditorKit.UnderlineAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ - void (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ - Toggles the Underline attribute.
│ │ │ │ DefaultEditorKit.DefaultKeyTypedAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ void (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ The operation to perform when this action is
│ │ │ │ triggered.
│ │ │ │ DefaultEditorKit.InsertContentAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ void (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ The operation to perform when this action is
│ │ │ │ @@ -222,14 +201,35 @@
│ │ │ │ void (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ The operation to perform when this action is
│ │ │ │ triggered.
│ │ │ │ DefaultEditorKit.BeepAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ void (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ The operation to perform when this action is
│ │ │ │ triggered.
│ │ │ │ + StyledEditorKit.FontFamilyAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ + void (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + Sets the font family.
│ │ │ │ + StyledEditorKit.FontSizeAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ + void (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + Sets the font size.
│ │ │ │ + StyledEditorKit.ForegroundAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ + void (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + Sets the foreground color.
│ │ │ │ + StyledEditorKit.AlignmentAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ + void (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + Sets the alignment.
│ │ │ │ + StyledEditorKit.BoldAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ + void (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + Toggles the bold attribute.
│ │ │ │ + StyledEditorKit.ItalicAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ + void (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + Toggles the italic attribute.
│ │ │ │ + StyledEditorKit.UnderlineAction._a_c_t_i_o_n_P_e_r_f_o_r_m_e_d
│ │ │ │ + void (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ + Toggles the Underline attribute.
│ │ │ │ protected StyledEditorKit.StyledTextAction._g_e_t_E_d_i_t_o_r
│ │ │ │ _J_E_d_i_t_o_r_P_a_n_e (_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ Gets the target editor for an action.
│ │ │ │ protected TextAction._g_e_t_T_e_x_t_C_o_m_p_o_n_e_n_t(_A_c_t_i_o_n_E_v_e_n_t e)
│ │ │ │ _J_T_e_x_t_C_o_m_p_o_n_e_n_t Determines the component to use for the action.
│ │ │ │ o ******** UUsseess ooff _AA_cc_tt_ii_oo_nn_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt_.._hh_tt_mm_ll ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt_.._hh_tt_mm_ll wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ @@ -265,9 +265,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/ActionListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.event.ActionListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -53,26 +53,26 @@
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt tthhaatt rreettuurrnn _AA_cc_tt_ii_oo_nn_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ AWTEventMulticaster._a_d_d(_A_c_t_i_o_n_L_i_s_t_e_n_e_r a,
│ │ │ │ _A_c_t_i_o_n_L_i_s_t_e_n_e_r b)
│ │ │ │ static _A_c_t_i_o_n_L_i_s_t_e_n_e_r Adds action-listener-a with action-listener-
│ │ │ │ b and returns the resulting multicast
│ │ │ │ listener.
│ │ │ │ - TextField._g_e_t_A_c_t_i_o_n_L_i_s_t_e_n_e_r_s()
│ │ │ │ - _A_c_t_i_o_n_L_i_s_t_e_n_e_r[] Returns an array of all the action listeners
│ │ │ │ - registered on this textfield.
│ │ │ │ - Button._g_e_t_A_c_t_i_o_n_L_i_s_t_e_n_e_r_s()
│ │ │ │ - _A_c_t_i_o_n_L_i_s_t_e_n_e_r[] Returns an array of all the action listeners
│ │ │ │ - registered on this button.
│ │ │ │ MenuItem._g_e_t_A_c_t_i_o_n_L_i_s_t_e_n_e_r_s()
│ │ │ │ _A_c_t_i_o_n_L_i_s_t_e_n_e_r[] Returns an array of all the action listeners
│ │ │ │ registered on this menu item.
│ │ │ │ TrayIcon._g_e_t_A_c_t_i_o_n_L_i_s_t_e_n_e_r_s()
│ │ │ │ _A_c_t_i_o_n_L_i_s_t_e_n_e_r[] Returns an array of all the action listeners
│ │ │ │ registered on this TrayIcon.
│ │ │ │ + Button._g_e_t_A_c_t_i_o_n_L_i_s_t_e_n_e_r_s()
│ │ │ │ + _A_c_t_i_o_n_L_i_s_t_e_n_e_r[] Returns an array of all the action listeners
│ │ │ │ + registered on this button.
│ │ │ │ + TextField._g_e_t_A_c_t_i_o_n_L_i_s_t_e_n_e_r_s()
│ │ │ │ + _A_c_t_i_o_n_L_i_s_t_e_n_e_r[] Returns an array of all the action listeners
│ │ │ │ + registered on this textfield.
│ │ │ │ List._g_e_t_A_c_t_i_o_n_L_i_s_t_e_n_e_r_s()
│ │ │ │ _A_c_t_i_o_n_L_i_s_t_e_n_e_r[] Returns an array of all the action listeners
│ │ │ │ registered on this list.
│ │ │ │ AWTEventMulticaster._r_e_m_o_v_e(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l,
│ │ │ │ _A_c_t_i_o_n_L_i_s_t_e_n_e_r oldl)
│ │ │ │ static _A_c_t_i_o_n_L_i_s_t_e_n_e_r Removes the old action-listener from action-
│ │ │ │ listener-l and returns the resulting
│ │ │ │ @@ -80,52 +80,52 @@
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _AA_cc_tt_ii_oo_nn_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ AWTEventMulticaster._a_d_d(_A_c_t_i_o_n_L_i_s_t_e_n_e_r a,
│ │ │ │ _A_c_t_i_o_n_L_i_s_t_e_n_e_r b)
│ │ │ │ static _A_c_t_i_o_n_L_i_s_t_e_n_e_r Adds action-listener-a with action-listener-
│ │ │ │ b and returns the resulting multicast
│ │ │ │ listener.
│ │ │ │ - TextField._a_d_d_A_c_t_i_o_n_L_i_s_t_e_n_e_r(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ - void Adds the specified action listener to receive
│ │ │ │ - action events from this text field.
│ │ │ │ - Button._a_d_d_A_c_t_i_o_n_L_i_s_t_e_n_e_r(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ - void Adds the specified action listener to receive
│ │ │ │ - action events from this button.
│ │ │ │ MenuItem._a_d_d_A_c_t_i_o_n_L_i_s_t_e_n_e_r(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ void Adds the specified action listener to receive
│ │ │ │ action events from this menu item.
│ │ │ │ TrayIcon._a_d_d_A_c_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ void (_A_c_t_i_o_n_L_i_s_t_e_n_e_r listener)
│ │ │ │ Adds the specified action listener to receive
│ │ │ │ ActionEvents from this TrayIcon.
│ │ │ │ + Button._a_d_d_A_c_t_i_o_n_L_i_s_t_e_n_e_r(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ + void Adds the specified action listener to receive
│ │ │ │ + action events from this button.
│ │ │ │ + TextField._a_d_d_A_c_t_i_o_n_L_i_s_t_e_n_e_r(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ + void Adds the specified action listener to receive
│ │ │ │ + action events from this text field.
│ │ │ │ List._a_d_d_A_c_t_i_o_n_L_i_s_t_e_n_e_r(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ void Adds the specified action listener to receive
│ │ │ │ action events from this list.
│ │ │ │ AWTEventMulticaster._r_e_m_o_v_e(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l,
│ │ │ │ _A_c_t_i_o_n_L_i_s_t_e_n_e_r oldl)
│ │ │ │ static _A_c_t_i_o_n_L_i_s_t_e_n_e_r Removes the old action-listener from action-
│ │ │ │ listener-l and returns the resulting
│ │ │ │ multicast listener.
│ │ │ │ - TextField._r_e_m_o_v_e_A_c_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ - (_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ - void Removes the specified action listener so that
│ │ │ │ - it no longer receives action events from this
│ │ │ │ - text field.
│ │ │ │ - Button._r_e_m_o_v_e_A_c_t_i_o_n_L_i_s_t_e_n_e_r(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ - void Removes the specified action listener so that
│ │ │ │ - it no longer receives action events from this
│ │ │ │ - button.
│ │ │ │ MenuItem._r_e_m_o_v_e_A_c_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ (_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ void Removes the specified action listener so it
│ │ │ │ no longer receives action events from this
│ │ │ │ menu item.
│ │ │ │ TrayIcon._r_e_m_o_v_e_A_c_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ void (_A_c_t_i_o_n_L_i_s_t_e_n_e_r listener)
│ │ │ │ Removes the specified action listener.
│ │ │ │ + Button._r_e_m_o_v_e_A_c_t_i_o_n_L_i_s_t_e_n_e_r(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ + void Removes the specified action listener so that
│ │ │ │ + it no longer receives action events from this
│ │ │ │ + button.
│ │ │ │ + TextField._r_e_m_o_v_e_A_c_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ + (_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ + void Removes the specified action listener so that
│ │ │ │ + it no longer receives action events from this
│ │ │ │ + text field.
│ │ │ │ List._r_e_m_o_v_e_A_c_t_i_o_n_L_i_s_t_e_n_e_r(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ void Removes the specified action listener so that
│ │ │ │ it no longer receives action events from this
│ │ │ │ list.
│ │ │ │ o ******** UUsseess ooff _AA_cc_tt_ii_oo_nn_LL_ii_ss_tt_ee_nn_ee_rr iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd ********
│ │ │ │ CCllaasssseess iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd tthhaatt iimmpplleemmeenntt _AA_cc_tt_ii_oo_nn_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ @@ -160,58 +160,58 @@
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg tthhaatt rreettuurrnn _AA_cc_tt_ii_oo_nn_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ protected _A_c_t_i_o_n_L_i_s_t_e_n_e_r AbstractButton._c_r_e_a_t_e_A_c_t_i_o_n_L_i_s_t_e_n_e_r()
│ │ │ │ JComponent._g_e_t_A_c_t_i_o_n_F_o_r_K_e_y_S_t_r_o_k_e
│ │ │ │ _A_c_t_i_o_n_L_i_s_t_e_n_e_r (_K_e_y_S_t_r_o_k_e aKeyStroke)
│ │ │ │ Returns the object that will perform the
│ │ │ │ action registered for a given keystroke.
│ │ │ │ + JComboBox._g_e_t_A_c_t_i_o_n_L_i_s_t_e_n_e_r_s()
│ │ │ │ + _A_c_t_i_o_n_L_i_s_t_e_n_e_r[] Returns an array of all the
│ │ │ │ + ActionListeners added to this JComboBox
│ │ │ │ + with addActionListener().
│ │ │ │ + JTextField._g_e_t_A_c_t_i_o_n_L_i_s_t_e_n_e_r_s()
│ │ │ │ + _A_c_t_i_o_n_L_i_s_t_e_n_e_r[] Returns an array of all the
│ │ │ │ + ActionListeners added to this JTextField
│ │ │ │ + with addActionListener().
│ │ │ │ Timer._g_e_t_A_c_t_i_o_n_L_i_s_t_e_n_e_r_s()
│ │ │ │ _A_c_t_i_o_n_L_i_s_t_e_n_e_r[] Returns an array of all the action
│ │ │ │ listeners registered on this timer.
│ │ │ │ + DefaultButtonModel._g_e_t_A_c_t_i_o_n_L_i_s_t_e_n_e_r_s()
│ │ │ │ + _A_c_t_i_o_n_L_i_s_t_e_n_e_r[] Returns an array of all the action
│ │ │ │ + listeners registered on this
│ │ │ │ + DefaultButtonModel.
│ │ │ │ AbstractButton._g_e_t_A_c_t_i_o_n_L_i_s_t_e_n_e_r_s()
│ │ │ │ _A_c_t_i_o_n_L_i_s_t_e_n_e_r[] Returns an array of all the
│ │ │ │ ActionListeners added to this
│ │ │ │ AbstractButton with addActionListener().
│ │ │ │ JFileChooser._g_e_t_A_c_t_i_o_n_L_i_s_t_e_n_e_r_s()
│ │ │ │ _A_c_t_i_o_n_L_i_s_t_e_n_e_r[] Returns an array of all the action
│ │ │ │ listeners registered on this file chooser.
│ │ │ │ - JTextField._g_e_t_A_c_t_i_o_n_L_i_s_t_e_n_e_r_s()
│ │ │ │ - _A_c_t_i_o_n_L_i_s_t_e_n_e_r[] Returns an array of all the
│ │ │ │ - ActionListeners added to this JTextField
│ │ │ │ - with addActionListener().
│ │ │ │ - JComboBox._g_e_t_A_c_t_i_o_n_L_i_s_t_e_n_e_r_s()
│ │ │ │ - _A_c_t_i_o_n_L_i_s_t_e_n_e_r[] Returns an array of all the
│ │ │ │ - ActionListeners added to this JComboBox
│ │ │ │ - with addActionListener().
│ │ │ │ - DefaultButtonModel._g_e_t_A_c_t_i_o_n_L_i_s_t_e_n_e_r_s()
│ │ │ │ - _A_c_t_i_o_n_L_i_s_t_e_n_e_r[] Returns an array of all the action
│ │ │ │ - listeners registered on this
│ │ │ │ - DefaultButtonModel.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee _AA_cc_tt_ii_oo_nn_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + void JComboBox._a_d_d_A_c_t_i_o_n_L_i_s_t_e_n_e_r(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ + Adds an ActionListener.
│ │ │ │ + JTextField._a_d_d_A_c_t_i_o_n_L_i_s_t_e_n_e_r(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ + void Adds the specified action listener to receive
│ │ │ │ + action events from this textfield.
│ │ │ │ + void ButtonModel._a_d_d_A_c_t_i_o_n_L_i_s_t_e_n_e_r(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ + Adds an ActionListener to the model.
│ │ │ │ void Timer._a_d_d_A_c_t_i_o_n_L_i_s_t_e_n_e_r(_A_c_t_i_o_n_L_i_s_t_e_n_e_r listener)
│ │ │ │ Adds an action listener to the Timer.
│ │ │ │ - AbstractButton._a_d_d_A_c_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ + DefaultButtonModel._a_d_d_A_c_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ void (_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ - Adds an ActionListener to the button.
│ │ │ │ - void ButtonModel._a_d_d_A_c_t_i_o_n_L_i_s_t_e_n_e_r(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ Adds an ActionListener to the model.
│ │ │ │ - void JFileChooser._a_d_d_A_c_t_i_o_n_L_i_s_t_e_n_e_r(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ - Adds an ActionListener to the file chooser.
│ │ │ │ - JTextField._a_d_d_A_c_t_i_o_n_L_i_s_t_e_n_e_r(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ - void Adds the specified action listener to receive
│ │ │ │ - action events from this textfield.
│ │ │ │ - void JComboBox._a_d_d_A_c_t_i_o_n_L_i_s_t_e_n_e_r(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ - Adds an ActionListener.
│ │ │ │ ComboBoxEditor._a_d_d_A_c_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ void (_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ Add an ActionListener.
│ │ │ │ - DefaultButtonModel._a_d_d_A_c_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ + AbstractButton._a_d_d_A_c_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ void (_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ - Adds an ActionListener to the model.
│ │ │ │ + Adds an ActionListener to the button.
│ │ │ │ + void JFileChooser._a_d_d_A_c_t_i_o_n_L_i_s_t_e_n_e_r(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ + Adds an ActionListener to the file chooser.
│ │ │ │ JColorChooser._c_r_e_a_t_e_D_i_a_l_o_g(_C_o_m_p_o_n_e_n_t c,
│ │ │ │ _S_t_r_i_n_g title, boolean modal,
│ │ │ │ _J_C_o_l_o_r_C_h_o_o_s_e_r chooserPane,
│ │ │ │ static _J_D_i_a_l_o_g _A_c_t_i_o_n_L_i_s_t_e_n_e_r okListener,
│ │ │ │ _A_c_t_i_o_n_L_i_s_t_e_n_e_r cancelListener)
│ │ │ │ Creates and returns a new dialog containing the
│ │ │ │ specified ColorChooser pane along with "OK",
│ │ │ │ @@ -224,39 +224,39 @@
│ │ │ │ for similar behavior.
│ │ │ │ JComponent._r_e_g_i_s_t_e_r_K_e_y_b_o_a_r_d_A_c_t_i_o_n
│ │ │ │ (_A_c_t_i_o_n_L_i_s_t_e_n_e_r anAction, _S_t_r_i_n_g aCommand,
│ │ │ │ void _K_e_y_S_t_r_o_k_e aKeyStroke, int aCondition)
│ │ │ │ This method is now obsolete, please use a
│ │ │ │ combination of getActionMap() and getInputMap()
│ │ │ │ for similar behavior.
│ │ │ │ + void JComboBox._r_e_m_o_v_e_A_c_t_i_o_n_L_i_s_t_e_n_e_r(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ + Removes an ActionListener.
│ │ │ │ + JTextField._r_e_m_o_v_e_A_c_t_i_o_n_L_i_s_t_e_n_e_r(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ + void Removes the specified action listener so that it
│ │ │ │ + no longer receives action events from this
│ │ │ │ + textfield.
│ │ │ │ + ButtonModel._r_e_m_o_v_e_A_c_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ + void (_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ + Removes an ActionListener from the model.
│ │ │ │ Timer._r_e_m_o_v_e_A_c_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ void (_A_c_t_i_o_n_L_i_s_t_e_n_e_r listener)
│ │ │ │ Removes the specified action listener from the
│ │ │ │ Timer.
│ │ │ │ - AbstractButton._r_e_m_o_v_e_A_c_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ - void (_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ - Removes an ActionListener from the button.
│ │ │ │ - ButtonModel._r_e_m_o_v_e_A_c_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ + DefaultButtonModel._r_e_m_o_v_e_A_c_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ void (_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ Removes an ActionListener from the model.
│ │ │ │ - JFileChooser._r_e_m_o_v_e_A_c_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ - void (_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ - Removes an ActionListener from the file chooser.
│ │ │ │ - JTextField._r_e_m_o_v_e_A_c_t_i_o_n_L_i_s_t_e_n_e_r(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ - void Removes the specified action listener so that it
│ │ │ │ - no longer receives action events from this
│ │ │ │ - textfield.
│ │ │ │ - void JComboBox._r_e_m_o_v_e_A_c_t_i_o_n_L_i_s_t_e_n_e_r(_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ - Removes an ActionListener.
│ │ │ │ ComboBoxEditor._r_e_m_o_v_e_A_c_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ void (_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ Remove an ActionListener
│ │ │ │ - DefaultButtonModel._r_e_m_o_v_e_A_c_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ + AbstractButton._r_e_m_o_v_e_A_c_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ void (_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ - Removes an ActionListener from the model.
│ │ │ │ + Removes an ActionListener from the button.
│ │ │ │ + JFileChooser._r_e_m_o_v_e_A_c_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ + void (_A_c_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ + Removes an ActionListener from the file chooser.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee _AA_cc_tt_ii_oo_nn_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _T_i_m_e_r(int delay, _A_c_t_i_o_n_L_i_s_t_e_n_e_r listener)
│ │ │ │ Creates a Timer and initializes both the initial delay and between-
│ │ │ │ event delay to delay milliseconds.
│ │ │ │ o ******** UUsseess ooff _AA_cc_tt_ii_oo_nn_LL_ii_ss_tt_ee_nn_ee_rr iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc ********
│ │ │ │ CCllaasssseess iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc tthhaatt iimmpplleemmeenntt _AA_cc_tt_ii_oo_nn_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ @@ -492,9 +492,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/AdjustmentEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.AdjustmentEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -61,9 +61,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/AdjustmentListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.event.AdjustmentListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -127,9 +127,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/ComponentAdapter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.ComponentAdapter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -55,9 +55,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/ComponentEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.ComponentEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -32,34 +32,34 @@
│ │ │ │ feel capabilities.
│ │ │ │ _j_a_v_a_x_._s_w_i_n_g_._p_l_a_f_._b_a_s_i_c Provides user interface objects built according to
│ │ │ │ the Basic look and feel.
│ │ │ │ * o ******** UUsseess ooff _CC_oo_mm_pp_oo_nn_ee_nn_tt_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_.._aa_ww_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _CC_oo_mm_pp_oo_nn_ee_nn_tt_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ - void Component.AccessibleAWTComponent.AccessibleAWTComponentHandler._c_o_m_p_o_n_e_n_t_H_i_d_d_e_n
│ │ │ │ - (_C_o_m_p_o_n_e_n_t_E_v_e_n_t e)
│ │ │ │ AWTEventMulticaster._c_o_m_p_o_n_e_n_t_H_i_d_d_e_n(_C_o_m_p_o_n_e_n_t_E_v_e_n_t e)
│ │ │ │ void Handles the componentHidden event by invoking the componentHidden methods on
│ │ │ │ listener-a and listener-b.
│ │ │ │ - void Component.AccessibleAWTComponent.AccessibleAWTComponentHandler._c_o_m_p_o_n_e_n_t_M_o_v_e_d
│ │ │ │ + void Component.AccessibleAWTComponent.AccessibleAWTComponentHandler._c_o_m_p_o_n_e_n_t_H_i_d_d_e_n
│ │ │ │ (_C_o_m_p_o_n_e_n_t_E_v_e_n_t e)
│ │ │ │ AWTEventMulticaster._c_o_m_p_o_n_e_n_t_M_o_v_e_d(_C_o_m_p_o_n_e_n_t_E_v_e_n_t e)
│ │ │ │ void Handles the componentMoved event by invoking the componentMoved methods on
│ │ │ │ listener-a and listener-b.
│ │ │ │ - void Component.AccessibleAWTComponent.AccessibleAWTComponentHandler._c_o_m_p_o_n_e_n_t_R_e_s_i_z_e_d
│ │ │ │ + void Component.AccessibleAWTComponent.AccessibleAWTComponentHandler._c_o_m_p_o_n_e_n_t_M_o_v_e_d
│ │ │ │ (_C_o_m_p_o_n_e_n_t_E_v_e_n_t e)
│ │ │ │ AWTEventMulticaster._c_o_m_p_o_n_e_n_t_R_e_s_i_z_e_d(_C_o_m_p_o_n_e_n_t_E_v_e_n_t e)
│ │ │ │ void Handles the componentResized event by invoking the componentResized methods on
│ │ │ │ listener-a and listener-b.
│ │ │ │ - void Component.AccessibleAWTComponent.AccessibleAWTComponentHandler._c_o_m_p_o_n_e_n_t_S_h_o_w_n
│ │ │ │ + void Component.AccessibleAWTComponent.AccessibleAWTComponentHandler._c_o_m_p_o_n_e_n_t_R_e_s_i_z_e_d
│ │ │ │ (_C_o_m_p_o_n_e_n_t_E_v_e_n_t e)
│ │ │ │ AWTEventMulticaster._c_o_m_p_o_n_e_n_t_S_h_o_w_n(_C_o_m_p_o_n_e_n_t_E_v_e_n_t e)
│ │ │ │ void Handles the componentShown event by invoking the componentShown methods on
│ │ │ │ listener-a and listener-b.
│ │ │ │ + void Component.AccessibleAWTComponent.AccessibleAWTComponentHandler._c_o_m_p_o_n_e_n_t_S_h_o_w_n
│ │ │ │ + (_C_o_m_p_o_n_e_n_t_E_v_e_n_t e)
│ │ │ │ protected Component._p_r_o_c_e_s_s_C_o_m_p_o_n_e_n_t_E_v_e_n_t(_C_o_m_p_o_n_e_n_t_E_v_e_n_t e)
│ │ │ │ void Processes component events occurring on this component by dispatching them to
│ │ │ │ any registered ComponentListener objects.
│ │ │ │ o ******** UUsseess ooff _CC_oo_mm_pp_oo_nn_ee_nn_tt_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ee_vv_ee_nn_tt ********
│ │ │ │ SSuubbccllaasssseess ooff _CC_oo_mm_pp_oo_nn_ee_nn_tt_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ee_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ _C_o_n_t_a_i_n_e_r_E_v_e_n_t
│ │ │ │ @@ -140,23 +140,23 @@
│ │ │ │ o ******** UUsseess ooff _CC_oo_mm_pp_oo_nn_ee_nn_tt_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _CC_oo_mm_pp_oo_nn_ee_nn_tt_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ void BasicInternalFrameUI.ComponentHandler._c_o_m_p_o_n_e_n_t_H_i_d_d_e_n
│ │ │ │ (_C_o_m_p_o_n_e_n_t_E_v_e_n_t e)
│ │ │ │ - void BasicTreeUI.ComponentHandler._c_o_m_p_o_n_e_n_t_M_o_v_e_d
│ │ │ │ - (_C_o_m_p_o_n_e_n_t_E_v_e_n_t e)
│ │ │ │ void BasicInternalFrameUI.ComponentHandler._c_o_m_p_o_n_e_n_t_M_o_v_e_d
│ │ │ │ (_C_o_m_p_o_n_e_n_t_E_v_e_n_t e)
│ │ │ │ - void BasicSliderUI.ComponentHandler._c_o_m_p_o_n_e_n_t_R_e_s_i_z_e_d
│ │ │ │ + void BasicTreeUI.ComponentHandler._c_o_m_p_o_n_e_n_t_M_o_v_e_d
│ │ │ │ (_C_o_m_p_o_n_e_n_t_E_v_e_n_t e)
│ │ │ │ BasicInternalFrameUI.ComponentHandler._c_o_m_p_o_n_e_n_t_R_e_s_i_z_e_d
│ │ │ │ void (_C_o_m_p_o_n_e_n_t_E_v_e_n_t e)
│ │ │ │ Invoked when a JInternalFrame's parent's size changes.
│ │ │ │ + void BasicSliderUI.ComponentHandler._c_o_m_p_o_n_e_n_t_R_e_s_i_z_e_d
│ │ │ │ + (_C_o_m_p_o_n_e_n_t_E_v_e_n_t e)
│ │ │ │ void BasicInternalFrameUI.ComponentHandler._c_o_m_p_o_n_e_n_t_S_h_o_w_n
│ │ │ │ (_C_o_m_p_o_n_e_n_t_E_v_e_n_t e)
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ @@ -172,9 +172,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/ComponentListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.event.ComponentListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -104,23 +104,23 @@
│ │ │ │ class _B_a_s_i_c_S_l_i_d_e_r_U_I_._C_o_m_p_o_n_e_n_t_H_a_n_d_l_e_r
│ │ │ │ Listener for resizing events.
│ │ │ │ _B_a_s_i_c_T_r_e_e_U_I_._C_o_m_p_o_n_e_n_t_H_a_n_d_l_e_r
│ │ │ │ class Updates the preferred size when scrolling (if
│ │ │ │ necessary).
│ │ │ │ FFiieellddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc ddeeccllaarreedd aass _CC_oo_mm_pp_oo_nn_ee_nn_tt_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee FFiieelldd aanndd DDeessccrriippttiioonn
│ │ │ │ - protected _C_o_m_p_o_n_e_n_t_L_i_s_t_e_n_e_r BasicSliderUI._c_o_m_p_o_n_e_n_t_L_i_s_t_e_n_e_r
│ │ │ │ protected _C_o_m_p_o_n_e_n_t_L_i_s_t_e_n_e_r BasicInternalFrameUI._c_o_m_p_o_n_e_n_t_L_i_s_t_e_n_e_r
│ │ │ │ + protected _C_o_m_p_o_n_e_n_t_L_i_s_t_e_n_e_r BasicSliderUI._c_o_m_p_o_n_e_n_t_L_i_s_t_e_n_e_r
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc tthhaatt rreettuurrnn
│ │ │ │ _CC_oo_mm_pp_oo_nn_ee_nn_tt_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - protected BasicTreeUI._c_r_e_a_t_e_C_o_m_p_o_n_e_n_t_L_i_s_t_e_n_e_r()
│ │ │ │ - _C_o_m_p_o_n_e_n_t_L_i_s_t_e_n_e_r Creates and returns a new ComponentHandler.
│ │ │ │ protected BasicInternalFrameUI._c_r_e_a_t_e_C_o_m_p_o_n_e_n_t_L_i_s_t_e_n_e_r
│ │ │ │ _C_o_m_p_o_n_e_n_t_L_i_s_t_e_n_e_r ()
│ │ │ │ + protected BasicTreeUI._c_r_e_a_t_e_C_o_m_p_o_n_e_n_t_L_i_s_t_e_n_e_r()
│ │ │ │ + _C_o_m_p_o_n_e_n_t_L_i_s_t_e_n_e_r Creates and returns a new ComponentHandler.
│ │ │ │ protected BasicSliderUI._c_r_e_a_t_e_C_o_m_p_o_n_e_n_t_L_i_s_t_e_n_e_r
│ │ │ │ _C_o_m_p_o_n_e_n_t_L_i_s_t_e_n_e_r (_J_S_l_i_d_e_r slider)
│ │ │ │ o ******** UUsseess ooff _CC_oo_mm_pp_oo_nn_ee_nn_tt_LL_ii_ss_tt_ee_nn_ee_rr iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._ss_yy_nn_tt_hh ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._ss_yy_nn_tt_hh tthhaatt rreettuurrnn
│ │ │ │ _CC_oo_mm_pp_oo_nn_ee_nn_tt_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ protected SynthInternalFrameUI._c_r_e_a_t_e_C_o_m_p_o_n_e_n_t_L_i_s_t_e_n_e_r
│ │ │ │ @@ -142,9 +142,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/ContainerAdapter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.ContainerAdapter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/ContainerEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.ContainerEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -97,9 +97,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/ContainerListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.event.ContainerListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -147,9 +147,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/FocusAdapter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.FocusAdapter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -47,9 +47,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/FocusEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.FocusEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -33,40 +33,40 @@
│ │ │ │ the Basic look and feel.
│ │ │ │ _j_a_v_a_x_._s_w_i_n_g_._t_e_x_t Provides classes and interfaces that deal with
│ │ │ │ editable and noneditable text components.
│ │ │ │ * o ******** UUsseess ooff _FF_oo_cc_uu_ss_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_.._aa_ww_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _FF_oo_cc_uu_ss_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ - void Component.AccessibleAWTComponent.AccessibleAWTFocusHandler._f_o_c_u_s_G_a_i_n_e_d
│ │ │ │ - (_F_o_c_u_s_E_v_e_n_t event)
│ │ │ │ AWTEventMulticaster._f_o_c_u_s_G_a_i_n_e_d(_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ void Handles the focusGained event by invoking the focusGained methods on
│ │ │ │ listener-a and listener-b.
│ │ │ │ - void Component.AccessibleAWTComponent.AccessibleAWTFocusHandler._f_o_c_u_s_L_o_s_t
│ │ │ │ + void Component.AccessibleAWTComponent.AccessibleAWTFocusHandler._f_o_c_u_s_G_a_i_n_e_d
│ │ │ │ (_F_o_c_u_s_E_v_e_n_t event)
│ │ │ │ AWTEventMulticaster._f_o_c_u_s_L_o_s_t(_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ void Handles the focusLost event by invoking the focusLost methods on
│ │ │ │ listener-a and listener-b.
│ │ │ │ + void Component.AccessibleAWTComponent.AccessibleAWTFocusHandler._f_o_c_u_s_L_o_s_t
│ │ │ │ + (_F_o_c_u_s_E_v_e_n_t event)
│ │ │ │ protected Component._p_r_o_c_e_s_s_F_o_c_u_s_E_v_e_n_t(_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ void Processes focus events occurring on this component by dispatching them
│ │ │ │ to any registered FocusListener objects.
│ │ │ │ o ******** UUsseess ooff _FF_oo_cc_uu_ss_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ee_vv_ee_nn_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ee_vv_ee_nn_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _FF_oo_cc_uu_ss_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - FocusListener._f_o_c_u_s_G_a_i_n_e_d(_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ + FocusAdapter._f_o_c_u_s_G_a_i_n_e_d(_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ void Invoked when a component gains the keyboard
│ │ │ │ focus.
│ │ │ │ - FocusAdapter._f_o_c_u_s_G_a_i_n_e_d(_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ + FocusListener._f_o_c_u_s_G_a_i_n_e_d(_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ void Invoked when a component gains the keyboard
│ │ │ │ focus.
│ │ │ │ - FocusListener._f_o_c_u_s_L_o_s_t(_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ + FocusAdapter._f_o_c_u_s_L_o_s_t(_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ void Invoked when a component loses the keyboard
│ │ │ │ focus.
│ │ │ │ - FocusAdapter._f_o_c_u_s_L_o_s_t(_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ + FocusListener._f_o_c_u_s_L_o_s_t(_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ void Invoked when a component loses the keyboard
│ │ │ │ focus.
│ │ │ │ o ******** UUsseess ooff _FF_oo_cc_uu_ss_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee _FF_oo_cc_uu_ss_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ void JComponent.AccessibleJComponent.AccessibleFocusHandler._f_o_c_u_s_G_a_i_n_e_d
│ │ │ │ @@ -85,52 +85,52 @@
│ │ │ │ protected void extends _V> l)
│ │ │ │ Processes focus events occurring on the _J_L_a_y_e_r or
│ │ │ │ any of its subcomponents.
│ │ │ │ o ******** UUsseess ooff _FF_oo_cc_uu_ss_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _FF_oo_cc_uu_ss_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - BasicTreeUI.FocusHandler._f_o_c_u_s_G_a_i_n_e_d
│ │ │ │ - void (_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ - Invoked when focus is activated on the tree we're
│ │ │ │ - in, redraws the lead row.
│ │ │ │ + void BasicComboBoxUI.FocusHandler._f_o_c_u_s_G_a_i_n_e_d
│ │ │ │ + (_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ + void BasicComboBoxEditor._f_o_c_u_s_G_a_i_n_e_d(_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ void BasicToolBarUI.ToolBarFocusListener._f_o_c_u_s_G_a_i_n_e_d
│ │ │ │ (_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ void BasicButtonListener._f_o_c_u_s_G_a_i_n_e_d(_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ void BasicTableUI.FocusHandler._f_o_c_u_s_G_a_i_n_e_d
│ │ │ │ (_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ - void BasicTabbedPaneUI.FocusHandler._f_o_c_u_s_G_a_i_n_e_d
│ │ │ │ - (_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ void BasicSplitPaneUI.FocusHandler._f_o_c_u_s_G_a_i_n_e_d
│ │ │ │ (_F_o_c_u_s_E_v_e_n_t ev)
│ │ │ │ + BasicTreeUI.FocusHandler._f_o_c_u_s_G_a_i_n_e_d
│ │ │ │ + void (_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ + Invoked when focus is activated on the tree we're
│ │ │ │ + in, redraws the lead row.
│ │ │ │ + void BasicTabbedPaneUI.FocusHandler._f_o_c_u_s_G_a_i_n_e_d
│ │ │ │ + (_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ void BasicSliderUI.FocusHandler._f_o_c_u_s_G_a_i_n_e_d
│ │ │ │ (_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ void BasicListUI.FocusHandler._f_o_c_u_s_G_a_i_n_e_d
│ │ │ │ (_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ - void BasicComboBoxUI.FocusHandler._f_o_c_u_s_G_a_i_n_e_d
│ │ │ │ + void BasicComboBoxUI.FocusHandler._f_o_c_u_s_L_o_s_t
│ │ │ │ (_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ - void BasicComboBoxEditor._f_o_c_u_s_G_a_i_n_e_d(_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ - BasicTreeUI.FocusHandler._f_o_c_u_s_L_o_s_t(_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ - void Invoked when focus is activated on the tree we're
│ │ │ │ - in, redraws the lead row.
│ │ │ │ + void BasicComboBoxEditor._f_o_c_u_s_L_o_s_t(_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ void BasicToolBarUI.ToolBarFocusListener._f_o_c_u_s_L_o_s_t
│ │ │ │ (_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ void BasicButtonListener._f_o_c_u_s_L_o_s_t(_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ void BasicTableUI.FocusHandler._f_o_c_u_s_L_o_s_t
│ │ │ │ (_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ - void BasicTabbedPaneUI.FocusHandler._f_o_c_u_s_L_o_s_t
│ │ │ │ - (_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ void BasicSplitPaneUI.FocusHandler._f_o_c_u_s_L_o_s_t
│ │ │ │ (_F_o_c_u_s_E_v_e_n_t ev)
│ │ │ │ + BasicTreeUI.FocusHandler._f_o_c_u_s_L_o_s_t(_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ + void Invoked when focus is activated on the tree we're
│ │ │ │ + in, redraws the lead row.
│ │ │ │ + void BasicTabbedPaneUI.FocusHandler._f_o_c_u_s_L_o_s_t
│ │ │ │ + (_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ void BasicSliderUI.FocusHandler._f_o_c_u_s_L_o_s_t
│ │ │ │ (_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ void BasicListUI.FocusHandler._f_o_c_u_s_L_o_s_t(_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ - void BasicComboBoxUI.FocusHandler._f_o_c_u_s_L_o_s_t
│ │ │ │ - (_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ - void BasicComboBoxEditor._f_o_c_u_s_L_o_s_t(_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ o ******** UUsseess ooff _FF_oo_cc_uu_ss_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _FF_oo_cc_uu_ss_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ DefaultCaret._f_o_c_u_s_G_a_i_n_e_d(_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ void Called when the component containing the caret
│ │ │ │ gains focus.
│ │ │ │ DefaultCaret._f_o_c_u_s_L_o_s_t(_F_o_c_u_s_E_v_e_n_t e)
│ │ │ │ @@ -153,9 +153,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/FocusListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.event.FocusListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -137,26 +137,26 @@
│ │ │ │ MMooddiiffiieerr aanndd FFiieelldd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ protected JComponent.AccessibleJComponent._a_c_c_e_s_s_i_b_l_e_F_o_c_u_s_H_a_n_d_l_e_r
│ │ │ │ _F_o_c_u_s_L_i_s_t_e_n_e_r Deprecated.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee _FF_oo_cc_uu_ss_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ + void JTable.AccessibleJTable.AccessibleJTableCell._a_d_d_F_o_c_u_s_L_i_s_t_e_n_e_r
│ │ │ │ + (_F_o_c_u_s_L_i_s_t_e_n_e_r l)
│ │ │ │ void JTree.AccessibleJTree.AccessibleJTreeNode._a_d_d_F_o_c_u_s_L_i_s_t_e_n_e_r
│ │ │ │ (_F_o_c_u_s_L_i_s_t_e_n_e_r l)
│ │ │ │ void JList.AccessibleJList.AccessibleJListChild._a_d_d_F_o_c_u_s_L_i_s_t_e_n_e_r
│ │ │ │ (_F_o_c_u_s_L_i_s_t_e_n_e_r l)
│ │ │ │ - void JTable.AccessibleJTable.AccessibleJTableCell._a_d_d_F_o_c_u_s_L_i_s_t_e_n_e_r
│ │ │ │ + void JTable.AccessibleJTable.AccessibleJTableCell._r_e_m_o_v_e_F_o_c_u_s_L_i_s_t_e_n_e_r
│ │ │ │ (_F_o_c_u_s_L_i_s_t_e_n_e_r l)
│ │ │ │ void JTree.AccessibleJTree.AccessibleJTreeNode._r_e_m_o_v_e_F_o_c_u_s_L_i_s_t_e_n_e_r
│ │ │ │ (_F_o_c_u_s_L_i_s_t_e_n_e_r l)
│ │ │ │ void JList.AccessibleJList.AccessibleJListChild._r_e_m_o_v_e_F_o_c_u_s_L_i_s_t_e_n_e_r
│ │ │ │ (_F_o_c_u_s_L_i_s_t_e_n_e_r l)
│ │ │ │ - void JTable.AccessibleJTable.AccessibleJTableCell._r_e_m_o_v_e_F_o_c_u_s_L_i_s_t_e_n_e_r
│ │ │ │ - (_F_o_c_u_s_L_i_s_t_e_n_e_r l)
│ │ │ │ o ******** UUsseess ooff _FF_oo_cc_uu_ss_LL_ii_ss_tt_ee_nn_ee_rr iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc ********
│ │ │ │ CCllaasssseess iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc tthhaatt iimmpplleemmeenntt _FF_oo_cc_uu_ss_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ class _B_a_s_i_c_B_u_t_t_o_n_L_i_s_t_e_n_e_r
│ │ │ │ Button Listener
│ │ │ │ class _B_a_s_i_c_C_o_m_b_o_B_o_x_E_d_i_t_o_r
│ │ │ │ The default editor for editable combo boxes.
│ │ │ │ @@ -183,42 +183,42 @@
│ │ │ │ static class _B_a_s_i_c_T_e_x_t_U_I_._B_a_s_i_c_C_a_r_e_t
│ │ │ │ protected class _B_a_s_i_c_T_o_o_l_B_a_r_U_I_._T_o_o_l_B_a_r_F_o_c_u_s_L_i_s_t_e_n_e_r
│ │ │ │ _B_a_s_i_c_T_r_e_e_U_I_._F_o_c_u_s_H_a_n_d_l_e_r
│ │ │ │ class Repaints the lead selection row when focus is
│ │ │ │ lost/gained.
│ │ │ │ FFiieellddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc ddeeccllaarreedd aass _FF_oo_cc_uu_ss_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee FFiieelldd aanndd DDeessccrriippttiioonn
│ │ │ │ + BasicComboBoxUI._f_o_c_u_s_L_i_s_t_e_n_e_r
│ │ │ │ + protected _F_o_c_u_s_L_i_s_t_e_n_e_r This protected field is implementation
│ │ │ │ + specific.
│ │ │ │ protected _F_o_c_u_s_L_i_s_t_e_n_e_r BasicTableUI._f_o_c_u_s_L_i_s_t_e_n_e_r
│ │ │ │ - protected _F_o_c_u_s_L_i_s_t_e_n_e_r BasicTabbedPaneUI._f_o_c_u_s_L_i_s_t_e_n_e_r
│ │ │ │ BasicSplitPaneUI._f_o_c_u_s_L_i_s_t_e_n_e_r
│ │ │ │ protected _F_o_c_u_s_L_i_s_t_e_n_e_r Instance of the FocusListener for this
│ │ │ │ JSplitPane.
│ │ │ │ + protected _F_o_c_u_s_L_i_s_t_e_n_e_r BasicTabbedPaneUI._f_o_c_u_s_L_i_s_t_e_n_e_r
│ │ │ │ protected _F_o_c_u_s_L_i_s_t_e_n_e_r BasicSliderUI._f_o_c_u_s_L_i_s_t_e_n_e_r
│ │ │ │ protected _F_o_c_u_s_L_i_s_t_e_n_e_r BasicListUI._f_o_c_u_s_L_i_s_t_e_n_e_r
│ │ │ │ - BasicComboBoxUI._f_o_c_u_s_L_i_s_t_e_n_e_r
│ │ │ │ - protected _F_o_c_u_s_L_i_s_t_e_n_e_r This protected field is implementation
│ │ │ │ - specific.
│ │ │ │ protected _F_o_c_u_s_L_i_s_t_e_n_e_r BasicToolBarUI._t_o_o_l_B_a_r_F_o_c_u_s_L_i_s_t_e_n_e_r
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc tthhaatt rreettuurrnn _FF_oo_cc_uu_ss_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - BasicTreeUI._c_r_e_a_t_e_F_o_c_u_s_L_i_s_t_e_n_e_r()
│ │ │ │ - protected _F_o_c_u_s_L_i_s_t_e_n_e_r Creates a listener that is responsible for
│ │ │ │ - updating the display when focus is lost/
│ │ │ │ - gained.
│ │ │ │ + BasicComboBoxUI._c_r_e_a_t_e_F_o_c_u_s_L_i_s_t_e_n_e_r()
│ │ │ │ + protected _F_o_c_u_s_L_i_s_t_e_n_e_r Creates a FocusListener which will be added
│ │ │ │ + to the combo box.
│ │ │ │ BasicTableUI._c_r_e_a_t_e_F_o_c_u_s_L_i_s_t_e_n_e_r()
│ │ │ │ protected _F_o_c_u_s_L_i_s_t_e_n_e_r Creates the focus listener for handling
│ │ │ │ keyboard navigation in the JTable.
│ │ │ │ - protected _F_o_c_u_s_L_i_s_t_e_n_e_r BasicTabbedPaneUI._c_r_e_a_t_e_F_o_c_u_s_L_i_s_t_e_n_e_r()
│ │ │ │ BasicSplitPaneUI._c_r_e_a_t_e_F_o_c_u_s_L_i_s_t_e_n_e_r()
│ │ │ │ protected _F_o_c_u_s_L_i_s_t_e_n_e_r Creates a FocusListener for the JSplitPane
│ │ │ │ UI.
│ │ │ │ + BasicTreeUI._c_r_e_a_t_e_F_o_c_u_s_L_i_s_t_e_n_e_r()
│ │ │ │ + protected _F_o_c_u_s_L_i_s_t_e_n_e_r Creates a listener that is responsible for
│ │ │ │ + updating the display when focus is lost/
│ │ │ │ + gained.
│ │ │ │ + protected _F_o_c_u_s_L_i_s_t_e_n_e_r BasicTabbedPaneUI._c_r_e_a_t_e_F_o_c_u_s_L_i_s_t_e_n_e_r()
│ │ │ │ protected _F_o_c_u_s_L_i_s_t_e_n_e_r BasicListUI._c_r_e_a_t_e_F_o_c_u_s_L_i_s_t_e_n_e_r()
│ │ │ │ - BasicComboBoxUI._c_r_e_a_t_e_F_o_c_u_s_L_i_s_t_e_n_e_r()
│ │ │ │ - protected _F_o_c_u_s_L_i_s_t_e_n_e_r Creates a FocusListener which will be added
│ │ │ │ - to the combo box.
│ │ │ │ protected _F_o_c_u_s_L_i_s_t_e_n_e_r BasicSliderUI._c_r_e_a_t_e_F_o_c_u_s_L_i_s_t_e_n_e_r
│ │ │ │ (_J_S_l_i_d_e_r slider)
│ │ │ │ protected _F_o_c_u_s_L_i_s_t_e_n_e_r BasicToolBarUI._c_r_e_a_t_e_T_o_o_l_B_a_r_F_o_c_u_s_L_i_s_t_e_n_e_r
│ │ │ │ ()
│ │ │ │ o ******** UUsseess ooff _FF_oo_cc_uu_ss_LL_ii_ss_tt_ee_nn_ee_rr iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._mm_ee_tt_aa_ll ********
│ │ │ │ CCllaasssseess iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._mm_ee_tt_aa_ll tthhaatt iimmpplleemmeenntt _FF_oo_cc_uu_ss_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ @@ -258,9 +258,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/HierarchyBoundsAdapter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.HierarchyBoundsAdapter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/HierarchyBoundsListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.event.HierarchyBoundsListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -103,9 +103,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/HierarchyEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.HierarchyEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -99,9 +99,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/HierarchyListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.event.HierarchyListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -85,9 +85,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/InputEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.InputEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -139,9 +139,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/InputMethodEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.InputMethodEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -101,9 +101,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/InputMethodListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.event.InputMethodListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -94,9 +94,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/InvocationEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.InvocationEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/ItemEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.ItemEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -27,74 +27,74 @@
│ │ │ │ _j_a_v_a_x_._s_w_i_n_g language) components that, to the maximum degree
│ │ │ │ possible, work the same on all platforms.
│ │ │ │ _j_a_v_a_x_._s_w_i_n_g_._p_l_a_f_._b_a_s_i_c Provides user interface objects built according to
│ │ │ │ the Basic look and feel.
│ │ │ │ * o ******** UUsseess ooff _II_tt_ee_mm_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_.._aa_ww_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _II_tt_ee_mm_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - void List.AccessibleAWTList._i_t_e_m_S_t_a_t_e_C_h_a_n_g_e_d
│ │ │ │ - (_I_t_e_m_E_v_e_n_t event)
│ │ │ │ Checkbox.AccessibleAWTCheckbox._i_t_e_m_S_t_a_t_e_C_h_a_n_g_e_d
│ │ │ │ void (_I_t_e_m_E_v_e_n_t e)
│ │ │ │ Fire accessible property change events when the
│ │ │ │ state of the toggle button changes.
│ │ │ │ AWTEventMulticaster._i_t_e_m_S_t_a_t_e_C_h_a_n_g_e_d(_I_t_e_m_E_v_e_n_t e)
│ │ │ │ void Handles the itemStateChanged event by invoking
│ │ │ │ the itemStateChanged methods on listener-a and
│ │ │ │ listener-b.
│ │ │ │ - CheckboxMenuItem._p_r_o_c_e_s_s_I_t_e_m_E_v_e_n_t(_I_t_e_m_E_v_e_n_t e)
│ │ │ │ - protected void Processes item events occurring on this check box
│ │ │ │ - menu item by dispatching them to any registered
│ │ │ │ - ItemListener objects.
│ │ │ │ - List._p_r_o_c_e_s_s_I_t_e_m_E_v_e_n_t(_I_t_e_m_E_v_e_n_t e)
│ │ │ │ - protected void Processes item events occurring on this list by
│ │ │ │ - dispatching them to any registered ItemListener
│ │ │ │ - objects.
│ │ │ │ + void List.AccessibleAWTList._i_t_e_m_S_t_a_t_e_C_h_a_n_g_e_d
│ │ │ │ + (_I_t_e_m_E_v_e_n_t event)
│ │ │ │ Checkbox._p_r_o_c_e_s_s_I_t_e_m_E_v_e_n_t(_I_t_e_m_E_v_e_n_t e)
│ │ │ │ protected void Processes item events occurring on this check box
│ │ │ │ by dispatching them to any registered
│ │ │ │ ItemListener objects.
│ │ │ │ Choice._p_r_o_c_e_s_s_I_t_e_m_E_v_e_n_t(_I_t_e_m_E_v_e_n_t e)
│ │ │ │ protected void Processes item events occurring on this Choice
│ │ │ │ menu by dispatching them to any registered
│ │ │ │ ItemListener objects.
│ │ │ │ + List._p_r_o_c_e_s_s_I_t_e_m_E_v_e_n_t(_I_t_e_m_E_v_e_n_t e)
│ │ │ │ + protected void Processes item events occurring on this list by
│ │ │ │ + dispatching them to any registered ItemListener
│ │ │ │ + objects.
│ │ │ │ + CheckboxMenuItem._p_r_o_c_e_s_s_I_t_e_m_E_v_e_n_t(_I_t_e_m_E_v_e_n_t e)
│ │ │ │ + protected void Processes item events occurring on this check box
│ │ │ │ + menu item by dispatching them to any registered
│ │ │ │ + ItemListener objects.
│ │ │ │ o ******** UUsseess ooff _II_tt_ee_mm_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ee_vv_ee_nn_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ee_vv_ee_nn_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _II_tt_ee_mm_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ ItemListener._i_t_e_m_S_t_a_t_e_C_h_a_n_g_e_d(_I_t_e_m_E_v_e_n_t e)
│ │ │ │ void Invoked when an item has been selected or
│ │ │ │ deselected by the user.
│ │ │ │ o ******** UUsseess ooff _II_tt_ee_mm_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee _II_tt_ee_mm_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ - protected AbstractButton._f_i_r_e_I_t_e_m_S_t_a_t_e_C_h_a_n_g_e_d(_I_t_e_m_E_v_e_n_t event)
│ │ │ │ - void Notifies all listeners that have registered interest
│ │ │ │ - for notification on this event type.
│ │ │ │ protected JComboBox._f_i_r_e_I_t_e_m_S_t_a_t_e_C_h_a_n_g_e_d(_I_t_e_m_E_v_e_n_t e)
│ │ │ │ void Notifies all listeners that have registered interest
│ │ │ │ for notification on this event type.
│ │ │ │ protected DefaultButtonModel._f_i_r_e_I_t_e_m_S_t_a_t_e_C_h_a_n_g_e_d(_I_t_e_m_E_v_e_n_t e)
│ │ │ │ void Notifies all listeners that have registered interest
│ │ │ │ for notification on this event type.
│ │ │ │ + protected AbstractButton._f_i_r_e_I_t_e_m_S_t_a_t_e_C_h_a_n_g_e_d(_I_t_e_m_E_v_e_n_t event)
│ │ │ │ + void Notifies all listeners that have registered interest
│ │ │ │ + for notification on this event type.
│ │ │ │ + DefaultCellEditor.EditorDelegate._i_t_e_m_S_t_a_t_e_C_h_a_n_g_e_d
│ │ │ │ + void (_I_t_e_m_E_v_e_n_t e)
│ │ │ │ + When an item's state changes, editing is ended.
│ │ │ │ JToggleButton.AccessibleJToggleButton._i_t_e_m_S_t_a_t_e_C_h_a_n_g_e_d
│ │ │ │ void (_I_t_e_m_E_v_e_n_t e)
│ │ │ │ Fire accessible property change events when the state
│ │ │ │ of the toggle button changes.
│ │ │ │ - DefaultCellEditor.EditorDelegate._i_t_e_m_S_t_a_t_e_C_h_a_n_g_e_d
│ │ │ │ - void (_I_t_e_m_E_v_e_n_t e)
│ │ │ │ - When an item's state changes, editing is ended.
│ │ │ │ o ******** UUsseess ooff _II_tt_ee_mm_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _II_tt_ee_mm_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - void BasicComboPopup.ItemHandler._i_t_e_m_S_t_a_t_e_C_h_a_n_g_e_d
│ │ │ │ - (_I_t_e_m_E_v_e_n_t e)
│ │ │ │ void BasicComboBoxUI.ItemHandler._i_t_e_m_S_t_a_t_e_C_h_a_n_g_e_d
│ │ │ │ (_I_t_e_m_E_v_e_n_t e)
│ │ │ │ + void BasicComboPopup.ItemHandler._i_t_e_m_S_t_a_t_e_C_h_a_n_g_e_d
│ │ │ │ + (_I_t_e_m_E_v_e_n_t e)
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -108,9 +108,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/ItemListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.event.ItemListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -41,77 +41,77 @@
│ │ │ │ the List class.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt tthhaatt rreettuurrnn _II_tt_ee_mm_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ AWTEventMulticaster._a_d_d(_I_t_e_m_L_i_s_t_e_n_e_r a,
│ │ │ │ static _I_t_e_m_L_i_s_t_e_n_e_r _I_t_e_m_L_i_s_t_e_n_e_r b)
│ │ │ │ Adds item-listener-a with item-listener-b and
│ │ │ │ returns the resulting multicast listener.
│ │ │ │ - CheckboxMenuItem._g_e_t_I_t_e_m_L_i_s_t_e_n_e_r_s()
│ │ │ │ - _I_t_e_m_L_i_s_t_e_n_e_r[] Returns an array of all the item listeners
│ │ │ │ - registered on this checkbox menuitem.
│ │ │ │ - List._g_e_t_I_t_e_m_L_i_s_t_e_n_e_r_s()
│ │ │ │ - _I_t_e_m_L_i_s_t_e_n_e_r[] Returns an array of all the item listeners
│ │ │ │ - registered on this list.
│ │ │ │ Checkbox._g_e_t_I_t_e_m_L_i_s_t_e_n_e_r_s()
│ │ │ │ _I_t_e_m_L_i_s_t_e_n_e_r[] Returns an array of all the item listeners
│ │ │ │ registered on this checkbox.
│ │ │ │ Choice._g_e_t_I_t_e_m_L_i_s_t_e_n_e_r_s()
│ │ │ │ _I_t_e_m_L_i_s_t_e_n_e_r[] Returns an array of all the item listeners
│ │ │ │ registered on this choice.
│ │ │ │ + List._g_e_t_I_t_e_m_L_i_s_t_e_n_e_r_s()
│ │ │ │ + _I_t_e_m_L_i_s_t_e_n_e_r[] Returns an array of all the item listeners
│ │ │ │ + registered on this list.
│ │ │ │ + CheckboxMenuItem._g_e_t_I_t_e_m_L_i_s_t_e_n_e_r_s()
│ │ │ │ + _I_t_e_m_L_i_s_t_e_n_e_r[] Returns an array of all the item listeners
│ │ │ │ + registered on this checkbox menuitem.
│ │ │ │ AWTEventMulticaster._r_e_m_o_v_e(_I_t_e_m_L_i_s_t_e_n_e_r l,
│ │ │ │ _I_t_e_m_L_i_s_t_e_n_e_r oldl)
│ │ │ │ static _I_t_e_m_L_i_s_t_e_n_e_r Removes the old item-listener from item-
│ │ │ │ listener-l and returns the resulting multicast
│ │ │ │ listener.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _II_tt_ee_mm_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ AWTEventMulticaster._a_d_d(_I_t_e_m_L_i_s_t_e_n_e_r a,
│ │ │ │ static _I_t_e_m_L_i_s_t_e_n_e_r _I_t_e_m_L_i_s_t_e_n_e_r b)
│ │ │ │ Adds item-listener-a with item-listener-b and
│ │ │ │ returns the resulting multicast listener.
│ │ │ │ - CheckboxMenuItem._a_d_d_I_t_e_m_L_i_s_t_e_n_e_r
│ │ │ │ - void (_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ - Adds the specified item listener to receive
│ │ │ │ - item events from this check box menu item.
│ │ │ │ - ItemSelectable._a_d_d_I_t_e_m_L_i_s_t_e_n_e_r(_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ - void Adds a listener to receive item events when the
│ │ │ │ - state of an item is changed by the user.
│ │ │ │ - List._a_d_d_I_t_e_m_L_i_s_t_e_n_e_r(_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ - void Adds the specified item listener to receive
│ │ │ │ - item events from this list.
│ │ │ │ Checkbox._a_d_d_I_t_e_m_L_i_s_t_e_n_e_r(_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ void Adds the specified item listener to receive
│ │ │ │ item events from this check box.
│ │ │ │ Choice._a_d_d_I_t_e_m_L_i_s_t_e_n_e_r(_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ void Adds the specified item listener to receive
│ │ │ │ item events from this Choice menu.
│ │ │ │ + List._a_d_d_I_t_e_m_L_i_s_t_e_n_e_r(_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ + void Adds the specified item listener to receive
│ │ │ │ + item events from this list.
│ │ │ │ + ItemSelectable._a_d_d_I_t_e_m_L_i_s_t_e_n_e_r(_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ + void Adds a listener to receive item events when the
│ │ │ │ + state of an item is changed by the user.
│ │ │ │ + CheckboxMenuItem._a_d_d_I_t_e_m_L_i_s_t_e_n_e_r
│ │ │ │ + void (_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ + Adds the specified item listener to receive
│ │ │ │ + item events from this check box menu item.
│ │ │ │ AWTEventMulticaster._r_e_m_o_v_e(_I_t_e_m_L_i_s_t_e_n_e_r l,
│ │ │ │ _I_t_e_m_L_i_s_t_e_n_e_r oldl)
│ │ │ │ static _I_t_e_m_L_i_s_t_e_n_e_r Removes the old item-listener from item-
│ │ │ │ listener-l and returns the resulting multicast
│ │ │ │ listener.
│ │ │ │ - CheckboxMenuItem._r_e_m_o_v_e_I_t_e_m_L_i_s_t_e_n_e_r
│ │ │ │ - (_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ - void Removes the specified item listener so that it
│ │ │ │ - no longer receives item events from this check
│ │ │ │ - box menu item.
│ │ │ │ - ItemSelectable._r_e_m_o_v_e_I_t_e_m_L_i_s_t_e_n_e_r
│ │ │ │ - void (_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ - Removes an item listener.
│ │ │ │ - List._r_e_m_o_v_e_I_t_e_m_L_i_s_t_e_n_e_r(_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ - void Removes the specified item listener so that it
│ │ │ │ - no longer receives item events from this list.
│ │ │ │ Checkbox._r_e_m_o_v_e_I_t_e_m_L_i_s_t_e_n_e_r(_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ void Removes the specified item listener so that the
│ │ │ │ item listener no longer receives item events
│ │ │ │ from this check box.
│ │ │ │ Choice._r_e_m_o_v_e_I_t_e_m_L_i_s_t_e_n_e_r(_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ void Removes the specified item listener so that it
│ │ │ │ no longer receives item events from this Choice
│ │ │ │ menu.
│ │ │ │ + List._r_e_m_o_v_e_I_t_e_m_L_i_s_t_e_n_e_r(_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ + void Removes the specified item listener so that it
│ │ │ │ + no longer receives item events from this list.
│ │ │ │ + ItemSelectable._r_e_m_o_v_e_I_t_e_m_L_i_s_t_e_n_e_r
│ │ │ │ + void (_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ + Removes an item listener.
│ │ │ │ + CheckboxMenuItem._r_e_m_o_v_e_I_t_e_m_L_i_s_t_e_n_e_r
│ │ │ │ + (_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ + void Removes the specified item listener so that it
│ │ │ │ + no longer receives item events from this check
│ │ │ │ + box menu item.
│ │ │ │ o ******** UUsseess ooff _II_tt_ee_mm_LL_ii_ss_tt_ee_nn_ee_rr iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg ********
│ │ │ │ CCllaasssseess iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg tthhaatt iimmpplleemmeenntt _II_tt_ee_mm_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ protected class _D_e_f_a_u_l_t_C_e_l_l_E_d_i_t_o_r_._E_d_i_t_o_r_D_e_l_e_g_a_t_e
│ │ │ │ The protected EditorDelegate class.
│ │ │ │ _J_C_h_e_c_k_B_o_x_._A_c_c_e_s_s_i_b_l_e_J_C_h_e_c_k_B_o_x
│ │ │ │ protected class This class implements accessibility support for
│ │ │ │ @@ -125,70 +125,70 @@
│ │ │ │ FFiieellddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg ddeeccllaarreedd aass _II_tt_ee_mm_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee FFiieelldd aanndd DDeessccrriippttiioonn
│ │ │ │ protected _I_t_e_m_L_i_s_t_e_n_e_r AbstractButton._i_t_e_m_L_i_s_t_e_n_e_r
│ │ │ │ The button model's ItemListener.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg tthhaatt rreettuurrnn _II_tt_ee_mm_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ protected _I_t_e_m_L_i_s_t_e_n_e_r AbstractButton._c_r_e_a_t_e_I_t_e_m_L_i_s_t_e_n_e_r()
│ │ │ │ - AbstractButton._g_e_t_I_t_e_m_L_i_s_t_e_n_e_r_s()
│ │ │ │ - _I_t_e_m_L_i_s_t_e_n_e_r[] Returns an array of all the ItemListeners
│ │ │ │ - added to this AbstractButton with
│ │ │ │ - addItemListener().
│ │ │ │ JComboBox._g_e_t_I_t_e_m_L_i_s_t_e_n_e_r_s()
│ │ │ │ _I_t_e_m_L_i_s_t_e_n_e_r[] Returns an array of all the ItemListeners
│ │ │ │ added to this JComboBox with addItemListener
│ │ │ │ ().
│ │ │ │ DefaultButtonModel._g_e_t_I_t_e_m_L_i_s_t_e_n_e_r_s()
│ │ │ │ _I_t_e_m_L_i_s_t_e_n_e_r[] Returns an array of all the item listeners
│ │ │ │ registered on this DefaultButtonModel.
│ │ │ │ + AbstractButton._g_e_t_I_t_e_m_L_i_s_t_e_n_e_r_s()
│ │ │ │ + _I_t_e_m_L_i_s_t_e_n_e_r[] Returns an array of all the ItemListeners
│ │ │ │ + added to this AbstractButton with
│ │ │ │ + addItemListener().
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee _II_tt_ee_mm_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - void AbstractButton._a_d_d_I_t_e_m_L_i_s_t_e_n_e_r(_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ - Adds an ItemListener to the checkbox.
│ │ │ │ - void ButtonModel._a_d_d_I_t_e_m_L_i_s_t_e_n_e_r(_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ - Adds an ItemListener to the model.
│ │ │ │ void JComboBox._a_d_d_I_t_e_m_L_i_s_t_e_n_e_r(_I_t_e_m_L_i_s_t_e_n_e_r aListener)
│ │ │ │ Adds an ItemListener.
│ │ │ │ + void ButtonModel._a_d_d_I_t_e_m_L_i_s_t_e_n_e_r(_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ + Adds an ItemListener to the model.
│ │ │ │ DefaultButtonModel._a_d_d_I_t_e_m_L_i_s_t_e_n_e_r
│ │ │ │ void (_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ Adds an ItemListener to the model.
│ │ │ │ - void AbstractButton._r_e_m_o_v_e_I_t_e_m_L_i_s_t_e_n_e_r(_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ - Removes an ItemListener from the button.
│ │ │ │ - void ButtonModel._r_e_m_o_v_e_I_t_e_m_L_i_s_t_e_n_e_r(_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ - Removes an ItemListener from the model.
│ │ │ │ + void AbstractButton._a_d_d_I_t_e_m_L_i_s_t_e_n_e_r(_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ + Adds an ItemListener to the checkbox.
│ │ │ │ JComboBox._r_e_m_o_v_e_I_t_e_m_L_i_s_t_e_n_e_r
│ │ │ │ void (_I_t_e_m_L_i_s_t_e_n_e_r aListener)
│ │ │ │ Removes an ItemListener.
│ │ │ │ + void ButtonModel._r_e_m_o_v_e_I_t_e_m_L_i_s_t_e_n_e_r(_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ + Removes an ItemListener from the model.
│ │ │ │ DefaultButtonModel._r_e_m_o_v_e_I_t_e_m_L_i_s_t_e_n_e_r
│ │ │ │ void (_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ Removes an ItemListener from the model.
│ │ │ │ + void AbstractButton._r_e_m_o_v_e_I_t_e_m_L_i_s_t_e_n_e_r(_I_t_e_m_L_i_s_t_e_n_e_r l)
│ │ │ │ + Removes an ItemListener from the button.
│ │ │ │ o ******** UUsseess ooff _II_tt_ee_mm_LL_ii_ss_tt_ee_nn_ee_rr iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc ********
│ │ │ │ CCllaasssseess iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc tthhaatt iimmpplleemmeenntt
│ │ │ │ _II_tt_ee_mm_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ _B_a_s_i_c_C_o_m_b_o_B_o_x_U_I_._I_t_e_m_H_a_n_d_l_e_r
│ │ │ │ class This listener watches for changes to the
│ │ │ │ selection in the combo box.
│ │ │ │ _B_a_s_i_c_C_o_m_b_o_P_o_p_u_p_._I_t_e_m_H_a_n_d_l_e_r
│ │ │ │ protected class This listener watches for changes to the
│ │ │ │ selection in the combo box.
│ │ │ │ FFiieellddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc ddeeccllaarreedd aass _II_tt_ee_mm_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee FFiieelldd aanndd DDeessccrriippttiioonn
│ │ │ │ - BasicComboPopup._i_t_e_m_L_i_s_t_e_n_e_r
│ │ │ │ + BasicComboBoxUI._i_t_e_m_L_i_s_t_e_n_e_r
│ │ │ │ protected _I_t_e_m_L_i_s_t_e_n_e_r This protected field is implementation
│ │ │ │ specific.
│ │ │ │ - BasicComboBoxUI._i_t_e_m_L_i_s_t_e_n_e_r
│ │ │ │ + BasicComboPopup._i_t_e_m_L_i_s_t_e_n_e_r
│ │ │ │ protected _I_t_e_m_L_i_s_t_e_n_e_r This protected field is implementation
│ │ │ │ specific.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc tthhaatt rreettuurrnn _II_tt_ee_mm_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - BasicComboPopup._c_r_e_a_t_e_I_t_e_m_L_i_s_t_e_n_e_r()
│ │ │ │ + BasicComboBoxUI._c_r_e_a_t_e_I_t_e_m_L_i_s_t_e_n_e_r()
│ │ │ │ protected _I_t_e_m_L_i_s_t_e_n_e_r Creates an ItemListener which will be added
│ │ │ │ to the combo box.
│ │ │ │ - BasicComboBoxUI._c_r_e_a_t_e_I_t_e_m_L_i_s_t_e_n_e_r()
│ │ │ │ + BasicComboPopup._c_r_e_a_t_e_I_t_e_m_L_i_s_t_e_n_e_r()
│ │ │ │ protected _I_t_e_m_L_i_s_t_e_n_e_r Creates an ItemListener which will be added
│ │ │ │ to the combo box.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ @@ -204,9 +204,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/KeyAdapter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.KeyAdapter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -51,9 +51,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/KeyEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.KeyEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -31,32 +31,32 @@
│ │ │ │ _j_a_v_a_x_._s_w_i_n_g_._p_l_a_f that Swing uses to provide its pluggable look-and-
│ │ │ │ feel capabilities.
│ │ │ │ _j_a_v_a_x_._s_w_i_n_g_._p_l_a_f_._b_a_s_i_c Provides user interface objects built according to
│ │ │ │ the Basic look and feel.
│ │ │ │ * o ******** UUsseess ooff _KK_ee_yy_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_.._aa_ww_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _KK_ee_yy_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + DefaultKeyboardFocusManager._d_i_s_p_a_t_c_h_K_e_y_E_v_e_n_t
│ │ │ │ + (_K_e_y_E_v_e_n_t e)
│ │ │ │ + boolean Called by dispatchEvent if no other
│ │ │ │ + KeyEventDispatcher in the dispatcher chain
│ │ │ │ + dispatched the KeyEvent, or if no other
│ │ │ │ + KeyEventDispatchers are registered.
│ │ │ │ KeyboardFocusManager._d_i_s_p_a_t_c_h_K_e_y_E_v_e_n_t
│ │ │ │ (_K_e_y_E_v_e_n_t e)
│ │ │ │ Typically this method will be called by
│ │ │ │ abstract boolean dispatchEvent if no other KeyEventDispatcher in
│ │ │ │ the dispatcher chain dispatched the KeyEvent,
│ │ │ │ or if no other KeyEventDispatchers are
│ │ │ │ registered.
│ │ │ │ KeyEventDispatcher._d_i_s_p_a_t_c_h_K_e_y_E_v_e_n_t(_K_e_y_E_v_e_n_t e)
│ │ │ │ This method is called by the current
│ │ │ │ boolean KeyboardFocusManager requesting that this
│ │ │ │ KeyEventDispatcher dispatch the specified event
│ │ │ │ on its behalf.
│ │ │ │ - DefaultKeyboardFocusManager._d_i_s_p_a_t_c_h_K_e_y_E_v_e_n_t
│ │ │ │ - (_K_e_y_E_v_e_n_t e)
│ │ │ │ - boolean Called by dispatchEvent if no other
│ │ │ │ - KeyEventDispatcher in the dispatcher chain
│ │ │ │ - dispatched the KeyEvent, or if no other
│ │ │ │ - KeyEventDispatchers are registered.
│ │ │ │ AWTKeyStroke._g_e_t_A_W_T_K_e_y_S_t_r_o_k_e_F_o_r_E_v_e_n_t
│ │ │ │ static _A_W_T_K_e_y_S_t_r_o_k_e (_K_e_y_E_v_e_n_t anEvent)
│ │ │ │ Returns an AWTKeyStroke which represents the
│ │ │ │ stroke which generated a given KeyEvent.
│ │ │ │ AWTEventMulticaster._k_e_y_P_r_e_s_s_e_d(_K_e_y_E_v_e_n_t e)
│ │ │ │ void Handles the keyPressed event by invoking the
│ │ │ │ keyPressed methods on listener-a and listener-
│ │ │ │ @@ -64,59 +64,59 @@
│ │ │ │ AWTEventMulticaster._k_e_y_R_e_l_e_a_s_e_d(_K_e_y_E_v_e_n_t e)
│ │ │ │ void Handles the keyReleased event by invoking the
│ │ │ │ keyReleased methods on listener-a and listener-
│ │ │ │ b.
│ │ │ │ AWTEventMulticaster._k_e_y_T_y_p_e_d(_K_e_y_E_v_e_n_t e)
│ │ │ │ void Handles the keyTyped event by invoking the
│ │ │ │ keyTyped methods on listener-a and listener-b.
│ │ │ │ + DefaultKeyboardFocusManager._p_o_s_t_P_r_o_c_e_s_s_K_e_y_E_v_e_n_t
│ │ │ │ + boolean (_K_e_y_E_v_e_n_t e)
│ │ │ │ + This method will be called by dispatchKeyEvent.
│ │ │ │ KeyboardFocusManager._p_o_s_t_P_r_o_c_e_s_s_K_e_y_E_v_e_n_t
│ │ │ │ abstract boolean (_K_e_y_E_v_e_n_t e)
│ │ │ │ This method will be called by dispatchKeyEvent.
│ │ │ │ KeyEventPostProcessor._p_o_s_t_P_r_o_c_e_s_s_K_e_y_E_v_e_n_t
│ │ │ │ (_K_e_y_E_v_e_n_t e)
│ │ │ │ This method is called by the current
│ │ │ │ boolean KeyboardFocusManager, requesting that this
│ │ │ │ KeyEventPostProcessor perform any necessary
│ │ │ │ post-processing which should be part of the
│ │ │ │ KeyEvent's final resolution.
│ │ │ │ - DefaultKeyboardFocusManager._p_o_s_t_P_r_o_c_e_s_s_K_e_y_E_v_e_n_t
│ │ │ │ - boolean (_K_e_y_E_v_e_n_t e)
│ │ │ │ - This method will be called by dispatchKeyEvent.
│ │ │ │ - KeyboardFocusManager._p_r_o_c_e_s_s_K_e_y_E_v_e_n_t
│ │ │ │ + DefaultKeyboardFocusManager._p_r_o_c_e_s_s_K_e_y_E_v_e_n_t
│ │ │ │ (_C_o_m_p_o_n_e_n_t focusedComponent, _K_e_y_E_v_e_n_t e)
│ │ │ │ - abstract void This method initiates a focus traversal
│ │ │ │ + void This method initiates a focus traversal
│ │ │ │ operation if and only if the KeyEvent
│ │ │ │ represents a focus traversal key for the
│ │ │ │ specified focusedComponent.
│ │ │ │ - DefaultKeyboardFocusManager._p_r_o_c_e_s_s_K_e_y_E_v_e_n_t
│ │ │ │ + KeyboardFocusManager._p_r_o_c_e_s_s_K_e_y_E_v_e_n_t
│ │ │ │ (_C_o_m_p_o_n_e_n_t focusedComponent, _K_e_y_E_v_e_n_t e)
│ │ │ │ - void This method initiates a focus traversal
│ │ │ │ + abstract void This method initiates a focus traversal
│ │ │ │ operation if and only if the KeyEvent
│ │ │ │ represents a focus traversal key for the
│ │ │ │ specified focusedComponent.
│ │ │ │ Component._p_r_o_c_e_s_s_K_e_y_E_v_e_n_t(_K_e_y_E_v_e_n_t e)
│ │ │ │ protected void Processes key events occurring on this
│ │ │ │ component by dispatching them to any registered
│ │ │ │ KeyListener objects.
│ │ │ │ o ******** UUsseess ooff _KK_ee_yy_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ee_vv_ee_nn_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ee_vv_ee_nn_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _KK_ee_yy_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - void KeyListener._k_e_y_P_r_e_s_s_e_d(_K_e_y_E_v_e_n_t e)
│ │ │ │ - Invoked when a key has been pressed.
│ │ │ │ void KeyAdapter._k_e_y_P_r_e_s_s_e_d(_K_e_y_E_v_e_n_t e)
│ │ │ │ Invoked when a key has been pressed.
│ │ │ │ - void KeyListener._k_e_y_R_e_l_e_a_s_e_d(_K_e_y_E_v_e_n_t e)
│ │ │ │ - Invoked when a key has been released.
│ │ │ │ + void KeyListener._k_e_y_P_r_e_s_s_e_d(_K_e_y_E_v_e_n_t e)
│ │ │ │ + Invoked when a key has been pressed.
│ │ │ │ void KeyAdapter._k_e_y_R_e_l_e_a_s_e_d(_K_e_y_E_v_e_n_t e)
│ │ │ │ Invoked when a key has been released.
│ │ │ │ - void KeyListener._k_e_y_T_y_p_e_d(_K_e_y_E_v_e_n_t e)
│ │ │ │ - Invoked when a key has been typed.
│ │ │ │ + void KeyListener._k_e_y_R_e_l_e_a_s_e_d(_K_e_y_E_v_e_n_t e)
│ │ │ │ + Invoked when a key has been released.
│ │ │ │ void KeyAdapter._k_e_y_T_y_p_e_d(_K_e_y_E_v_e_n_t e)
│ │ │ │ Invoked when a key has been typed.
│ │ │ │ + void KeyListener._k_e_y_T_y_p_e_d(_K_e_y_E_v_e_n_t e)
│ │ │ │ + Invoked when a key has been typed.
│ │ │ │ o ******** UUsseess ooff _KK_ee_yy_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee _KK_ee_yy_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ KeyStroke._g_e_t_K_e_y_S_t_r_o_k_e_F_o_r_E_v_e_n_t(_K_e_y_E_v_e_n_t anEvent)
│ │ │ │ static _K_e_y_S_t_r_o_k_e Returns a KeyStroke which represents the stroke
│ │ │ │ which generated a given KeyEvent.
│ │ │ │ SwingUtilities._n_o_t_i_f_y_A_c_t_i_o_n(_A_c_t_i_o_n action,
│ │ │ │ @@ -127,55 +127,55 @@
│ │ │ │ JComponent._p_r_o_c_e_s_s_C_o_m_p_o_n_e_n_t_K_e_y_E_v_e_n_t(_K_e_y_E_v_e_n_t e)
│ │ │ │ protected void Processes any key events that the component
│ │ │ │ itself recognizes.
│ │ │ │ JComponent._p_r_o_c_e_s_s_K_e_y_B_i_n_d_i_n_g(_K_e_y_S_t_r_o_k_e ks,
│ │ │ │ protected boolean _K_e_y_E_v_e_n_t e, int condition, boolean pressed)
│ │ │ │ Invoked to process the key bindings for ks as the
│ │ │ │ result of the KeyEvent e.
│ │ │ │ + JComboBox._p_r_o_c_e_s_s_K_e_y_B_i_n_d_i_n_g(_K_e_y_S_t_r_o_k_e ks,
│ │ │ │ + protected boolean _K_e_y_E_v_e_n_t e, int condition, boolean pressed)
│ │ │ │ + Invoked to process the key bindings for ks as the
│ │ │ │ + result of the KeyEvent e.
│ │ │ │ protected boolean JTable._p_r_o_c_e_s_s_K_e_y_B_i_n_d_i_n_g(_K_e_y_S_t_r_o_k_e ks,
│ │ │ │ _K_e_y_E_v_e_n_t e, int condition, boolean pressed)
│ │ │ │ JMenuBar._p_r_o_c_e_s_s_K_e_y_B_i_n_d_i_n_g(_K_e_y_S_t_r_o_k_e ks,
│ │ │ │ protected boolean _K_e_y_E_v_e_n_t e, int condition, boolean pressed)
│ │ │ │ Subclassed to check all the child menus.
│ │ │ │ - JComboBox._p_r_o_c_e_s_s_K_e_y_B_i_n_d_i_n_g(_K_e_y_S_t_r_o_k_e ks,
│ │ │ │ - protected boolean _K_e_y_E_v_e_n_t e, int condition, boolean pressed)
│ │ │ │ - Invoked to process the key bindings for ks as the
│ │ │ │ - result of the KeyEvent e.
│ │ │ │ SwingUtilities._p_r_o_c_e_s_s_K_e_y_B_i_n_d_i_n_g_s(_K_e_y_E_v_e_n_t event)
│ │ │ │ static boolean Process the key bindings for the Component
│ │ │ │ associated with event.
│ │ │ │ protected void JComponent._p_r_o_c_e_s_s_K_e_y_E_v_e_n_t(_K_e_y_E_v_e_n_t e)
│ │ │ │ Overrides processKeyEvent to process events.
│ │ │ │ + void JComboBox._p_r_o_c_e_s_s_K_e_y_E_v_e_n_t(_K_e_y_E_v_e_n_t e)
│ │ │ │ + Handles KeyEvents, looking for the Tab key.
│ │ │ │ JPopupMenu._p_r_o_c_e_s_s_K_e_y_E_v_e_n_t(_K_e_y_E_v_e_n_t evt)
│ │ │ │ protected void Processes key stroke events such as mnemonics and
│ │ │ │ accelerators.
│ │ │ │ MenuSelectionManager._p_r_o_c_e_s_s_K_e_y_E_v_e_n_t(_K_e_y_E_v_e_n_t e)
│ │ │ │ void When a MenuElement receives an event from a
│ │ │ │ KeyListener, it should never process the event
│ │ │ │ directly.
│ │ │ │ JMenu._p_r_o_c_e_s_s_K_e_y_E_v_e_n_t(_K_e_y_E_v_e_n_t evt)
│ │ │ │ protected void Processes key stroke events such as mnemonics and
│ │ │ │ accelerators.
│ │ │ │ - void JComboBox._p_r_o_c_e_s_s_K_e_y_E_v_e_n_t(_K_e_y_E_v_e_n_t e)
│ │ │ │ - Handles KeyEvents, looking for the Tab key.
│ │ │ │ JPopupMenu._p_r_o_c_e_s_s_K_e_y_E_v_e_n_t(_K_e_y_E_v_e_n_t e,
│ │ │ │ _M_e_n_u_E_l_e_m_e_n_t[] path, _M_e_n_u_S_e_l_e_c_t_i_o_n_M_a_n_a_g_e_r manager)
│ │ │ │ void Processes a key event forwarded from the
│ │ │ │ MenuSelectionManager and changes the menu
│ │ │ │ selection, if necessary, by using
│ │ │ │ MenuSelectionManager's API.
│ │ │ │ - MenuElement._p_r_o_c_e_s_s_K_e_y_E_v_e_n_t(_K_e_y_E_v_e_n_t event,
│ │ │ │ - void _M_e_n_u_E_l_e_m_e_n_t[] path, _M_e_n_u_S_e_l_e_c_t_i_o_n_M_a_n_a_g_e_r manager)
│ │ │ │ - Process a key event.
│ │ │ │ JMenuItem._p_r_o_c_e_s_s_K_e_y_E_v_e_n_t(_K_e_y_E_v_e_n_t e, _M_e_n_u_E_l_e_m_e_n_t
│ │ │ │ [] path, _M_e_n_u_S_e_l_e_c_t_i_o_n_M_a_n_a_g_e_r manager)
│ │ │ │ void Processes a key event forwarded from the
│ │ │ │ MenuSelectionManager and changes the menu
│ │ │ │ selection, if necessary, by using
│ │ │ │ MenuSelectionManager's API.
│ │ │ │ + MenuElement._p_r_o_c_e_s_s_K_e_y_E_v_e_n_t(_K_e_y_E_v_e_n_t event,
│ │ │ │ + void _M_e_n_u_E_l_e_m_e_n_t[] path, _M_e_n_u_S_e_l_e_c_t_i_o_n_M_a_n_a_g_e_r manager)
│ │ │ │ + Process a key event.
│ │ │ │ JMenuBar._p_r_o_c_e_s_s_K_e_y_E_v_e_n_t(_K_e_y_E_v_e_n_t e, _M_e_n_u_E_l_e_m_e_n_t
│ │ │ │ void [] path, _M_e_n_u_S_e_l_e_c_t_i_o_n_M_a_n_a_g_e_r manager)
│ │ │ │ Implemented to be a MenuElement -- does nothing.
│ │ │ │ o ******** UUsseess ooff _KK_ee_yy_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._ee_vv_ee_nn_tt ********
│ │ │ │ SSuubbccllaasssseess ooff _KK_ee_yy_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._ee_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ _M_e_n_u_K_e_y_E_v_e_n_t
│ │ │ │ @@ -189,25 +189,25 @@
│ │ │ │ protected void extends _V> l)
│ │ │ │ Processes key events occurring on the _J_L_a_y_e_r or
│ │ │ │ any of its subcomponents.
│ │ │ │ o ******** UUsseess ooff _KK_ee_yy_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _KK_ee_yy_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - void BasicTreeUI.KeyHandler._k_e_y_P_r_e_s_s_e_d(_K_e_y_E_v_e_n_t e)
│ │ │ │ - void BasicTableUI.KeyHandler._k_e_y_P_r_e_s_s_e_d(_K_e_y_E_v_e_n_t e)
│ │ │ │ void BasicComboBoxUI.KeyHandler._k_e_y_P_r_e_s_s_e_d
│ │ │ │ (_K_e_y_E_v_e_n_t e)
│ │ │ │ - void BasicTreeUI.KeyHandler._k_e_y_R_e_l_e_a_s_e_d(_K_e_y_E_v_e_n_t e)
│ │ │ │ + void BasicTableUI.KeyHandler._k_e_y_P_r_e_s_s_e_d(_K_e_y_E_v_e_n_t e)
│ │ │ │ + void BasicTreeUI.KeyHandler._k_e_y_P_r_e_s_s_e_d(_K_e_y_E_v_e_n_t e)
│ │ │ │ void BasicTableUI.KeyHandler._k_e_y_R_e_l_e_a_s_e_d(_K_e_y_E_v_e_n_t e)
│ │ │ │ + void BasicTreeUI.KeyHandler._k_e_y_R_e_l_e_a_s_e_d(_K_e_y_E_v_e_n_t e)
│ │ │ │ void BasicComboPopup.InvocationKeyHandler._k_e_y_R_e_l_e_a_s_e_d
│ │ │ │ (_K_e_y_E_v_e_n_t e)
│ │ │ │ + void BasicTableUI.KeyHandler._k_e_y_T_y_p_e_d(_K_e_y_E_v_e_n_t e)
│ │ │ │ void BasicTreeUI.KeyHandler._k_e_y_T_y_p_e_d(_K_e_y_E_v_e_n_t e)
│ │ │ │ Invoked when a key has been typed.
│ │ │ │ - void BasicTableUI.KeyHandler._k_e_y_T_y_p_e_d(_K_e_y_E_v_e_n_t e)
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -221,9 +221,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/KeyListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.event.KeyListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -81,42 +81,42 @@
│ │ │ │ class This class should be treated as a "protected"
│ │ │ │ inner class.
│ │ │ │ _B_a_s_i_c_T_r_e_e_U_I_._K_e_y_H_a_n_d_l_e_r
│ │ │ │ class This is used to get multiple key down events to
│ │ │ │ appropriately generate events.
│ │ │ │ FFiieellddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc ddeeccllaarreedd aass _KK_ee_yy_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee FFiieelldd aanndd DDeessccrriippttiioonn
│ │ │ │ - protected _K_e_y_L_i_s_t_e_n_e_r BasicTableUI._k_e_y_L_i_s_t_e_n_e_r
│ │ │ │ - BasicComboPopup._k_e_y_L_i_s_t_e_n_e_r
│ │ │ │ + BasicComboBoxUI._k_e_y_L_i_s_t_e_n_e_r
│ │ │ │ protected _K_e_y_L_i_s_t_e_n_e_r This protected field is implementation
│ │ │ │ specific.
│ │ │ │ - BasicComboBoxUI._k_e_y_L_i_s_t_e_n_e_r
│ │ │ │ + protected _K_e_y_L_i_s_t_e_n_e_r BasicTableUI._k_e_y_L_i_s_t_e_n_e_r
│ │ │ │ + BasicComboPopup._k_e_y_L_i_s_t_e_n_e_r
│ │ │ │ protected _K_e_y_L_i_s_t_e_n_e_r This protected field is implementation
│ │ │ │ specific.
│ │ │ │ protected _K_e_y_L_i_s_t_e_n_e_r BasicComboBoxUI._p_o_p_u_p_K_e_y_L_i_s_t_e_n_e_r
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc tthhaatt rreettuurrnn _KK_ee_yy_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - BasicTreeUI._c_r_e_a_t_e_K_e_y_L_i_s_t_e_n_e_r()
│ │ │ │ - protected _K_e_y_L_i_s_t_e_n_e_r Creates the listener reponsible for getting
│ │ │ │ - key events from the tree.
│ │ │ │ + BasicComboBoxUI._c_r_e_a_t_e_K_e_y_L_i_s_t_e_n_e_r()
│ │ │ │ + protected _K_e_y_L_i_s_t_e_n_e_r Creates a KeyListener which will be added to
│ │ │ │ + the combo box.
│ │ │ │ BasicTableUI._c_r_e_a_t_e_K_e_y_L_i_s_t_e_n_e_r()
│ │ │ │ protected _K_e_y_L_i_s_t_e_n_e_r Creates the key listener for handling
│ │ │ │ keyboard navigation in the JTable.
│ │ │ │ + BasicTreeUI._c_r_e_a_t_e_K_e_y_L_i_s_t_e_n_e_r()
│ │ │ │ + protected _K_e_y_L_i_s_t_e_n_e_r Creates the listener reponsible for getting
│ │ │ │ + key events from the tree.
│ │ │ │ BasicComboPopup._c_r_e_a_t_e_K_e_y_L_i_s_t_e_n_e_r()
│ │ │ │ protected _K_e_y_L_i_s_t_e_n_e_r Creates the key listener that will be added
│ │ │ │ to the combo box.
│ │ │ │ - BasicComboBoxUI._c_r_e_a_t_e_K_e_y_L_i_s_t_e_n_e_r()
│ │ │ │ - protected _K_e_y_L_i_s_t_e_n_e_r Creates a KeyListener which will be added to
│ │ │ │ - the combo box.
│ │ │ │ - BasicComboPopup._g_e_t_K_e_y_L_i_s_t_e_n_e_r()
│ │ │ │ - _K_e_y_L_i_s_t_e_n_e_r Implementation of ComboPopup.getKeyListener
│ │ │ │ - ().
│ │ │ │ ComboPopup._g_e_t_K_e_y_L_i_s_t_e_n_e_r()
│ │ │ │ _K_e_y_L_i_s_t_e_n_e_r Returns a key listener that will be added to
│ │ │ │ the combo box or null.
│ │ │ │ + BasicComboPopup._g_e_t_K_e_y_L_i_s_t_e_n_e_r()
│ │ │ │ + _K_e_y_L_i_s_t_e_n_e_r Implementation of ComboPopup.getKeyListener
│ │ │ │ + ().
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -130,9 +130,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/MouseAdapter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.MouseAdapter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -105,9 +105,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/MouseEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.MouseEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -118,56 +118,56 @@
│ │ │ │ SSuubbccllaasssseess ooff _MM_oo_uu_ss_ee_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ee_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ _M_o_u_s_e_W_h_e_e_l_E_v_e_n_t
│ │ │ │ class An event which indicates that the mouse wheel was
│ │ │ │ rotated in a component.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ee_vv_ee_nn_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _MM_oo_uu_ss_ee_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - MouseListener._m_o_u_s_e_C_l_i_c_k_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + MouseAdapter._m_o_u_s_e_C_l_i_c_k_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void Invoked when the mouse button has been clicked
│ │ │ │ (pressed and released) on a component.
│ │ │ │ - MouseAdapter._m_o_u_s_e_C_l_i_c_k_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + MouseListener._m_o_u_s_e_C_l_i_c_k_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void Invoked when the mouse button has been clicked
│ │ │ │ (pressed and released) on a component.
│ │ │ │ - MouseMotionListener._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + MouseAdapter._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void Invoked when a mouse button is pressed on a
│ │ │ │ component and then dragged.
│ │ │ │ - MouseAdapter._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + MouseMotionListener._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void Invoked when a mouse button is pressed on a
│ │ │ │ component and then dragged.
│ │ │ │ MouseMotionAdapter._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void Invoked when a mouse button is pressed on a
│ │ │ │ component and then dragged.
│ │ │ │ - void MouseListener._m_o_u_s_e_E_n_t_e_r_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - Invoked when the mouse enters a component.
│ │ │ │ void MouseAdapter._m_o_u_s_e_E_n_t_e_r_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ Invoked when the mouse enters a component.
│ │ │ │ - void MouseListener._m_o_u_s_e_E_x_i_t_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - Invoked when the mouse exits a component.
│ │ │ │ + void MouseListener._m_o_u_s_e_E_n_t_e_r_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + Invoked when the mouse enters a component.
│ │ │ │ void MouseAdapter._m_o_u_s_e_E_x_i_t_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ Invoked when the mouse exits a component.
│ │ │ │ - MouseMotionListener._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void MouseListener._m_o_u_s_e_E_x_i_t_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + Invoked when the mouse exits a component.
│ │ │ │ + MouseAdapter._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void Invoked when the mouse cursor has been moved onto
│ │ │ │ a component but no buttons have been pushed.
│ │ │ │ - MouseAdapter._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + MouseMotionListener._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void Invoked when the mouse cursor has been moved onto
│ │ │ │ a component but no buttons have been pushed.
│ │ │ │ MouseMotionAdapter._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void Invoked when the mouse button has been moved on a
│ │ │ │ component (with no buttons no down).
│ │ │ │ - MouseListener._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + MouseAdapter._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void Invoked when a mouse button has been pressed on a
│ │ │ │ component.
│ │ │ │ - MouseAdapter._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + MouseListener._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void Invoked when a mouse button has been pressed on a
│ │ │ │ component.
│ │ │ │ - MouseListener._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + MouseAdapter._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void Invoked when a mouse button has been released on
│ │ │ │ a component.
│ │ │ │ - MouseAdapter._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + MouseListener._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void Invoked when a mouse button has been released on
│ │ │ │ a component.
│ │ │ │ o ******** UUsseess ooff _MM_oo_uu_ss_ee_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg tthhaatt rreettuurrnn _MM_oo_uu_ss_ee_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ SwingUtilities._c_o_n_v_e_r_t_M_o_u_s_e_E_v_e_n_t
│ │ │ │ (_C_o_m_p_o_n_e_n_t source, _M_o_u_s_e_E_v_e_n_t sourceEvent,
│ │ │ │ @@ -188,25 +188,25 @@
│ │ │ │ popup menu in this component's coordinate system.
│ │ │ │ JComponent._g_e_t_T_o_o_l_T_i_p_L_o_c_a_t_i_o_n(_M_o_u_s_e_E_v_e_n_t event)
│ │ │ │ _P_o_i_n_t Returns the tooltip location in this component's
│ │ │ │ coordinate system.
│ │ │ │ JComponent._g_e_t_T_o_o_l_T_i_p_T_e_x_t(_M_o_u_s_e_E_v_e_n_t event)
│ │ │ │ _S_t_r_i_n_g Returns the string to be used as the tooltip for
│ │ │ │ event.
│ │ │ │ + JTable._g_e_t_T_o_o_l_T_i_p_T_e_x_t(_M_o_u_s_e_E_v_e_n_t event)
│ │ │ │ + _S_t_r_i_n_g Overrides JComponent's getToolTipText method in
│ │ │ │ + order to allow the renderer's tips to be used if
│ │ │ │ + it has text set.
│ │ │ │ JTree._g_e_t_T_o_o_l_T_i_p_T_e_x_t(_M_o_u_s_e_E_v_e_n_t event)
│ │ │ │ _S_t_r_i_n_g Overrides JComponent's getToolTipText method in
│ │ │ │ order to allow renderer's tips to be used if it
│ │ │ │ has text set.
│ │ │ │ JList._g_e_t_T_o_o_l_T_i_p_T_e_x_t(_M_o_u_s_e_E_v_e_n_t event)
│ │ │ │ _S_t_r_i_n_g Returns the tooltip text to be used for the given
│ │ │ │ event.
│ │ │ │ - JTable._g_e_t_T_o_o_l_T_i_p_T_e_x_t(_M_o_u_s_e_E_v_e_n_t event)
│ │ │ │ - _S_t_r_i_n_g Overrides JComponent's getToolTipText method in
│ │ │ │ - order to allow the renderer's tips to be used if
│ │ │ │ - it has text set.
│ │ │ │ JTabbedPane._g_e_t_T_o_o_l_T_i_p_T_e_x_t(_M_o_u_s_e_E_v_e_n_t event)
│ │ │ │ _S_t_r_i_n_g Returns the tooltip text for the component
│ │ │ │ determined by the mouse event location.
│ │ │ │ SwingUtilities._i_s_L_e_f_t_M_o_u_s_e_B_u_t_t_o_n
│ │ │ │ static boolean (_M_o_u_s_e_E_v_e_n_t anEvent)
│ │ │ │ Returns true if the mouse event specifies the
│ │ │ │ left mouse button.
│ │ │ │ @@ -245,23 +245,23 @@
│ │ │ │ void When a MenuElement receives an event from a
│ │ │ │ MouseListener, it should never process the event
│ │ │ │ directly.
│ │ │ │ JPopupMenu._p_r_o_c_e_s_s_M_o_u_s_e_E_v_e_n_t(_M_o_u_s_e_E_v_e_n_t event,
│ │ │ │ void _M_e_n_u_E_l_e_m_e_n_t[] path, _M_e_n_u_S_e_l_e_c_t_i_o_n_M_a_n_a_g_e_r manager)
│ │ │ │ This method is required to conform to the
│ │ │ │ MenuElement interface, but it not implemented.
│ │ │ │ - MenuElement._p_r_o_c_e_s_s_M_o_u_s_e_E_v_e_n_t(_M_o_u_s_e_E_v_e_n_t event,
│ │ │ │ - void _M_e_n_u_E_l_e_m_e_n_t[] path, _M_e_n_u_S_e_l_e_c_t_i_o_n_M_a_n_a_g_e_r manager)
│ │ │ │ - Processes a mouse event.
│ │ │ │ JMenuItem._p_r_o_c_e_s_s_M_o_u_s_e_E_v_e_n_t(_M_o_u_s_e_E_v_e_n_t e,
│ │ │ │ _M_e_n_u_E_l_e_m_e_n_t[] path, _M_e_n_u_S_e_l_e_c_t_i_o_n_M_a_n_a_g_e_r manager)
│ │ │ │ void Processes a mouse event forwarded from the
│ │ │ │ MenuSelectionManager and changes the menu
│ │ │ │ selection, if necessary, by using the
│ │ │ │ MenuSelectionManager's API.
│ │ │ │ + MenuElement._p_r_o_c_e_s_s_M_o_u_s_e_E_v_e_n_t(_M_o_u_s_e_E_v_e_n_t event,
│ │ │ │ + void _M_e_n_u_E_l_e_m_e_n_t[] path, _M_e_n_u_S_e_l_e_c_t_i_o_n_M_a_n_a_g_e_r manager)
│ │ │ │ + Processes a mouse event.
│ │ │ │ JMenuBar._p_r_o_c_e_s_s_M_o_u_s_e_E_v_e_n_t(_M_o_u_s_e_E_v_e_n_t event,
│ │ │ │ void _M_e_n_u_E_l_e_m_e_n_t[] path, _M_e_n_u_S_e_l_e_c_t_i_o_n_M_a_n_a_g_e_r manager)
│ │ │ │ Implemented to be a MenuElement -- does nothing.
│ │ │ │ JComponent._p_r_o_c_e_s_s_M_o_u_s_e_M_o_t_i_o_n_E_v_e_n_t(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ protected void Processes mouse motion events, such as
│ │ │ │ MouseEvent.MOUSE_DRAGGED.
│ │ │ │ o ******** UUsseess ooff _MM_oo_uu_ss_ee_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._ee_vv_ee_nn_tt ********
│ │ │ │ @@ -308,160 +308,160 @@
│ │ │ │ boolean BasicPopupMenuUI._i_s_P_o_p_u_p_T_r_i_g_g_e_r(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ protected BasicTreeUI._i_s_T_o_g_g_l_e_E_v_e_n_t(_M_o_u_s_e_E_v_e_n_t event)
│ │ │ │ boolean Returning true indicates the row under the mouse should be toggled
│ │ │ │ based on the event.
│ │ │ │ protected BasicTreeUI._i_s_T_o_g_g_l_e_S_e_l_e_c_t_i_o_n_E_v_e_n_t(_M_o_u_s_e_E_v_e_n_t event)
│ │ │ │ boolean Returning true signifies a mouse event on the node should toggle
│ │ │ │ the selection of only the row under mouse.
│ │ │ │ - void BasicFileChooserUI.DoubleClickListener._m_o_u_s_e_C_l_i_c_k_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicTreeUI.MouseInputHandler._m_o_u_s_e_C_l_i_c_k_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicMenuUI.MouseInputHandler._m_o_u_s_e_C_l_i_c_k_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicToolBarUI.DockingListener._m_o_u_s_e_C_l_i_c_k_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicButtonListener._m_o_u_s_e_C_l_i_c_k_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicTableUI.MouseInputHandler._m_o_u_s_e_C_l_i_c_k_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicTableHeaderUI.MouseInputHandler._m_o_u_s_e_C_l_i_c_k_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicMenuItemUI.MouseInputHandler._m_o_u_s_e_C_l_i_c_k_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicMenuUI.MouseInputHandler._m_o_u_s_e_C_l_i_c_k_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicListUI.MouseInputHandler._m_o_u_s_e_C_l_i_c_k_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicTableUI.MouseInputHandler._m_o_u_s_e_C_l_i_c_k_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicInternalFrameUI.BorderListener._m_o_u_s_e_C_l_i_c_k_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicInternalFrameUI.GlassPaneDispatcher._m_o_u_s_e_C_l_i_c_k_e_d
│ │ │ │ (_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicTreeUI.MouseHandler._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicTreeUI.MouseInputHandler._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicToolBarUI.DockingListener._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicButtonListener._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicTableUI.MouseInputHandler._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicTableHeaderUI.MouseInputHandler._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicSplitPaneDivider.MouseHandler._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - If dragger is not null it is messaged with continueDrag.
│ │ │ │ - BasicSliderUI.TrackListener._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void Set the models value to the position of the top/left of the thumb
│ │ │ │ - relative to the origin of the track.
│ │ │ │ + void BasicTableHeaderUI.MouseInputHandler._m_o_u_s_e_C_l_i_c_k_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicFileChooserUI.DoubleClickListener._m_o_u_s_e_C_l_i_c_k_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicTreeUI.MouseInputHandler._m_o_u_s_e_C_l_i_c_k_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicListUI.MouseInputHandler._m_o_u_s_e_C_l_i_c_k_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicDesktopIconUI.MouseInputHandler._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ BasicScrollBarUI.TrackListener._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ Set the models value to the position of the thumb's top of
│ │ │ │ void Vertical scrollbar, or the left/right of Horizontal scrollbar in
│ │ │ │ left-to-right/right-to-left scrollbar relative to the origin of
│ │ │ │ the track.
│ │ │ │ - void BasicMenuItemUI.MouseInputHandler._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ BasicMenuUI.MouseInputHandler._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void Invoked when a mouse button is pressed on the menu and then
│ │ │ │ dragged.
│ │ │ │ - void BasicListUI.MouseInputHandler._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicToolBarUI.DockingListener._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicButtonListener._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicMenuItemUI.MouseInputHandler._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicTableUI.MouseInputHandler._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicInternalFrameUI.BorderListener._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicInternalFrameUI.GlassPaneDispatcher._m_o_u_s_e_D_r_a_g_g_e_d
│ │ │ │ (_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicDesktopIconUI.MouseInputHandler._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicTableHeaderUI.MouseInputHandler._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicSplitPaneDivider.MouseHandler._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + If dragger is not null it is messaged with continueDrag.
│ │ │ │ + void BasicTreeUI.MouseHandler._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicTreeUI.MouseInputHandler._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicComboPopup.InvocationMouseMotionHandler._m_o_u_s_e_D_r_a_g_g_e_d
│ │ │ │ (_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - BasicFileChooserUI.DoubleClickListener._m_o_u_s_e_E_n_t_e_r_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void The JList used for representing the files is created by
│ │ │ │ - subclasses, but the selection is monitored in this class.
│ │ │ │ - void BasicTreeUI.MouseInputHandler._m_o_u_s_e_E_n_t_e_r_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + BasicSliderUI.TrackListener._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void Set the models value to the position of the top/left of the thumb
│ │ │ │ + relative to the origin of the track.
│ │ │ │ + void BasicListUI.MouseInputHandler._m_o_u_s_e_D_r_a_g_g_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicMenuUI.MouseInputHandler._m_o_u_s_e_E_n_t_e_r_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + Invoked when the cursor enters the menu.
│ │ │ │ void BasicToolBarUI.DockingListener._m_o_u_s_e_E_n_t_e_r_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicButtonListener._m_o_u_s_e_E_n_t_e_r_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicMenuItemUI.MouseInputHandler._m_o_u_s_e_E_n_t_e_r_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicTableUI.MouseInputHandler._m_o_u_s_e_E_n_t_e_r_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicInternalFrameUI.BorderListener._m_o_u_s_e_E_n_t_e_r_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicInternalFrameUI.GlassPaneDispatcher._m_o_u_s_e_E_n_t_e_r_e_d
│ │ │ │ + (_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicTableHeaderUI.MouseInputHandler._m_o_u_s_e_E_n_t_e_r_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicSplitPaneDivider.MouseHandler._m_o_u_s_e_E_n_t_e_r_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ Invoked when the mouse enters a component.
│ │ │ │ - void BasicMenuItemUI.MouseInputHandler._m_o_u_s_e_E_n_t_e_r_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicMenuUI.MouseInputHandler._m_o_u_s_e_E_n_t_e_r_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - Invoked when the cursor enters the menu.
│ │ │ │ + BasicFileChooserUI.DoubleClickListener._m_o_u_s_e_E_n_t_e_r_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void The JList used for representing the files is created by
│ │ │ │ + subclasses, but the selection is monitored in this class.
│ │ │ │ + void BasicTreeUI.MouseInputHandler._m_o_u_s_e_E_n_t_e_r_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicListUI.MouseInputHandler._m_o_u_s_e_E_n_t_e_r_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicInternalFrameUI.BorderListener._m_o_u_s_e_E_n_t_e_r_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicInternalFrameUI.GlassPaneDispatcher._m_o_u_s_e_E_n_t_e_r_e_d
│ │ │ │ - (_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicTreeUI.MouseInputHandler._m_o_u_s_e_E_x_i_t_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicScrollBarUI.TrackListener._m_o_u_s_e_E_x_i_t_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + Invoked when the mouse exits the scrollbar.
│ │ │ │ + void BasicMenuUI.MouseInputHandler._m_o_u_s_e_E_x_i_t_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicToolBarUI.DockingListener._m_o_u_s_e_E_x_i_t_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicButtonListener._m_o_u_s_e_E_x_i_t_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicMenuItemUI.MouseInputHandler._m_o_u_s_e_E_x_i_t_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicTableUI.MouseInputHandler._m_o_u_s_e_E_x_i_t_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicInternalFrameUI.BorderListener._m_o_u_s_e_E_x_i_t_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicInternalFrameUI.GlassPaneDispatcher._m_o_u_s_e_E_x_i_t_e_d
│ │ │ │ + (_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicTableHeaderUI.MouseInputHandler._m_o_u_s_e_E_x_i_t_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicSplitPaneDivider.MouseHandler._m_o_u_s_e_E_x_i_t_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ Invoked when the mouse exits a component.
│ │ │ │ - void BasicScrollBarUI.TrackListener._m_o_u_s_e_E_x_i_t_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - Invoked when the mouse exits the scrollbar.
│ │ │ │ - void BasicMenuItemUI.MouseInputHandler._m_o_u_s_e_E_x_i_t_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicMenuUI.MouseInputHandler._m_o_u_s_e_E_x_i_t_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicTreeUI.MouseInputHandler._m_o_u_s_e_E_x_i_t_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicListUI.MouseInputHandler._m_o_u_s_e_E_x_i_t_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicInternalFrameUI.BorderListener._m_o_u_s_e_E_x_i_t_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicInternalFrameUI.GlassPaneDispatcher._m_o_u_s_e_E_x_i_t_e_d
│ │ │ │ - (_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - BasicTreeUI.MouseHandler._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void Invoked when the mouse button has been moved on a component (with
│ │ │ │ - no buttons no down).
│ │ │ │ - void BasicTreeUI.MouseInputHandler._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicDesktopIconUI.MouseInputHandler._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicScrollBarUI.TrackListener._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicMenuUI.MouseInputHandler._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicToolBarUI.DockingListener._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicButtonListener._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicMenuItemUI.MouseInputHandler._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicTableUI.MouseInputHandler._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicInternalFrameUI.BorderListener._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicInternalFrameUI.GlassPaneDispatcher._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicTableHeaderUI.MouseInputHandler._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicSplitPaneDivider.MouseHandler._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ Resets the cursor based on the orientation.
│ │ │ │ - void BasicSliderUI.TrackListener._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicScrollBarUI.TrackListener._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicMenuItemUI.MouseInputHandler._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicMenuUI.MouseInputHandler._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicListUI.MouseInputHandler._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicInternalFrameUI.BorderListener._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicInternalFrameUI.GlassPaneDispatcher._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicDesktopIconUI.MouseInputHandler._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + BasicTreeUI.MouseHandler._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void Invoked when the mouse button has been moved on a component (with
│ │ │ │ + no buttons no down).
│ │ │ │ + void BasicTreeUI.MouseInputHandler._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicComboPopup.ListMouseMotionHandler._m_o_u_s_e_M_o_v_e_d
│ │ │ │ (_M_o_u_s_e_E_v_e_n_t anEvent)
│ │ │ │ - void BasicTreeUI.MouseHandler._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - Invoked when a mouse button has been pressed on a component.
│ │ │ │ - void BasicTreeUI.MouseInputHandler._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicToolBarUI.DockingListener._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicButtonListener._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicTableUI.MouseInputHandler._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicTableHeaderUI.MouseInputHandler._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicTabbedPaneUI.MouseHandler._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - BasicSplitPaneDivider.MouseHandler._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void Starts the dragging session by creating the appropriate instance
│ │ │ │ - of DragController.
│ │ │ │ - BasicSliderUI.TrackListener._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void If the mouse is pressed above the "thumb" component then reduce
│ │ │ │ - the scrollbars value by one page ("page up"), otherwise increase
│ │ │ │ - it by one page.
│ │ │ │ + void BasicSliderUI.TrackListener._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicListUI.MouseInputHandler._m_o_u_s_e_M_o_v_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicDesktopIconUI.MouseInputHandler._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ BasicScrollBarUI.TrackListener._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void If the mouse is pressed above the "thumb" component then reduce
│ │ │ │ the scrollbars value by one page ("page up"), otherwise increase
│ │ │ │ it by one page.
│ │ │ │ void BasicScrollBarUI.ArrowButtonListener._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicMenuItemUI.MouseInputHandler._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicMenuUI.MouseInputHandler._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ Invoked when the mouse has been clicked on the menu.
│ │ │ │ - void BasicListUI.MouseInputHandler._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicToolBarUI.DockingListener._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicButtonListener._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicMenuItemUI.MouseInputHandler._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicTableUI.MouseInputHandler._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicInternalFrameUI.BorderListener._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicInternalFrameUI.GlassPaneDispatcher._m_o_u_s_e_P_r_e_s_s_e_d
│ │ │ │ (_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicDesktopIconUI.MouseInputHandler._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicTableHeaderUI.MouseInputHandler._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + BasicSplitPaneDivider.MouseHandler._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void Starts the dragging session by creating the appropriate instance
│ │ │ │ + of DragController.
│ │ │ │ + void BasicTreeUI.MouseHandler._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + Invoked when a mouse button has been pressed on a component.
│ │ │ │ + void BasicTreeUI.MouseInputHandler._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicComboPopup.InvocationMouseHandler._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ Responds to mouse-pressed events on the combo box.
│ │ │ │ void BasicComboPopup.ListMouseHandler._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicTreeUI.MouseHandler._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicTreeUI.MouseInputHandler._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicToolBarUI.DockingListener._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicButtonListener._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicTableUI.MouseInputHandler._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicTableHeaderUI.MouseInputHandler._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicSplitPaneDivider.MouseHandler._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - If dragger is not null it is messaged with completeDrag.
│ │ │ │ - void BasicSliderUI.TrackListener._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicTabbedPaneUI.MouseHandler._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + BasicSliderUI.TrackListener._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void If the mouse is pressed above the "thumb" component then reduce
│ │ │ │ + the scrollbars value by one page ("page up"), otherwise increase
│ │ │ │ + it by one page.
│ │ │ │ + void BasicListUI.MouseInputHandler._m_o_u_s_e_P_r_e_s_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicDesktopIconUI.MouseInputHandler._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicScrollBarUI.TrackListener._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicScrollBarUI.ArrowButtonListener._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicMenuItemUI.MouseInputHandler._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicMenuUI.MouseInputHandler._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ Invoked when the mouse has been released on the menu.
│ │ │ │ - void BasicListUI.MouseInputHandler._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicToolBarUI.DockingListener._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicButtonListener._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicMenuItemUI.MouseInputHandler._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicTableUI.MouseInputHandler._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicInternalFrameUI.BorderListener._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void BasicInternalFrameUI.GlassPaneDispatcher._m_o_u_s_e_R_e_l_e_a_s_e_d
│ │ │ │ (_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ - void BasicDesktopIconUI.MouseInputHandler._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicTableHeaderUI.MouseInputHandler._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicSplitPaneDivider.MouseHandler._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + If dragger is not null it is messaged with completeDrag.
│ │ │ │ + void BasicTreeUI.MouseHandler._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicTreeUI.MouseInputHandler._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ BasicComboPopup.InvocationMouseHandler._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ void Responds to the user terminating a click or drag that began on the
│ │ │ │ combo box.
│ │ │ │ void BasicComboPopup.ListMouseHandler._m_o_u_s_e_R_e_l_e_a_s_e_d
│ │ │ │ (_M_o_u_s_e_E_v_e_n_t anEvent)
│ │ │ │ + void BasicSliderUI.TrackListener._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ + void BasicListUI.MouseInputHandler._m_o_u_s_e_R_e_l_e_a_s_e_d(_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ BasicSplitPaneDivider.DragController._p_o_s_i_t_i_o_n_F_o_r_M_o_u_s_e_E_v_e_n_t
│ │ │ │ protected (_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ int Returns the new position to put the divider at based on the passed
│ │ │ │ in MouseEvent.
│ │ │ │ BasicSplitPaneDivider.VerticalDragController._p_o_s_i_t_i_o_n_F_o_r_M_o_u_s_e_E_v_e_n_t
│ │ │ │ protected (_M_o_u_s_e_E_v_e_n_t e)
│ │ │ │ int Returns the new position to put the divider at based on the passed
│ │ │ │ @@ -572,9 +572,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/MouseListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.event.MouseListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -53,51 +53,51 @@
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt tthhaatt rreettuurrnn _MM_oo_uu_ss_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ AWTEventMulticaster._a_d_d(_M_o_u_s_e_L_i_s_t_e_n_e_r a,
│ │ │ │ _M_o_u_s_e_L_i_s_t_e_n_e_r b)
│ │ │ │ static _M_o_u_s_e_L_i_s_t_e_n_e_r Adds mouse-listener-a with mouse-listener-
│ │ │ │ b and returns the resulting multicast
│ │ │ │ listener.
│ │ │ │ - Component._g_e_t_M_o_u_s_e_L_i_s_t_e_n_e_r_s()
│ │ │ │ - _M_o_u_s_e_L_i_s_t_e_n_e_r[] Returns an array of all the mouse listeners
│ │ │ │ - registered on this component.
│ │ │ │ TrayIcon._g_e_t_M_o_u_s_e_L_i_s_t_e_n_e_r_s()
│ │ │ │ _M_o_u_s_e_L_i_s_t_e_n_e_r[] Returns an array of all the mouse listeners
│ │ │ │ registered on this TrayIcon.
│ │ │ │ + Component._g_e_t_M_o_u_s_e_L_i_s_t_e_n_e_r_s()
│ │ │ │ + _M_o_u_s_e_L_i_s_t_e_n_e_r[] Returns an array of all the mouse listeners
│ │ │ │ + registered on this component.
│ │ │ │ AWTEventMulticaster._r_e_m_o_v_e(_M_o_u_s_e_L_i_s_t_e_n_e_r l,
│ │ │ │ _M_o_u_s_e_L_i_s_t_e_n_e_r oldl)
│ │ │ │ static _M_o_u_s_e_L_i_s_t_e_n_e_r Removes the old mouse-listener from mouse-
│ │ │ │ listener-l and returns the resulting multicast
│ │ │ │ listener.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _MM_oo_uu_ss_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ AWTEventMulticaster._a_d_d(_M_o_u_s_e_L_i_s_t_e_n_e_r a,
│ │ │ │ _M_o_u_s_e_L_i_s_t_e_n_e_r b)
│ │ │ │ static _M_o_u_s_e_L_i_s_t_e_n_e_r Adds mouse-listener-a with mouse-listener-
│ │ │ │ b and returns the resulting multicast
│ │ │ │ listener.
│ │ │ │ - Component._a_d_d_M_o_u_s_e_L_i_s_t_e_n_e_r(_M_o_u_s_e_L_i_s_t_e_n_e_r l)
│ │ │ │ - void Adds the specified mouse listener to receive
│ │ │ │ - mouse events from this component.
│ │ │ │ TrayIcon._a_d_d_M_o_u_s_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_M_o_u_s_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Adds the specified mouse listener to receive
│ │ │ │ mouse events from this TrayIcon.
│ │ │ │ + Component._a_d_d_M_o_u_s_e_L_i_s_t_e_n_e_r(_M_o_u_s_e_L_i_s_t_e_n_e_r l)
│ │ │ │ + void Adds the specified mouse listener to receive
│ │ │ │ + mouse events from this component.
│ │ │ │ AWTEventMulticaster._r_e_m_o_v_e(_M_o_u_s_e_L_i_s_t_e_n_e_r l,
│ │ │ │ _M_o_u_s_e_L_i_s_t_e_n_e_r oldl)
│ │ │ │ static _M_o_u_s_e_L_i_s_t_e_n_e_r Removes the old mouse-listener from mouse-
│ │ │ │ listener-l and returns the resulting multicast
│ │ │ │ listener.
│ │ │ │ + TrayIcon._r_e_m_o_v_e_M_o_u_s_e_L_i_s_t_e_n_e_r
│ │ │ │ + void (_M_o_u_s_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ + Removes the specified mouse listener.
│ │ │ │ Component._r_e_m_o_v_e_M_o_u_s_e_L_i_s_t_e_n_e_r(_M_o_u_s_e_L_i_s_t_e_n_e_r l)
│ │ │ │ void Removes the specified mouse listener so that
│ │ │ │ it no longer receives mouse events from this
│ │ │ │ component.
│ │ │ │ - TrayIcon._r_e_m_o_v_e_M_o_u_s_e_L_i_s_t_e_n_e_r
│ │ │ │ - void (_M_o_u_s_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ - Removes the specified mouse listener.
│ │ │ │ o ******** UUsseess ooff _MM_oo_uu_ss_ee_LL_ii_ss_tt_ee_nn_ee_rr iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd ********
│ │ │ │ CCllaasssseess iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd tthhaatt iimmpplleemmeenntt _MM_oo_uu_ss_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ _M_o_u_s_e_D_r_a_g_G_e_s_t_u_r_e_R_e_c_o_g_n_i_z_e_r
│ │ │ │ class This abstract subclass of DragGestureRecognizer
│ │ │ │ defines a DragGestureRecognizer for mouse-based
│ │ │ │ gestures.
│ │ │ │ @@ -182,42 +182,42 @@
│ │ │ │ mouse is released to the destination it is
│ │ │ │ constructed with.
│ │ │ │ FFiieellddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc ddeeccllaarreedd aass _MM_oo_uu_ss_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee FFiieelldd aanndd DDeessccrriippttiioonn
│ │ │ │ BasicComboPopup._l_i_s_t_M_o_u_s_e_L_i_s_t_e_n_e_r
│ │ │ │ protected _M_o_u_s_e_L_i_s_t_e_n_e_r This protected field is implementation
│ │ │ │ specific.
│ │ │ │ - protected _M_o_u_s_e_L_i_s_t_e_n_e_r BasicTabbedPaneUI._m_o_u_s_e_L_i_s_t_e_n_e_r
│ │ │ │ BasicComboPopup._m_o_u_s_e_L_i_s_t_e_n_e_r
│ │ │ │ protected _M_o_u_s_e_L_i_s_t_e_n_e_r This protected field is implementation
│ │ │ │ specific.
│ │ │ │ + protected _M_o_u_s_e_L_i_s_t_e_n_e_r BasicTabbedPaneUI._m_o_u_s_e_L_i_s_t_e_n_e_r
│ │ │ │ protected _M_o_u_s_e_L_i_s_t_e_n_e_r BasicComboBoxUI._p_o_p_u_p_M_o_u_s_e_L_i_s_t_e_n_e_r
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc tthhaatt rreettuurrnn _MM_oo_uu_ss_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ protected BasicFileChooserUI._c_r_e_a_t_e_D_o_u_b_l_e_C_l_i_c_k_L_i_s_t_e_n_e_r
│ │ │ │ _M_o_u_s_e_L_i_s_t_e_n_e_r (_J_F_i_l_e_C_h_o_o_s_e_r fc, _J_L_i_s_t list)
│ │ │ │ protected BasicComboPopup._c_r_e_a_t_e_L_i_s_t_M_o_u_s_e_L_i_s_t_e_n_e_r()
│ │ │ │ _M_o_u_s_e_L_i_s_t_e_n_e_r Creates a mouse listener that watches for
│ │ │ │ mouse events in the popup's list.
│ │ │ │ BasicTreeUI._c_r_e_a_t_e_M_o_u_s_e_L_i_s_t_e_n_e_r()
│ │ │ │ protected Creates the listener responsible for
│ │ │ │ _M_o_u_s_e_L_i_s_t_e_n_e_r updating the selection based on mouse
│ │ │ │ events.
│ │ │ │ - protected BasicTabbedPaneUI._c_r_e_a_t_e_M_o_u_s_e_L_i_s_t_e_n_e_r()
│ │ │ │ - _M_o_u_s_e_L_i_s_t_e_n_e_r
│ │ │ │ BasicComboPopup._c_r_e_a_t_e_M_o_u_s_e_L_i_s_t_e_n_e_r()
│ │ │ │ protected Creates a listener that will watch for
│ │ │ │ _M_o_u_s_e_L_i_s_t_e_n_e_r mouse-press and release events on the combo
│ │ │ │ box.
│ │ │ │ - BasicComboPopup._g_e_t_M_o_u_s_e_L_i_s_t_e_n_e_r()
│ │ │ │ - _M_o_u_s_e_L_i_s_t_e_n_e_r Implementation of
│ │ │ │ - ComboPopup.getMouseListener().
│ │ │ │ + protected BasicTabbedPaneUI._c_r_e_a_t_e_M_o_u_s_e_L_i_s_t_e_n_e_r()
│ │ │ │ + _M_o_u_s_e_L_i_s_t_e_n_e_r
│ │ │ │ ComboPopup._g_e_t_M_o_u_s_e_L_i_s_t_e_n_e_r()
│ │ │ │ _M_o_u_s_e_L_i_s_t_e_n_e_r Returns a mouse listener that will be added
│ │ │ │ to the combo box or null.
│ │ │ │ + BasicComboPopup._g_e_t_M_o_u_s_e_L_i_s_t_e_n_e_r()
│ │ │ │ + _M_o_u_s_e_L_i_s_t_e_n_e_r Implementation of
│ │ │ │ + ComboPopup.getMouseListener().
│ │ │ │ o ******** UUsseess ooff _MM_oo_uu_ss_ee_LL_ii_ss_tt_ee_nn_ee_rr iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._mm_ee_tt_aa_ll ********
│ │ │ │ CCllaasssseess iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._mm_ee_tt_aa_ll tthhaatt iimmpplleemmeenntt
│ │ │ │ _MM_oo_uu_ss_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ protected class _M_e_t_a_l_F_i_l_e_C_h_o_o_s_e_r_U_I_._S_i_n_g_l_e_C_l_i_c_k_L_i_s_t_e_n_e_r
│ │ │ │ protected class _M_e_t_a_l_T_o_o_l_B_a_r_U_I_._M_e_t_a_l_D_o_c_k_i_n_g_L_i_s_t_e_n_e_r
│ │ │ │ o ******** UUsseess ooff _MM_oo_uu_ss_ee_LL_ii_ss_tt_ee_nn_ee_rr iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._ss_yy_nn_tt_hh ********
│ │ │ │ @@ -259,9 +259,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/MouseMotionAdapter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.MouseMotionAdapter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -48,9 +48,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/MouseMotionListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.event.MouseMotionListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -52,59 +52,59 @@
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ AWTEventMulticaster._a_d_d
│ │ │ │ (_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r a,
│ │ │ │ static _M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r _M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r b)
│ │ │ │ Adds mouse-motion-listener-a with mouse-
│ │ │ │ motion-listener-b and returns the
│ │ │ │ resulting multicast listener.
│ │ │ │ - Component._g_e_t_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r_s()
│ │ │ │ - _M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r[] Returns an array of all the mouse motion
│ │ │ │ - listeners registered on this component.
│ │ │ │ TrayIcon._g_e_t_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r_s()
│ │ │ │ _M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r[] Returns an array of all the mouse-motion
│ │ │ │ listeners registered on this TrayIcon.
│ │ │ │ + Component._g_e_t_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r_s()
│ │ │ │ + _M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r[] Returns an array of all the mouse motion
│ │ │ │ + listeners registered on this component.
│ │ │ │ AWTEventMulticaster._r_e_m_o_v_e
│ │ │ │ (_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r l,
│ │ │ │ static _M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r _M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r oldl)
│ │ │ │ Removes the old mouse-motion-listener
│ │ │ │ from mouse-motion-listener-l and returns
│ │ │ │ the resulting multicast listener.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _MM_oo_uu_ss_ee_MM_oo_tt_ii_oo_nn_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ AWTEventMulticaster._a_d_d
│ │ │ │ (_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r a,
│ │ │ │ static _M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r _M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r b)
│ │ │ │ Adds mouse-motion-listener-a with mouse-
│ │ │ │ motion-listener-b and returns the
│ │ │ │ resulting multicast listener.
│ │ │ │ - Component._a_d_d_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ - (_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ - void Adds the specified mouse motion listener
│ │ │ │ - to receive mouse motion events from this
│ │ │ │ - component.
│ │ │ │ TrayIcon._a_d_d_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ (_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r listener)
│ │ │ │ void Adds the specified mouse listener to
│ │ │ │ receive mouse-motion events from this
│ │ │ │ TrayIcon.
│ │ │ │ + Component._a_d_d_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ + (_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ + void Adds the specified mouse motion listener
│ │ │ │ + to receive mouse motion events from this
│ │ │ │ + component.
│ │ │ │ AWTEventMulticaster._r_e_m_o_v_e
│ │ │ │ (_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r l,
│ │ │ │ static _M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r _M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r oldl)
│ │ │ │ Removes the old mouse-motion-listener
│ │ │ │ from mouse-motion-listener-l and returns
│ │ │ │ the resulting multicast listener.
│ │ │ │ + TrayIcon._r_e_m_o_v_e_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ + void (_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r listener)
│ │ │ │ + Removes the specified mouse-motion
│ │ │ │ + listener.
│ │ │ │ Component._r_e_m_o_v_e_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ (_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r l)
│ │ │ │ void Removes the specified mouse motion
│ │ │ │ listener so that it no longer receives
│ │ │ │ mouse motion events from this component.
│ │ │ │ - TrayIcon._r_e_m_o_v_e_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ - void (_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r listener)
│ │ │ │ - Removes the specified mouse-motion
│ │ │ │ - listener.
│ │ │ │ o ******** UUsseess ooff _MM_oo_uu_ss_ee_MM_oo_tt_ii_oo_nn_LL_ii_ss_tt_ee_nn_ee_rr iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd ********
│ │ │ │ CCllaasssseess iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd tthhaatt iimmpplleemmeenntt _MM_oo_uu_ss_ee_MM_oo_tt_ii_oo_nn_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ _M_o_u_s_e_D_r_a_g_G_e_s_t_u_r_e_R_e_c_o_g_n_i_z_e_r
│ │ │ │ class This abstract subclass of DragGestureRecognizer
│ │ │ │ defines a DragGestureRecognizer for mouse-based
│ │ │ │ gestures.
│ │ │ │ @@ -217,20 +217,20 @@
│ │ │ │ BasicComboPopup._c_r_e_a_t_e_L_i_s_t_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r
│ │ │ │ protected ()
│ │ │ │ _M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r Creates a mouse motion listener that watches
│ │ │ │ for mouse motion events in the popup's list.
│ │ │ │ protected BasicComboPopup._c_r_e_a_t_e_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r()
│ │ │ │ _M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r Creates the mouse motion listener which will
│ │ │ │ be added to the combo box.
│ │ │ │ - BasicComboPopup._g_e_t_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r()
│ │ │ │ - _M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r Implementation of
│ │ │ │ - ComboPopup.getMouseMotionListener().
│ │ │ │ ComboPopup._g_e_t_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r()
│ │ │ │ _M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r Returns a mouse motion listener that will be
│ │ │ │ added to the combo box or null.
│ │ │ │ + BasicComboPopup._g_e_t_M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r()
│ │ │ │ + _M_o_u_s_e_M_o_t_i_o_n_L_i_s_t_e_n_e_r Implementation of
│ │ │ │ + ComboPopup.getMouseMotionListener().
│ │ │ │ o ******** UUsseess ooff _MM_oo_uu_ss_ee_MM_oo_tt_ii_oo_nn_LL_ii_ss_tt_ee_nn_ee_rr iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._mm_ee_tt_aa_ll ********
│ │ │ │ CCllaasssseess iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._mm_ee_tt_aa_ll tthhaatt iimmpplleemmeenntt
│ │ │ │ _MM_oo_uu_ss_ee_MM_oo_tt_ii_oo_nn_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ protected class _M_e_t_a_l_F_i_l_e_C_h_o_o_s_e_r_U_I_._S_i_n_g_l_e_C_l_i_c_k_L_i_s_t_e_n_e_r
│ │ │ │ protected class _M_e_t_a_l_T_o_o_l_B_a_r_U_I_._M_e_t_a_l_D_o_c_k_i_n_g_L_i_s_t_e_n_e_r
│ │ │ │ o ******** UUsseess ooff _MM_oo_uu_ss_ee_MM_oo_tt_ii_oo_nn_LL_ii_ss_tt_ee_nn_ee_rr iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt ********
│ │ │ │ @@ -267,9 +267,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/MouseWheelEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.MouseWheelEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -89,9 +89,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/MouseWheelListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.event.MouseWheelListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -177,9 +177,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/PaintEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.PaintEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/TextEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.TextEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -26,18 +26,18 @@
│ │ │ │ * o ******** UUsseess ooff _TT_ee_xx_tt_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_.._aa_ww_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _TT_ee_xx_tt_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ protected TextComponent._p_r_o_c_e_s_s_T_e_x_t_E_v_e_n_t(_T_e_x_t_E_v_e_n_t e)
│ │ │ │ void Processes text events occurring on this text component by
│ │ │ │ dispatching them to any registered TextListener objects.
│ │ │ │ + void AWTEventMulticaster._t_e_x_t_V_a_l_u_e_C_h_a_n_g_e_d(_T_e_x_t_E_v_e_n_t e)
│ │ │ │ TextComponent.AccessibleAWTTextComponent._t_e_x_t_V_a_l_u_e_C_h_a_n_g_e_d
│ │ │ │ void (_T_e_x_t_E_v_e_n_t textEvent)
│ │ │ │ TextListener notification of a text value change.
│ │ │ │ - void AWTEventMulticaster._t_e_x_t_V_a_l_u_e_C_h_a_n_g_e_d(_T_e_x_t_E_v_e_n_t e)
│ │ │ │ o ******** UUsseess ooff _TT_ee_xx_tt_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ee_vv_ee_nn_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ee_vv_ee_nn_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _TT_ee_xx_tt_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ void TextListener._t_e_x_t_V_a_l_u_e_C_h_a_n_g_e_d(_T_e_x_t_E_v_e_n_t e)
│ │ │ │ Invoked when the value of the text has changed.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ @@ -56,9 +56,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/TextListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.event.TextListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -81,9 +81,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/WindowAdapter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.WindowAdapter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -52,9 +52,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/WindowEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.event.WindowEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -89,83 +89,83 @@
│ │ │ │ (_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ void Handles the windowStateChanged event by invoking
│ │ │ │ the windowStateChanged methods on listener-a and
│ │ │ │ listener-b.
│ │ │ │ o ******** UUsseess ooff _WW_ii_nn_dd_oo_ww_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ee_vv_ee_nn_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ee_vv_ee_nn_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _WW_ii_nn_dd_oo_ww_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + void WindowAdapter._w_i_n_d_o_w_A_c_t_i_v_a_t_e_d(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ + Invoked when a window is activated.
│ │ │ │ WindowListener._w_i_n_d_o_w_A_c_t_i_v_a_t_e_d(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ void Invoked when the Window is set to be the active
│ │ │ │ Window.
│ │ │ │ - void WindowAdapter._w_i_n_d_o_w_A_c_t_i_v_a_t_e_d(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ - Invoked when a window is activated.
│ │ │ │ + void WindowAdapter._w_i_n_d_o_w_C_l_o_s_e_d(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ + Invoked when a window has been closed.
│ │ │ │ WindowListener._w_i_n_d_o_w_C_l_o_s_e_d(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ void Invoked when a window has been closed as the
│ │ │ │ result of calling dispose on the window.
│ │ │ │ - void WindowAdapter._w_i_n_d_o_w_C_l_o_s_e_d(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ - Invoked when a window has been closed.
│ │ │ │ - WindowListener._w_i_n_d_o_w_C_l_o_s_i_n_g(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ - void Invoked when the user attempts to close the
│ │ │ │ - window from the window's system menu.
│ │ │ │ WindowAdapter._w_i_n_d_o_w_C_l_o_s_i_n_g(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ void Invoked when a window is in the process of being
│ │ │ │ closed.
│ │ │ │ + WindowListener._w_i_n_d_o_w_C_l_o_s_i_n_g(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ + void Invoked when the user attempts to close the
│ │ │ │ + window from the window's system menu.
│ │ │ │ + void WindowAdapter._w_i_n_d_o_w_D_e_a_c_t_i_v_a_t_e_d(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ + Invoked when a window is de-activated.
│ │ │ │ WindowListener._w_i_n_d_o_w_D_e_a_c_t_i_v_a_t_e_d(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ void Invoked when a Window is no longer the active
│ │ │ │ Window.
│ │ │ │ - void WindowAdapter._w_i_n_d_o_w_D_e_a_c_t_i_v_a_t_e_d(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ - Invoked when a window is de-activated.
│ │ │ │ + void WindowAdapter._w_i_n_d_o_w_D_e_i_c_o_n_i_f_i_e_d(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ + Invoked when a window is de-iconified.
│ │ │ │ WindowListener._w_i_n_d_o_w_D_e_i_c_o_n_i_f_i_e_d(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ void Invoked when a window is changed from a minimized
│ │ │ │ to a normal state.
│ │ │ │ - void WindowAdapter._w_i_n_d_o_w_D_e_i_c_o_n_i_f_i_e_d(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ - Invoked when a window is de-iconified.
│ │ │ │ - WindowFocusListener._w_i_n_d_o_w_G_a_i_n_e_d_F_o_c_u_s
│ │ │ │ - (_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ + WindowAdapter._w_i_n_d_o_w_G_a_i_n_e_d_F_o_c_u_s(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ void Invoked when the Window is set to be the focused
│ │ │ │ Window, which means that the Window, or one of
│ │ │ │ its subcomponents, will receive keyboard events.
│ │ │ │ - WindowAdapter._w_i_n_d_o_w_G_a_i_n_e_d_F_o_c_u_s(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ + WindowFocusListener._w_i_n_d_o_w_G_a_i_n_e_d_F_o_c_u_s
│ │ │ │ + (_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ void Invoked when the Window is set to be the focused
│ │ │ │ Window, which means that the Window, or one of
│ │ │ │ its subcomponents, will receive keyboard events.
│ │ │ │ + void WindowAdapter._w_i_n_d_o_w_I_c_o_n_i_f_i_e_d(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ + Invoked when a window is iconified.
│ │ │ │ WindowListener._w_i_n_d_o_w_I_c_o_n_i_f_i_e_d(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ void Invoked when a window is changed from a normal to
│ │ │ │ a minimized state.
│ │ │ │ - void WindowAdapter._w_i_n_d_o_w_I_c_o_n_i_f_i_e_d(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ - Invoked when a window is iconified.
│ │ │ │ + WindowAdapter._w_i_n_d_o_w_L_o_s_t_F_o_c_u_s(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ + Invoked when the Window is no longer the focused
│ │ │ │ + void Window, which means that keyboard events will no
│ │ │ │ + longer be delivered to the Window or any of its
│ │ │ │ + subcomponents.
│ │ │ │ WindowFocusListener._w_i_n_d_o_w_L_o_s_t_F_o_c_u_s
│ │ │ │ (_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ void Invoked when the Window is no longer the focused
│ │ │ │ Window, which means that keyboard events will no
│ │ │ │ longer be delivered to the Window or any of its
│ │ │ │ subcomponents.
│ │ │ │ - WindowAdapter._w_i_n_d_o_w_L_o_s_t_F_o_c_u_s(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ - Invoked when the Window is no longer the focused
│ │ │ │ - void Window, which means that keyboard events will no
│ │ │ │ - longer be delivered to the Window or any of its
│ │ │ │ - subcomponents.
│ │ │ │ - void WindowListener._w_i_n_d_o_w_O_p_e_n_e_d(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ - Invoked the first time a window is made visible.
│ │ │ │ void WindowAdapter._w_i_n_d_o_w_O_p_e_n_e_d(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ Invoked when a window has been opened.
│ │ │ │ + void WindowListener._w_i_n_d_o_w_O_p_e_n_e_d(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ + Invoked the first time a window is made visible.
│ │ │ │ + void WindowAdapter._w_i_n_d_o_w_S_t_a_t_e_C_h_a_n_g_e_d(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ + Invoked when a window state is changed.
│ │ │ │ WindowStateListener._w_i_n_d_o_w_S_t_a_t_e_C_h_a_n_g_e_d
│ │ │ │ void (_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ Invoked when window state is changed.
│ │ │ │ - void WindowAdapter._w_i_n_d_o_w_S_t_a_t_e_C_h_a_n_g_e_d(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ - Invoked when a window state is changed.
│ │ │ │ o ******** UUsseess ooff _WW_ii_nn_dd_oo_ww_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee _WW_ii_nn_dd_oo_ww_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - JFrame._p_r_o_c_e_s_s_W_i_n_d_o_w_E_v_e_n_t(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ - protected void Processes window events occurring on this
│ │ │ │ - component.
│ │ │ │ JDialog._p_r_o_c_e_s_s_W_i_n_d_o_w_E_v_e_n_t(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ protected void Handles window events depending on the state of
│ │ │ │ the defaultCloseOperation property.
│ │ │ │ + JFrame._p_r_o_c_e_s_s_W_i_n_d_o_w_E_v_e_n_t(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ + protected void Processes window events occurring on this
│ │ │ │ + component.
│ │ │ │ JMenu.WinListener._w_i_n_d_o_w_C_l_o_s_i_n_g(_W_i_n_d_o_w_E_v_e_n_t e)
│ │ │ │ void Deselect the menu when the popup is closed from
│ │ │ │ outside.
│ │ │ │ o ******** UUsseess ooff _WW_ii_nn_dd_oo_ww_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _WW_ii_nn_dd_oo_ww_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ @@ -188,9 +188,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/WindowFocusListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.event.WindowFocusListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -110,9 +110,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/WindowListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.event.WindowListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -106,9 +106,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/class-use/WindowStateListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.event.WindowStateListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -110,9 +110,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/package-frame.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt.event (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/package-summary.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │
java.awt.event (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -142,9 +142,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/package-tree.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt.event Class Hierarchy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -97,9 +97,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/event/package-use.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Package java.awt.event (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -497,9 +497,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/FontRenderContext.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ FontRenderContext (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -669,10 +669,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -302,9 +302,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/GlyphJustificationInfo.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ GlyphJustificationInfo (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -575,10 +575,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -223,9 +223,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * Method
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/GlyphMetrics.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ GlyphMetrics (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -782,10 +782,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -305,9 +305,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/GlyphVector.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ GlyphVector (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1389,10 +1389,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -734,9 +734,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/GraphicAttribute.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ GraphicAttribute (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -631,10 +631,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -240,9 +240,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/ImageGraphicAttribute.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ImageGraphicAttribute (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -570,10 +570,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -232,9 +232,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/LayoutPath.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ LayoutPath (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -347,10 +347,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -136,9 +136,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/LineBreakMeasurer.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ LineBreakMeasurer (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -772,10 +772,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -467,9 +467,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/LineMetrics.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ LineMetrics (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -532,10 +532,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -182,9 +182,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/MultipleMaster.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ MultipleMaster (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -372,10 +372,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -145,9 +145,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/NumericShaper.Range.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ NumericShaper.Range (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -869,10 +869,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -302,9 +302,9 @@
│ │ │ │ * Field |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/NumericShaper.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ NumericShaper (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1273,10 +1273,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -574,9 +574,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/OpenType.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ OpenType (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1556,10 +1556,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -567,9 +567,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/ShapeGraphicAttribute.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ShapeGraphicAttribute (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -631,10 +631,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -252,9 +252,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/TextAttribute.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ TextAttribute (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -2133,10 +2133,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -878,9 +878,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/TextHitInfo.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ TextHitInfo (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -601,10 +601,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -245,9 +245,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/TextLayout.CaretPolicy.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ TextLayout.CaretPolicy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -21,20 +21,20 @@
│ │ │ │ PPaacckkaaggee DDeessccrriippttiioonn
│ │ │ │ _j_a_v_a_._a_w_t Contains all of the classes for creating user interfaces
│ │ │ │ and for painting graphics and images.
│ │ │ │ _j_a_v_a_._a_w_t_._f_o_n_t Provides classes and interface relating to fonts.
│ │ │ │ * o ******** UUsseess ooff _FF_oo_nn_tt_RR_ee_nn_dd_ee_rr_CC_oo_nn_tt_ee_xx_tt iinn _jj_aa_vv_aa_.._aa_ww_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt tthhaatt rreettuurrnn _FF_oo_nn_tt_RR_ee_nn_dd_ee_rr_CC_oo_nn_tt_ee_xx_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - FontMetrics._g_e_t_F_o_n_t_R_e_n_d_e_r_C_o_n_t_e_x_t()
│ │ │ │ - _F_o_n_t_R_e_n_d_e_r_C_o_n_t_e_x_t Gets the FontRenderContext used by this
│ │ │ │ - FontMetrics object to measure text.
│ │ │ │ Graphics2D._g_e_t_F_o_n_t_R_e_n_d_e_r_C_o_n_t_e_x_t()
│ │ │ │ abstract _F_o_n_t_R_e_n_d_e_r_C_o_n_t_e_x_t Get the rendering context of the Font
│ │ │ │ within this Graphics2D context.
│ │ │ │ + FontMetrics._g_e_t_F_o_n_t_R_e_n_d_e_r_C_o_n_t_e_x_t()
│ │ │ │ + _F_o_n_t_R_e_n_d_e_r_C_o_n_t_e_x_t Gets the FontRenderContext used by this
│ │ │ │ + FontMetrics object to measure text.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _FF_oo_nn_tt_RR_ee_nn_dd_ee_rr_CC_oo_nn_tt_ee_xx_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ Font._c_r_e_a_t_e_G_l_y_p_h_V_e_c_t_o_r(_F_o_n_t_R_e_n_d_e_r_C_o_n_t_e_x_t frc,
│ │ │ │ char[] chars)
│ │ │ │ _G_l_y_p_h_V_e_c_t_o_r Creates a _G_l_y_p_h_V_e_c_t_o_r by mapping characters to
│ │ │ │ glyphs one-to-one based on the Unicode cmap in
│ │ │ │ this Font.
│ │ │ │ @@ -159,9 +159,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/class-use/GlyphJustificationInfo.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.font.GlyphJustificationInfo (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -49,9 +49,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/class-use/GlyphMetrics.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.font.GlyphMetrics (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -43,9 +43,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/class-use/GlyphVector.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.font.GlyphVector (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -79,9 +79,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/class-use/GraphicAttribute.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.font.GraphicAttribute (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -48,9 +48,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/class-use/ImageGraphicAttribute.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.font.ImageGraphicAttribute (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -45,9 +45,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/class-use/LayoutPath.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.font.LayoutPath (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -44,9 +44,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/class-use/LineBreakMeasurer.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.font.LineBreakMeasurer (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/class-use/LineMetrics.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.font.LineMetrics (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -75,9 +75,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/class-use/MultipleMaster.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.font.MultipleMaster (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/class-use/NumericShaper.Range.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.font.NumericShaper.Range (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -84,9 +84,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/class-use/NumericShaper.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.font.NumericShaper (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -63,9 +63,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/class-use/OpenType.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.font.OpenType (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/class-use/ShapeGraphicAttribute.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.font.ShapeGraphicAttribute (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -45,9 +45,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/class-use/TextAttribute.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.font.TextAttribute (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -128,9 +128,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/class-use/TextHitInfo.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.font.TextHitInfo (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -204,9 +204,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/class-use/TextLayout.CaretPolicy.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.font.TextLayout.CaretPolicy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -60,9 +60,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/class-use/TextLayout.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.font.TextLayout (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -64,9 +64,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/class-use/TextMeasurer.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.font.TextMeasurer (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/class-use/TransformAttribute.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.font.TransformAttribute (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -43,9 +43,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/package-frame.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt.font (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/package-summary.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │
java.awt.font (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -101,9 +101,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/package-tree.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt.font Class Hierarchy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -64,9 +64,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/font/package-use.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Package java.awt.font (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -126,9 +126,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/AffineTransform.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ AffineTransform (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -3172,10 +3172,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -1841,9 +1841,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/Arc2D.Double.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Arc2D.Double (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -943,10 +943,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -422,9 +422,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/Arc2D.Float.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Arc2D.Float (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -947,10 +947,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -422,9 +422,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/Arc2D.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Arc2D (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1413,10 +1413,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -726,9 +726,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/Area.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Area (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1257,10 +1257,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -662,9 +662,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/CubicCurve2D.Double.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ CubicCurve2D.Double (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1002,10 +1002,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -441,9 +441,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/CubicCurve2D.Float.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ CubicCurve2D.Float (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1055,10 +1055,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -477,9 +477,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/CubicCurve2D.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ CubicCurve2D (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1716,10 +1716,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -902,9 +902,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/Dimension2D.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Dimension2D (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -427,10 +427,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -156,9 +156,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/Ellipse2D.Double.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Ellipse2D.Double (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -706,10 +706,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -288,9 +288,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/Ellipse2D.Float.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Ellipse2D.Float (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -741,10 +741,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -308,9 +308,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/Ellipse2D.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Ellipse2D (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -605,10 +605,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -266,9 +266,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/FlatteningPathIterator.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ FlatteningPathIterator (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -538,10 +538,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -220,9 +220,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/GeneralPath.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ GeneralPath (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -39,56 +39,56 @@
│ │ │ │ GraphicsConfiguration.
│ │ │ │ GraphicsConfiguration._g_e_t_N_o_r_m_a_l_i_z_i_n_g_T_r_a_n_s_f_o_r_m
│ │ │ │ ()
│ │ │ │ abstract Returns a AffineTransform that can be
│ │ │ │ _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m concatenated with the default AffineTransform
│ │ │ │ of a GraphicsConfiguration so that 72 units
│ │ │ │ in user space equals 1 inch in device space.
│ │ │ │ - Font._g_e_t_T_r_a_n_s_f_o_r_m()
│ │ │ │ - _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m Returns a copy of the transform associated
│ │ │ │ - with this Font.
│ │ │ │ abstract Graphics2D._g_e_t_T_r_a_n_s_f_o_r_m()
│ │ │ │ _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m Returns a copy of the current Transform in
│ │ │ │ the Graphics2D context.
│ │ │ │ MultipleGradientPaint._g_e_t_T_r_a_n_s_f_o_r_m()
│ │ │ │ _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m Returns a copy of the transform applied to
│ │ │ │ the gradient.
│ │ │ │ + Font._g_e_t_T_r_a_n_s_f_o_r_m()
│ │ │ │ + _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m Returns a copy of the transform associated
│ │ │ │ + with this Font.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _AA_ff_ff_ii_nn_ee_TT_rr_aa_nn_ss_ff_oo_rr_mm?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - Color._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm, _R_e_c_t_a_n_g_l_e r,
│ │ │ │ - _R_e_c_t_a_n_g_l_e_2_D r2d, _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform,
│ │ │ │ - _P_a_i_n_t_C_o_n_t_e_x_t _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ - Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ - generate a solid color field pattern.
│ │ │ │ Paint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ generate the color pattern.
│ │ │ │ - GradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ - _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ - _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ - Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ - generate a linear color gradient pattern.
│ │ │ │ - TexturePaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ - _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ - _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ - Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ - generate a tiled image pattern.
│ │ │ │ LinearGradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m transform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ generate a linear color gradient pattern.
│ │ │ │ RadialGradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m transform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ generate a circular radial color gradient
│ │ │ │ pattern.
│ │ │ │ + GradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ + _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ + _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ + Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ + generate a linear color gradient pattern.
│ │ │ │ + TexturePaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ + _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ + _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ + Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ + generate a tiled image pattern.
│ │ │ │ + Color._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm, _R_e_c_t_a_n_g_l_e r,
│ │ │ │ + _R_e_c_t_a_n_g_l_e_2_D r2d, _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform,
│ │ │ │ + _P_a_i_n_t_C_o_n_t_e_x_t _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ + Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ + generate a solid color field pattern.
│ │ │ │ Font._d_e_r_i_v_e_F_o_n_t(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m trans)
│ │ │ │ _F_o_n_t Creates a new Font object by replicating the
│ │ │ │ current Font object and applying a new transform
│ │ │ │ to it.
│ │ │ │ Font._d_e_r_i_v_e_F_o_n_t(int style, _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m trans)
│ │ │ │ _F_o_n_t Creates a new Font object by replicating this
│ │ │ │ Font object and applying a new style and
│ │ │ │ @@ -154,24 +154,24 @@
│ │ │ │ _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m Gets the transform that is used to scale
│ │ │ │ typographical points to pixels in this
│ │ │ │ FontRenderContext.
│ │ │ │ _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m TransformAttribute._g_e_t_T_r_a_n_s_f_o_r_m()
│ │ │ │ Returns a copy of the wrapped transform.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ff_oo_nn_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _AA_ff_ff_ii_nn_ee_TT_rr_aa_nn_ss_ff_oo_rr_mm?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - GraphicAttribute._g_e_t_O_u_t_l_i_n_e(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m tx)
│ │ │ │ - _S_h_a_p_e Return a _S_h_a_p_e that represents the region that
│ │ │ │ - this GraphicAttribute renders.
│ │ │ │ - TextLayout._g_e_t_O_u_t_l_i_n_e(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m tx)
│ │ │ │ - _S_h_a_p_e Returns a Shape representing the outline of this
│ │ │ │ - TextLayout.
│ │ │ │ ShapeGraphicAttribute._g_e_t_O_u_t_l_i_n_e
│ │ │ │ _S_h_a_p_e (_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m tx)
│ │ │ │ Return a _S_h_a_p_e that represents the region that
│ │ │ │ this ShapeGraphicAttribute renders.
│ │ │ │ + TextLayout._g_e_t_O_u_t_l_i_n_e(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m tx)
│ │ │ │ + _S_h_a_p_e Returns a Shape representing the outline of this
│ │ │ │ + TextLayout.
│ │ │ │ + GraphicAttribute._g_e_t_O_u_t_l_i_n_e(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m tx)
│ │ │ │ + _S_h_a_p_e Return a _S_h_a_p_e that represents the region that
│ │ │ │ + this GraphicAttribute renders.
│ │ │ │ GlyphVector._s_e_t_G_l_y_p_h_T_r_a_n_s_f_o_r_m(int glyphIndex,
│ │ │ │ abstract void _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m newTX)
│ │ │ │ Sets the transform of the specified glyph within
│ │ │ │ this GlyphVector.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ff_oo_nn_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _AA_ff_ff_ii_nn_ee_TT_rr_aa_nn_ss_ff_oo_rr_mm?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ @@ -243,71 +243,71 @@
│ │ │ │ Area._c_r_e_a_t_e_T_r_a_n_s_f_o_r_m_e_d_A_r_e_a(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m t)
│ │ │ │ _A_r_e_a Creates a new Area object that contains the same
│ │ │ │ geometry as this Area transformed by the
│ │ │ │ specified AffineTransform.
│ │ │ │ Path2D._c_r_e_a_t_e_T_r_a_n_s_f_o_r_m_e_d_S_h_a_p_e(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ _S_h_a_p_e Returns a new Shape representing a transformed
│ │ │ │ version of this Path2D.
│ │ │ │ + RoundRectangle2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r
│ │ │ │ + _P_a_t_h_I_t_e_r_a_t_o_r (_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ + Returns an iteration object that defines the
│ │ │ │ + boundary of this RoundRectangle2D.
│ │ │ │ Rectangle2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r Returns an iteration object that defines the
│ │ │ │ boundary of this Rectangle2D.
│ │ │ │ - Line2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ - _P_a_t_h_I_t_e_r_a_t_o_r Returns an iteration object that defines the
│ │ │ │ - boundary of this Line2D.
│ │ │ │ Path2D.Float._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r Returns an iterator object that iterates along
│ │ │ │ the Shape boundary and provides access to the
│ │ │ │ geometry of the Shape outline.
│ │ │ │ Path2D.Double._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r Returns an iterator object that iterates along
│ │ │ │ the Shape boundary and provides access to the
│ │ │ │ geometry of the Shape outline.
│ │ │ │ - RoundRectangle2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r
│ │ │ │ - _P_a_t_h_I_t_e_r_a_t_o_r (_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ - Returns an iteration object that defines the
│ │ │ │ - boundary of this RoundRectangle2D.
│ │ │ │ + Line2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ + _P_a_t_h_I_t_e_r_a_t_o_r Returns an iteration object that defines the
│ │ │ │ + boundary of this Line2D.
│ │ │ │ QuadCurve2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r Returns an iteration object that defines the
│ │ │ │ boundary of the shape of this QuadCurve2D.
│ │ │ │ - Ellipse2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ - _P_a_t_h_I_t_e_r_a_t_o_r Returns an iteration object that defines the
│ │ │ │ - boundary of this Ellipse2D.
│ │ │ │ CubicCurve2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r Returns an iteration object that defines the
│ │ │ │ boundary of the shape.
│ │ │ │ - Area._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ - _P_a_t_h_I_t_e_r_a_t_o_r Creates a _P_a_t_h_I_t_e_r_a_t_o_r for the outline of this
│ │ │ │ - Area object.
│ │ │ │ Arc2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r Returns an iteration object that defines the
│ │ │ │ boundary of the arc.
│ │ │ │ + Ellipse2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ + _P_a_t_h_I_t_e_r_a_t_o_r Returns an iteration object that defines the
│ │ │ │ + boundary of this Ellipse2D.
│ │ │ │ + Area._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ + _P_a_t_h_I_t_e_r_a_t_o_r Creates a _P_a_t_h_I_t_e_r_a_t_o_r for the outline of this
│ │ │ │ + Area object.
│ │ │ │ Rectangle2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at,
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r double flatness)
│ │ │ │ Returns an iteration object that defines the
│ │ │ │ boundary of the flattened Rectangle2D.
│ │ │ │ - RectangularShape._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r
│ │ │ │ - (_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at, double flatness)
│ │ │ │ - _P_a_t_h_I_t_e_r_a_t_o_r Returns an iterator object that iterates along
│ │ │ │ - the Shape object's boundary and provides access
│ │ │ │ - to a flattened view of the outline of the Shape
│ │ │ │ - object's geometry.
│ │ │ │ - Line2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at,
│ │ │ │ - _P_a_t_h_I_t_e_r_a_t_o_r double flatness)
│ │ │ │ - Returns an iteration object that defines the
│ │ │ │ - boundary of this flattened Line2D.
│ │ │ │ Path2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at,
│ │ │ │ double flatness)
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r Returns an iterator object that iterates along
│ │ │ │ the Shape boundary and provides access to a
│ │ │ │ flattened view of the Shape outline geometry.
│ │ │ │ + Line2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at,
│ │ │ │ + _P_a_t_h_I_t_e_r_a_t_o_r double flatness)
│ │ │ │ + Returns an iteration object that defines the
│ │ │ │ + boundary of this flattened Line2D.
│ │ │ │ QuadCurve2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at,
│ │ │ │ double flatness)
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r Returns an iteration object that defines the
│ │ │ │ boundary of the flattened shape of this
│ │ │ │ QuadCurve2D.
│ │ │ │ + RectangularShape._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r
│ │ │ │ + (_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at, double flatness)
│ │ │ │ + _P_a_t_h_I_t_e_r_a_t_o_r Returns an iterator object that iterates along
│ │ │ │ + the Shape object's boundary and provides access
│ │ │ │ + to a flattened view of the outline of the Shape
│ │ │ │ + object's geometry.
│ │ │ │ CubicCurve2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at,
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r double flatness)
│ │ │ │ Return an iteration object that defines the
│ │ │ │ boundary of the flattened shape.
│ │ │ │ Area._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at,
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r double flatness)
│ │ │ │ Creates a PathIterator for the flattened outline
│ │ │ │ @@ -423,9 +423,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/Arc2D.Double.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.Arc2D.Double (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/Arc2D.Float.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.Arc2D.Float (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/Arc2D.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.Arc2D (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -52,9 +52,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/Area.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.Area (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -64,9 +64,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/CubicCurve2D.Double.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.CubicCurve2D.Double (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/CubicCurve2D.Float.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.CubicCurve2D.Float (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/CubicCurve2D.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.CubicCurve2D (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -63,9 +63,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/Dimension2D.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.Dimension2D (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -71,9 +71,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/Ellipse2D.Double.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.Ellipse2D.Double (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/Ellipse2D.Float.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.Ellipse2D.Float (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/Ellipse2D.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.Ellipse2D (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -47,9 +47,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/FlatteningPathIterator.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.FlatteningPathIterator (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/GeneralPath.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.GeneralPath (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/IllegalPathStateException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.IllegalPathStateException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/Line2D.Double.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.Line2D.Double (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/Line2D.Float.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.Line2D.Float (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/Line2D.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.Line2D (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -57,9 +57,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/NoninvertibleTransformException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.NoninvertibleTransformException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -56,9 +56,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/Path2D.Double.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.Path2D.Double (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/Path2D.Float.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.Path2D.Float (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -45,9 +45,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/Path2D.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.Path2D (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -53,9 +53,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/PathIterator.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.geom.PathIterator (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -48,71 +48,71 @@
│ │ │ │ CCllaasssseess iinn _jj_aa_vv_aa_.._aa_ww_tt_.._gg_ee_oo_mm tthhaatt iimmpplleemmeenntt _PP_aa_tt_hh_II_tt_ee_rr_aa_tt_oo_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ _F_l_a_t_t_e_n_i_n_g_P_a_t_h_I_t_e_r_a_t_o_r
│ │ │ │ class The FlatteningPathIterator class returns a
│ │ │ │ flattened view of another _P_a_t_h_I_t_e_r_a_t_o_r object.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._gg_ee_oo_mm tthhaatt rreettuurrnn _PP_aa_tt_hh_II_tt_ee_rr_aa_tt_oo_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + RoundRectangle2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r
│ │ │ │ + _P_a_t_h_I_t_e_r_a_t_o_r (_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ + Returns an iteration object that defines the
│ │ │ │ + boundary of this RoundRectangle2D.
│ │ │ │ Rectangle2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r Returns an iteration object that defines the
│ │ │ │ boundary of this Rectangle2D.
│ │ │ │ - Line2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ - _P_a_t_h_I_t_e_r_a_t_o_r Returns an iteration object that defines the
│ │ │ │ - boundary of this Line2D.
│ │ │ │ Path2D.Float._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r Returns an iterator object that iterates along
│ │ │ │ the Shape boundary and provides access to the
│ │ │ │ geometry of the Shape outline.
│ │ │ │ Path2D.Double._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r Returns an iterator object that iterates along
│ │ │ │ the Shape boundary and provides access to the
│ │ │ │ geometry of the Shape outline.
│ │ │ │ - RoundRectangle2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r
│ │ │ │ - _P_a_t_h_I_t_e_r_a_t_o_r (_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ - Returns an iteration object that defines the
│ │ │ │ - boundary of this RoundRectangle2D.
│ │ │ │ + Line2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ + _P_a_t_h_I_t_e_r_a_t_o_r Returns an iteration object that defines the
│ │ │ │ + boundary of this Line2D.
│ │ │ │ QuadCurve2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r Returns an iteration object that defines the
│ │ │ │ boundary of the shape of this QuadCurve2D.
│ │ │ │ - Ellipse2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ - _P_a_t_h_I_t_e_r_a_t_o_r Returns an iteration object that defines the
│ │ │ │ - boundary of this Ellipse2D.
│ │ │ │ CubicCurve2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r Returns an iteration object that defines the
│ │ │ │ boundary of the shape.
│ │ │ │ - Area._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ - _P_a_t_h_I_t_e_r_a_t_o_r Creates a _P_a_t_h_I_t_e_r_a_t_o_r for the outline of this
│ │ │ │ - Area object.
│ │ │ │ Arc2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r Returns an iteration object that defines the
│ │ │ │ boundary of the arc.
│ │ │ │ + Ellipse2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ + _P_a_t_h_I_t_e_r_a_t_o_r Returns an iteration object that defines the
│ │ │ │ + boundary of this Ellipse2D.
│ │ │ │ + Area._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at)
│ │ │ │ + _P_a_t_h_I_t_e_r_a_t_o_r Creates a _P_a_t_h_I_t_e_r_a_t_o_r for the outline of this
│ │ │ │ + Area object.
│ │ │ │ Rectangle2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at,
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r double flatness)
│ │ │ │ Returns an iteration object that defines the
│ │ │ │ boundary of the flattened Rectangle2D.
│ │ │ │ - RectangularShape._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r
│ │ │ │ - (_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at, double flatness)
│ │ │ │ - _P_a_t_h_I_t_e_r_a_t_o_r Returns an iterator object that iterates along
│ │ │ │ - the Shape object's boundary and provides access
│ │ │ │ - to a flattened view of the outline of the Shape
│ │ │ │ - object's geometry.
│ │ │ │ - Line2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at,
│ │ │ │ - _P_a_t_h_I_t_e_r_a_t_o_r double flatness)
│ │ │ │ - Returns an iteration object that defines the
│ │ │ │ - boundary of this flattened Line2D.
│ │ │ │ Path2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at,
│ │ │ │ double flatness)
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r Returns an iterator object that iterates along
│ │ │ │ the Shape boundary and provides access to a
│ │ │ │ flattened view of the Shape outline geometry.
│ │ │ │ + Line2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at,
│ │ │ │ + _P_a_t_h_I_t_e_r_a_t_o_r double flatness)
│ │ │ │ + Returns an iteration object that defines the
│ │ │ │ + boundary of this flattened Line2D.
│ │ │ │ QuadCurve2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at,
│ │ │ │ double flatness)
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r Returns an iteration object that defines the
│ │ │ │ boundary of the flattened shape of this
│ │ │ │ QuadCurve2D.
│ │ │ │ + RectangularShape._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r
│ │ │ │ + (_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at, double flatness)
│ │ │ │ + _P_a_t_h_I_t_e_r_a_t_o_r Returns an iterator object that iterates along
│ │ │ │ + the Shape object's boundary and provides access
│ │ │ │ + to a flattened view of the outline of the Shape
│ │ │ │ + object's geometry.
│ │ │ │ CubicCurve2D._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at,
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r double flatness)
│ │ │ │ Return an iteration object that defines the
│ │ │ │ boundary of the flattened shape.
│ │ │ │ Area._g_e_t_P_a_t_h_I_t_e_r_a_t_o_r(_A_f_f_i_n_e_T_r_a_n_s_f_o_r_m at,
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r double flatness)
│ │ │ │ Creates a PathIterator for the flattened outline
│ │ │ │ @@ -187,9 +187,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/Point2D.Double.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.Point2D.Double (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/Point2D.Float.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.Point2D.Float (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/Point2D.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.Point2D (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -210,26 +210,26 @@
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._gg_ee_oo_mm wwiitthh ppaarraammeetteerrss ooff ttyyppee _PP_oo_ii_nn_tt_22_DD?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ void Rectangle2D._a_d_d(_P_o_i_n_t_2_D pt)
│ │ │ │ Adds the Point2D object pt to this Rectangle2D.
│ │ │ │ Path2D._c_o_n_t_a_i_n_s(_P_a_t_h_I_t_e_r_a_t_o_r pi, _P_o_i_n_t_2_D p)
│ │ │ │ static boolean Tests if the specified _P_o_i_n_t_2_D is inside the
│ │ │ │ closed boundary of the specified _P_a_t_h_I_t_e_r_a_t_o_r.
│ │ │ │ - RectangularShape._c_o_n_t_a_i_n_s(_P_o_i_n_t_2_D p)
│ │ │ │ + Path2D._c_o_n_t_a_i_n_s(_P_o_i_n_t_2_D p)
│ │ │ │ boolean Tests if a specified _P_o_i_n_t_2_D is inside the
│ │ │ │ boundary of the Shape, as described by the
│ │ │ │ _d_e_f_i_n_i_t_i_o_n_ _o_f_ _i_n_s_i_d_e_n_e_s_s.
│ │ │ │ Line2D._c_o_n_t_a_i_n_s(_P_o_i_n_t_2_D p)
│ │ │ │ boolean Tests if a given Point2D is inside the boundary
│ │ │ │ of this Line2D.
│ │ │ │ - Path2D._c_o_n_t_a_i_n_s(_P_o_i_n_t_2_D p)
│ │ │ │ + QuadCurve2D._c_o_n_t_a_i_n_s(_P_o_i_n_t_2_D p)
│ │ │ │ boolean Tests if a specified _P_o_i_n_t_2_D is inside the
│ │ │ │ boundary of the Shape, as described by the
│ │ │ │ _d_e_f_i_n_i_t_i_o_n_ _o_f_ _i_n_s_i_d_e_n_e_s_s.
│ │ │ │ - QuadCurve2D._c_o_n_t_a_i_n_s(_P_o_i_n_t_2_D p)
│ │ │ │ + RectangularShape._c_o_n_t_a_i_n_s(_P_o_i_n_t_2_D p)
│ │ │ │ boolean Tests if a specified _P_o_i_n_t_2_D is inside the
│ │ │ │ boundary of the Shape, as described by the
│ │ │ │ _d_e_f_i_n_i_t_i_o_n_ _o_f_ _i_n_s_i_d_e_n_e_s_s.
│ │ │ │ CubicCurve2D._c_o_n_t_a_i_n_s(_P_o_i_n_t_2_D p)
│ │ │ │ boolean Tests if a specified _P_o_i_n_t_2_D is inside the
│ │ │ │ boundary of the Shape, as described by the
│ │ │ │ _d_e_f_i_n_i_t_i_o_n_ _o_f_ _i_n_s_i_d_e_n_e_s_s.
│ │ │ │ @@ -344,80 +344,80 @@
│ │ │ │ objects.
│ │ │ │ _F_l_o_a_t(_P_o_i_n_t_2_D p1, _P_o_i_n_t_2_D p2)
│ │ │ │ Constructs and initializes a Line2D from the specified Point2D
│ │ │ │ objects.
│ │ │ │ o ******** UUsseess ooff _PP_oo_ii_nn_tt_22_DD iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee tthhaatt rreettuurrnn _PP_oo_ii_nn_tt_22_DD?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + LookupOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt, _P_o_i_n_t_2_D dstPt)
│ │ │ │ + _P_o_i_n_t_2_D Returns the location of the destination point
│ │ │ │ + given a point in the source.
│ │ │ │ + RescaleOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt,
│ │ │ │ + _P_o_i_n_t_2_D _P_o_i_n_t_2_D dstPt)
│ │ │ │ + Returns the location of the destination point
│ │ │ │ + given a point in the source.
│ │ │ │ BufferedImageOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt,
│ │ │ │ _P_o_i_n_t_2_D dstPt)
│ │ │ │ _P_o_i_n_t_2_D Returns the location of the corresponding
│ │ │ │ destination point given a point in the source
│ │ │ │ image.
│ │ │ │ - ConvolveOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt,
│ │ │ │ - _P_o_i_n_t_2_D _P_o_i_n_t_2_D dstPt)
│ │ │ │ - Returns the location of the destination point
│ │ │ │ - given a point in the source.
│ │ │ │ RasterOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt, _P_o_i_n_t_2_D dstPt)
│ │ │ │ _P_o_i_n_t_2_D Returns the location of the destination point
│ │ │ │ given a point in the source Raster.
│ │ │ │ - RescaleOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt,
│ │ │ │ - _P_o_i_n_t_2_D _P_o_i_n_t_2_D dstPt)
│ │ │ │ - Returns the location of the destination point
│ │ │ │ - given a point in the source.
│ │ │ │ - LookupOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt, _P_o_i_n_t_2_D dstPt)
│ │ │ │ - _P_o_i_n_t_2_D Returns the location of the destination point
│ │ │ │ - given a point in the source.
│ │ │ │ - ColorConvertOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt,
│ │ │ │ + ConvolveOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt,
│ │ │ │ _P_o_i_n_t_2_D _P_o_i_n_t_2_D dstPt)
│ │ │ │ Returns the location of the destination point
│ │ │ │ given a point in the source.
│ │ │ │ BandCombineOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt,
│ │ │ │ _P_o_i_n_t_2_D dstPt)
│ │ │ │ _P_o_i_n_t_2_D Returns the location of the corresponding
│ │ │ │ destination point given a point in the source
│ │ │ │ Raster.
│ │ │ │ AffineTransformOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt,
│ │ │ │ _P_o_i_n_t_2_D _P_o_i_n_t_2_D dstPt)
│ │ │ │ Returns the location of the corresponding
│ │ │ │ destination point given a point in the source.
│ │ │ │ + ColorConvertOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt,
│ │ │ │ + _P_o_i_n_t_2_D _P_o_i_n_t_2_D dstPt)
│ │ │ │ + Returns the location of the destination point
│ │ │ │ + given a point in the source.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee wwiitthh ppaarraammeetteerrss ooff ttyyppee _PP_oo_ii_nn_tt_22_DD?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + LookupOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt, _P_o_i_n_t_2_D dstPt)
│ │ │ │ + _P_o_i_n_t_2_D Returns the location of the destination point
│ │ │ │ + given a point in the source.
│ │ │ │ + RescaleOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt,
│ │ │ │ + _P_o_i_n_t_2_D _P_o_i_n_t_2_D dstPt)
│ │ │ │ + Returns the location of the destination point
│ │ │ │ + given a point in the source.
│ │ │ │ BufferedImageOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt,
│ │ │ │ _P_o_i_n_t_2_D dstPt)
│ │ │ │ _P_o_i_n_t_2_D Returns the location of the corresponding
│ │ │ │ destination point given a point in the source
│ │ │ │ image.
│ │ │ │ - ConvolveOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt,
│ │ │ │ - _P_o_i_n_t_2_D _P_o_i_n_t_2_D dstPt)
│ │ │ │ - Returns the location of the destination point
│ │ │ │ - given a point in the source.
│ │ │ │ RasterOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt, _P_o_i_n_t_2_D dstPt)
│ │ │ │ _P_o_i_n_t_2_D Returns the location of the destination point
│ │ │ │ given a point in the source Raster.
│ │ │ │ - RescaleOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt,
│ │ │ │ - _P_o_i_n_t_2_D _P_o_i_n_t_2_D dstPt)
│ │ │ │ - Returns the location of the destination point
│ │ │ │ - given a point in the source.
│ │ │ │ - LookupOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt, _P_o_i_n_t_2_D dstPt)
│ │ │ │ - _P_o_i_n_t_2_D Returns the location of the destination point
│ │ │ │ - given a point in the source.
│ │ │ │ - ColorConvertOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt,
│ │ │ │ + ConvolveOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt,
│ │ │ │ _P_o_i_n_t_2_D _P_o_i_n_t_2_D dstPt)
│ │ │ │ Returns the location of the destination point
│ │ │ │ given a point in the source.
│ │ │ │ BandCombineOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt,
│ │ │ │ _P_o_i_n_t_2_D dstPt)
│ │ │ │ _P_o_i_n_t_2_D Returns the location of the corresponding
│ │ │ │ destination point given a point in the source
│ │ │ │ Raster.
│ │ │ │ AffineTransformOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt,
│ │ │ │ _P_o_i_n_t_2_D _P_o_i_n_t_2_D dstPt)
│ │ │ │ Returns the location of the corresponding
│ │ │ │ destination point given a point in the source.
│ │ │ │ + ColorConvertOp._g_e_t_P_o_i_n_t_2_D(_P_o_i_n_t_2_D srcPt,
│ │ │ │ + _P_o_i_n_t_2_D _P_o_i_n_t_2_D dstPt)
│ │ │ │ + Returns the location of the destination point
│ │ │ │ + given a point in the source.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -431,9 +431,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/QuadCurve2D.Double.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.QuadCurve2D.Double (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/QuadCurve2D.Float.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.QuadCurve2D.Float (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/QuadCurve2D.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.QuadCurve2D (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -64,9 +64,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/Rectangle2D.Double.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.Rectangle2D.Double (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/Rectangle2D.Float.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.Rectangle2D.Float (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/Rectangle2D.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.Rectangle2D (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -52,23 +52,23 @@
│ │ │ │ Rectangle._c_r_e_a_t_e_U_n_i_o_n(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a new Rectangle2D object representing the
│ │ │ │ union of this Rectangle2D with the specified
│ │ │ │ Rectangle2D.
│ │ │ │ TexturePaint._g_e_t_A_n_c_h_o_r_R_e_c_t()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a copy of the anchor rectangle which
│ │ │ │ positions and sizes the textured image.
│ │ │ │ - Rectangle._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ + Shape._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a high precision and more accurate
│ │ │ │ bounding box of the Shape than the getBounds
│ │ │ │ method.
│ │ │ │ - Shape._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ + Polygon._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a high precision and more accurate
│ │ │ │ bounding box of the Shape than the getBounds
│ │ │ │ method.
│ │ │ │ - Polygon._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ + Rectangle._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a high precision and more accurate
│ │ │ │ bounding box of the Shape than the getBounds
│ │ │ │ method.
│ │ │ │ Font._g_e_t_M_a_x_C_h_a_r_B_o_u_n_d_s(_F_o_n_t_R_e_n_d_e_r_C_o_n_t_e_x_t frc)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns the bounds for the character with the
│ │ │ │ maximum bounds as defined in the specified
│ │ │ │ FontRenderContext.
│ │ │ │ @@ -113,45 +113,45 @@
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ Shape._c_o_n_t_a_i_n_s(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ boolean Tests if the interior of the Shape entirely
│ │ │ │ contains the specified Rectangle2D.
│ │ │ │ Polygon._c_o_n_t_a_i_n_s(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ boolean Tests if the interior of the Shape entirely
│ │ │ │ contains the specified Rectangle2D.
│ │ │ │ - Color._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm, _R_e_c_t_a_n_g_l_e r,
│ │ │ │ - _R_e_c_t_a_n_g_l_e_2_D r2d, _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform,
│ │ │ │ - _P_a_i_n_t_C_o_n_t_e_x_t _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ - Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ - generate a solid color field pattern.
│ │ │ │ Paint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ generate the color pattern.
│ │ │ │ - GradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ - _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ - _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ - Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ - generate a linear color gradient pattern.
│ │ │ │ - TexturePaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ - _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ - _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ - Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ - generate a tiled image pattern.
│ │ │ │ LinearGradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m transform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ generate a linear color gradient pattern.
│ │ │ │ RadialGradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m transform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ generate a circular radial color gradient
│ │ │ │ pattern.
│ │ │ │ + GradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ + _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ + _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ + Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ + generate a linear color gradient pattern.
│ │ │ │ + TexturePaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ + _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ + _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ + Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ + generate a tiled image pattern.
│ │ │ │ + Color._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm, _R_e_c_t_a_n_g_l_e r,
│ │ │ │ + _R_e_c_t_a_n_g_l_e_2_D r2d, _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform,
│ │ │ │ + _P_a_i_n_t_C_o_n_t_e_x_t _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ + Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ + generate a solid color field pattern.
│ │ │ │ Rectangle._c_r_e_a_t_e_I_n_t_e_r_s_e_c_t_i_o_n(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a new Rectangle2D object representing the
│ │ │ │ intersection of this Rectangle2D with the
│ │ │ │ specified Rectangle2D.
│ │ │ │ Rectangle._c_r_e_a_t_e_U_n_i_o_n(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a new Rectangle2D object representing the
│ │ │ │ union of this Rectangle2D with the specified
│ │ │ │ @@ -168,28 +168,28 @@
│ │ │ │ _C_o_l_o_r[] colors, _M_u_l_t_i_p_l_e_G_r_a_d_i_e_n_t_P_a_i_n_t_._C_y_c_l_e_M_e_t_h_o_d cycleMethod)
│ │ │ │ Constructs a RadialGradientPaint with a default SRGB color space.
│ │ │ │ _T_e_x_t_u_r_e_P_a_i_n_t(_B_u_f_f_e_r_e_d_I_m_a_g_e txtr, _R_e_c_t_a_n_g_l_e_2_D anchor)
│ │ │ │ Constructs a TexturePaint object.
│ │ │ │ o ******** UUsseess ooff _RR_ee_cc_tt_aa_nn_gg_ll_ee_22_DD iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ff_oo_nn_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ff_oo_nn_tt tthhaatt rreettuurrnn _RR_ee_cc_tt_aa_nn_gg_ll_ee_22_DD?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - GraphicAttribute._g_e_t_B_o_u_n_d_s()
│ │ │ │ + ImageGraphicAttribute._g_e_t_B_o_u_n_d_s()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a _R_e_c_t_a_n_g_l_e_2_D that encloses all of the
│ │ │ │ - bits drawn by this GraphicAttribute relative
│ │ │ │ - to the rendering position.
│ │ │ │ - _R_e_c_t_a_n_g_l_e_2_D TextLayout._g_e_t_B_o_u_n_d_s()
│ │ │ │ - Returns the bounds of this TextLayout.
│ │ │ │ + bits rendered by this ImageGraphicAttribute,
│ │ │ │ + relative to the rendering position.
│ │ │ │ ShapeGraphicAttribute._g_e_t_B_o_u_n_d_s()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a _R_e_c_t_a_n_g_l_e_2_D that encloses all of the
│ │ │ │ bits drawn by this ShapeGraphicAttribute
│ │ │ │ relative to the rendering position.
│ │ │ │ - ImageGraphicAttribute._g_e_t_B_o_u_n_d_s()
│ │ │ │ + _R_e_c_t_a_n_g_l_e_2_D TextLayout._g_e_t_B_o_u_n_d_s()
│ │ │ │ + Returns the bounds of this TextLayout.
│ │ │ │ + GraphicAttribute._g_e_t_B_o_u_n_d_s()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a _R_e_c_t_a_n_g_l_e_2_D that encloses all of the
│ │ │ │ - bits rendered by this ImageGraphicAttribute,
│ │ │ │ - relative to the rendering position.
│ │ │ │ + bits drawn by this GraphicAttribute relative
│ │ │ │ + to the rendering position.
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D GlyphMetrics._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ Returns the bounds of the glyph.
│ │ │ │ GlyphVector._g_e_t_L_o_g_i_c_a_l_B_o_u_n_d_s()
│ │ │ │ abstract _R_e_c_t_a_n_g_l_e_2_D Returns the logical bounds of this
│ │ │ │ GlyphVector.
│ │ │ │ GlyphVector._g_e_t_V_i_s_u_a_l_B_o_u_n_d_s()
│ │ │ │ abstract _R_e_c_t_a_n_g_l_e_2_D Returns the visual bounds of this GlyphVector
│ │ │ │ @@ -280,81 +280,81 @@
│ │ │ │ Rectangle2D.
│ │ │ │ Rectangle2D.Double._c_r_e_a_t_e_U_n_i_o_n
│ │ │ │ (_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a new Rectangle2D object
│ │ │ │ representing the union of this
│ │ │ │ Rectangle2D with the specified
│ │ │ │ Rectangle2D.
│ │ │ │ - Rectangle2D._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ + RoundRectangle2D.Float._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a high precision and more
│ │ │ │ accurate bounding box of the Shape
│ │ │ │ than the getBounds method.
│ │ │ │ - Rectangle2D.Float._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ + RoundRectangle2D.Double._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a high precision and more
│ │ │ │ accurate bounding box of the Shape
│ │ │ │ than the getBounds method.
│ │ │ │ - Rectangle2D.Double._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ + Rectangle2D._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a high precision and more
│ │ │ │ accurate bounding box of the Shape
│ │ │ │ than the getBounds method.
│ │ │ │ - Line2D.Float._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ + Rectangle2D.Float._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a high precision and more
│ │ │ │ accurate bounding box of the Shape
│ │ │ │ than the getBounds method.
│ │ │ │ - Line2D.Double._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ + Rectangle2D.Double._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a high precision and more
│ │ │ │ accurate bounding box of the Shape
│ │ │ │ than the getBounds method.
│ │ │ │ Path2D.Float._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a high precision and more
│ │ │ │ accurate bounding box of the Shape
│ │ │ │ than the getBounds method.
│ │ │ │ Path2D.Double._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a high precision and more
│ │ │ │ accurate bounding box of the Shape
│ │ │ │ than the getBounds method.
│ │ │ │ - RoundRectangle2D.Float._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ + Line2D.Float._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a high precision and more
│ │ │ │ accurate bounding box of the Shape
│ │ │ │ than the getBounds method.
│ │ │ │ - RoundRectangle2D.Double._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ + Line2D.Double._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a high precision and more
│ │ │ │ accurate bounding box of the Shape
│ │ │ │ than the getBounds method.
│ │ │ │ QuadCurve2D.Float._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a high precision and more
│ │ │ │ accurate bounding box of the Shape
│ │ │ │ than the getBounds method.
│ │ │ │ QuadCurve2D.Double._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a high precision and more
│ │ │ │ accurate bounding box of the Shape
│ │ │ │ than the getBounds method.
│ │ │ │ - Ellipse2D.Float._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ + CubicCurve2D.Float._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a high precision and more
│ │ │ │ accurate bounding box of the Shape
│ │ │ │ than the getBounds method.
│ │ │ │ - Ellipse2D.Double._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ + CubicCurve2D.Double._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a high precision and more
│ │ │ │ accurate bounding box of the Shape
│ │ │ │ than the getBounds method.
│ │ │ │ - CubicCurve2D.Float._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ + Arc2D._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ + _R_e_c_t_a_n_g_l_e_2_D Returns the high-precision framing
│ │ │ │ + rectangle of the arc.
│ │ │ │ + Ellipse2D.Float._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a high precision and more
│ │ │ │ accurate bounding box of the Shape
│ │ │ │ than the getBounds method.
│ │ │ │ - CubicCurve2D.Double._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ + Ellipse2D.Double._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a high precision and more
│ │ │ │ accurate bounding box of the Shape
│ │ │ │ than the getBounds method.
│ │ │ │ Area._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a high precision bounding
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D that completely encloses
│ │ │ │ this Area.
│ │ │ │ - Arc2D._g_e_t_B_o_u_n_d_s_2_D()
│ │ │ │ - _R_e_c_t_a_n_g_l_e_2_D Returns the high-precision framing
│ │ │ │ - rectangle of the arc.
│ │ │ │ RectangularShape._g_e_t_F_r_a_m_e()
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns the framing _R_e_c_t_a_n_g_l_e_2_D that
│ │ │ │ defines the overall shape of this
│ │ │ │ object.
│ │ │ │ Arc2D._m_a_k_e_B_o_u_n_d_s(double x, double y,
│ │ │ │ double w, double h)
│ │ │ │ protected abstract Constructs a Rectangle2D of the
│ │ │ │ @@ -378,35 +378,35 @@
│ │ │ │ void Rectangle2D._a_d_d(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ Adds a Rectangle2D object to this Rectangle2D.
│ │ │ │ Path2D._c_o_n_t_a_i_n_s(_P_a_t_h_I_t_e_r_a_t_o_r pi,
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ static boolean Tests if the specified _R_e_c_t_a_n_g_l_e_2_D is entirely
│ │ │ │ inside the closed boundary of the specified
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r.
│ │ │ │ - RectangularShape._c_o_n_t_a_i_n_s(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ + Path2D._c_o_n_t_a_i_n_s(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ boolean Tests if the interior of the Shape entirely
│ │ │ │ contains the specified Rectangle2D.
│ │ │ │ Line2D._c_o_n_t_a_i_n_s(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ boolean Tests if the interior of this Line2D entirely
│ │ │ │ contains the specified Rectangle2D.
│ │ │ │ - Path2D._c_o_n_t_a_i_n_s(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ - boolean Tests if the interior of the Shape entirely
│ │ │ │ - contains the specified Rectangle2D.
│ │ │ │ QuadCurve2D._c_o_n_t_a_i_n_s(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ boolean Tests if the interior of the Shape entirely
│ │ │ │ contains the specified Rectangle2D.
│ │ │ │ - CubicCurve2D._c_o_n_t_a_i_n_s(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ + RectangularShape._c_o_n_t_a_i_n_s(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ boolean Tests if the interior of the Shape entirely
│ │ │ │ contains the specified Rectangle2D.
│ │ │ │ - Area._c_o_n_t_a_i_n_s(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ + CubicCurve2D._c_o_n_t_a_i_n_s(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ boolean Tests if the interior of the Shape entirely
│ │ │ │ contains the specified Rectangle2D.
│ │ │ │ Arc2D._c_o_n_t_a_i_n_s(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ boolean Determines whether or not the interior of the
│ │ │ │ arc entirely contains the specified rectangle.
│ │ │ │ + Area._c_o_n_t_a_i_n_s(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ + boolean Tests if the interior of the Shape entirely
│ │ │ │ + contains the specified Rectangle2D.
│ │ │ │ Rectangle2D._c_r_e_a_t_e_I_n_t_e_r_s_e_c_t_i_o_n(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ abstract _R_e_c_t_a_n_g_l_e_2_D Returns a new Rectangle2D object representing
│ │ │ │ the intersection of this Rectangle2D with the
│ │ │ │ specified Rectangle2D.
│ │ │ │ Rectangle2D.Float._c_r_e_a_t_e_I_n_t_e_r_s_e_c_t_i_o_n
│ │ │ │ (_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns a new Rectangle2D object representing
│ │ │ │ @@ -435,24 +435,24 @@
│ │ │ │ Rectangle2D objects and puts the result into
│ │ │ │ the specified destination Rectangle2D object.
│ │ │ │ Path2D._i_n_t_e_r_s_e_c_t_s(_P_a_t_h_I_t_e_r_a_t_o_r pi,
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ static boolean Tests if the interior of the specified
│ │ │ │ _P_a_t_h_I_t_e_r_a_t_o_r intersects the interior of a
│ │ │ │ specified _R_e_c_t_a_n_g_l_e_2_D.
│ │ │ │ - RectangularShape._i_n_t_e_r_s_e_c_t_s(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ + Path2D._i_n_t_e_r_s_e_c_t_s(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ boolean Tests if the interior of the Shape intersects
│ │ │ │ the interior of a specified Rectangle2D.
│ │ │ │ Line2D._i_n_t_e_r_s_e_c_t_s(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ boolean Tests if the interior of the Shape intersects
│ │ │ │ the interior of a specified Rectangle2D.
│ │ │ │ - Path2D._i_n_t_e_r_s_e_c_t_s(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ + QuadCurve2D._i_n_t_e_r_s_e_c_t_s(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ boolean Tests if the interior of the Shape intersects
│ │ │ │ the interior of a specified Rectangle2D.
│ │ │ │ - QuadCurve2D._i_n_t_e_r_s_e_c_t_s(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ + RectangularShape._i_n_t_e_r_s_e_c_t_s(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ boolean Tests if the interior of the Shape intersects
│ │ │ │ the interior of a specified Rectangle2D.
│ │ │ │ CubicCurve2D._i_n_t_e_r_s_e_c_t_s(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ boolean Tests if the interior of the Shape intersects
│ │ │ │ the interior of a specified Rectangle2D.
│ │ │ │ Area._i_n_t_e_r_s_e_c_t_s(_R_e_c_t_a_n_g_l_e_2_D r)
│ │ │ │ boolean Tests if the interior of the Shape intersects
│ │ │ │ @@ -488,53 +488,53 @@
│ │ │ │ _F_l_o_a_t(_R_e_c_t_a_n_g_l_e_2_D ellipseBounds, float start, float extent,
│ │ │ │ int type)
│ │ │ │ Constructs a new arc, initialized to the specified location, size,
│ │ │ │ angular extents, and closure type.
│ │ │ │ o ******** UUsseess ooff _RR_ee_cc_tt_aa_nn_gg_ll_ee_22_DD iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee tthhaatt rreettuurrnn _RR_ee_cc_tt_aa_nn_gg_ll_ee_22_DD?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - BufferedImageOp._g_e_t_B_o_u_n_d_s_2_D(_B_u_f_f_e_r_e_d_I_m_a_g_e src)
│ │ │ │ - _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the filtered
│ │ │ │ - destination image.
│ │ │ │ - ConvolveOp._g_e_t_B_o_u_n_d_s_2_D(_B_u_f_f_e_r_e_d_I_m_a_g_e src)
│ │ │ │ + LookupOp._g_e_t_B_o_u_n_d_s_2_D(_B_u_f_f_e_r_e_d_I_m_a_g_e src)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the filtered
│ │ │ │ destination image.
│ │ │ │ RescaleOp._g_e_t_B_o_u_n_d_s_2_D(_B_u_f_f_e_r_e_d_I_m_a_g_e src)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the rescaled
│ │ │ │ destination image.
│ │ │ │ - LookupOp._g_e_t_B_o_u_n_d_s_2_D(_B_u_f_f_e_r_e_d_I_m_a_g_e src)
│ │ │ │ + BufferedImageOp._g_e_t_B_o_u_n_d_s_2_D(_B_u_f_f_e_r_e_d_I_m_a_g_e src)
│ │ │ │ + _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the filtered
│ │ │ │ + destination image.
│ │ │ │ + ConvolveOp._g_e_t_B_o_u_n_d_s_2_D(_B_u_f_f_e_r_e_d_I_m_a_g_e src)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the filtered
│ │ │ │ destination image.
│ │ │ │ - ColorConvertOp._g_e_t_B_o_u_n_d_s_2_D(_B_u_f_f_e_r_e_d_I_m_a_g_e src)
│ │ │ │ - _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the destination,
│ │ │ │ - given this source.
│ │ │ │ AffineTransformOp._g_e_t_B_o_u_n_d_s_2_D(_B_u_f_f_e_r_e_d_I_m_a_g_e src)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the transformed
│ │ │ │ destination.
│ │ │ │ - ConvolveOp._g_e_t_B_o_u_n_d_s_2_D(_R_a_s_t_e_r src)
│ │ │ │ - _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the filtered
│ │ │ │ - destination Raster.
│ │ │ │ - RasterOp._g_e_t_B_o_u_n_d_s_2_D(_R_a_s_t_e_r src)
│ │ │ │ + ColorConvertOp._g_e_t_B_o_u_n_d_s_2_D(_B_u_f_f_e_r_e_d_I_m_a_g_e src)
│ │ │ │ + _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the destination,
│ │ │ │ + given this source.
│ │ │ │ + LookupOp._g_e_t_B_o_u_n_d_s_2_D(_R_a_s_t_e_r src)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the filtered
│ │ │ │ destination Raster.
│ │ │ │ RescaleOp._g_e_t_B_o_u_n_d_s_2_D(_R_a_s_t_e_r src)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the rescaled
│ │ │ │ destination Raster.
│ │ │ │ - LookupOp._g_e_t_B_o_u_n_d_s_2_D(_R_a_s_t_e_r src)
│ │ │ │ + RasterOp._g_e_t_B_o_u_n_d_s_2_D(_R_a_s_t_e_r src)
│ │ │ │ + _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the filtered
│ │ │ │ + destination Raster.
│ │ │ │ + ConvolveOp._g_e_t_B_o_u_n_d_s_2_D(_R_a_s_t_e_r src)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the filtered
│ │ │ │ destination Raster.
│ │ │ │ - ColorConvertOp._g_e_t_B_o_u_n_d_s_2_D(_R_a_s_t_e_r src)
│ │ │ │ - _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the destination,
│ │ │ │ - given this source.
│ │ │ │ BandCombineOp._g_e_t_B_o_u_n_d_s_2_D(_R_a_s_t_e_r src)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the transformed
│ │ │ │ destination.
│ │ │ │ AffineTransformOp._g_e_t_B_o_u_n_d_s_2_D(_R_a_s_t_e_r src)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the transformed
│ │ │ │ destination.
│ │ │ │ + ColorConvertOp._g_e_t_B_o_u_n_d_s_2_D(_R_a_s_t_e_r src)
│ │ │ │ + _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the destination,
│ │ │ │ + given this source.
│ │ │ │ o ******** UUsseess ooff _RR_ee_cc_tt_aa_nn_gg_ll_ee_22_DD iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee_.._rr_ee_nn_dd_ee_rr_aa_bb_ll_ee ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee_.._rr_ee_nn_dd_ee_rr_aa_bb_ll_ee tthhaatt rreettuurrnn _RR_ee_cc_tt_aa_nn_gg_ll_ee_22_DD?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ ContextualRenderedImageFactory._g_e_t_B_o_u_n_d_s_2_D
│ │ │ │ (_P_a_r_a_m_e_t_e_r_B_l_o_c_k paramBlock)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box for the output of the
│ │ │ │ operation, performed on a given set of sources,
│ │ │ │ @@ -566,9 +566,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/RectangularShape.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.RectangularShape (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -108,9 +108,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/RoundRectangle2D.Double.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.RoundRectangle2D.Double (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/RoundRectangle2D.Float.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.RoundRectangle2D.Float (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/class-use/RoundRectangle2D.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.geom.RoundRectangle2D (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -61,9 +61,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/package-frame.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt.geom (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/package-summary.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │
java.awt.geom (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -151,9 +151,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/package-tree.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt.geom Class Hierarchy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -97,9 +97,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/geom/package-use.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Package java.awt.geom (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -185,9 +185,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/im/InputContext.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ InputContext (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -702,10 +702,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -348,9 +348,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/im/InputMethodHighlight.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ InputMethodHighlight (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -586,10 +586,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -233,9 +233,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/im/InputMethodRequests.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ InputMethodRequests (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -494,10 +494,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -250,9 +250,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/im/InputSubset.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ InputSubset (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -429,10 +429,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -166,9 +166,9 @@
│ │ │ │ * Constr |
│ │ │ │ * Method
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/im/class-use/InputContext.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.im.InputContext (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -22,20 +22,20 @@
│ │ │ │ _j_a_v_a_._a_w_t Contains all of the classes for creating user interfaces and
│ │ │ │ for painting graphics and images.
│ │ │ │ _j_a_v_a_._a_w_t_._i_m Provides classes and interfaces for the input method
│ │ │ │ framework.
│ │ │ │ * o ******** UUsseess ooff _II_nn_pp_uu_tt_CC_oo_nn_tt_ee_xx_tt iinn _jj_aa_vv_aa_.._aa_ww_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt tthhaatt rreettuurrnn _II_nn_pp_uu_tt_CC_oo_nn_tt_ee_xx_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + _I_n_p_u_t_C_o_n_t_e_x_t Window._g_e_t_I_n_p_u_t_C_o_n_t_e_x_t()
│ │ │ │ + Gets the input context for this window.
│ │ │ │ Component._g_e_t_I_n_p_u_t_C_o_n_t_e_x_t()
│ │ │ │ _I_n_p_u_t_C_o_n_t_e_x_t Gets the input context used by this component for
│ │ │ │ handling the communication with input methods
│ │ │ │ when text is entered in this component.
│ │ │ │ - _I_n_p_u_t_C_o_n_t_e_x_t Window._g_e_t_I_n_p_u_t_C_o_n_t_e_x_t()
│ │ │ │ - Gets the input context for this window.
│ │ │ │ o ******** UUsseess ooff _II_nn_pp_uu_tt_CC_oo_nn_tt_ee_xx_tt iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm tthhaatt rreettuurrnn _II_nn_pp_uu_tt_CC_oo_nn_tt_ee_xx_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ static _I_n_p_u_t_C_o_n_t_e_x_t InputContext._g_e_t_I_n_s_t_a_n_c_e()
│ │ │ │ Returns a new InputContext instance.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ @@ -54,9 +54,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/im/class-use/InputMethodHighlight.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.im.InputMethodHighlight (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -64,9 +64,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/im/class-use/InputMethodRequests.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.im.InputMethodRequests (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -25,19 +25,19 @@
│ │ │ │ _j_a_v_a_._a_w_t_._i_m_._s_p_i methods that can be used with any Java runtime
│ │ │ │ environment.
│ │ │ │ _j_a_v_a_x_._s_w_i_n_g_._t_e_x_t Provides classes and interfaces that deal with editable
│ │ │ │ and noneditable text components.
│ │ │ │ * o ******** UUsseess ooff _II_nn_pp_uu_tt_MM_ee_tt_hh_oo_dd_RR_ee_qq_uu_ee_ss_tt_ss iinn _jj_aa_vv_aa_.._aa_ww_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt tthhaatt rreettuurrnn _II_nn_pp_uu_tt_MM_ee_tt_hh_oo_dd_RR_ee_qq_uu_ee_ss_tt_ss?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + _I_n_p_u_t_M_e_t_h_o_d_R_e_q_u_e_s_t_s TextComponent._g_e_t_I_n_p_u_t_M_e_t_h_o_d_R_e_q_u_e_s_t_s()
│ │ │ │ Component._g_e_t_I_n_p_u_t_M_e_t_h_o_d_R_e_q_u_e_s_t_s()
│ │ │ │ _I_n_p_u_t_M_e_t_h_o_d_R_e_q_u_e_s_t_s Gets the input method request handler which
│ │ │ │ supports requests from input methods for this
│ │ │ │ component.
│ │ │ │ - _I_n_p_u_t_M_e_t_h_o_d_R_e_q_u_e_s_t_s TextComponent._g_e_t_I_n_p_u_t_M_e_t_h_o_d_R_e_q_u_e_s_t_s()
│ │ │ │ o ******** UUsseess ooff _II_nn_pp_uu_tt_MM_ee_tt_hh_oo_dd_RR_ee_qq_uu_ee_ss_tt_ss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_.._ss_pp_ii ********
│ │ │ │ SSuubbiinntteerrffaacceess ooff _II_nn_pp_uu_tt_MM_ee_tt_hh_oo_dd_RR_ee_qq_uu_ee_ss_tt_ss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_.._ss_pp_ii?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee IInntteerrffaaccee aanndd DDeessccrriippttiioonn
│ │ │ │ _I_n_p_u_t_M_e_t_h_o_d_C_o_n_t_e_x_t
│ │ │ │ interface Provides methods that input methods can use to
│ │ │ │ communicate with their client components or to
│ │ │ │ request other services.
│ │ │ │ @@ -62,9 +62,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/im/class-use/InputSubset.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.im.InputSubset (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -83,9 +83,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/im/package-frame.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt.im (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/im/package-summary.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │
java.awt.im (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -66,9 +66,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/im/package-tree.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt.im Class Hierarchy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -43,9 +43,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/im/package-use.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Package java.awt.im (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -76,9 +76,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/im/spi/InputMethod.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ InputMethod (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -775,10 +775,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -379,9 +379,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/im/spi/InputMethodContext.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ InputMethodContext (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -388,10 +388,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -192,9 +192,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/im/spi/InputMethodDescriptor.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ InputMethodDescriptor (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -370,10 +370,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -156,9 +156,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/im/spi/class-use/InputMethod.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.im.spi.InputMethod (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -52,9 +52,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/im/spi/class-use/InputMethodContext.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.im.spi.InputMethodContext (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -49,9 +49,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/im/spi/class-use/InputMethodDescriptor.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.im.spi.InputMethodDescriptor (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/im/spi/package-frame.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt.im.spi (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/im/spi/package-summary.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │
java.awt.im.spi (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -97,9 +97,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/im/spi/package-tree.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt.im.spi Class Hierarchy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -40,9 +40,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/im/spi/package-use.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Package java.awt.im.spi (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -47,9 +47,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/AffineTransformOp.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ AffineTransformOp (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -766,10 +766,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -345,9 +345,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/AreaAveragingScaleFilter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ AreaAveragingScaleFilter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -513,10 +513,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -238,9 +238,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/BandCombineOp.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ BandCombineOp (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -485,10 +485,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -206,9 +206,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/BandedSampleModel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ BandedSampleModel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1186,10 +1186,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -664,9 +664,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/BufferStrategy.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ BufferStrategy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -518,10 +518,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -248,9 +248,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/BufferedImage.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ BufferedImage (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -2323,10 +2323,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -1116,9 +1116,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/BufferedImageFilter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ BufferedImageFilter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -597,10 +597,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -279,9 +279,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/BufferedImageOp.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ BufferedImageOp (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -390,10 +390,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -155,9 +155,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/ByteLookupTable.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ByteLookupTable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -439,10 +439,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -173,9 +173,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/ColorConvertOp.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ColorConvertOp (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -702,10 +702,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -347,9 +347,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/ColorModel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ColorModel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -2268,10 +2268,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -1336,9 +1336,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/ComponentColorModel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ComponentColorModel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1821,10 +1821,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -1172,9 +1172,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/ComponentSampleModel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ComponentSampleModel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1649,10 +1649,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -872,9 +872,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/ConvolveOp.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ConvolveOp (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -710,10 +710,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -311,9 +311,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/CropImageFilter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ CropImageFilter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -520,10 +520,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -242,9 +242,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/DataBuffer.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DataBuffer (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1170,10 +1170,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -494,9 +494,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/DataBufferByte.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DataBufferByte (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -668,10 +668,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -293,9 +293,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/DataBufferDouble.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DataBufferDouble (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -934,10 +934,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -417,9 +417,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/DataBufferFloat.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DataBufferFloat (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -936,10 +936,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -416,9 +416,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/DataBufferInt.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DataBufferInt (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -666,10 +666,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -291,9 +291,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/DataBufferShort.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DataBufferShort (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -665,10 +665,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -290,9 +290,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/DataBufferUShort.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DataBufferUShort (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -667,10 +667,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -299,9 +299,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/DirectColorModel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DirectColorModel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1469,10 +1469,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -849,9 +849,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/FilteredImageSource.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ FilteredImageSource (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -480,10 +480,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -201,9 +201,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/ImageConsumer.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ImageConsumer (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -717,10 +717,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -319,9 +319,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/ImageFilter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ImageFilter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -739,10 +739,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -356,9 +356,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/ImageObserver.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ImageObserver (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -535,10 +535,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -277,9 +277,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/ImageProducer.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ImageProducer (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -383,10 +383,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -156,9 +156,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/ImagingOpException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ImagingOpException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -368,10 +368,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -129,9 +129,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/MemoryImageSource.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ MemoryImageSource (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -970,10 +970,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -527,9 +527,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/MultiPixelPackedSampleModel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ MultiPixelPackedSampleModel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1164,10 +1164,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -623,9 +623,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/PackedColorModel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ PackedColorModel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -681,10 +681,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -342,9 +342,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/PixelGrabber.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ PixelGrabber (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1010,10 +1010,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -544,9 +544,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/PixelInterleavedSampleModel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ PixelInterleavedSampleModel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -488,10 +488,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -230,9 +230,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/RGBImageFilter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ RGBImageFilter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -734,10 +734,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -364,9 +364,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/Raster.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Raster (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -2555,10 +2555,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -1506,9 +1506,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/RasterFormatException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ RasterFormatException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -431,10 +431,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -167,9 +167,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/SinglePixelPackedSampleModel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ SinglePixelPackedSampleModel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1250,10 +1250,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -687,9 +687,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/TileObserver.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ TileObserver (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/AreaAveragingScaleFilter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.AreaAveragingScaleFilter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/BandCombineOp.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.BandCombineOp (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/BandedSampleModel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.BandedSampleModel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/BufferStrategy.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.BufferStrategy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -27,18 +27,18 @@
│ │ │ │ _C_o_m_p_o_n_e_n_t_._B_l_t_B_u_f_f_e_r_S_t_r_a_t_e_g_y
│ │ │ │ protected class Inner class for blitting offscreen surfaces to a
│ │ │ │ component.
│ │ │ │ protected class _C_o_m_p_o_n_e_n_t_._F_l_i_p_B_u_f_f_e_r_S_t_r_a_t_e_g_y
│ │ │ │ Inner class for flipping buffers on a component.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt tthhaatt rreettuurrnn _BB_uu_ff_ff_ee_rr_SS_tt_rr_aa_tt_ee_gg_yy?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - Window._g_e_t_B_u_f_f_e_r_S_t_r_a_t_e_g_y()
│ │ │ │ + Canvas._g_e_t_B_u_f_f_e_r_S_t_r_a_t_e_g_y()
│ │ │ │ _B_u_f_f_e_r_S_t_r_a_t_e_g_y Returns the BufferStrategy used by this
│ │ │ │ component.
│ │ │ │ - Canvas._g_e_t_B_u_f_f_e_r_S_t_r_a_t_e_g_y()
│ │ │ │ + Window._g_e_t_B_u_f_f_e_r_S_t_r_a_t_e_g_y()
│ │ │ │ _B_u_f_f_e_r_S_t_r_a_t_e_g_y Returns the BufferStrategy used by this
│ │ │ │ component.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ @@ -54,9 +54,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/BufferedImage.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.BufferedImage (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -67,133 +67,133 @@
│ │ │ │ IndexColorModel._c_o_n_v_e_r_t_T_o_I_n_t_D_i_s_c_r_e_t_e
│ │ │ │ (_R_a_s_t_e_r raster, boolean forceARGB)
│ │ │ │ Returns a new BufferedImage of TYPE_INT_ARGB
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e or TYPE_INT_RGB that has a Raster with pixel
│ │ │ │ data computed by expanding the indices in
│ │ │ │ the source Raster using the color/alpha
│ │ │ │ component arrays of this ColorModel.
│ │ │ │ - BufferedImageOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ + LookupOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e (_B_u_f_f_e_r_e_d_I_m_a_g_e src, _C_o_l_o_r_M_o_d_e_l destCM)
│ │ │ │ Creates a zeroed destination image with the
│ │ │ │ correct size and number of bands.
│ │ │ │ - ConvolveOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ + RescaleOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e (_B_u_f_f_e_r_e_d_I_m_a_g_e src, _C_o_l_o_r_M_o_d_e_l destCM)
│ │ │ │ Creates a zeroed destination image with the
│ │ │ │ correct size and number of bands.
│ │ │ │ - RescaleOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ + BufferedImageOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e (_B_u_f_f_e_r_e_d_I_m_a_g_e src, _C_o_l_o_r_M_o_d_e_l destCM)
│ │ │ │ Creates a zeroed destination image with the
│ │ │ │ correct size and number of bands.
│ │ │ │ - LookupOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ + ConvolveOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ + _B_u_f_f_e_r_e_d_I_m_a_g_e (_B_u_f_f_e_r_e_d_I_m_a_g_e src, _C_o_l_o_r_M_o_d_e_l destCM)
│ │ │ │ + Creates a zeroed destination image with the
│ │ │ │ + correct size and number of bands.
│ │ │ │ + AffineTransformOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e (_B_u_f_f_e_r_e_d_I_m_a_g_e src, _C_o_l_o_r_M_o_d_e_l destCM)
│ │ │ │ Creates a zeroed destination image with the
│ │ │ │ correct size and number of bands.
│ │ │ │ ColorConvertOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ (_B_u_f_f_e_r_e_d_I_m_a_g_e src, _C_o_l_o_r_M_o_d_e_l destCM)
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e Creates a zeroed destination image with the
│ │ │ │ correct size and number of bands, given this
│ │ │ │ source.
│ │ │ │ - AffineTransformOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ - _B_u_f_f_e_r_e_d_I_m_a_g_e (_B_u_f_f_e_r_e_d_I_m_a_g_e src, _C_o_l_o_r_M_o_d_e_l destCM)
│ │ │ │ - Creates a zeroed destination image with the
│ │ │ │ - correct size and number of bands.
│ │ │ │ + LookupOp._f_i_l_t_e_r(_B_u_f_f_e_r_e_d_I_m_a_g_e src,
│ │ │ │ + _B_u_f_f_e_r_e_d_I_m_a_g_e _B_u_f_f_e_r_e_d_I_m_a_g_e dst)
│ │ │ │ + Performs a lookup operation on a
│ │ │ │ + BufferedImage.
│ │ │ │ + RescaleOp._f_i_l_t_e_r(_B_u_f_f_e_r_e_d_I_m_a_g_e src,
│ │ │ │ + _B_u_f_f_e_r_e_d_I_m_a_g_e _B_u_f_f_e_r_e_d_I_m_a_g_e dst)
│ │ │ │ + Rescales the source BufferedImage.
│ │ │ │ BufferedImageOp._f_i_l_t_e_r(_B_u_f_f_e_r_e_d_I_m_a_g_e src,
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e _B_u_f_f_e_r_e_d_I_m_a_g_e dest)
│ │ │ │ Performs a single-input/single-output
│ │ │ │ operation on a BufferedImage.
│ │ │ │ ConvolveOp._f_i_l_t_e_r(_B_u_f_f_e_r_e_d_I_m_a_g_e src,
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e _B_u_f_f_e_r_e_d_I_m_a_g_e dst)
│ │ │ │ Performs a convolution on BufferedImages.
│ │ │ │ - RescaleOp._f_i_l_t_e_r(_B_u_f_f_e_r_e_d_I_m_a_g_e src,
│ │ │ │ - _B_u_f_f_e_r_e_d_I_m_a_g_e _B_u_f_f_e_r_e_d_I_m_a_g_e dst)
│ │ │ │ - Rescales the source BufferedImage.
│ │ │ │ - LookupOp._f_i_l_t_e_r(_B_u_f_f_e_r_e_d_I_m_a_g_e src,
│ │ │ │ - _B_u_f_f_e_r_e_d_I_m_a_g_e _B_u_f_f_e_r_e_d_I_m_a_g_e dst)
│ │ │ │ - Performs a lookup operation on a
│ │ │ │ - BufferedImage.
│ │ │ │ - ColorConvertOp._f_i_l_t_e_r(_B_u_f_f_e_r_e_d_I_m_a_g_e src,
│ │ │ │ - _B_u_f_f_e_r_e_d_I_m_a_g_e _B_u_f_f_e_r_e_d_I_m_a_g_e dest)
│ │ │ │ - ColorConverts the source BufferedImage.
│ │ │ │ AffineTransformOp._f_i_l_t_e_r(_B_u_f_f_e_r_e_d_I_m_a_g_e src,
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e dst)
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e Transforms the source BufferedImage and
│ │ │ │ stores the results in the destination
│ │ │ │ BufferedImage.
│ │ │ │ + ColorConvertOp._f_i_l_t_e_r(_B_u_f_f_e_r_e_d_I_m_a_g_e src,
│ │ │ │ + _B_u_f_f_e_r_e_d_I_m_a_g_e _B_u_f_f_e_r_e_d_I_m_a_g_e dest)
│ │ │ │ + ColorConverts the source BufferedImage.
│ │ │ │ VolatileImage._g_e_t_S_n_a_p_s_h_o_t()
│ │ │ │ abstract _B_u_f_f_e_r_e_d_I_m_a_g_e Returns a static snapshot image of this
│ │ │ │ object.
│ │ │ │ BufferedImage._g_e_t_S_u_b_i_m_a_g_e(int x, int y,
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e int w, int h)
│ │ │ │ Returns a subimage defined by a specified
│ │ │ │ rectangular region.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee wwiitthh ppaarraammeetteerrss ooff ttyyppee _BB_uu_ff_ff_ee_rr_ee_dd_II_mm_aa_gg_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - BufferedImageOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ + LookupOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e (_B_u_f_f_e_r_e_d_I_m_a_g_e src, _C_o_l_o_r_M_o_d_e_l destCM)
│ │ │ │ Creates a zeroed destination image with the
│ │ │ │ correct size and number of bands.
│ │ │ │ - ConvolveOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ + RescaleOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e (_B_u_f_f_e_r_e_d_I_m_a_g_e src, _C_o_l_o_r_M_o_d_e_l destCM)
│ │ │ │ Creates a zeroed destination image with the
│ │ │ │ correct size and number of bands.
│ │ │ │ - RescaleOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ + BufferedImageOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e (_B_u_f_f_e_r_e_d_I_m_a_g_e src, _C_o_l_o_r_M_o_d_e_l destCM)
│ │ │ │ Creates a zeroed destination image with the
│ │ │ │ correct size and number of bands.
│ │ │ │ - LookupOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ + ConvolveOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ + _B_u_f_f_e_r_e_d_I_m_a_g_e (_B_u_f_f_e_r_e_d_I_m_a_g_e src, _C_o_l_o_r_M_o_d_e_l destCM)
│ │ │ │ + Creates a zeroed destination image with the
│ │ │ │ + correct size and number of bands.
│ │ │ │ + AffineTransformOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e (_B_u_f_f_e_r_e_d_I_m_a_g_e src, _C_o_l_o_r_M_o_d_e_l destCM)
│ │ │ │ Creates a zeroed destination image with the
│ │ │ │ correct size and number of bands.
│ │ │ │ ColorConvertOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ (_B_u_f_f_e_r_e_d_I_m_a_g_e src, _C_o_l_o_r_M_o_d_e_l destCM)
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e Creates a zeroed destination image with the
│ │ │ │ correct size and number of bands, given this
│ │ │ │ source.
│ │ │ │ - AffineTransformOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ - _B_u_f_f_e_r_e_d_I_m_a_g_e (_B_u_f_f_e_r_e_d_I_m_a_g_e src, _C_o_l_o_r_M_o_d_e_l destCM)
│ │ │ │ - Creates a zeroed destination image with the
│ │ │ │ - correct size and number of bands.
│ │ │ │ + LookupOp._f_i_l_t_e_r(_B_u_f_f_e_r_e_d_I_m_a_g_e src,
│ │ │ │ + _B_u_f_f_e_r_e_d_I_m_a_g_e _B_u_f_f_e_r_e_d_I_m_a_g_e dst)
│ │ │ │ + Performs a lookup operation on a BufferedImage.
│ │ │ │ + RescaleOp._f_i_l_t_e_r(_B_u_f_f_e_r_e_d_I_m_a_g_e src,
│ │ │ │ + _B_u_f_f_e_r_e_d_I_m_a_g_e _B_u_f_f_e_r_e_d_I_m_a_g_e dst)
│ │ │ │ + Rescales the source BufferedImage.
│ │ │ │ BufferedImageOp._f_i_l_t_e_r(_B_u_f_f_e_r_e_d_I_m_a_g_e src,
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e _B_u_f_f_e_r_e_d_I_m_a_g_e dest)
│ │ │ │ Performs a single-input/single-output operation
│ │ │ │ on a BufferedImage.
│ │ │ │ ConvolveOp._f_i_l_t_e_r(_B_u_f_f_e_r_e_d_I_m_a_g_e src,
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e _B_u_f_f_e_r_e_d_I_m_a_g_e dst)
│ │ │ │ Performs a convolution on BufferedImages.
│ │ │ │ - RescaleOp._f_i_l_t_e_r(_B_u_f_f_e_r_e_d_I_m_a_g_e src,
│ │ │ │ - _B_u_f_f_e_r_e_d_I_m_a_g_e _B_u_f_f_e_r_e_d_I_m_a_g_e dst)
│ │ │ │ - Rescales the source BufferedImage.
│ │ │ │ - LookupOp._f_i_l_t_e_r(_B_u_f_f_e_r_e_d_I_m_a_g_e src,
│ │ │ │ - _B_u_f_f_e_r_e_d_I_m_a_g_e _B_u_f_f_e_r_e_d_I_m_a_g_e dst)
│ │ │ │ - Performs a lookup operation on a BufferedImage.
│ │ │ │ - ColorConvertOp._f_i_l_t_e_r(_B_u_f_f_e_r_e_d_I_m_a_g_e src,
│ │ │ │ - _B_u_f_f_e_r_e_d_I_m_a_g_e _B_u_f_f_e_r_e_d_I_m_a_g_e dest)
│ │ │ │ - ColorConverts the source BufferedImage.
│ │ │ │ AffineTransformOp._f_i_l_t_e_r(_B_u_f_f_e_r_e_d_I_m_a_g_e src,
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e _B_u_f_f_e_r_e_d_I_m_a_g_e dst)
│ │ │ │ Transforms the source BufferedImage and stores
│ │ │ │ the results in the destination BufferedImage.
│ │ │ │ - BufferedImageOp._g_e_t_B_o_u_n_d_s_2_D(_B_u_f_f_e_r_e_d_I_m_a_g_e src)
│ │ │ │ - _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the filtered
│ │ │ │ - destination image.
│ │ │ │ - ConvolveOp._g_e_t_B_o_u_n_d_s_2_D(_B_u_f_f_e_r_e_d_I_m_a_g_e src)
│ │ │ │ + ColorConvertOp._f_i_l_t_e_r(_B_u_f_f_e_r_e_d_I_m_a_g_e src,
│ │ │ │ + _B_u_f_f_e_r_e_d_I_m_a_g_e _B_u_f_f_e_r_e_d_I_m_a_g_e dest)
│ │ │ │ + ColorConverts the source BufferedImage.
│ │ │ │ + LookupOp._g_e_t_B_o_u_n_d_s_2_D(_B_u_f_f_e_r_e_d_I_m_a_g_e src)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the filtered
│ │ │ │ destination image.
│ │ │ │ RescaleOp._g_e_t_B_o_u_n_d_s_2_D(_B_u_f_f_e_r_e_d_I_m_a_g_e src)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the rescaled
│ │ │ │ destination image.
│ │ │ │ - LookupOp._g_e_t_B_o_u_n_d_s_2_D(_B_u_f_f_e_r_e_d_I_m_a_g_e src)
│ │ │ │ + BufferedImageOp._g_e_t_B_o_u_n_d_s_2_D(_B_u_f_f_e_r_e_d_I_m_a_g_e src)
│ │ │ │ + _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the filtered
│ │ │ │ + destination image.
│ │ │ │ + ConvolveOp._g_e_t_B_o_u_n_d_s_2_D(_B_u_f_f_e_r_e_d_I_m_a_g_e src)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the filtered
│ │ │ │ destination image.
│ │ │ │ - ColorConvertOp._g_e_t_B_o_u_n_d_s_2_D(_B_u_f_f_e_r_e_d_I_m_a_g_e src)
│ │ │ │ - _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the destination,
│ │ │ │ - given this source.
│ │ │ │ AffineTransformOp._g_e_t_B_o_u_n_d_s_2_D(_B_u_f_f_e_r_e_d_I_m_a_g_e src)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the transformed
│ │ │ │ destination.
│ │ │ │ + ColorConvertOp._g_e_t_B_o_u_n_d_s_2_D(_B_u_f_f_e_r_e_d_I_m_a_g_e src)
│ │ │ │ + _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the destination,
│ │ │ │ + given this source.
│ │ │ │ o ******** UUsseess ooff _BB_uu_ff_ff_ee_rr_ee_dd_II_mm_aa_gg_ee iinn _jj_aa_vv_aa_xx_.._ii_mm_aa_gg_ee_ii_oo ********
│ │ │ │ FFiieellddss iinn _jj_aa_vv_aa_xx_.._ii_mm_aa_gg_ee_ii_oo ddeeccllaarreedd aass _BB_uu_ff_ff_ee_rr_ee_dd_II_mm_aa_gg_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee FFiieelldd aanndd DDeessccrriippttiioonn
│ │ │ │ ImageReadParam._d_e_s_t_i_n_a_t_i_o_n
│ │ │ │ protected _B_u_f_f_e_r_e_d_I_m_a_g_e The current destination BufferedImage, or
│ │ │ │ null if none has been set.
│ │ │ │ FFiieellddss iinn _jj_aa_vv_aa_xx_.._ii_mm_aa_gg_ee_ii_oo wwiitthh ttyyppee ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ @@ -416,9 +416,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/BufferedImageFilter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.BufferedImageFilter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/BufferedImageOp.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.image.BufferedImageOp (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -78,9 +78,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/ByteLookupTable.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.ByteLookupTable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/ColorConvertOp.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.ColorConvertOp (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/ColorModel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.ColorModel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -22,71 +22,71 @@
│ │ │ │ _j_a_v_a_._a_w_t Contains all of the classes for creating user interfaces
│ │ │ │ and for painting graphics and images.
│ │ │ │ _j_a_v_a_._a_w_t_._i_m_a_g_e Provides classes for creating and modifying images.
│ │ │ │ _j_a_v_a_x_._i_m_a_g_e_i_o The main package of the Java Image I/O API.
│ │ │ │ * o ******** UUsseess ooff _CC_oo_ll_oo_rr_MM_oo_dd_ee_ll iinn _jj_aa_vv_aa_.._aa_ww_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt tthhaatt rreettuurrnn _CC_oo_ll_oo_rr_MM_oo_dd_ee_ll?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + _C_o_l_o_r_M_o_d_e_l PaintContext._g_e_t_C_o_l_o_r_M_o_d_e_l()
│ │ │ │ + Returns the ColorModel of the output.
│ │ │ │ + Toolkit._g_e_t_C_o_l_o_r_M_o_d_e_l()
│ │ │ │ + abstract _C_o_l_o_r_M_o_d_e_l Determines the color model of this toolkit's
│ │ │ │ + screen.
│ │ │ │ Component._g_e_t_C_o_l_o_r_M_o_d_e_l()
│ │ │ │ _C_o_l_o_r_M_o_d_e_l Gets the instance of ColorModel used to display
│ │ │ │ the component on the output device.
│ │ │ │ GraphicsConfiguration._g_e_t_C_o_l_o_r_M_o_d_e_l()
│ │ │ │ abstract _C_o_l_o_r_M_o_d_e_l Returns the _C_o_l_o_r_M_o_d_e_l associated with this
│ │ │ │ GraphicsConfiguration.
│ │ │ │ - Toolkit._g_e_t_C_o_l_o_r_M_o_d_e_l()
│ │ │ │ - abstract _C_o_l_o_r_M_o_d_e_l Determines the color model of this toolkit's
│ │ │ │ - screen.
│ │ │ │ - _C_o_l_o_r_M_o_d_e_l PaintContext._g_e_t_C_o_l_o_r_M_o_d_e_l()
│ │ │ │ - Returns the ColorModel of the output.
│ │ │ │ GraphicsConfiguration._g_e_t_C_o_l_o_r_M_o_d_e_l
│ │ │ │ (int transparency)
│ │ │ │ abstract _C_o_l_o_r_M_o_d_e_l Returns the ColorModel associated with this
│ │ │ │ GraphicsConfiguration that supports the
│ │ │ │ specified transparency.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _CC_oo_ll_oo_rr_MM_oo_dd_ee_ll?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - Composite._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l srcColorModel,
│ │ │ │ - _C_o_m_p_o_s_i_t_e_C_o_n_t_e_x_t _C_o_l_o_r_M_o_d_e_l dstColorModel, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ - Creates a context containing state that is used
│ │ │ │ - to perform the compositing operation.
│ │ │ │ AlphaComposite._c_r_e_a_t_e_C_o_n_t_e_x_t
│ │ │ │ _C_o_m_p_o_s_i_t_e_C_o_n_t_e_x_t (_C_o_l_o_r_M_o_d_e_l srcColorModel,
│ │ │ │ _C_o_l_o_r_M_o_d_e_l dstColorModel, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Creates a context for the compositing operation.
│ │ │ │ - Color._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm, _R_e_c_t_a_n_g_l_e r,
│ │ │ │ - _R_e_c_t_a_n_g_l_e_2_D r2d, _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform,
│ │ │ │ - _P_a_i_n_t_C_o_n_t_e_x_t _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ - Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ - generate a solid color field pattern.
│ │ │ │ + Composite._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l srcColorModel,
│ │ │ │ + _C_o_m_p_o_s_i_t_e_C_o_n_t_e_x_t _C_o_l_o_r_M_o_d_e_l dstColorModel, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ + Creates a context containing state that is used
│ │ │ │ + to perform the compositing operation.
│ │ │ │ Paint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ generate the color pattern.
│ │ │ │ - GradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ - _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ - _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ - Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ - generate a linear color gradient pattern.
│ │ │ │ - TexturePaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ - _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ - _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ - Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ - generate a tiled image pattern.
│ │ │ │ LinearGradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m transform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ generate a linear color gradient pattern.
│ │ │ │ RadialGradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m transform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ generate a circular radial color gradient
│ │ │ │ pattern.
│ │ │ │ + GradientPaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ + _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ + _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ + Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ + generate a linear color gradient pattern.
│ │ │ │ + TexturePaint._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm,
│ │ │ │ + _R_e_c_t_a_n_g_l_e deviceBounds, _R_e_c_t_a_n_g_l_e_2_D userBounds,
│ │ │ │ + _P_a_i_n_t_C_o_n_t_e_x_t _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ + Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ + generate a tiled image pattern.
│ │ │ │ + Color._c_r_e_a_t_e_C_o_n_t_e_x_t(_C_o_l_o_r_M_o_d_e_l cm, _R_e_c_t_a_n_g_l_e r,
│ │ │ │ + _R_e_c_t_a_n_g_l_e_2_D r2d, _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform,
│ │ │ │ + _P_a_i_n_t_C_o_n_t_e_x_t _R_e_n_d_e_r_i_n_g_H_i_n_t_s hints)
│ │ │ │ + Creates and returns a _P_a_i_n_t_C_o_n_t_e_x_t used to
│ │ │ │ + generate a solid color field pattern.
│ │ │ │ o ******** UUsseess ooff _CC_oo_ll_oo_rr_MM_oo_dd_ee_ll iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee ********
│ │ │ │ SSuubbccllaasssseess ooff _CC_oo_ll_oo_rr_MM_oo_dd_ee_ll iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ _C_o_m_p_o_n_e_n_t_C_o_l_o_r_M_o_d_e_l
│ │ │ │ A ColorModel class that works with pixel values
│ │ │ │ class that represent color and alpha information as
│ │ │ │ separate samples and that store each sample in a
│ │ │ │ @@ -115,161 +115,183 @@
│ │ │ │ protected _C_o_l_o_r_M_o_d_e_l The ColorModel with which to replace origmodel
│ │ │ │ when the user calls substituteColorModel.
│ │ │ │ RGBImageFilter._o_r_i_g_m_o_d_e_l
│ │ │ │ protected _C_o_l_o_r_M_o_d_e_l The ColorModel to be replaced by newmodel when
│ │ │ │ the user calls _s_u_b_s_t_i_t_u_t_e_C_o_l_o_r_M_o_d_e_l.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee tthhaatt rreettuurrnn _CC_oo_ll_oo_rr_MM_oo_dd_ee_ll?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - ColorModel._c_o_e_r_c_e_D_a_t_a(_W_r_i_t_a_b_l_e_R_a_s_t_e_r raster,
│ │ │ │ + DirectColorModel._c_o_e_r_c_e_D_a_t_a
│ │ │ │ + (_W_r_i_t_a_b_l_e_R_a_s_t_e_r raster,
│ │ │ │ boolean isAlphaPremultiplied)
│ │ │ │ _C_o_l_o_r_M_o_d_e_l Forces the raster data to match the state
│ │ │ │ specified in the isAlphaPremultiplied variable,
│ │ │ │ assuming the data is currently correctly
│ │ │ │ described by this ColorModel.
│ │ │ │ - DirectColorModel._c_o_e_r_c_e_D_a_t_a
│ │ │ │ - (_W_r_i_t_a_b_l_e_R_a_s_t_e_r raster,
│ │ │ │ + ColorModel._c_o_e_r_c_e_D_a_t_a(_W_r_i_t_a_b_l_e_R_a_s_t_e_r raster,
│ │ │ │ boolean isAlphaPremultiplied)
│ │ │ │ _C_o_l_o_r_M_o_d_e_l Forces the raster data to match the state
│ │ │ │ specified in the isAlphaPremultiplied variable,
│ │ │ │ assuming the data is currently correctly
│ │ │ │ described by this ColorModel.
│ │ │ │ ComponentColorModel._c_o_e_r_c_e_D_a_t_a
│ │ │ │ (_W_r_i_t_a_b_l_e_R_a_s_t_e_r raster,
│ │ │ │ boolean isAlphaPremultiplied)
│ │ │ │ _C_o_l_o_r_M_o_d_e_l Forces the raster data to match the state
│ │ │ │ specified in the isAlphaPremultiplied variable,
│ │ │ │ assuming the data is currently correctly
│ │ │ │ described by this ColorModel.
│ │ │ │ _C_o_l_o_r_M_o_d_e_l BufferedImage._g_e_t_C_o_l_o_r_M_o_d_e_l()
│ │ │ │ Returns the ColorModel.
│ │ │ │ - RenderedImage._g_e_t_C_o_l_o_r_M_o_d_e_l()
│ │ │ │ - _C_o_l_o_r_M_o_d_e_l Returns the ColorModel associated with this
│ │ │ │ - image.
│ │ │ │ PixelGrabber._g_e_t_C_o_l_o_r_M_o_d_e_l()
│ │ │ │ _C_o_l_o_r_M_o_d_e_l Get the ColorModel for the pixels stored in the
│ │ │ │ array.
│ │ │ │ + RenderedImage._g_e_t_C_o_l_o_r_M_o_d_e_l()
│ │ │ │ + _C_o_l_o_r_M_o_d_e_l Returns the ColorModel associated with this
│ │ │ │ + image.
│ │ │ │ ColorModel._g_e_t_R_G_B_d_e_f_a_u_l_t()
│ │ │ │ Returns a DirectColorModel that describes the
│ │ │ │ static _C_o_l_o_r_M_o_d_e_l default format for integer RGB values used in
│ │ │ │ many of the methods in the AWT image interfaces
│ │ │ │ for the convenience of the programmer.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee wwiitthh ppaarraammeetteerrss ooff ttyyppee _CC_oo_ll_oo_rr_MM_oo_dd_ee_ll?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - BufferedImageOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ + LookupOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e (_B_u_f_f_e_r_e_d_I_m_a_g_e src, _C_o_l_o_r_M_o_d_e_l destCM)
│ │ │ │ Creates a zeroed destination image with the
│ │ │ │ correct size and number of bands.
│ │ │ │ - ConvolveOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ + RescaleOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e (_B_u_f_f_e_r_e_d_I_m_a_g_e src, _C_o_l_o_r_M_o_d_e_l destCM)
│ │ │ │ Creates a zeroed destination image with the
│ │ │ │ correct size and number of bands.
│ │ │ │ - RescaleOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ + BufferedImageOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e (_B_u_f_f_e_r_e_d_I_m_a_g_e src, _C_o_l_o_r_M_o_d_e_l destCM)
│ │ │ │ Creates a zeroed destination image with the
│ │ │ │ correct size and number of bands.
│ │ │ │ - LookupOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ + ConvolveOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ + _B_u_f_f_e_r_e_d_I_m_a_g_e (_B_u_f_f_e_r_e_d_I_m_a_g_e src, _C_o_l_o_r_M_o_d_e_l destCM)
│ │ │ │ + Creates a zeroed destination image with the
│ │ │ │ + correct size and number of bands.
│ │ │ │ + AffineTransformOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e (_B_u_f_f_e_r_e_d_I_m_a_g_e src, _C_o_l_o_r_M_o_d_e_l destCM)
│ │ │ │ Creates a zeroed destination image with the
│ │ │ │ correct size and number of bands.
│ │ │ │ ColorConvertOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ (_B_u_f_f_e_r_e_d_I_m_a_g_e src, _C_o_l_o_r_M_o_d_e_l destCM)
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e Creates a zeroed destination image with the
│ │ │ │ correct size and number of bands, given this
│ │ │ │ source.
│ │ │ │ - AffineTransformOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_I_m_a_g_e
│ │ │ │ - _B_u_f_f_e_r_e_d_I_m_a_g_e (_B_u_f_f_e_r_e_d_I_m_a_g_e src, _C_o_l_o_r_M_o_d_e_l destCM)
│ │ │ │ - Creates a zeroed destination image with the
│ │ │ │ - correct size and number of bands.
│ │ │ │ MemoryImageSource._n_e_w_P_i_x_e_l_s(byte[] newpix,
│ │ │ │ void _C_o_l_o_r_M_o_d_e_l newmodel, int offset, int scansize)
│ │ │ │ Changes to a new byte array to hold the pixels
│ │ │ │ for this image.
│ │ │ │ MemoryImageSource._n_e_w_P_i_x_e_l_s(int[] newpix,
│ │ │ │ void _C_o_l_o_r_M_o_d_e_l newmodel, int offset, int scansize)
│ │ │ │ Changes to a new int array to hold the pixels for
│ │ │ │ this image.
│ │ │ │ - ImageConsumer._s_e_t_C_o_l_o_r_M_o_d_e_l(_C_o_l_o_r_M_o_d_e_l model)
│ │ │ │ - void Sets the ColorModel object used for the majority
│ │ │ │ - of the pixels reported using the setPixels method
│ │ │ │ - calls.
│ │ │ │ + PixelGrabber._s_e_t_C_o_l_o_r_M_o_d_e_l(_C_o_l_o_r_M_o_d_e_l model)
│ │ │ │ + void The setColorModel method is part of the
│ │ │ │ + ImageConsumer API which this class must implement
│ │ │ │ + to retrieve the pixels.
│ │ │ │ RGBImageFilter._s_e_t_C_o_l_o_r_M_o_d_e_l(_C_o_l_o_r_M_o_d_e_l model)
│ │ │ │ If the ColorModel is an IndexColorModel and the
│ │ │ │ subclass has set the canFilterIndexColorModel
│ │ │ │ void flag to true, we substitute a filtered version of
│ │ │ │ the color model here and wherever that original
│ │ │ │ ColorModel object appears in the setPixels
│ │ │ │ methods.
│ │ │ │ ImageFilter._s_e_t_C_o_l_o_r_M_o_d_e_l(_C_o_l_o_r_M_o_d_e_l model)
│ │ │ │ void Filter the information provided in the
│ │ │ │ setColorModel method of the ImageConsumer
│ │ │ │ interface.
│ │ │ │ - PixelGrabber._s_e_t_C_o_l_o_r_M_o_d_e_l(_C_o_l_o_r_M_o_d_e_l model)
│ │ │ │ - void The setColorModel method is part of the
│ │ │ │ - ImageConsumer API which this class must implement
│ │ │ │ - to retrieve the pixels.
│ │ │ │ + ImageConsumer._s_e_t_C_o_l_o_r_M_o_d_e_l(_C_o_l_o_r_M_o_d_e_l model)
│ │ │ │ + void Sets the ColorModel object used for the majority
│ │ │ │ + of the pixels reported using the setPixels method
│ │ │ │ + calls.
│ │ │ │ BufferedImageFilter._s_e_t_C_o_l_o_r_M_o_d_e_l
│ │ │ │ (_C_o_l_o_r_M_o_d_e_l model)
│ │ │ │ void Filters the information provided in the
│ │ │ │ _s_e_t_C_o_l_o_r_M_o_d_e_l method of the ImageConsumer
│ │ │ │ interface.
│ │ │ │ - ImageConsumer._s_e_t_P_i_x_e_l_s(int x, int y, int w,
│ │ │ │ - int h, _C_o_l_o_r_M_o_d_e_l model, byte[] pixels, int off,
│ │ │ │ - void int scansize)
│ │ │ │ - Delivers the pixels of the image with one or more
│ │ │ │ - calls to this method.
│ │ │ │ - RGBImageFilter._s_e_t_P_i_x_e_l_s(int x, int y, int w,
│ │ │ │ + CropImageFilter._s_e_t_P_i_x_e_l_s(int x, int y, int w,
│ │ │ │ int h, _C_o_l_o_r_M_o_d_e_l model, byte[] pixels, int off,
│ │ │ │ - void int scansize)
│ │ │ │ - If the ColorModel object is the same one that has
│ │ │ │ - already been converted, then simply passes the
│ │ │ │ - pixels through with the converted ColorModel.
│ │ │ │ - ImageFilter._s_e_t_P_i_x_e_l_s(int x, int y, int w, int h,
│ │ │ │ - _C_o_l_o_r_M_o_d_e_l model, byte[] pixels, int off,
│ │ │ │ - void int scansize)
│ │ │ │ - Filters the information provided in the setPixels
│ │ │ │ - method of the ImageConsumer interface which takes
│ │ │ │ - an array of bytes.
│ │ │ │ + int scansize)
│ │ │ │ + void Determine whether the delivered byte pixels
│ │ │ │ + intersect the region to be extracted and passes
│ │ │ │ + through only that subset of pixels that appear in
│ │ │ │ + the output region.
│ │ │ │ ReplicateScaleFilter._s_e_t_P_i_x_e_l_s(int x, int y,
│ │ │ │ int w, int h, _C_o_l_o_r_M_o_d_e_l model, byte[] pixels,
│ │ │ │ int off, int scansize)
│ │ │ │ void Choose which rows and columns of the delivered
│ │ │ │ byte pixels are needed for the destination scaled
│ │ │ │ image and pass through just those rows and
│ │ │ │ columns that are needed, replicated as necessary.
│ │ │ │ + AreaAveragingScaleFilter._s_e_t_P_i_x_e_l_s(int x, int y,
│ │ │ │ + int w, int h, _C_o_l_o_r_M_o_d_e_l model, byte[] pixels,
│ │ │ │ + int off, int scansize)
│ │ │ │ + void Combine the components for the delivered byte
│ │ │ │ + pixels into the accumulation arrays and send on
│ │ │ │ + any averaged data for rows of pixels that are
│ │ │ │ + complete.
│ │ │ │ PixelGrabber._s_e_t_P_i_x_e_l_s(int srcX, int srcY,
│ │ │ │ int srcW, int srcH, _C_o_l_o_r_M_o_d_e_l model, byte
│ │ │ │ void [] pixels, int srcOff, int srcScan)
│ │ │ │ The setPixels method is part of the ImageConsumer
│ │ │ │ API which this class must implement to retrieve
│ │ │ │ the pixels.
│ │ │ │ - CropImageFilter._s_e_t_P_i_x_e_l_s(int x, int y, int w,
│ │ │ │ + RGBImageFilter._s_e_t_P_i_x_e_l_s(int x, int y, int w,
│ │ │ │ int h, _C_o_l_o_r_M_o_d_e_l model, byte[] pixels, int off,
│ │ │ │ - int scansize)
│ │ │ │ - void Determine whether the delivered byte pixels
│ │ │ │ - intersect the region to be extracted and passes
│ │ │ │ - through only that subset of pixels that appear in
│ │ │ │ - the output region.
│ │ │ │ + void int scansize)
│ │ │ │ + If the ColorModel object is the same one that has
│ │ │ │ + already been converted, then simply passes the
│ │ │ │ + pixels through with the converted ColorModel.
│ │ │ │ + ImageFilter._s_e_t_P_i_x_e_l_s(int x, int y, int w, int h,
│ │ │ │ + _C_o_l_o_r_M_o_d_e_l model, byte[] pixels, int off,
│ │ │ │ + void int scansize)
│ │ │ │ + Filters the information provided in the setPixels
│ │ │ │ + method of the ImageConsumer interface which takes
│ │ │ │ + an array of bytes.
│ │ │ │ + ImageConsumer._s_e_t_P_i_x_e_l_s(int x, int y, int w,
│ │ │ │ + int h, _C_o_l_o_r_M_o_d_e_l model, byte[] pixels, int off,
│ │ │ │ + void int scansize)
│ │ │ │ + Delivers the pixels of the image with one or more
│ │ │ │ + calls to this method.
│ │ │ │ BufferedImageFilter._s_e_t_P_i_x_e_l_s(int x, int y,
│ │ │ │ int w, int h, _C_o_l_o_r_M_o_d_e_l model, byte[] pixels,
│ │ │ │ void int off, int scansize)
│ │ │ │ Filters the information provided in the setPixels
│ │ │ │ method of the ImageConsumer interface which takes
│ │ │ │ an array of bytes.
│ │ │ │ + CropImageFilter._s_e_t_P_i_x_e_l_s(int x, int y, int w,
│ │ │ │ + int h, _C_o_l_o_r_M_o_d_e_l model, int[] pixels, int off,
│ │ │ │ + int scansize)
│ │ │ │ + void Determine if the delivered int pixels intersect
│ │ │ │ + the region to be extracted and pass through only
│ │ │ │ + that subset of pixels that appear in the output
│ │ │ │ + region.
│ │ │ │ + ReplicateScaleFilter._s_e_t_P_i_x_e_l_s(int x, int y,
│ │ │ │ + int w, int h, _C_o_l_o_r_M_o_d_e_l model, int[] pixels,
│ │ │ │ + int off, int scansize)
│ │ │ │ + void Choose which rows and columns of the delivered
│ │ │ │ + int pixels are needed for the destination scaled
│ │ │ │ + image and pass through just those rows and
│ │ │ │ + columns that are needed, replicated as necessary.
│ │ │ │ AreaAveragingScaleFilter._s_e_t_P_i_x_e_l_s(int x, int y,
│ │ │ │ - int w, int h, _C_o_l_o_r_M_o_d_e_l model, byte[] pixels,
│ │ │ │ + int w, int h, _C_o_l_o_r_M_o_d_e_l model, int[] pixels,
│ │ │ │ int off, int scansize)
│ │ │ │ - void Combine the components for the delivered byte
│ │ │ │ + void Combine the components for the delivered int
│ │ │ │ pixels into the accumulation arrays and send on
│ │ │ │ any averaged data for rows of pixels that are
│ │ │ │ complete.
│ │ │ │ - ImageConsumer._s_e_t_P_i_x_e_l_s(int x, int y, int w,
│ │ │ │ - int h, _C_o_l_o_r_M_o_d_e_l model, int[] pixels, int off,
│ │ │ │ - void int scansize)
│ │ │ │ - The pixels of the image are delivered using one
│ │ │ │ - or more calls to the setPixels method.
│ │ │ │ + PixelGrabber._s_e_t_P_i_x_e_l_s(int srcX, int srcY,
│ │ │ │ + int srcW, int srcH, _C_o_l_o_r_M_o_d_e_l model, int
│ │ │ │ + void [] pixels, int srcOff, int srcScan)
│ │ │ │ + The setPixels method is part of the ImageConsumer
│ │ │ │ + API which this class must implement to retrieve
│ │ │ │ + the pixels.
│ │ │ │ RGBImageFilter._s_e_t_P_i_x_e_l_s(int x, int y, int w,
│ │ │ │ int h, _C_o_l_o_r_M_o_d_e_l model, int[] pixels, int off,
│ │ │ │ int scansize)
│ │ │ │ If the ColorModel object is the same one that has
│ │ │ │ void already been converted, then simply passes the
│ │ │ │ pixels through with the converted ColorModel,
│ │ │ │ otherwise converts the buffer of integer pixels
│ │ │ │ @@ -278,47 +300,25 @@
│ │ │ │ be converted one by one.
│ │ │ │ ImageFilter._s_e_t_P_i_x_e_l_s(int x, int y, int w, int h,
│ │ │ │ _C_o_l_o_r_M_o_d_e_l model, int[] pixels, int off,
│ │ │ │ void int scansize)
│ │ │ │ Filters the information provided in the setPixels
│ │ │ │ method of the ImageConsumer interface which takes
│ │ │ │ an array of integers.
│ │ │ │ - ReplicateScaleFilter._s_e_t_P_i_x_e_l_s(int x, int y,
│ │ │ │ - int w, int h, _C_o_l_o_r_M_o_d_e_l model, int[] pixels,
│ │ │ │ - int off, int scansize)
│ │ │ │ - void Choose which rows and columns of the delivered
│ │ │ │ - int pixels are needed for the destination scaled
│ │ │ │ - image and pass through just those rows and
│ │ │ │ - columns that are needed, replicated as necessary.
│ │ │ │ - PixelGrabber._s_e_t_P_i_x_e_l_s(int srcX, int srcY,
│ │ │ │ - int srcW, int srcH, _C_o_l_o_r_M_o_d_e_l model, int
│ │ │ │ - void [] pixels, int srcOff, int srcScan)
│ │ │ │ - The setPixels method is part of the ImageConsumer
│ │ │ │ - API which this class must implement to retrieve
│ │ │ │ - the pixels.
│ │ │ │ - CropImageFilter._s_e_t_P_i_x_e_l_s(int x, int y, int w,
│ │ │ │ + ImageConsumer._s_e_t_P_i_x_e_l_s(int x, int y, int w,
│ │ │ │ int h, _C_o_l_o_r_M_o_d_e_l model, int[] pixels, int off,
│ │ │ │ - int scansize)
│ │ │ │ - void Determine if the delivered int pixels intersect
│ │ │ │ - the region to be extracted and pass through only
│ │ │ │ - that subset of pixels that appear in the output
│ │ │ │ - region.
│ │ │ │ + void int scansize)
│ │ │ │ + The pixels of the image are delivered using one
│ │ │ │ + or more calls to the setPixels method.
│ │ │ │ BufferedImageFilter._s_e_t_P_i_x_e_l_s(int x, int y,
│ │ │ │ int w, int h, _C_o_l_o_r_M_o_d_e_l model, int[] pixels,
│ │ │ │ void int off, int scansize)
│ │ │ │ Filters the information provided in the setPixels
│ │ │ │ method of the ImageConsumer interface which takes
│ │ │ │ an array of integers.
│ │ │ │ - AreaAveragingScaleFilter._s_e_t_P_i_x_e_l_s(int x, int y,
│ │ │ │ - int w, int h, _C_o_l_o_r_M_o_d_e_l model, int[] pixels,
│ │ │ │ - int off, int scansize)
│ │ │ │ - void Combine the components for the delivered int
│ │ │ │ - pixels into the accumulation arrays and send on
│ │ │ │ - any averaged data for rows of pixels that are
│ │ │ │ - complete.
│ │ │ │ RGBImageFilter._s_u_b_s_t_i_t_u_t_e_C_o_l_o_r_M_o_d_e_l
│ │ │ │ void (_C_o_l_o_r_M_o_d_e_l oldcm, _C_o_l_o_r_M_o_d_e_l newcm)
│ │ │ │ Registers two ColorModel objects for
│ │ │ │ substitution.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee wwiitthh ppaarraammeetteerrss ooff ttyyppee _CC_oo_ll_oo_rr_MM_oo_dd_ee_ll?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e(_C_o_l_o_r_M_o_d_e_l cm, _W_r_i_t_a_b_l_e_R_a_s_t_e_r raster,
│ │ │ │ @@ -372,9 +372,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/ComponentColorModel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.ComponentColorModel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/ComponentSampleModel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.ComponentSampleModel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -50,9 +50,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/ConvolveOp.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.ConvolveOp (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/CropImageFilter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.CropImageFilter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/DataBuffer.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.DataBuffer (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -43,31 +43,31 @@
│ │ │ │ internally as shorts.
│ │ │ │ FFiieellddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee ddeeccllaarreedd aass _DD_aa_tt_aa_BB_uu_ff_ff_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee FFiieelldd aanndd DDeessccrriippttiioonn
│ │ │ │ protected _D_a_t_a_B_u_f_f_e_r Raster._d_a_t_a_B_u_f_f_e_r
│ │ │ │ The DataBuffer that stores the image data.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee tthhaatt rreettuurrnn _DD_aa_tt_aa_BB_uu_ff_ff_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - SampleModel._c_r_e_a_t_e_D_a_t_a_B_u_f_f_e_r()
│ │ │ │ - abstract _D_a_t_a_B_u_f_f_e_r Creates a DataBuffer that corresponds to this
│ │ │ │ - SampleModel.
│ │ │ │ - ComponentSampleModel._c_r_e_a_t_e_D_a_t_a_B_u_f_f_e_r()
│ │ │ │ - _D_a_t_a_B_u_f_f_e_r Creates a DataBuffer that corresponds to this
│ │ │ │ - ComponentSampleModel.
│ │ │ │ - SinglePixelPackedSampleModel._c_r_e_a_t_e_D_a_t_a_B_u_f_f_e_r()
│ │ │ │ - _D_a_t_a_B_u_f_f_e_r Creates a DataBuffer that corresponds to this
│ │ │ │ - SinglePixelPackedSampleModel.
│ │ │ │ MultiPixelPackedSampleModel._c_r_e_a_t_e_D_a_t_a_B_u_f_f_e_r()
│ │ │ │ _D_a_t_a_B_u_f_f_e_r Creates a DataBuffer that corresponds to this
│ │ │ │ MultiPixelPackedSampleModel.
│ │ │ │ BandedSampleModel._c_r_e_a_t_e_D_a_t_a_B_u_f_f_e_r()
│ │ │ │ Creates a DataBuffer that corresponds to this
│ │ │ │ _D_a_t_a_B_u_f_f_e_r BandedSampleModel, The DataBuffer's data type,
│ │ │ │ number of banks, and size will be consistent
│ │ │ │ with this BandedSampleModel.
│ │ │ │ + SinglePixelPackedSampleModel._c_r_e_a_t_e_D_a_t_a_B_u_f_f_e_r()
│ │ │ │ + _D_a_t_a_B_u_f_f_e_r Creates a DataBuffer that corresponds to this
│ │ │ │ + SinglePixelPackedSampleModel.
│ │ │ │ + ComponentSampleModel._c_r_e_a_t_e_D_a_t_a_B_u_f_f_e_r()
│ │ │ │ + _D_a_t_a_B_u_f_f_e_r Creates a DataBuffer that corresponds to this
│ │ │ │ + ComponentSampleModel.
│ │ │ │ + SampleModel._c_r_e_a_t_e_D_a_t_a_B_u_f_f_e_r()
│ │ │ │ + abstract _D_a_t_a_B_u_f_f_e_r Creates a DataBuffer that corresponds to this
│ │ │ │ + SampleModel.
│ │ │ │ Raster._g_e_t_D_a_t_a_B_u_f_f_e_r()
│ │ │ │ _D_a_t_a_B_u_f_f_e_r Returns the DataBuffer associated with this
│ │ │ │ Raster.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee wwiitthh ppaarraammeetteerrss ooff ttyyppee _DD_aa_tt_aa_BB_uu_ff_ff_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ Raster._c_r_e_a_t_e_B_a_n_d_e_d_R_a_s_t_e_r
│ │ │ │ (_D_a_t_a_B_u_f_f_e_r dataBuffer, int w, int h,
│ │ │ │ @@ -109,358 +109,358 @@
│ │ │ │ Creates a WritableRaster with the specified
│ │ │ │ SampleModel and DataBuffer.
│ │ │ │ SampleModel._g_e_t_D_a_t_a_E_l_e_m_e_n_t_s(int x, int y,
│ │ │ │ int w, int h, _O_b_j_e_c_t obj, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ _O_b_j_e_c_t Returns the pixel data for the specified
│ │ │ │ rectangle of pixels in a primitive array of
│ │ │ │ type TransferType.
│ │ │ │ - SampleModel._g_e_t_D_a_t_a_E_l_e_m_e_n_t_s(int x, int y,
│ │ │ │ - abstract _O_b_j_e_c_t _O_b_j_e_c_t obj, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + MultiPixelPackedSampleModel._g_e_t_D_a_t_a_E_l_e_m_e_n_t_s
│ │ │ │ + _O_b_j_e_c_t (int x, int y, _O_b_j_e_c_t obj, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns data for a single pixel in a
│ │ │ │ primitive array of type TransferType.
│ │ │ │ - ComponentSampleModel._g_e_t_D_a_t_a_E_l_e_m_e_n_t_s(int x,
│ │ │ │ + BandedSampleModel._g_e_t_D_a_t_a_E_l_e_m_e_n_t_s(int x,
│ │ │ │ _O_b_j_e_c_t int y, _O_b_j_e_c_t obj, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns data for a single pixel in a
│ │ │ │ primitive array of type TransferType.
│ │ │ │ SinglePixelPackedSampleModel._g_e_t_D_a_t_a_E_l_e_m_e_n_t_s
│ │ │ │ _O_b_j_e_c_t (int x, int y, _O_b_j_e_c_t obj, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns data for a single pixel in a
│ │ │ │ primitive array of type TransferType.
│ │ │ │ - MultiPixelPackedSampleModel._g_e_t_D_a_t_a_E_l_e_m_e_n_t_s
│ │ │ │ - _O_b_j_e_c_t (int x, int y, _O_b_j_e_c_t obj, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + ComponentSampleModel._g_e_t_D_a_t_a_E_l_e_m_e_n_t_s(int x,
│ │ │ │ + _O_b_j_e_c_t int y, _O_b_j_e_c_t obj, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns data for a single pixel in a
│ │ │ │ primitive array of type TransferType.
│ │ │ │ - BandedSampleModel._g_e_t_D_a_t_a_E_l_e_m_e_n_t_s(int x,
│ │ │ │ - _O_b_j_e_c_t int y, _O_b_j_e_c_t obj, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + SampleModel._g_e_t_D_a_t_a_E_l_e_m_e_n_t_s(int x, int y,
│ │ │ │ + abstract _O_b_j_e_c_t _O_b_j_e_c_t obj, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns data for a single pixel in a
│ │ │ │ primitive array of type TransferType.
│ │ │ │ SampleModel._g_e_t_P_i_x_e_l(int x, int y, double
│ │ │ │ double[] [] dArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns the samples for the specified pixel
│ │ │ │ in an array of double.
│ │ │ │ SampleModel._g_e_t_P_i_x_e_l(int x, int y, float
│ │ │ │ float[] [] fArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns the samples for the specified pixel
│ │ │ │ in an array of float.
│ │ │ │ - SampleModel._g_e_t_P_i_x_e_l(int x, int y, int
│ │ │ │ - int[] [] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ - Returns the samples for a specified pixel in
│ │ │ │ - an int array, one sample per array element.
│ │ │ │ - ComponentSampleModel._g_e_t_P_i_x_e_l(int x, int y,
│ │ │ │ - int[] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ - int[] Returns all samples for the specified pixel
│ │ │ │ - in an int array, one sample per array
│ │ │ │ - element.
│ │ │ │ - SinglePixelPackedSampleModel._g_e_t_P_i_x_e_l(int x,
│ │ │ │ - int[] int y, int[] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ - Returns all samples in for the specified
│ │ │ │ - pixel in an int array.
│ │ │ │ MultiPixelPackedSampleModel._g_e_t_P_i_x_e_l(int x,
│ │ │ │ int[] int y, int[] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns the specified single band pixel in
│ │ │ │ the first element of an int array.
│ │ │ │ BandedSampleModel._g_e_t_P_i_x_e_l(int x, int y, int
│ │ │ │ int[] [] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns all samples for the specified pixel
│ │ │ │ in an int array.
│ │ │ │ + SinglePixelPackedSampleModel._g_e_t_P_i_x_e_l(int x,
│ │ │ │ + int[] int y, int[] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + Returns all samples in for the specified
│ │ │ │ + pixel in an int array.
│ │ │ │ + ComponentSampleModel._g_e_t_P_i_x_e_l(int x, int y,
│ │ │ │ + int[] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + int[] Returns all samples for the specified pixel
│ │ │ │ + in an int array, one sample per array
│ │ │ │ + element.
│ │ │ │ + SampleModel._g_e_t_P_i_x_e_l(int x, int y, int
│ │ │ │ + int[] [] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + Returns the samples for a specified pixel in
│ │ │ │ + an int array, one sample per array element.
│ │ │ │ SampleModel._g_e_t_P_i_x_e_l_s(int x, int y, int w,
│ │ │ │ int h, double[] dArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ double[] Returns all samples for a rectangle of pixels
│ │ │ │ in a double array, one sample per array
│ │ │ │ element.
│ │ │ │ SampleModel._g_e_t_P_i_x_e_l_s(int x, int y, int w,
│ │ │ │ int h, float[] fArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ float[] Returns all samples for a rectangle of pixels
│ │ │ │ in a float array, one sample per array
│ │ │ │ element.
│ │ │ │ - SampleModel._g_e_t_P_i_x_e_l_s(int x, int y, int w,
│ │ │ │ - int h, int[] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ - int[] Returns all samples for a rectangle of pixels
│ │ │ │ - in an int array, one sample per array
│ │ │ │ - element.
│ │ │ │ - ComponentSampleModel._g_e_t_P_i_x_e_l_s(int x, int y,
│ │ │ │ + BandedSampleModel._g_e_t_P_i_x_e_l_s(int x, int y,
│ │ │ │ int w, int h, int[] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ int[] Returns all samples for the specified
│ │ │ │ rectangle of pixels in an int array, one
│ │ │ │ - sample per array element.
│ │ │ │ + sample per data array element.
│ │ │ │ SinglePixelPackedSampleModel._g_e_t_P_i_x_e_l_s(int x,
│ │ │ │ int y, int w, int h, int[] iArray,
│ │ │ │ int[] _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns all samples for the specified
│ │ │ │ rectangle of pixels in an int array, one
│ │ │ │ sample per array element.
│ │ │ │ - BandedSampleModel._g_e_t_P_i_x_e_l_s(int x, int y,
│ │ │ │ + ComponentSampleModel._g_e_t_P_i_x_e_l_s(int x, int y,
│ │ │ │ int w, int h, int[] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ int[] Returns all samples for the specified
│ │ │ │ rectangle of pixels in an int array, one
│ │ │ │ - sample per data array element.
│ │ │ │ - SampleModel._g_e_t_S_a_m_p_l_e(int x, int y, int b,
│ │ │ │ - abstract int _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ - Returns the sample in a specified band for
│ │ │ │ - the pixel located at (x,y) as an int.
│ │ │ │ - ComponentSampleModel._g_e_t_S_a_m_p_l_e(int x, int y,
│ │ │ │ + sample per array element.
│ │ │ │ + SampleModel._g_e_t_P_i_x_e_l_s(int x, int y, int w,
│ │ │ │ + int h, int[] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + int[] Returns all samples for a rectangle of pixels
│ │ │ │ + in an int array, one sample per array
│ │ │ │ + element.
│ │ │ │ + MultiPixelPackedSampleModel._g_e_t_S_a_m_p_l_e(int x,
│ │ │ │ + int int y, int b, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + Returns as int the sample in a specified band
│ │ │ │ + for the pixel located at (x, y).
│ │ │ │ + BandedSampleModel._g_e_t_S_a_m_p_l_e(int x, int y,
│ │ │ │ int int b, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns as int the sample in a specified band
│ │ │ │ for the pixel located at (x,y).
│ │ │ │ SinglePixelPackedSampleModel._g_e_t_S_a_m_p_l_e(int x,
│ │ │ │ int int y, int b, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns as int the sample in a specified band
│ │ │ │ for the pixel located at (x,y).
│ │ │ │ - MultiPixelPackedSampleModel._g_e_t_S_a_m_p_l_e(int x,
│ │ │ │ - int int y, int b, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ - Returns as int the sample in a specified band
│ │ │ │ - for the pixel located at (x, y).
│ │ │ │ - BandedSampleModel._g_e_t_S_a_m_p_l_e(int x, int y,
│ │ │ │ + ComponentSampleModel._g_e_t_S_a_m_p_l_e(int x, int y,
│ │ │ │ int int b, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns as int the sample in a specified band
│ │ │ │ for the pixel located at (x,y).
│ │ │ │ - SampleModel._g_e_t_S_a_m_p_l_e_D_o_u_b_l_e(int x, int y,
│ │ │ │ - double int b, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + SampleModel._g_e_t_S_a_m_p_l_e(int x, int y, int b,
│ │ │ │ + abstract int _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + Returns the sample in a specified band for
│ │ │ │ + the pixel located at (x,y) as an int.
│ │ │ │ + BandedSampleModel._g_e_t_S_a_m_p_l_e_D_o_u_b_l_e(int x,
│ │ │ │ + double int y, int b, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns the sample in a specified band for a
│ │ │ │ pixel located at (x,y) as a double.
│ │ │ │ ComponentSampleModel._g_e_t_S_a_m_p_l_e_D_o_u_b_l_e(int x,
│ │ │ │ double int y, int b, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns the sample in a specified band for a
│ │ │ │ pixel located at (x,y) as a double.
│ │ │ │ - BandedSampleModel._g_e_t_S_a_m_p_l_e_D_o_u_b_l_e(int x,
│ │ │ │ - double int y, int b, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + SampleModel._g_e_t_S_a_m_p_l_e_D_o_u_b_l_e(int x, int y,
│ │ │ │ + double int b, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns the sample in a specified band for a
│ │ │ │ pixel located at (x,y) as a double.
│ │ │ │ - SampleModel._g_e_t_S_a_m_p_l_e_F_l_o_a_t(int x, int y,
│ │ │ │ - float int b, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + BandedSampleModel._g_e_t_S_a_m_p_l_e_F_l_o_a_t(int x,
│ │ │ │ + float int y, int b, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns the sample in a specified band for
│ │ │ │ the pixel located at (x,y) as a float.
│ │ │ │ ComponentSampleModel._g_e_t_S_a_m_p_l_e_F_l_o_a_t(int x,
│ │ │ │ float int y, int b, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns the sample in a specified band for
│ │ │ │ the pixel located at (x,y) as a float.
│ │ │ │ - BandedSampleModel._g_e_t_S_a_m_p_l_e_F_l_o_a_t(int x,
│ │ │ │ - float int y, int b, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + SampleModel._g_e_t_S_a_m_p_l_e_F_l_o_a_t(int x, int y,
│ │ │ │ + float int b, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns the sample in a specified band for
│ │ │ │ the pixel located at (x,y) as a float.
│ │ │ │ SampleModel._g_e_t_S_a_m_p_l_e_s(int x, int y, int w,
│ │ │ │ int h, int b, double[] dArray,
│ │ │ │ double[] _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns the samples for a specified band for
│ │ │ │ a specified rectangle of pixels in a double
│ │ │ │ array, one sample per array element.
│ │ │ │ SampleModel._g_e_t_S_a_m_p_l_e_s(int x, int y, int w,
│ │ │ │ int h, int b, float[] fArray,
│ │ │ │ float[] _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns the samples for a specified band for
│ │ │ │ the specified rectangle of pixels in a float
│ │ │ │ array, one sample per array element.
│ │ │ │ - SampleModel._g_e_t_S_a_m_p_l_e_s(int x, int y, int w,
│ │ │ │ - int h, int b, int[] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ - int[] Returns the samples for a specified band for
│ │ │ │ - the specified rectangle of pixels in an int
│ │ │ │ - array, one sample per array element.
│ │ │ │ - ComponentSampleModel._g_e_t_S_a_m_p_l_e_s(int x, int y,
│ │ │ │ + BandedSampleModel._g_e_t_S_a_m_p_l_e_s(int x, int y,
│ │ │ │ int w, int h, int b, int[] iArray,
│ │ │ │ int[] _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns the samples in a specified band for
│ │ │ │ the specified rectangle of pixels in an int
│ │ │ │ array, one sample per data array element.
│ │ │ │ SinglePixelPackedSampleModel._g_e_t_S_a_m_p_l_e_s
│ │ │ │ (int x, int y, int w, int h, int b, int
│ │ │ │ int[] [] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns the samples for a specified band for
│ │ │ │ the specified rectangle of pixels in an int
│ │ │ │ array, one sample per array element.
│ │ │ │ - BandedSampleModel._g_e_t_S_a_m_p_l_e_s(int x, int y,
│ │ │ │ + ComponentSampleModel._g_e_t_S_a_m_p_l_e_s(int x, int y,
│ │ │ │ int w, int h, int b, int[] iArray,
│ │ │ │ int[] _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Returns the samples in a specified band for
│ │ │ │ the specified rectangle of pixels in an int
│ │ │ │ array, one sample per data array element.
│ │ │ │ + SampleModel._g_e_t_S_a_m_p_l_e_s(int x, int y, int w,
│ │ │ │ + int h, int b, int[] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + int[] Returns the samples for a specified band for
│ │ │ │ + the specified rectangle of pixels in an int
│ │ │ │ + array, one sample per array element.
│ │ │ │ SampleModel._s_e_t_D_a_t_a_E_l_e_m_e_n_t_s(int x, int y,
│ │ │ │ int w, int h, _O_b_j_e_c_t obj, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ void Sets the data for a rectangle of pixels in
│ │ │ │ the specified DataBuffer from a primitive
│ │ │ │ array of type TransferType.
│ │ │ │ - SampleModel._s_e_t_D_a_t_a_E_l_e_m_e_n_t_s(int x, int y,
│ │ │ │ - _O_b_j_e_c_t obj, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ - abstract void Sets the data for a single pixel in the
│ │ │ │ + MultiPixelPackedSampleModel._s_e_t_D_a_t_a_E_l_e_m_e_n_t_s
│ │ │ │ + (int x, int y, _O_b_j_e_c_t obj, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + void Sets the data for a single pixel in the
│ │ │ │ specified DataBuffer from a primitive array
│ │ │ │ of type TransferType.
│ │ │ │ - ComponentSampleModel._s_e_t_D_a_t_a_E_l_e_m_e_n_t_s(int x,
│ │ │ │ + BandedSampleModel._s_e_t_D_a_t_a_E_l_e_m_e_n_t_s(int x,
│ │ │ │ int y, _O_b_j_e_c_t obj, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ void Sets the data for a single pixel in the
│ │ │ │ specified DataBuffer from a primitive array
│ │ │ │ of type TransferType.
│ │ │ │ SinglePixelPackedSampleModel._s_e_t_D_a_t_a_E_l_e_m_e_n_t_s
│ │ │ │ (int x, int y, _O_b_j_e_c_t obj, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ void Sets the data for a single pixel in the
│ │ │ │ specified DataBuffer from a primitive array
│ │ │ │ of type TransferType.
│ │ │ │ - MultiPixelPackedSampleModel._s_e_t_D_a_t_a_E_l_e_m_e_n_t_s
│ │ │ │ - (int x, int y, _O_b_j_e_c_t obj, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + ComponentSampleModel._s_e_t_D_a_t_a_E_l_e_m_e_n_t_s(int x,
│ │ │ │ + int y, _O_b_j_e_c_t obj, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ void Sets the data for a single pixel in the
│ │ │ │ specified DataBuffer from a primitive array
│ │ │ │ of type TransferType.
│ │ │ │ - BandedSampleModel._s_e_t_D_a_t_a_E_l_e_m_e_n_t_s(int x,
│ │ │ │ - int y, _O_b_j_e_c_t obj, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ - void Sets the data for a single pixel in the
│ │ │ │ + SampleModel._s_e_t_D_a_t_a_E_l_e_m_e_n_t_s(int x, int y,
│ │ │ │ + _O_b_j_e_c_t obj, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + abstract void Sets the data for a single pixel in the
│ │ │ │ specified DataBuffer from a primitive array
│ │ │ │ of type TransferType.
│ │ │ │ SampleModel._s_e_t_P_i_x_e_l(int x, int y, double
│ │ │ │ void [] dArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Sets a pixel in the DataBuffer using a double
│ │ │ │ array of samples for input.
│ │ │ │ SampleModel._s_e_t_P_i_x_e_l(int x, int y, float
│ │ │ │ void [] fArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Sets a pixel in the DataBuffer using a float
│ │ │ │ array of samples for input.
│ │ │ │ - SampleModel._s_e_t_P_i_x_e_l(int x, int y, int
│ │ │ │ - void [] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + MultiPixelPackedSampleModel._s_e_t_P_i_x_e_l(int x,
│ │ │ │ + void int y, int[] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Sets a pixel in the DataBuffer using an int
│ │ │ │ - array of samples for input.
│ │ │ │ - ComponentSampleModel._s_e_t_P_i_x_e_l(int x, int y,
│ │ │ │ - void int[] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + array for input.
│ │ │ │ + BandedSampleModel._s_e_t_P_i_x_e_l(int x, int y, int
│ │ │ │ + void [] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Sets a pixel in the DataBuffer using an int
│ │ │ │ array of samples for input.
│ │ │ │ SinglePixelPackedSampleModel._s_e_t_P_i_x_e_l(int x,
│ │ │ │ void int y, int[] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Sets a pixel in the DataBuffer using an int
│ │ │ │ array of samples for input.
│ │ │ │ - MultiPixelPackedSampleModel._s_e_t_P_i_x_e_l(int x,
│ │ │ │ - void int y, int[] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + ComponentSampleModel._s_e_t_P_i_x_e_l(int x, int y,
│ │ │ │ + void int[] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Sets a pixel in the DataBuffer using an int
│ │ │ │ - array for input.
│ │ │ │ - BandedSampleModel._s_e_t_P_i_x_e_l(int x, int y, int
│ │ │ │ + array of samples for input.
│ │ │ │ + SampleModel._s_e_t_P_i_x_e_l(int x, int y, int
│ │ │ │ void [] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Sets a pixel in the DataBuffer using an int
│ │ │ │ array of samples for input.
│ │ │ │ SampleModel._s_e_t_P_i_x_e_l_s(int x, int y, int w,
│ │ │ │ int h, double[] dArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ void Sets all samples for a rectangle of pixels
│ │ │ │ from a double array containing one sample per
│ │ │ │ array element.
│ │ │ │ SampleModel._s_e_t_P_i_x_e_l_s(int x, int y, int w,
│ │ │ │ int h, float[] fArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ void Sets all samples for a rectangle of pixels
│ │ │ │ from a float array containing one sample per
│ │ │ │ array element.
│ │ │ │ - SampleModel._s_e_t_P_i_x_e_l_s(int x, int y, int w,
│ │ │ │ - int h, int[] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ - void Sets all samples for a rectangle of pixels
│ │ │ │ - from an int array containing one sample per
│ │ │ │ - array element.
│ │ │ │ - ComponentSampleModel._s_e_t_P_i_x_e_l_s(int x, int y,
│ │ │ │ + BandedSampleModel._s_e_t_P_i_x_e_l_s(int x, int y,
│ │ │ │ int w, int h, int[] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ void Sets all samples for a rectangle of pixels
│ │ │ │ from an int array containing one sample per
│ │ │ │ array element.
│ │ │ │ SinglePixelPackedSampleModel._s_e_t_P_i_x_e_l_s(int x,
│ │ │ │ int y, int w, int h, int[] iArray,
│ │ │ │ void _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ Sets all samples for a rectangle of pixels
│ │ │ │ from an int array containing one sample per
│ │ │ │ array element.
│ │ │ │ - BandedSampleModel._s_e_t_P_i_x_e_l_s(int x, int y,
│ │ │ │ + ComponentSampleModel._s_e_t_P_i_x_e_l_s(int x, int y,
│ │ │ │ int w, int h, int[] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ void Sets all samples for a rectangle of pixels
│ │ │ │ from an int array containing one sample per
│ │ │ │ array element.
│ │ │ │ - SampleModel._s_e_t_S_a_m_p_l_e(int x, int y, int b,
│ │ │ │ - double s, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + SampleModel._s_e_t_P_i_x_e_l_s(int x, int y, int w,
│ │ │ │ + int h, int[] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + void Sets all samples for a rectangle of pixels
│ │ │ │ + from an int array containing one sample per
│ │ │ │ + array element.
│ │ │ │ + BandedSampleModel._s_e_t_S_a_m_p_l_e(int x, int y,
│ │ │ │ + int b, double s, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ void Sets a sample in the specified band for the
│ │ │ │ pixel located at (x,y) in the DataBuffer
│ │ │ │ using a double for input.
│ │ │ │ ComponentSampleModel._s_e_t_S_a_m_p_l_e(int x, int y,
│ │ │ │ int b, double s, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ void Sets a sample in the specified band for the
│ │ │ │ pixel located at (x,y) in the DataBuffer
│ │ │ │ using a double for input.
│ │ │ │ - BandedSampleModel._s_e_t_S_a_m_p_l_e(int x, int y,
│ │ │ │ - int b, double s, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + SampleModel._s_e_t_S_a_m_p_l_e(int x, int y, int b,
│ │ │ │ + double s, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ void Sets a sample in the specified band for the
│ │ │ │ pixel located at (x,y) in the DataBuffer
│ │ │ │ using a double for input.
│ │ │ │ - SampleModel._s_e_t_S_a_m_p_l_e(int x, int y, int b,
│ │ │ │ - float s, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + BandedSampleModel._s_e_t_S_a_m_p_l_e(int x, int y,
│ │ │ │ + int b, float s, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ void Sets a sample in the specified band for the
│ │ │ │ pixel located at (x,y) in the DataBuffer
│ │ │ │ using a float for input.
│ │ │ │ ComponentSampleModel._s_e_t_S_a_m_p_l_e(int x, int y,
│ │ │ │ int b, float s, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ void Sets a sample in the specified band for the
│ │ │ │ pixel located at (x,y) in the DataBuffer
│ │ │ │ using a float for input.
│ │ │ │ - BandedSampleModel._s_e_t_S_a_m_p_l_e(int x, int y,
│ │ │ │ - int b, float s, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + SampleModel._s_e_t_S_a_m_p_l_e(int x, int y, int b,
│ │ │ │ + float s, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ void Sets a sample in the specified band for the
│ │ │ │ pixel located at (x,y) in the DataBuffer
│ │ │ │ using a float for input.
│ │ │ │ - SampleModel._s_e_t_S_a_m_p_l_e(int x, int y, int b,
│ │ │ │ - int s, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ - abstract void Sets a sample in the specified band for the
│ │ │ │ - pixel located at (x,y) in the DataBuffer
│ │ │ │ + MultiPixelPackedSampleModel._s_e_t_S_a_m_p_l_e(int x,
│ │ │ │ + int y, int b, int s, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + void Sets a sample in the specified band for the
│ │ │ │ + pixel located at (x, y) in the DataBuffer
│ │ │ │ using an int for input.
│ │ │ │ - ComponentSampleModel._s_e_t_S_a_m_p_l_e(int x, int y,
│ │ │ │ + BandedSampleModel._s_e_t_S_a_m_p_l_e(int x, int y,
│ │ │ │ int b, int s, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ void Sets a sample in the specified band for the
│ │ │ │ pixel located at (x,y) in the DataBuffer
│ │ │ │ using an int for input.
│ │ │ │ SinglePixelPackedSampleModel._s_e_t_S_a_m_p_l_e(int x,
│ │ │ │ int y, int b, int s, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ void Sets a sample in the specified band for the
│ │ │ │ pixel located at (x,y) in the DataBuffer
│ │ │ │ using an int for input.
│ │ │ │ - MultiPixelPackedSampleModel._s_e_t_S_a_m_p_l_e(int x,
│ │ │ │ - int y, int b, int s, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ - void Sets a sample in the specified band for the
│ │ │ │ - pixel located at (x, y) in the DataBuffer
│ │ │ │ - using an int for input.
│ │ │ │ - BandedSampleModel._s_e_t_S_a_m_p_l_e(int x, int y,
│ │ │ │ + ComponentSampleModel._s_e_t_S_a_m_p_l_e(int x, int y,
│ │ │ │ int b, int s, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ void Sets a sample in the specified band for the
│ │ │ │ pixel located at (x,y) in the DataBuffer
│ │ │ │ using an int for input.
│ │ │ │ + SampleModel._s_e_t_S_a_m_p_l_e(int x, int y, int b,
│ │ │ │ + int s, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + abstract void Sets a sample in the specified band for the
│ │ │ │ + pixel located at (x,y) in the DataBuffer
│ │ │ │ + using an int for input.
│ │ │ │ SampleModel._s_e_t_S_a_m_p_l_e_s(int x, int y, int w,
│ │ │ │ int h, int b, double[] dArray,
│ │ │ │ _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ void Sets the samples in the specified band for
│ │ │ │ the specified rectangle of pixels from a
│ │ │ │ double array containing one sample per array
│ │ │ │ element.
│ │ │ │ SampleModel._s_e_t_S_a_m_p_l_e_s(int x, int y, int w,
│ │ │ │ int h, int b, float[] fArray,
│ │ │ │ _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ void Sets the samples in the specified band for
│ │ │ │ the specified rectangle of pixels from a
│ │ │ │ float array containing one sample per array
│ │ │ │ element.
│ │ │ │ - SampleModel._s_e_t_S_a_m_p_l_e_s(int x, int y, int w,
│ │ │ │ - int h, int b, int[] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ - void Sets the samples in the specified band for
│ │ │ │ - the specified rectangle of pixels from an int
│ │ │ │ - array containing one sample per array
│ │ │ │ - element.
│ │ │ │ - ComponentSampleModel._s_e_t_S_a_m_p_l_e_s(int x, int y,
│ │ │ │ + BandedSampleModel._s_e_t_S_a_m_p_l_e_s(int x, int y,
│ │ │ │ int w, int h, int b, int[] iArray,
│ │ │ │ _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ void Sets the samples in the specified band for
│ │ │ │ the specified rectangle of pixels from an int
│ │ │ │ array containing one sample per data array
│ │ │ │ element.
│ │ │ │ SinglePixelPackedSampleModel._s_e_t_S_a_m_p_l_e_s
│ │ │ │ (int x, int y, int w, int h, int b, int
│ │ │ │ [] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ void Sets the samples in the specified band for
│ │ │ │ the specified rectangle of pixels from an int
│ │ │ │ array containing one sample per array
│ │ │ │ element.
│ │ │ │ - BandedSampleModel._s_e_t_S_a_m_p_l_e_s(int x, int y,
│ │ │ │ + ComponentSampleModel._s_e_t_S_a_m_p_l_e_s(int x, int y,
│ │ │ │ int w, int h, int b, int[] iArray,
│ │ │ │ _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ void Sets the samples in the specified band for
│ │ │ │ the specified rectangle of pixels from an int
│ │ │ │ array containing one sample per data array
│ │ │ │ element.
│ │ │ │ + SampleModel._s_e_t_S_a_m_p_l_e_s(int x, int y, int w,
│ │ │ │ + int h, int b, int[] iArray, _D_a_t_a_B_u_f_f_e_r data)
│ │ │ │ + void Sets the samples in the specified band for
│ │ │ │ + the specified rectangle of pixels from an int
│ │ │ │ + array containing one sample per array
│ │ │ │ + element.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee wwiitthh ppaarraammeetteerrss ooff ttyyppee _DD_aa_tt_aa_BB_uu_ff_ff_ee_rr?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _R_a_s_t_e_r(_S_a_m_p_l_e_M_o_d_e_l sampleModel, _D_a_t_a_B_u_f_f_e_r dataBuffer,
│ │ │ │ _P_o_i_n_t origin)
│ │ │ │ Constructs a Raster with the given SampleModel and DataBuffer.
│ │ │ │ _R_a_s_t_e_r(_S_a_m_p_l_e_M_o_d_e_l sampleModel, _D_a_t_a_B_u_f_f_e_r dataBuffer,
│ │ │ │ _R_e_c_t_a_n_g_l_e aRegion, _P_o_i_n_t sampleModelTranslate, _R_a_s_t_e_r parent)
│ │ │ │ @@ -492,9 +492,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/DataBufferByte.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.DataBufferByte (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/DataBufferDouble.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.DataBufferDouble (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/DataBufferFloat.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.DataBufferFloat (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/DataBufferInt.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.DataBufferInt (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/DataBufferShort.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.DataBufferShort (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/DataBufferUShort.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.DataBufferUShort (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/DirectColorModel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.DirectColorModel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/FilteredImageSource.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.FilteredImageSource (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/ImageConsumer.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.image.ImageConsumer (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -63,86 +63,86 @@
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee FFiieelldd aanndd DDeessccrriippttiioonn
│ │ │ │ ImageFilter._c_o_n_s_u_m_e_r
│ │ │ │ protected _I_m_a_g_e_C_o_n_s_u_m_e_r The consumer of the particular image data
│ │ │ │ stream for which this instance of the
│ │ │ │ ImageFilter is filtering data.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee wwiitthh ppaarraammeetteerrss ooff ttyyppee _II_mm_aa_gg_ee_CC_oo_nn_ss_uu_mm_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + FilteredImageSource._a_d_d_C_o_n_s_u_m_e_r(_I_m_a_g_e_C_o_n_s_u_m_e_r ic)
│ │ │ │ + void Adds the specified ImageConsumer to the list of
│ │ │ │ + consumers interested in data for the filtered
│ │ │ │ + image.
│ │ │ │ ImageProducer._a_d_d_C_o_n_s_u_m_e_r(_I_m_a_g_e_C_o_n_s_u_m_e_r ic)
│ │ │ │ void Registers an ImageConsumer with the ImageProducer
│ │ │ │ for access to the image data during a later
│ │ │ │ reconstruction of the Image.
│ │ │ │ MemoryImageSource._a_d_d_C_o_n_s_u_m_e_r(_I_m_a_g_e_C_o_n_s_u_m_e_r ic)
│ │ │ │ void Adds an ImageConsumer to the list of consumers
│ │ │ │ interested in data for this image.
│ │ │ │ - FilteredImageSource._a_d_d_C_o_n_s_u_m_e_r(_I_m_a_g_e_C_o_n_s_u_m_e_r ic)
│ │ │ │ - void Adds the specified ImageConsumer to the list of
│ │ │ │ - consumers interested in data for the filtered
│ │ │ │ - image.
│ │ │ │ ImageFilter._g_e_t_F_i_l_t_e_r_I_n_s_t_a_n_c_e(_I_m_a_g_e_C_o_n_s_u_m_e_r ic)
│ │ │ │ _I_m_a_g_e_F_i_l_t_e_r Returns a unique instance of an ImageFilter
│ │ │ │ object which will actually perform the filtering
│ │ │ │ for the specified ImageConsumer.
│ │ │ │ + FilteredImageSource._i_s_C_o_n_s_u_m_e_r(_I_m_a_g_e_C_o_n_s_u_m_e_r ic)
│ │ │ │ + boolean Determines whether an ImageConsumer is on the
│ │ │ │ + list of consumers currently interested in data
│ │ │ │ + for this image.
│ │ │ │ ImageProducer._i_s_C_o_n_s_u_m_e_r(_I_m_a_g_e_C_o_n_s_u_m_e_r ic)
│ │ │ │ boolean Determines if a specified ImageConsumer object is
│ │ │ │ currently registered with this ImageProducer as
│ │ │ │ one of its consumers.
│ │ │ │ MemoryImageSource._i_s_C_o_n_s_u_m_e_r(_I_m_a_g_e_C_o_n_s_u_m_e_r ic)
│ │ │ │ boolean Determines if an ImageConsumer is on the list of
│ │ │ │ consumers currently interested in data for this
│ │ │ │ image.
│ │ │ │ - FilteredImageSource._i_s_C_o_n_s_u_m_e_r(_I_m_a_g_e_C_o_n_s_u_m_e_r ic)
│ │ │ │ - boolean Determines whether an ImageConsumer is on the
│ │ │ │ - list of consumers currently interested in data
│ │ │ │ - for this image.
│ │ │ │ + FilteredImageSource._r_e_m_o_v_e_C_o_n_s_u_m_e_r
│ │ │ │ + void (_I_m_a_g_e_C_o_n_s_u_m_e_r ic)
│ │ │ │ + Removes an ImageConsumer from the list of
│ │ │ │ + consumers interested in data for this image.
│ │ │ │ ImageProducer._r_e_m_o_v_e_C_o_n_s_u_m_e_r(_I_m_a_g_e_C_o_n_s_u_m_e_r ic)
│ │ │ │ void Removes the specified ImageConsumer object from
│ │ │ │ the list of consumers currently registered to
│ │ │ │ receive image data.
│ │ │ │ MemoryImageSource._r_e_m_o_v_e_C_o_n_s_u_m_e_r
│ │ │ │ void (_I_m_a_g_e_C_o_n_s_u_m_e_r ic)
│ │ │ │ Removes an ImageConsumer from the list of
│ │ │ │ consumers interested in data for this image.
│ │ │ │ - FilteredImageSource._r_e_m_o_v_e_C_o_n_s_u_m_e_r
│ │ │ │ - void (_I_m_a_g_e_C_o_n_s_u_m_e_r ic)
│ │ │ │ - Removes an ImageConsumer from the list of
│ │ │ │ - consumers interested in data for this image.
│ │ │ │ + FilteredImageSource._r_e_q_u_e_s_t_T_o_p_D_o_w_n_L_e_f_t_R_i_g_h_t_R_e_s_e_n_d
│ │ │ │ + (_I_m_a_g_e_C_o_n_s_u_m_e_r ic)
│ │ │ │ + void Requests that a given ImageConsumer have the
│ │ │ │ + image data delivered one more time in top-down,
│ │ │ │ + left-right order.
│ │ │ │ ImageProducer._r_e_q_u_e_s_t_T_o_p_D_o_w_n_L_e_f_t_R_i_g_h_t_R_e_s_e_n_d
│ │ │ │ (_I_m_a_g_e_C_o_n_s_u_m_e_r ic)
│ │ │ │ Requests, on behalf of the ImageConsumer, that
│ │ │ │ void the ImageProducer attempt to resend the image
│ │ │ │ data one more time in TOPDOWNLEFTRIGHT order so
│ │ │ │ that higher quality conversion algorithms which
│ │ │ │ depend on receiving pixels in order can be used
│ │ │ │ to produce a better output version of the image.
│ │ │ │ MemoryImageSource._r_e_q_u_e_s_t_T_o_p_D_o_w_n_L_e_f_t_R_i_g_h_t_R_e_s_e_n_d
│ │ │ │ (_I_m_a_g_e_C_o_n_s_u_m_e_r ic)
│ │ │ │ void Requests that a given ImageConsumer have the
│ │ │ │ image data delivered one more time in top-down,
│ │ │ │ left-right order.
│ │ │ │ - FilteredImageSource._r_e_q_u_e_s_t_T_o_p_D_o_w_n_L_e_f_t_R_i_g_h_t_R_e_s_e_n_d
│ │ │ │ - (_I_m_a_g_e_C_o_n_s_u_m_e_r ic)
│ │ │ │ - void Requests that a given ImageConsumer have the
│ │ │ │ - image data delivered one more time in top-down,
│ │ │ │ - left-right order.
│ │ │ │ + FilteredImageSource._s_t_a_r_t_P_r_o_d_u_c_t_i_o_n
│ │ │ │ + void (_I_m_a_g_e_C_o_n_s_u_m_e_r ic)
│ │ │ │ + Starts production of the filtered image.
│ │ │ │ ImageProducer._s_t_a_r_t_P_r_o_d_u_c_t_i_o_n(_I_m_a_g_e_C_o_n_s_u_m_e_r ic)
│ │ │ │ Registers the specified ImageConsumer object as a
│ │ │ │ void consumer and starts an immediate reconstruction
│ │ │ │ of the image data which will then be delivered to
│ │ │ │ this consumer and any other consumer which might
│ │ │ │ have already been registered with the producer.
│ │ │ │ MemoryImageSource._s_t_a_r_t_P_r_o_d_u_c_t_i_o_n
│ │ │ │ (_I_m_a_g_e_C_o_n_s_u_m_e_r ic)
│ │ │ │ void Adds an ImageConsumer to the list of consumers
│ │ │ │ interested in data for this image and immediately
│ │ │ │ starts delivery of the image data through the
│ │ │ │ ImageConsumer interface.
│ │ │ │ - FilteredImageSource._s_t_a_r_t_P_r_o_d_u_c_t_i_o_n
│ │ │ │ - void (_I_m_a_g_e_C_o_n_s_u_m_e_r ic)
│ │ │ │ - Starts production of the filtered image.
│ │ │ │ o ******** UUsseess ooff _II_mm_aa_gg_ee_CC_oo_nn_ss_uu_mm_ee_rr iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee_.._rr_ee_nn_dd_ee_rr_aa_bb_ll_ee ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee_.._rr_ee_nn_dd_ee_rr_aa_bb_ll_ee wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _II_mm_aa_gg_ee_CC_oo_nn_ss_uu_mm_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ RenderableImageProducer._a_d_d_C_o_n_s_u_m_e_r(_I_m_a_g_e_C_o_n_s_u_m_e_r ic)
│ │ │ │ void Adds an ImageConsumer to the list of consumers
│ │ │ │ @@ -190,9 +190,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/ImageFilter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.ImageFilter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -82,9 +82,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/ImageObserver.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.image.ImageObserver (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -112,22 +112,22 @@
│ │ │ │ borders and no menubar.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _II_mm_aa_gg_ee_OO_bb_ss_ee_rr_vv_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ Component._c_h_e_c_k_I_m_a_g_e(_I_m_a_g_e image,
│ │ │ │ int _I_m_a_g_e_O_b_s_e_r_v_e_r observer)
│ │ │ │ Returns the status of the construction of a
│ │ │ │ screen representation of the specified image.
│ │ │ │ - Component._c_h_e_c_k_I_m_a_g_e(_I_m_a_g_e image, int width,
│ │ │ │ - int int height, _I_m_a_g_e_O_b_s_e_r_v_e_r observer)
│ │ │ │ - Returns the status of the construction of a
│ │ │ │ - screen representation of the specified image.
│ │ │ │ Toolkit._c_h_e_c_k_I_m_a_g_e(_I_m_a_g_e image, int width,
│ │ │ │ abstract int int height, _I_m_a_g_e_O_b_s_e_r_v_e_r observer)
│ │ │ │ Indicates the construction status of a specified
│ │ │ │ image that is being prepared for display.
│ │ │ │ + Component._c_h_e_c_k_I_m_a_g_e(_I_m_a_g_e image, int width,
│ │ │ │ + int int height, _I_m_a_g_e_O_b_s_e_r_v_e_r observer)
│ │ │ │ + Returns the status of the construction of a
│ │ │ │ + screen representation of the specified image.
│ │ │ │ Graphics2D._d_r_a_w_I_m_a_g_e(_I_m_a_g_e img,
│ │ │ │ abstract boolean _A_f_f_i_n_e_T_r_a_n_s_f_o_r_m xform, _I_m_a_g_e_O_b_s_e_r_v_e_r obs)
│ │ │ │ Renders an image, applying a transform from image
│ │ │ │ space into user space before drawing.
│ │ │ │ Graphics._d_r_a_w_I_m_a_g_e(_I_m_a_g_e img, int x, int y,
│ │ │ │ abstract boolean _C_o_l_o_r bgcolor, _I_m_a_g_e_O_b_s_e_r_v_e_r observer)
│ │ │ │ Draws as much of the specified image as is
│ │ │ │ @@ -168,21 +168,21 @@
│ │ │ │ Gets a property of this image by name.
│ │ │ │ abstract int Image._g_e_t_W_i_d_t_h(_I_m_a_g_e_O_b_s_e_r_v_e_r observer)
│ │ │ │ Determines the width of the image.
│ │ │ │ Component._p_r_e_p_a_r_e_I_m_a_g_e(_I_m_a_g_e image,
│ │ │ │ boolean _I_m_a_g_e_O_b_s_e_r_v_e_r observer)
│ │ │ │ Prepares an image for rendering on this
│ │ │ │ component.
│ │ │ │ + Toolkit._p_r_e_p_a_r_e_I_m_a_g_e(_I_m_a_g_e image, int width,
│ │ │ │ + abstract boolean int height, _I_m_a_g_e_O_b_s_e_r_v_e_r observer)
│ │ │ │ + Prepares an image for rendering.
│ │ │ │ Component._p_r_e_p_a_r_e_I_m_a_g_e(_I_m_a_g_e image, int width,
│ │ │ │ boolean int height, _I_m_a_g_e_O_b_s_e_r_v_e_r observer)
│ │ │ │ Prepares an image for rendering on this component
│ │ │ │ at the specified width and height.
│ │ │ │ - Toolkit._p_r_e_p_a_r_e_I_m_a_g_e(_I_m_a_g_e image, int width,
│ │ │ │ - abstract boolean int height, _I_m_a_g_e_O_b_s_e_r_v_e_r observer)
│ │ │ │ - Prepares an image for rendering.
│ │ │ │ o ******** UUsseess ooff _II_mm_aa_gg_ee_OO_bb_ss_ee_rr_vv_ee_rr iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee wwiitthh ppaarraammeetteerrss ooff ttyyppee _II_mm_aa_gg_ee_OO_bb_ss_ee_rr_vv_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ int BufferedImage._g_e_t_H_e_i_g_h_t(_I_m_a_g_e_O_b_s_e_r_v_e_r observer)
│ │ │ │ Returns the height of the BufferedImage.
│ │ │ │ BufferedImage._g_e_t_P_r_o_p_e_r_t_y(_S_t_r_i_n_g name,
│ │ │ │ _O_b_j_e_c_t _I_m_a_g_e_O_b_s_e_r_v_e_r observer)
│ │ │ │ @@ -504,9 +504,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/ImageProducer.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.image.ImageProducer (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -30,20 +30,20 @@
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt tthhaatt rreettuurrnn _II_mm_aa_gg_ee_PP_rr_oo_dd_uu_cc_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ Image._g_e_t_S_o_u_r_c_e()
│ │ │ │ abstract _I_m_a_g_e_P_r_o_d_u_c_e_r Gets the object that produces the pixels for
│ │ │ │ the image.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _II_mm_aa_gg_ee_PP_rr_oo_dd_uu_cc_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - Component._c_r_e_a_t_e_I_m_a_g_e(_I_m_a_g_e_P_r_o_d_u_c_e_r producer)
│ │ │ │ - _I_m_a_g_e Creates an image from the specified image
│ │ │ │ - producer.
│ │ │ │ Toolkit._c_r_e_a_t_e_I_m_a_g_e(_I_m_a_g_e_P_r_o_d_u_c_e_r producer)
│ │ │ │ abstract _I_m_a_g_e Creates an image with the specified image
│ │ │ │ producer.
│ │ │ │ + Component._c_r_e_a_t_e_I_m_a_g_e(_I_m_a_g_e_P_r_o_d_u_c_e_r producer)
│ │ │ │ + _I_m_a_g_e Creates an image from the specified image
│ │ │ │ + producer.
│ │ │ │ o ******** UUsseess ooff _II_mm_aa_gg_ee_PP_rr_oo_dd_uu_cc_ee_rr iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee ********
│ │ │ │ CCllaasssseess iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee tthhaatt iimmpplleemmeenntt _II_mm_aa_gg_ee_PP_rr_oo_dd_uu_cc_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ _F_i_l_t_e_r_e_d_I_m_a_g_e_S_o_u_r_c_e
│ │ │ │ This class is an implementation of the
│ │ │ │ class ImageProducer interface which takes an existing
│ │ │ │ image and a filter object and uses them to
│ │ │ │ @@ -51,20 +51,20 @@
│ │ │ │ the original image.
│ │ │ │ _M_e_m_o_r_y_I_m_a_g_e_S_o_u_r_c_e
│ │ │ │ class This class is an implementation of the
│ │ │ │ ImageProducer interface which uses an array to
│ │ │ │ produce pixel values for an Image.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee tthhaatt rreettuurrnn _II_mm_aa_gg_ee_PP_rr_oo_dd_uu_cc_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - VolatileImage._g_e_t_S_o_u_r_c_e()
│ │ │ │ - _I_m_a_g_e_P_r_o_d_u_c_e_r This returns an ImageProducer for this
│ │ │ │ - VolatileImage.
│ │ │ │ BufferedImage._g_e_t_S_o_u_r_c_e()
│ │ │ │ _I_m_a_g_e_P_r_o_d_u_c_e_r Returns the object that produces the pixels for
│ │ │ │ the image.
│ │ │ │ + VolatileImage._g_e_t_S_o_u_r_c_e()
│ │ │ │ + _I_m_a_g_e_P_r_o_d_u_c_e_r This returns an ImageProducer for this
│ │ │ │ + VolatileImage.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee wwiitthh ppaarraammeetteerrss ooff ttyyppee _II_mm_aa_gg_ee_PP_rr_oo_dd_uu_cc_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ ImageFilter._r_e_s_e_n_d_T_o_p_D_o_w_n_L_e_f_t_R_i_g_h_t
│ │ │ │ (_I_m_a_g_e_P_r_o_d_u_c_e_r ip)
│ │ │ │ void Responds to a request for a TopDownLeftRight
│ │ │ │ (TDLR) ordered resend of the pixel data from an
│ │ │ │ ImageConsumer.
│ │ │ │ @@ -103,9 +103,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/ImagingOpException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.ImagingOpException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/IndexColorModel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.IndexColorModel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -61,9 +61,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/Kernel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.Kernel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -50,9 +50,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/LookupOp.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.LookupOp (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/LookupTable.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.LookupTable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -55,9 +55,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/MemoryImageSource.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.MemoryImageSource (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/MultiPixelPackedSampleModel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.MultiPixelPackedSampleModel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/PackedColorModel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.PackedColorModel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -46,9 +46,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/PixelGrabber.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.PixelGrabber (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/PixelInterleavedSampleModel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.PixelInterleavedSampleModel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/RGBImageFilter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.RGBImageFilter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -46,9 +46,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/Raster.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.Raster (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -86,95 +86,95 @@
│ │ │ │ IndexColorModel._c_o_n_v_e_r_t_T_o_I_n_t_D_i_s_c_r_e_t_e
│ │ │ │ (_R_a_s_t_e_r raster, boolean forceARGB)
│ │ │ │ Returns a new BufferedImage of TYPE_INT_ARGB or
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e TYPE_INT_RGB that has a Raster with pixel data
│ │ │ │ computed by expanding the indices in the source
│ │ │ │ Raster using the color/alpha component arrays of
│ │ │ │ this ColorModel.
│ │ │ │ - ConvolveOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r(_R_a_s_t_e_r src)
│ │ │ │ - _W_r_i_t_a_b_l_e_R_a_s_t_e_r Creates a zeroed destination Raster with the
│ │ │ │ - correct size and number of bands, given this
│ │ │ │ - source.
│ │ │ │ - RasterOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r(_R_a_s_t_e_r src)
│ │ │ │ - _W_r_i_t_a_b_l_e_R_a_s_t_e_r Creates a zeroed destination Raster with the
│ │ │ │ - correct size and number of bands.
│ │ │ │ - RescaleOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r(_R_a_s_t_e_r src)
│ │ │ │ + LookupOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r(_R_a_s_t_e_r src)
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r Creates a zeroed-destination Raster with the
│ │ │ │ correct size and number of bands, given this
│ │ │ │ source.
│ │ │ │ - LookupOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r(_R_a_s_t_e_r src)
│ │ │ │ + RescaleOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r(_R_a_s_t_e_r src)
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r Creates a zeroed-destination Raster with the
│ │ │ │ correct size and number of bands, given this
│ │ │ │ source.
│ │ │ │ - ColorConvertOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r
│ │ │ │ - (_R_a_s_t_e_r src)
│ │ │ │ + RasterOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r(_R_a_s_t_e_r src)
│ │ │ │ + _W_r_i_t_a_b_l_e_R_a_s_t_e_r Creates a zeroed destination Raster with the
│ │ │ │ + correct size and number of bands.
│ │ │ │ + ConvolveOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r(_R_a_s_t_e_r src)
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r Creates a zeroed destination Raster with the
│ │ │ │ correct size and number of bands, given this
│ │ │ │ source.
│ │ │ │ BandCombineOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r (_R_a_s_t_e_r src)
│ │ │ │ Creates a zeroed destination Raster with the
│ │ │ │ correct size and number of bands.
│ │ │ │ AffineTransformOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r (_R_a_s_t_e_r src)
│ │ │ │ Creates a zeroed destination Raster with the
│ │ │ │ correct size and number of bands.
│ │ │ │ - _W_r_i_t_a_b_l_e_R_a_s_t_e_r ConvolveOp._f_i_l_t_e_r(_R_a_s_t_e_r src, _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ - Performs a convolution on Rasters.
│ │ │ │ + ColorConvertOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r
│ │ │ │ + (_R_a_s_t_e_r src)
│ │ │ │ + _W_r_i_t_a_b_l_e_R_a_s_t_e_r Creates a zeroed destination Raster with the
│ │ │ │ + correct size and number of bands, given this
│ │ │ │ + source.
│ │ │ │ + _W_r_i_t_a_b_l_e_R_a_s_t_e_r LookupOp._f_i_l_t_e_r(_R_a_s_t_e_r src, _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ + Performs a lookup operation on a Raster.
│ │ │ │ + _W_r_i_t_a_b_l_e_R_a_s_t_e_r RescaleOp._f_i_l_t_e_r(_R_a_s_t_e_r src, _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ + Rescales the pixel data in the source Raster.
│ │ │ │ RasterOp._f_i_l_t_e_r(_R_a_s_t_e_r src, _W_r_i_t_a_b_l_e_R_a_s_t_e_r dest)
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r Performs a single-input/single-output operation
│ │ │ │ from a source Raster to a destination Raster.
│ │ │ │ - _W_r_i_t_a_b_l_e_R_a_s_t_e_r RescaleOp._f_i_l_t_e_r(_R_a_s_t_e_r src, _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ - Rescales the pixel data in the source Raster.
│ │ │ │ - _W_r_i_t_a_b_l_e_R_a_s_t_e_r LookupOp._f_i_l_t_e_r(_R_a_s_t_e_r src, _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ - Performs a lookup operation on a Raster.
│ │ │ │ - ColorConvertOp._f_i_l_t_e_r(_R_a_s_t_e_r src,
│ │ │ │ - _W_r_i_t_a_b_l_e_R_a_s_t_e_r _W_r_i_t_a_b_l_e_R_a_s_t_e_r dest)
│ │ │ │ - ColorConverts the image data in the source
│ │ │ │ - Raster.
│ │ │ │ + _W_r_i_t_a_b_l_e_R_a_s_t_e_r ConvolveOp._f_i_l_t_e_r(_R_a_s_t_e_r src, _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ + Performs a convolution on Rasters.
│ │ │ │ BandCombineOp._f_i_l_t_e_r(_R_a_s_t_e_r src,
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ Transforms the Raster using the matrix specified
│ │ │ │ in the constructor.
│ │ │ │ AffineTransformOp._f_i_l_t_e_r(_R_a_s_t_e_r src,
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ Transforms the source Raster and stores the
│ │ │ │ results in the destination Raster.
│ │ │ │ - ConvolveOp._g_e_t_B_o_u_n_d_s_2_D(_R_a_s_t_e_r src)
│ │ │ │ - _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the filtered
│ │ │ │ - destination Raster.
│ │ │ │ - RasterOp._g_e_t_B_o_u_n_d_s_2_D(_R_a_s_t_e_r src)
│ │ │ │ + ColorConvertOp._f_i_l_t_e_r(_R_a_s_t_e_r src,
│ │ │ │ + _W_r_i_t_a_b_l_e_R_a_s_t_e_r _W_r_i_t_a_b_l_e_R_a_s_t_e_r dest)
│ │ │ │ + ColorConverts the image data in the source
│ │ │ │ + Raster.
│ │ │ │ + LookupOp._g_e_t_B_o_u_n_d_s_2_D(_R_a_s_t_e_r src)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the filtered
│ │ │ │ destination Raster.
│ │ │ │ RescaleOp._g_e_t_B_o_u_n_d_s_2_D(_R_a_s_t_e_r src)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the rescaled
│ │ │ │ destination Raster.
│ │ │ │ - LookupOp._g_e_t_B_o_u_n_d_s_2_D(_R_a_s_t_e_r src)
│ │ │ │ + RasterOp._g_e_t_B_o_u_n_d_s_2_D(_R_a_s_t_e_r src)
│ │ │ │ + _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the filtered
│ │ │ │ + destination Raster.
│ │ │ │ + ConvolveOp._g_e_t_B_o_u_n_d_s_2_D(_R_a_s_t_e_r src)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the filtered
│ │ │ │ destination Raster.
│ │ │ │ - ColorConvertOp._g_e_t_B_o_u_n_d_s_2_D(_R_a_s_t_e_r src)
│ │ │ │ - _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the destination,
│ │ │ │ - given this source.
│ │ │ │ BandCombineOp._g_e_t_B_o_u_n_d_s_2_D(_R_a_s_t_e_r src)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the transformed
│ │ │ │ destination.
│ │ │ │ AffineTransformOp._g_e_t_B_o_u_n_d_s_2_D(_R_a_s_t_e_r src)
│ │ │ │ _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the transformed
│ │ │ │ destination.
│ │ │ │ - ColorModel._i_s_C_o_m_p_a_t_i_b_l_e_R_a_s_t_e_r(_R_a_s_t_e_r raster)
│ │ │ │ - boolean Returns true if raster is compatible with this
│ │ │ │ - ColorModel and false if it is not.
│ │ │ │ + ColorConvertOp._g_e_t_B_o_u_n_d_s_2_D(_R_a_s_t_e_r src)
│ │ │ │ + _R_e_c_t_a_n_g_l_e_2_D Returns the bounding box of the destination,
│ │ │ │ + given this source.
│ │ │ │ IndexColorModel._i_s_C_o_m_p_a_t_i_b_l_e_R_a_s_t_e_r(_R_a_s_t_e_r raster)
│ │ │ │ boolean Returns true if raster is compatible with this
│ │ │ │ ColorModel or false if it is not compatible with
│ │ │ │ this ColorModel.
│ │ │ │ DirectColorModel._i_s_C_o_m_p_a_t_i_b_l_e_R_a_s_t_e_r
│ │ │ │ boolean (_R_a_s_t_e_r raster)
│ │ │ │ Returns true if raster is compatible with this
│ │ │ │ ColorModel and false if it is not.
│ │ │ │ + ColorModel._i_s_C_o_m_p_a_t_i_b_l_e_R_a_s_t_e_r(_R_a_s_t_e_r raster)
│ │ │ │ + boolean Returns true if raster is compatible with this
│ │ │ │ + ColorModel and false if it is not.
│ │ │ │ ComponentColorModel._i_s_C_o_m_p_a_t_i_b_l_e_R_a_s_t_e_r
│ │ │ │ boolean (_R_a_s_t_e_r raster)
│ │ │ │ Returns true if raster is compatible with this
│ │ │ │ ColorModel; false if it is not.
│ │ │ │ BufferedImage._s_e_t_D_a_t_a(_R_a_s_t_e_r r)
│ │ │ │ Sets a rectangular region of the image to the
│ │ │ │ void contents of the specified Raster r, which is
│ │ │ │ @@ -252,9 +252,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/RasterFormatException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.RasterFormatException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/RasterOp.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.image.RasterOp (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -63,9 +63,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/RenderedImage.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.image.RenderedImage (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -189,9 +189,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/ReplicateScaleFilter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.ReplicateScaleFilter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -45,9 +45,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/RescaleOp.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.RescaleOp (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/SampleModel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.SampleModel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -53,119 +53,119 @@
│ │ │ │ Raster._s_a_m_p_l_e_M_o_d_e_l
│ │ │ │ protected _S_a_m_p_l_e_M_o_d_e_l The SampleModel that describes how pixels
│ │ │ │ from this Raster are stored in the
│ │ │ │ DataBuffer.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee tthhaatt rreettuurrnn _SS_aa_mm_pp_ll_ee_MM_oo_dd_ee_ll?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ - ColorModel._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l(int w, int h)
│ │ │ │ - _S_a_m_p_l_e_M_o_d_e_l Creates a SampleModel with the specified width and
│ │ │ │ - height that has a data layout compatible with this
│ │ │ │ - ColorModel.
│ │ │ │ - SampleModel._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l(int w, int h)
│ │ │ │ - abstract Creates a SampleModel which describes data in this
│ │ │ │ - _S_a_m_p_l_e_M_o_d_e_l SampleModel's format, but with a different width and
│ │ │ │ - height.
│ │ │ │ IndexColorModel._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l(int w,
│ │ │ │ int h)
│ │ │ │ _S_a_m_p_l_e_M_o_d_e_l Creates a SampleModel with the specified width and
│ │ │ │ height that has a data layout compatible with this
│ │ │ │ ColorModel.
│ │ │ │ - ComponentSampleModel._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l(int w,
│ │ │ │ - _S_a_m_p_l_e_M_o_d_e_l int h)
│ │ │ │ - Creates a new ComponentSampleModel with the specified
│ │ │ │ - width and height.
│ │ │ │ - PackedColorModel._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l(int w,
│ │ │ │ - int h)
│ │ │ │ - _S_a_m_p_l_e_M_o_d_e_l Creates a SampleModel with the specified width and
│ │ │ │ - height that has a data layout compatible with this
│ │ │ │ - ColorModel.
│ │ │ │ - SinglePixelPackedSampleModel._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l
│ │ │ │ + MultiPixelPackedSampleModel._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l
│ │ │ │ _S_a_m_p_l_e_M_o_d_e_l (int w, int h)
│ │ │ │ - Creates a new SinglePixelPackedSampleModel with the
│ │ │ │ + Creates a new MultiPixelPackedSampleModel with the
│ │ │ │ specified width and height.
│ │ │ │ + BandedSampleModel._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l(int w,
│ │ │ │ + _S_a_m_p_l_e_M_o_d_e_l int h)
│ │ │ │ + Creates a new BandedSampleModel with the specified width
│ │ │ │ + and height.
│ │ │ │ PixelInterleavedSampleModel._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l
│ │ │ │ _S_a_m_p_l_e_M_o_d_e_l (int w, int h)
│ │ │ │ Creates a new PixelInterleavedSampleModel with the
│ │ │ │ specified width and height.
│ │ │ │ - MultiPixelPackedSampleModel._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l
│ │ │ │ + SinglePixelPackedSampleModel._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l
│ │ │ │ _S_a_m_p_l_e_M_o_d_e_l (int w, int h)
│ │ │ │ - Creates a new MultiPixelPackedSampleModel with the
│ │ │ │ + Creates a new SinglePixelPackedSampleModel with the
│ │ │ │ specified width and height.
│ │ │ │ + ComponentSampleModel._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l(int w,
│ │ │ │ + _S_a_m_p_l_e_M_o_d_e_l int h)
│ │ │ │ + Creates a new ComponentSampleModel with the specified
│ │ │ │ + width and height.
│ │ │ │ + ColorModel._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l(int w, int h)
│ │ │ │ + _S_a_m_p_l_e_M_o_d_e_l Creates a SampleModel with the specified width and
│ │ │ │ + height that has a data layout compatible with this
│ │ │ │ + ColorModel.
│ │ │ │ + SampleModel._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l(int w, int h)
│ │ │ │ + abstract Creates a SampleModel which describes data in this
│ │ │ │ + _S_a_m_p_l_e_M_o_d_e_l SampleModel's format, but with a different width and
│ │ │ │ + height.
│ │ │ │ ComponentColorModel._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l(int w,
│ │ │ │ int h)
│ │ │ │ _S_a_m_p_l_e_M_o_d_e_l Creates a SampleModel with the specified width and
│ │ │ │ height, that has a data layout compatible with this
│ │ │ │ ColorModel.
│ │ │ │ - BandedSampleModel._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l(int w,
│ │ │ │ - _S_a_m_p_l_e_M_o_d_e_l int h)
│ │ │ │ - Creates a new BandedSampleModel with the specified width
│ │ │ │ - and height.
│ │ │ │ - abstract SampleModel._c_r_e_a_t_e_S_u_b_s_e_t_S_a_m_p_l_e_M_o_d_e_l(int[] bands)
│ │ │ │ - _S_a_m_p_l_e_M_o_d_e_l Creates a new SampleModel with a subset of the bands of
│ │ │ │ - this SampleModel.
│ │ │ │ - ComponentSampleModel._c_r_e_a_t_e_S_u_b_s_e_t_S_a_m_p_l_e_M_o_d_e_l(int
│ │ │ │ - _S_a_m_p_l_e_M_o_d_e_l [] bands)
│ │ │ │ - Creates a new ComponentSampleModel with a subset of the
│ │ │ │ - bands of this ComponentSampleModel.
│ │ │ │ - SinglePixelPackedSampleModel._c_r_e_a_t_e_S_u_b_s_e_t_S_a_m_p_l_e_M_o_d_e_l(int
│ │ │ │ - [] bands)
│ │ │ │ - _S_a_m_p_l_e_M_o_d_e_l This creates a new SinglePixelPackedSampleModel with a
│ │ │ │ - subset of the bands of this
│ │ │ │ - SinglePixelPackedSampleModel.
│ │ │ │ - PixelInterleavedSampleModel._c_r_e_a_t_e_S_u_b_s_e_t_S_a_m_p_l_e_M_o_d_e_l(int
│ │ │ │ - _S_a_m_p_l_e_M_o_d_e_l [] bands)
│ │ │ │ - Creates a new PixelInterleavedSampleModel with a subset
│ │ │ │ - of the bands of this PixelInterleavedSampleModel.
│ │ │ │ + PackedColorModel._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l(int w,
│ │ │ │ + int h)
│ │ │ │ + _S_a_m_p_l_e_M_o_d_e_l Creates a SampleModel with the specified width and
│ │ │ │ + height that has a data layout compatible with this
│ │ │ │ + ColorModel.
│ │ │ │ MultiPixelPackedSampleModel._c_r_e_a_t_e_S_u_b_s_e_t_S_a_m_p_l_e_M_o_d_e_l(int
│ │ │ │ _S_a_m_p_l_e_M_o_d_e_l [] bands)
│ │ │ │ Creates a new MultiPixelPackedSampleModel with a subset
│ │ │ │ of the bands of this MultiPixelPackedSampleModel.
│ │ │ │ BandedSampleModel._c_r_e_a_t_e_S_u_b_s_e_t_S_a_m_p_l_e_M_o_d_e_l(int[] bands)
│ │ │ │ _S_a_m_p_l_e_M_o_d_e_l Creates a new BandedSampleModel with a subset of the
│ │ │ │ bands of this BandedSampleModel.
│ │ │ │ + PixelInterleavedSampleModel._c_r_e_a_t_e_S_u_b_s_e_t_S_a_m_p_l_e_M_o_d_e_l(int
│ │ │ │ + _S_a_m_p_l_e_M_o_d_e_l [] bands)
│ │ │ │ + Creates a new PixelInterleavedSampleModel with a subset
│ │ │ │ + of the bands of this PixelInterleavedSampleModel.
│ │ │ │ + SinglePixelPackedSampleModel._c_r_e_a_t_e_S_u_b_s_e_t_S_a_m_p_l_e_M_o_d_e_l(int
│ │ │ │ + [] bands)
│ │ │ │ + _S_a_m_p_l_e_M_o_d_e_l This creates a new SinglePixelPackedSampleModel with a
│ │ │ │ + subset of the bands of this
│ │ │ │ + SinglePixelPackedSampleModel.
│ │ │ │ + ComponentSampleModel._c_r_e_a_t_e_S_u_b_s_e_t_S_a_m_p_l_e_M_o_d_e_l(int
│ │ │ │ + _S_a_m_p_l_e_M_o_d_e_l [] bands)
│ │ │ │ + Creates a new ComponentSampleModel with a subset of the
│ │ │ │ + bands of this ComponentSampleModel.
│ │ │ │ + abstract SampleModel._c_r_e_a_t_e_S_u_b_s_e_t_S_a_m_p_l_e_M_o_d_e_l(int[] bands)
│ │ │ │ + _S_a_m_p_l_e_M_o_d_e_l Creates a new SampleModel with a subset of the bands of
│ │ │ │ + this SampleModel.
│ │ │ │ BufferedImage._g_e_t_S_a_m_p_l_e_M_o_d_e_l()
│ │ │ │ _S_a_m_p_l_e_M_o_d_e_l Returns the SampleModel associated with this
│ │ │ │ BufferedImage.
│ │ │ │ - _S_a_m_p_l_e_M_o_d_e_l RenderedImage._g_e_t_S_a_m_p_l_e_M_o_d_e_l()
│ │ │ │ - Returns the SampleModel associated with this image.
│ │ │ │ Raster._g_e_t_S_a_m_p_l_e_M_o_d_e_l()
│ │ │ │ _S_a_m_p_l_e_M_o_d_e_l Returns the SampleModel that describes the layout of the
│ │ │ │ image data.
│ │ │ │ + _S_a_m_p_l_e_M_o_d_e_l RenderedImage._g_e_t_S_a_m_p_l_e_M_o_d_e_l()
│ │ │ │ + Returns the SampleModel associated with this image.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee wwiitthh ppaarraammeetteerrss ooff ttyyppee _SS_aa_mm_pp_ll_ee_MM_oo_dd_ee_ll?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ Raster._c_r_e_a_t_e_R_a_s_t_e_r(_S_a_m_p_l_e_M_o_d_e_l sm,
│ │ │ │ static _R_a_s_t_e_r _D_a_t_a_B_u_f_f_e_r db, _P_o_i_n_t location)
│ │ │ │ Creates a Raster with the specified
│ │ │ │ SampleModel and DataBuffer.
│ │ │ │ Raster._c_r_e_a_t_e_W_r_i_t_a_b_l_e_R_a_s_t_e_r(_S_a_m_p_l_e_M_o_d_e_l sm,
│ │ │ │ static _W_r_i_t_a_b_l_e_R_a_s_t_e_r _D_a_t_a_B_u_f_f_e_r db, _P_o_i_n_t location)
│ │ │ │ Creates a WritableRaster with the specified
│ │ │ │ SampleModel and DataBuffer.
│ │ │ │ Raster._c_r_e_a_t_e_W_r_i_t_a_b_l_e_R_a_s_t_e_r(_S_a_m_p_l_e_M_o_d_e_l sm,
│ │ │ │ static _W_r_i_t_a_b_l_e_R_a_s_t_e_r _P_o_i_n_t location)
│ │ │ │ Creates a WritableRaster with the specified
│ │ │ │ SampleModel.
│ │ │ │ - ColorModel._i_s_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l
│ │ │ │ - boolean (_S_a_m_p_l_e_M_o_d_e_l sm)
│ │ │ │ - Checks if the SampleModel is compatible with
│ │ │ │ - this ColorModel.
│ │ │ │ IndexColorModel._i_s_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l
│ │ │ │ boolean (_S_a_m_p_l_e_M_o_d_e_l sm)
│ │ │ │ Checks if the specified SampleModel is
│ │ │ │ compatible with this ColorModel.
│ │ │ │ - PackedColorModel._i_s_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l
│ │ │ │ + ColorModel._i_s_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l
│ │ │ │ boolean (_S_a_m_p_l_e_M_o_d_e_l sm)
│ │ │ │ - Checks if the specified SampleModel is
│ │ │ │ - compatible with this ColorModel.
│ │ │ │ + Checks if the SampleModel is compatible with
│ │ │ │ + this ColorModel.
│ │ │ │ ComponentColorModel._i_s_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l
│ │ │ │ (_S_a_m_p_l_e_M_o_d_e_l sm)
│ │ │ │ boolean Checks whether or not the specified
│ │ │ │ SampleModel is compatible with this
│ │ │ │ ColorModel.
│ │ │ │ + PackedColorModel._i_s_C_o_m_p_a_t_i_b_l_e_S_a_m_p_l_e_M_o_d_e_l
│ │ │ │ + boolean (_S_a_m_p_l_e_M_o_d_e_l sm)
│ │ │ │ + Checks if the specified SampleModel is
│ │ │ │ + compatible with this ColorModel.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee wwiitthh ppaarraammeetteerrss ooff ttyyppee _SS_aa_mm_pp_ll_ee_MM_oo_dd_ee_ll?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _R_a_s_t_e_r(_S_a_m_p_l_e_M_o_d_e_l sampleModel, _D_a_t_a_B_u_f_f_e_r dataBuffer,
│ │ │ │ _P_o_i_n_t origin)
│ │ │ │ Constructs a Raster with the given SampleModel and DataBuffer.
│ │ │ │ _R_a_s_t_e_r(_S_a_m_p_l_e_M_o_d_e_l sampleModel, _D_a_t_a_B_u_f_f_e_r dataBuffer,
│ │ │ │ _R_e_c_t_a_n_g_l_e aRegion, _P_o_i_n_t sampleModelTranslate, _R_a_s_t_e_r parent)
│ │ │ │ @@ -220,9 +220,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/ShortLookupTable.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.ShortLookupTable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/SinglePixelPackedSampleModel.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.SinglePixelPackedSampleModel (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/TileObserver.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.image.TileObserver (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -50,9 +50,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/VolatileImage.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.VolatileImage (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -79,9 +79,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/WritableRaster.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.WritableRaster (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -54,71 +54,71 @@
│ │ │ │ the specified data type, width, height, scanline
│ │ │ │ stride, bank indices and band offsets.
│ │ │ │ Raster._c_r_e_a_t_e_B_a_n_d_e_d_R_a_s_t_e_r(int dataType, int w,
│ │ │ │ static int h, int bands, _P_o_i_n_t location)
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r Creates a Raster based on a BandedSampleModel with
│ │ │ │ the specified data type, width, height, and number
│ │ │ │ of bands.
│ │ │ │ - ConvolveOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r(_R_a_s_t_e_r src)
│ │ │ │ - _W_r_i_t_a_b_l_e_R_a_s_t_e_r Creates a zeroed destination Raster with the
│ │ │ │ - correct size and number of bands, given this
│ │ │ │ - source.
│ │ │ │ - RasterOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r(_R_a_s_t_e_r src)
│ │ │ │ - _W_r_i_t_a_b_l_e_R_a_s_t_e_r Creates a zeroed destination Raster with the
│ │ │ │ - correct size and number of bands.
│ │ │ │ - RescaleOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r(_R_a_s_t_e_r src)
│ │ │ │ + LookupOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r(_R_a_s_t_e_r src)
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r Creates a zeroed-destination Raster with the
│ │ │ │ correct size and number of bands, given this
│ │ │ │ source.
│ │ │ │ - LookupOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r(_R_a_s_t_e_r src)
│ │ │ │ + RescaleOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r(_R_a_s_t_e_r src)
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r Creates a zeroed-destination Raster with the
│ │ │ │ correct size and number of bands, given this
│ │ │ │ source.
│ │ │ │ - ColorConvertOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r
│ │ │ │ - (_R_a_s_t_e_r src)
│ │ │ │ + RasterOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r(_R_a_s_t_e_r src)
│ │ │ │ + _W_r_i_t_a_b_l_e_R_a_s_t_e_r Creates a zeroed destination Raster with the
│ │ │ │ + correct size and number of bands.
│ │ │ │ + ConvolveOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r(_R_a_s_t_e_r src)
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r Creates a zeroed destination Raster with the
│ │ │ │ correct size and number of bands, given this
│ │ │ │ source.
│ │ │ │ BandCombineOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r (_R_a_s_t_e_r src)
│ │ │ │ Creates a zeroed destination Raster with the
│ │ │ │ correct size and number of bands.
│ │ │ │ AffineTransformOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r (_R_a_s_t_e_r src)
│ │ │ │ Creates a zeroed destination Raster with the
│ │ │ │ correct size and number of bands.
│ │ │ │ + ColorConvertOp._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_D_e_s_t_R_a_s_t_e_r
│ │ │ │ + (_R_a_s_t_e_r src)
│ │ │ │ + _W_r_i_t_a_b_l_e_R_a_s_t_e_r Creates a zeroed destination Raster with the
│ │ │ │ + correct size and number of bands, given this
│ │ │ │ + source.
│ │ │ │ Raster._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_W_r_i_t_a_b_l_e_R_a_s_t_e_r()
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r Create a compatible WritableRaster the same size
│ │ │ │ as this Raster with the same SampleModel and a new
│ │ │ │ initialized DataBuffer.
│ │ │ │ - ColorModel._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_W_r_i_t_a_b_l_e_R_a_s_t_e_r(int w,
│ │ │ │ - int h)
│ │ │ │ - _W_r_i_t_a_b_l_e_R_a_s_t_e_r Creates a WritableRaster with the specified width
│ │ │ │ - and height that has a data layout (SampleModel)
│ │ │ │ - compatible with this ColorModel.
│ │ │ │ - Raster._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_W_r_i_t_a_b_l_e_R_a_s_t_e_r(int w,
│ │ │ │ - int h)
│ │ │ │ - _W_r_i_t_a_b_l_e_R_a_s_t_e_r Create a compatible WritableRaster with the
│ │ │ │ - specified size, a new SampleModel, and a new
│ │ │ │ - initialized DataBuffer.
│ │ │ │ IndexColorModel._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_W_r_i_t_a_b_l_e_R_a_s_t_e_r
│ │ │ │ (int w, int h)
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r Creates a WritableRaster with the specified width
│ │ │ │ and height that has a data layout (SampleModel)
│ │ │ │ compatible with this ColorModel.
│ │ │ │ DirectColorModel._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_W_r_i_t_a_b_l_e_R_a_s_t_e_r
│ │ │ │ (int w, int h)
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r Creates a WritableRaster with the specified width
│ │ │ │ and height that has a data layout (SampleModel)
│ │ │ │ compatible with this ColorModel.
│ │ │ │ + ColorModel._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_W_r_i_t_a_b_l_e_R_a_s_t_e_r(int w,
│ │ │ │ + int h)
│ │ │ │ + _W_r_i_t_a_b_l_e_R_a_s_t_e_r Creates a WritableRaster with the specified width
│ │ │ │ + and height that has a data layout (SampleModel)
│ │ │ │ + compatible with this ColorModel.
│ │ │ │ ComponentColorModel._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_W_r_i_t_a_b_l_e_R_a_s_t_e_r
│ │ │ │ (int w, int h)
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r Creates a WritableRaster with the specified width
│ │ │ │ and height, that has a data layout (SampleModel)
│ │ │ │ compatible with this ColorModel.
│ │ │ │ + Raster._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_W_r_i_t_a_b_l_e_R_a_s_t_e_r(int w,
│ │ │ │ + int h)
│ │ │ │ + _W_r_i_t_a_b_l_e_R_a_s_t_e_r Create a compatible WritableRaster with the
│ │ │ │ + specified size, a new SampleModel, and a new
│ │ │ │ + initialized DataBuffer.
│ │ │ │ Raster._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_W_r_i_t_a_b_l_e_R_a_s_t_e_r(int x,
│ │ │ │ int y, int w, int h)
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r Create a compatible WritableRaster with the
│ │ │ │ specified location (minX, minY) and size (width,
│ │ │ │ height), a new SampleModel, and a new initialized
│ │ │ │ DataBuffer.
│ │ │ │ Raster._c_r_e_a_t_e_C_o_m_p_a_t_i_b_l_e_W_r_i_t_a_b_l_e_R_a_s_t_e_r
│ │ │ │ @@ -183,76 +183,76 @@
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r Creates a WritableRaster with the specified
│ │ │ │ SampleModel.
│ │ │ │ WritableRaster._c_r_e_a_t_e_W_r_i_t_a_b_l_e_T_r_a_n_s_l_a_t_e_d_C_h_i_l_d
│ │ │ │ (int childMinX, int childMinY)
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r Create a WritableRaster with the same size,
│ │ │ │ SampleModel and DataBuffer as this one, but with a
│ │ │ │ different location.
│ │ │ │ - _W_r_i_t_a_b_l_e_R_a_s_t_e_r ConvolveOp._f_i_l_t_e_r(_R_a_s_t_e_r src, _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ - Performs a convolution on Rasters.
│ │ │ │ + _W_r_i_t_a_b_l_e_R_a_s_t_e_r LookupOp._f_i_l_t_e_r(_R_a_s_t_e_r src, _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ + Performs a lookup operation on a Raster.
│ │ │ │ + _W_r_i_t_a_b_l_e_R_a_s_t_e_r RescaleOp._f_i_l_t_e_r(_R_a_s_t_e_r src, _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ + Rescales the pixel data in the source Raster.
│ │ │ │ RasterOp._f_i_l_t_e_r(_R_a_s_t_e_r src, _W_r_i_t_a_b_l_e_R_a_s_t_e_r dest)
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r Performs a single-input/single-output operation
│ │ │ │ from a source Raster to a destination Raster.
│ │ │ │ - _W_r_i_t_a_b_l_e_R_a_s_t_e_r RescaleOp._f_i_l_t_e_r(_R_a_s_t_e_r src, _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ - Rescales the pixel data in the source Raster.
│ │ │ │ - _W_r_i_t_a_b_l_e_R_a_s_t_e_r LookupOp._f_i_l_t_e_r(_R_a_s_t_e_r src, _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ - Performs a lookup operation on a Raster.
│ │ │ │ - ColorConvertOp._f_i_l_t_e_r(_R_a_s_t_e_r src,
│ │ │ │ - _W_r_i_t_a_b_l_e_R_a_s_t_e_r _W_r_i_t_a_b_l_e_R_a_s_t_e_r dest)
│ │ │ │ - ColorConverts the image data in the source Raster.
│ │ │ │ + _W_r_i_t_a_b_l_e_R_a_s_t_e_r ConvolveOp._f_i_l_t_e_r(_R_a_s_t_e_r src, _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ + Performs a convolution on Rasters.
│ │ │ │ BandCombineOp._f_i_l_t_e_r(_R_a_s_t_e_r src,
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ Transforms the Raster using the matrix specified
│ │ │ │ in the constructor.
│ │ │ │ AffineTransformOp._f_i_l_t_e_r(_R_a_s_t_e_r src,
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ Transforms the source Raster and stores the
│ │ │ │ results in the destination Raster.
│ │ │ │ + ColorConvertOp._f_i_l_t_e_r(_R_a_s_t_e_r src,
│ │ │ │ + _W_r_i_t_a_b_l_e_R_a_s_t_e_r _W_r_i_t_a_b_l_e_R_a_s_t_e_r dest)
│ │ │ │ + ColorConverts the image data in the source Raster.
│ │ │ │ BufferedImage._g_e_t_A_l_p_h_a_R_a_s_t_e_r()
│ │ │ │ Returns a WritableRaster representing the alpha
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r channel for BufferedImage objects with ColorModel
│ │ │ │ objects that support a separate spatial alpha
│ │ │ │ channel, such as ComponentColorModel and
│ │ │ │ DirectColorModel.
│ │ │ │ ColorModel._g_e_t_A_l_p_h_a_R_a_s_t_e_r(_W_r_i_t_a_b_l_e_R_a_s_t_e_r raster)
│ │ │ │ Returns a Raster representing the alpha channel of
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r an image, extracted from the input Raster,
│ │ │ │ provided that pixel values of this ColorModel
│ │ │ │ represent color and alpha information as separate
│ │ │ │ spatial bands (e.g.
│ │ │ │ + ComponentColorModel._g_e_t_A_l_p_h_a_R_a_s_t_e_r
│ │ │ │ + _W_r_i_t_a_b_l_e_R_a_s_t_e_r (_W_r_i_t_a_b_l_e_R_a_s_t_e_r raster)
│ │ │ │ + Returns a Raster representing the alpha channel of
│ │ │ │ + an image, extracted from the input Raster.
│ │ │ │ PackedColorModel._g_e_t_A_l_p_h_a_R_a_s_t_e_r
│ │ │ │ (_W_r_i_t_a_b_l_e_R_a_s_t_e_r raster)
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r Returns a _W_r_i_t_a_b_l_e_R_a_s_t_e_r representing the alpha
│ │ │ │ channel of an image, extracted from the input
│ │ │ │ WritableRaster.
│ │ │ │ - ComponentColorModel._g_e_t_A_l_p_h_a_R_a_s_t_e_r
│ │ │ │ - _W_r_i_t_a_b_l_e_R_a_s_t_e_r (_W_r_i_t_a_b_l_e_R_a_s_t_e_r raster)
│ │ │ │ - Returns a Raster representing the alpha channel of
│ │ │ │ - an image, extracted from the input Raster.
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r BufferedImage._g_e_t_R_a_s_t_e_r()
│ │ │ │ Returns the _W_r_i_t_a_b_l_e_R_a_s_t_e_r.
│ │ │ │ WritableRaster._g_e_t_W_r_i_t_a_b_l_e_P_a_r_e_n_t()
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r Returns the parent WritableRaster (if any) of this
│ │ │ │ WritableRaster, or else null.
│ │ │ │ BufferedImage._g_e_t_W_r_i_t_a_b_l_e_T_i_l_e(int tileX,
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r int tileY)
│ │ │ │ Checks out a tile for writing.
│ │ │ │ WritableRenderedImage._g_e_t_W_r_i_t_a_b_l_e_T_i_l_e(int tileX,
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r int tileY)
│ │ │ │ Checks out a tile for writing.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee wwiitthh ppaarraammeetteerrss ooff ttyyppee _WW_rr_ii_tt_aa_bb_ll_ee_RR_aa_ss_tt_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - ColorModel._c_o_e_r_c_e_D_a_t_a(_W_r_i_t_a_b_l_e_R_a_s_t_e_r raster,
│ │ │ │ + DirectColorModel._c_o_e_r_c_e_D_a_t_a
│ │ │ │ + (_W_r_i_t_a_b_l_e_R_a_s_t_e_r raster,
│ │ │ │ boolean isAlphaPremultiplied)
│ │ │ │ _C_o_l_o_r_M_o_d_e_l Forces the raster data to match the state
│ │ │ │ specified in the isAlphaPremultiplied variable,
│ │ │ │ assuming the data is currently correctly
│ │ │ │ described by this ColorModel.
│ │ │ │ - DirectColorModel._c_o_e_r_c_e_D_a_t_a
│ │ │ │ - (_W_r_i_t_a_b_l_e_R_a_s_t_e_r raster,
│ │ │ │ + ColorModel._c_o_e_r_c_e_D_a_t_a(_W_r_i_t_a_b_l_e_R_a_s_t_e_r raster,
│ │ │ │ boolean isAlphaPremultiplied)
│ │ │ │ _C_o_l_o_r_M_o_d_e_l Forces the raster data to match the state
│ │ │ │ specified in the isAlphaPremultiplied variable,
│ │ │ │ assuming the data is currently correctly
│ │ │ │ described by this ColorModel.
│ │ │ │ ComponentColorModel._c_o_e_r_c_e_D_a_t_a
│ │ │ │ (_W_r_i_t_a_b_l_e_R_a_s_t_e_r raster,
│ │ │ │ @@ -265,50 +265,50 @@
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r Computes an arbitrary rectangular region of the
│ │ │ │ BufferedImage and copies it into a specified
│ │ │ │ WritableRaster.
│ │ │ │ RenderedImage._c_o_p_y_D_a_t_a(_W_r_i_t_a_b_l_e_R_a_s_t_e_r raster)
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r Computes an arbitrary rectangular region of the
│ │ │ │ RenderedImage and copies it into a caller-
│ │ │ │ supplied WritableRaster.
│ │ │ │ - _W_r_i_t_a_b_l_e_R_a_s_t_e_r ConvolveOp._f_i_l_t_e_r(_R_a_s_t_e_r src, _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ - Performs a convolution on Rasters.
│ │ │ │ + _W_r_i_t_a_b_l_e_R_a_s_t_e_r LookupOp._f_i_l_t_e_r(_R_a_s_t_e_r src, _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ + Performs a lookup operation on a Raster.
│ │ │ │ + _W_r_i_t_a_b_l_e_R_a_s_t_e_r RescaleOp._f_i_l_t_e_r(_R_a_s_t_e_r src, _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ + Rescales the pixel data in the source Raster.
│ │ │ │ RasterOp._f_i_l_t_e_r(_R_a_s_t_e_r src, _W_r_i_t_a_b_l_e_R_a_s_t_e_r dest)
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r Performs a single-input/single-output operation
│ │ │ │ from a source Raster to a destination Raster.
│ │ │ │ - _W_r_i_t_a_b_l_e_R_a_s_t_e_r RescaleOp._f_i_l_t_e_r(_R_a_s_t_e_r src, _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ - Rescales the pixel data in the source Raster.
│ │ │ │ - _W_r_i_t_a_b_l_e_R_a_s_t_e_r LookupOp._f_i_l_t_e_r(_R_a_s_t_e_r src, _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ - Performs a lookup operation on a Raster.
│ │ │ │ - ColorConvertOp._f_i_l_t_e_r(_R_a_s_t_e_r src,
│ │ │ │ - _W_r_i_t_a_b_l_e_R_a_s_t_e_r _W_r_i_t_a_b_l_e_R_a_s_t_e_r dest)
│ │ │ │ - ColorConverts the image data in the source
│ │ │ │ - Raster.
│ │ │ │ + _W_r_i_t_a_b_l_e_R_a_s_t_e_r ConvolveOp._f_i_l_t_e_r(_R_a_s_t_e_r src, _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ + Performs a convolution on Rasters.
│ │ │ │ BandCombineOp._f_i_l_t_e_r(_R_a_s_t_e_r src,
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ Transforms the Raster using the matrix specified
│ │ │ │ in the constructor.
│ │ │ │ AffineTransformOp._f_i_l_t_e_r(_R_a_s_t_e_r src,
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r _W_r_i_t_a_b_l_e_R_a_s_t_e_r dst)
│ │ │ │ Transforms the source Raster and stores the
│ │ │ │ results in the destination Raster.
│ │ │ │ + ColorConvertOp._f_i_l_t_e_r(_R_a_s_t_e_r src,
│ │ │ │ + _W_r_i_t_a_b_l_e_R_a_s_t_e_r _W_r_i_t_a_b_l_e_R_a_s_t_e_r dest)
│ │ │ │ + ColorConverts the image data in the source
│ │ │ │ + Raster.
│ │ │ │ ColorModel._g_e_t_A_l_p_h_a_R_a_s_t_e_r(_W_r_i_t_a_b_l_e_R_a_s_t_e_r raster)
│ │ │ │ Returns a Raster representing the alpha channel
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r of an image, extracted from the input Raster,
│ │ │ │ provided that pixel values of this ColorModel
│ │ │ │ represent color and alpha information as separate
│ │ │ │ spatial bands (e.g.
│ │ │ │ + ComponentColorModel._g_e_t_A_l_p_h_a_R_a_s_t_e_r
│ │ │ │ + _W_r_i_t_a_b_l_e_R_a_s_t_e_r (_W_r_i_t_a_b_l_e_R_a_s_t_e_r raster)
│ │ │ │ + Returns a Raster representing the alpha channel
│ │ │ │ + of an image, extracted from the input Raster.
│ │ │ │ PackedColorModel._g_e_t_A_l_p_h_a_R_a_s_t_e_r
│ │ │ │ (_W_r_i_t_a_b_l_e_R_a_s_t_e_r raster)
│ │ │ │ _W_r_i_t_a_b_l_e_R_a_s_t_e_r Returns a _W_r_i_t_a_b_l_e_R_a_s_t_e_r representing the alpha
│ │ │ │ channel of an image, extracted from the input
│ │ │ │ WritableRaster.
│ │ │ │ - ComponentColorModel._g_e_t_A_l_p_h_a_R_a_s_t_e_r
│ │ │ │ - _W_r_i_t_a_b_l_e_R_a_s_t_e_r (_W_r_i_t_a_b_l_e_R_a_s_t_e_r raster)
│ │ │ │ - Returns a Raster representing the alpha channel
│ │ │ │ - of an image, extracted from the input Raster.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._ii_mm_aa_gg_ee wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _WW_rr_ii_tt_aa_bb_ll_ee_RR_aa_ss_tt_ee_rr?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _B_u_f_f_e_r_e_d_I_m_a_g_e(_C_o_l_o_r_M_o_d_e_l cm, _W_r_i_t_a_b_l_e_R_a_s_t_e_r raster,
│ │ │ │ boolean isRasterPremultiplied, _H_a_s_h_t_a_b_l_e,?> properties)
│ │ │ │ Constructs a new BufferedImage with a specified ColorModel and
│ │ │ │ Raster.
│ │ │ │ @@ -334,9 +334,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/class-use/WritableRenderedImage.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.image.WritableRenderedImage (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -52,9 +52,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/package-frame.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt.image (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/package-summary.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │
java.awt.image (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -215,9 +215,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/package-tree.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt.image Class Hierarchy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -106,9 +106,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/package-use.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Package java.awt.image (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -255,9 +255,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/renderable/ContextualRenderedImageFactory.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ContextualRenderedImageFactory (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -418,10 +418,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -188,9 +188,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/renderable/ParameterBlock.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ParameterBlock (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1525,10 +1525,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -683,9 +683,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/renderable/RenderContext.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ RenderContext (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -658,10 +658,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -282,9 +282,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/renderable/RenderableImage.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ RenderableImage (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -573,10 +573,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -244,9 +244,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/renderable/RenderableImageOp.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ RenderableImageOp (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -690,10 +690,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -318,9 +318,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/renderable/RenderableImageProducer.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ RenderableImageProducer (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -462,10 +462,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -187,9 +187,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/renderable/RenderedImageFactory.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ RenderedImageFactory (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -48,9 +48,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/renderable/class-use/ParameterBlock.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.renderable.ParameterBlock (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -136,9 +136,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/renderable/class-use/RenderContext.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.renderable.RenderContext (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -84,9 +84,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/renderable/class-use/RenderableImage.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.image.renderable.RenderableImage (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -88,9 +88,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/renderable/class-use/RenderableImageOp.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.renderable.RenderableImageOp (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/renderable/class-use/RenderableImageProducer.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.image.renderable.RenderableImageProducer (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/renderable/class-use/RenderedImageFactory.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.image.renderable.RenderedImageFactory (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -46,9 +46,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/renderable/package-frame.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt.image.renderable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/renderable/package-summary.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │
java.awt.image.renderable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -71,9 +71,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/renderable/package-tree.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt.image.renderable Class Hierarchy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -49,9 +49,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/image/renderable/package-use.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Package java.awt.image.renderable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -67,9 +67,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/package-frame.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/package-summary.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │
java.awt (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -533,9 +533,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/package-tree.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt Class Hierarchy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -280,9 +280,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/package-use.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Package java.awt (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -1210,9 +1210,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/print/Book.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Book (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -472,10 +472,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -181,9 +181,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/print/PageFormat.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ PageFormat (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -689,10 +689,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -268,9 +268,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/print/Pageable.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Pageable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -356,10 +356,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -124,9 +124,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/print/Paper.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Paper (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -510,10 +510,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -184,9 +184,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/print/Printable.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Printable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -395,10 +395,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -165,9 +165,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/print/PrinterAbortException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ PrinterAbortException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -362,10 +362,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -125,9 +125,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/print/PrinterJob.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ PrinterJob (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1107,10 +1107,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -576,9 +576,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/print/class-use/Book.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.print.Book (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/print/class-use/PageFormat.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.print.PageFormat (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -27,20 +27,20 @@
│ │ │ │ PrinterJob._d_e_f_a_u_l_t_P_a_g_e()
│ │ │ │ _P_a_g_e_F_o_r_m_a_t Creates a new PageFormat instance and sets it
│ │ │ │ to a default size and orientation.
│ │ │ │ PrinterJob._d_e_f_a_u_l_t_P_a_g_e(_P_a_g_e_F_o_r_m_a_t page)
│ │ │ │ abstract _P_a_g_e_F_o_r_m_a_t Clones the PageFormat argument and alters the
│ │ │ │ clone to describe a default page size and
│ │ │ │ orientation.
│ │ │ │ - Pageable._g_e_t_P_a_g_e_F_o_r_m_a_t(int pageIndex)
│ │ │ │ - _P_a_g_e_F_o_r_m_a_t Returns the PageFormat of the page specified by
│ │ │ │ - pageIndex.
│ │ │ │ Book._g_e_t_P_a_g_e_F_o_r_m_a_t(int pageIndex)
│ │ │ │ _P_a_g_e_F_o_r_m_a_t Returns the _P_a_g_e_F_o_r_m_a_t of the page specified by
│ │ │ │ pageIndex.
│ │ │ │ + Pageable._g_e_t_P_a_g_e_F_o_r_m_a_t(int pageIndex)
│ │ │ │ + _P_a_g_e_F_o_r_m_a_t Returns the PageFormat of the page specified by
│ │ │ │ + pageIndex.
│ │ │ │ PrinterJob._g_e_t_P_a_g_e_F_o_r_m_a_t
│ │ │ │ (_P_r_i_n_t_R_e_q_u_e_s_t_A_t_t_r_i_b_u_t_e_S_e_t attributes)
│ │ │ │ Calculates a PageFormat with values consistent
│ │ │ │ _P_a_g_e_F_o_r_m_a_t with those supported by the current
│ │ │ │ PrintService for this job (ie the value
│ │ │ │ returned by getPrintService()) and media,
│ │ │ │ printable area and orientation contained in
│ │ │ │ @@ -104,9 +104,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/print/class-use/Pageable.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.print.Pageable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -51,9 +51,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/print/class-use/Paper.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.print.Paper (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -48,9 +48,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/print/class-use/Printable.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.print.Printable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -25,20 +25,20 @@
│ │ │ │ _j_a_v_a_x_._s_w_i_n_g components that, to the maximum degree possible, work
│ │ │ │ the same on all platforms.
│ │ │ │ _j_a_v_a_x_._s_w_i_n_g_._t_e_x_t Provides classes and interfaces that deal with editable
│ │ │ │ and noneditable text components.
│ │ │ │ * o ******** UUsseess ooff _PP_rr_ii_nn_tt_aa_bb_ll_ee iinn _jj_aa_vv_aa_.._aa_ww_tt_.._pp_rr_ii_nn_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._pp_rr_ii_nn_tt tthhaatt rreettuurrnn _PP_rr_ii_nn_tt_aa_bb_ll_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - Pageable._g_e_t_P_r_i_n_t_a_b_l_e(int pageIndex)
│ │ │ │ - _P_r_i_n_t_a_b_l_e Returns the Printable instance responsible for
│ │ │ │ - rendering the page specified by pageIndex.
│ │ │ │ Book._g_e_t_P_r_i_n_t_a_b_l_e(int pageIndex)
│ │ │ │ _P_r_i_n_t_a_b_l_e Returns the _P_r_i_n_t_a_b_l_e instance responsible for
│ │ │ │ rendering the page specified by pageIndex.
│ │ │ │ + Pageable._g_e_t_P_r_i_n_t_a_b_l_e(int pageIndex)
│ │ │ │ + _P_r_i_n_t_a_b_l_e Returns the Printable instance responsible for
│ │ │ │ + rendering the page specified by pageIndex.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._pp_rr_ii_nn_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _PP_rr_ii_nn_tt_aa_bb_ll_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ void Book._a_p_p_e_n_d(_P_r_i_n_t_a_b_l_e painter, _P_a_g_e_F_o_r_m_a_t page)
│ │ │ │ Appends a single page to the end of this Book.
│ │ │ │ Book._a_p_p_e_n_d(_P_r_i_n_t_a_b_l_e painter, _P_a_g_e_F_o_r_m_a_t page,
│ │ │ │ void int numPages)
│ │ │ │ Appends numPages pages to the end of this Book.
│ │ │ │ @@ -85,9 +85,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/print/class-use/PrinterAbortException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.print.PrinterAbortException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/print/class-use/PrinterException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.print.PrinterException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -126,9 +126,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/print/class-use/PrinterGraphics.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.awt.print.PrinterGraphics (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/print/class-use/PrinterIOException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.print.PrinterIOException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/print/class-use/PrinterJob.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.awt.print.PrinterJob (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -20,20 +20,20 @@
│ │ │ │ * PPaacckkaaggeess tthhaatt uussee _PP_rr_ii_nn_tt_ee_rr_JJ_oo_bb?
│ │ │ │ PPaacckkaaggee DDeessccrriippttiioonn
│ │ │ │ _j_a_v_a_._a_w_t_._p_r_i_n_t Provides classes and interfaces for a general printing
│ │ │ │ API.
│ │ │ │ * o ******** UUsseess ooff _PP_rr_ii_nn_tt_ee_rr_JJ_oo_bb iinn _jj_aa_vv_aa_.._aa_ww_tt_.._pp_rr_ii_nn_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._pp_rr_ii_nn_tt tthhaatt rreettuurrnn _PP_rr_ii_nn_tt_ee_rr_JJ_oo_bb?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - PrinterJob._g_e_t_P_r_i_n_t_e_r_J_o_b()
│ │ │ │ - static _P_r_i_n_t_e_r_J_o_b Creates and returns a PrinterJob which is
│ │ │ │ - initially associated with the default printer.
│ │ │ │ PrinterGraphics._g_e_t_P_r_i_n_t_e_r_J_o_b()
│ │ │ │ _P_r_i_n_t_e_r_J_o_b Returns the PrinterJob that is controlling the
│ │ │ │ current rendering request.
│ │ │ │ + PrinterJob._g_e_t_P_r_i_n_t_e_r_J_o_b()
│ │ │ │ + static _P_r_i_n_t_e_r_J_o_b Creates and returns a PrinterJob which is
│ │ │ │ + initially associated with the default printer.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -47,9 +47,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/print/package-frame.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt.print (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/print/package-summary.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │
java.awt.print (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -75,9 +75,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/print/package-tree.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.awt.print Class Hierarchy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -50,9 +50,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/awt/print/package-use.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Package java.awt.print (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -80,9 +80,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/AppletInitializer.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ AppletInitializer (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -289,10 +289,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -107,9 +107,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/BeanDescriptor.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ BeanDescriptor (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -345,10 +345,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -118,9 +118,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/BeanInfo.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ BeanInfo (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -560,10 +560,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -218,9 +218,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/Beans.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Beans (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -596,10 +596,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -280,9 +280,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/ConstructorProperties.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ConstructorProperties (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -278,10 +278,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -95,9 +95,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/DefaultPersistenceDelegate.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DefaultPersistenceDelegate (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -485,10 +485,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -236,9 +236,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/DesignMode.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ DesignMode (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -336,10 +336,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -123,9 +123,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/Encoder.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Encoder (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -595,10 +595,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -281,9 +281,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/EventHandler.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ EventHandler (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -920,10 +920,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -495,9 +495,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/EventSetDescriptor.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ EventSetDescriptor (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -755,10 +755,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -372,9 +372,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/ExceptionListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ExceptionListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -515,10 +515,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -240,9 +240,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/FeatureDescriptor.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ FeatureDescriptor (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -635,10 +635,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -250,9 +250,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/IndexedPropertyChangeEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ IndexedPropertyChangeEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -348,10 +348,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -118,9 +118,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/ParameterDescriptor.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ParameterDescriptor (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -498,10 +498,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -245,9 +245,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/PropertyChangeEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ PropertyChangeEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -463,10 +463,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -170,9 +170,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/PropertyChangeListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ PropertyChangeListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -343,10 +343,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -121,9 +121,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/PropertyChangeSupport.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ PropertyChangeSupport (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -787,10 +787,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -430,9 +430,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/PropertyDescriptor.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ PropertyDescriptor (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -722,10 +722,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -328,9 +328,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/PropertyEditor.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ PropertyEditor (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -561,10 +561,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -246,9 +246,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/PropertyEditorManager.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ PropertyEditorManager (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -393,10 +393,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -156,9 +156,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/PropertyEditorSupport.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ PropertyEditorSupport (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -699,10 +699,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -303,9 +303,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/PropertyVetoException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ PropertyVetoException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -347,10 +347,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -125,9 +125,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/VetoableChangeSupport.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ VetoableChangeSupport (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -698,10 +698,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -383,9 +383,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/Visibility.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Visibility (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -297,10 +297,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -100,9 +100,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/XMLDecoder.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ XMLDecoder (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -601,10 +601,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -257,9 +257,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/XMLEncoder.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ XMLEncoder (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -691,10 +691,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -345,9 +345,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/BeanContext.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ BeanContext (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -483,10 +483,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -198,9 +198,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/BeanContextChild.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ BeanContextChild (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -427,10 +427,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -172,9 +172,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/BeanContextChildComponentProxy.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ BeanContextChildComponentProxy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -268,10 +268,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -90,9 +90,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/BeanContextProxy.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ BeanContextProxy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -416,10 +416,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -132,9 +132,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/BeanContextServiceProvider.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ BeanContextServiceProvider (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -333,10 +333,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -137,9 +137,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/BeanContextServiceProviderBeanInfo.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ BeanContextServiceProviderBeanInfo (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -370,10 +370,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -164,9 +164,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/BeanContextServicesSupport.BCSSServiceProvider.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ BeanContextServicesSupport.BCSSServiceProvider (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -295,10 +295,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -90,9 +90,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/BeanContextServicesSupport.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ BeanContextServicesSupport (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1343,10 +1343,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -691,9 +691,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/BeanContextSupport.BCSChild.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ BeanContextSupport.BCSChild (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -315,10 +315,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -111,9 +111,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/BeanContextSupport.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ BeanContextSupport (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -2135,10 +2135,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -1074,9 +1074,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContext.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.beans.beancontext.BeanContext (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -64,42 +64,42 @@
│ │ │ │ protected _B_e_a_n_C_o_n_t_e_x_t BeanContextChildSupport._b_e_a_n_C_o_n_t_e_x_t
│ │ │ │ The bean context.
│ │ │ │ BeanContextEvent._p_r_o_p_a_g_a_t_e_d_F_r_o_m
│ │ │ │ protected _B_e_a_n_C_o_n_t_e_x_t The BeanContext from which this event was
│ │ │ │ propagated
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt tthhaatt rreettuurrnn _BB_ee_aa_nn_CC_oo_nn_tt_ee_xx_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - BeanContextChildSupport._g_e_t_B_e_a_n_C_o_n_t_e_x_t()
│ │ │ │ - _B_e_a_n_C_o_n_t_e_x_t Gets the nesting BeanContext for this
│ │ │ │ - BeanContextChildSupport.
│ │ │ │ BeanContextChild._g_e_t_B_e_a_n_C_o_n_t_e_x_t()
│ │ │ │ _B_e_a_n_C_o_n_t_e_x_t Gets the BeanContext associated with this
│ │ │ │ BeanContextChild.
│ │ │ │ + BeanContextChildSupport._g_e_t_B_e_a_n_C_o_n_t_e_x_t()
│ │ │ │ + _B_e_a_n_C_o_n_t_e_x_t Gets the nesting BeanContext for this
│ │ │ │ + BeanContextChildSupport.
│ │ │ │ _B_e_a_n_C_o_n_t_e_x_t BeanContextEvent._g_e_t_B_e_a_n_C_o_n_t_e_x_t()
│ │ │ │ Gets the BeanContext associated with this event.
│ │ │ │ BeanContextSupport._g_e_t_B_e_a_n_C_o_n_t_e_x_t_P_e_e_r()
│ │ │ │ _B_e_a_n_C_o_n_t_e_x_t Gets the instance of BeanContext that this object
│ │ │ │ is providing the implementation for.
│ │ │ │ BeanContextEvent._g_e_t_P_r_o_p_a_g_a_t_e_d_F_r_o_m()
│ │ │ │ _B_e_a_n_C_o_n_t_e_x_t Gets the BeanContext from which this event was
│ │ │ │ propagated.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _BB_ee_aa_nn_CC_oo_nn_tt_ee_xx_tt?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ - BeanContextChildSupport._s_e_t_B_e_a_n_C_o_n_t_e_x_t
│ │ │ │ - void (_B_e_a_n_C_o_n_t_e_x_t bc)
│ │ │ │ - Sets the BeanContext for this
│ │ │ │ - BeanContextChildSupport.
│ │ │ │ BeanContextChild._s_e_t_B_e_a_n_C_o_n_t_e_x_t(_B_e_a_n_C_o_n_t_e_x_t bc)
│ │ │ │ Objects that implement this interface, shall fire a
│ │ │ │ void java.beans.PropertyChangeEvent, with parameters:
│ │ │ │ propertyName "beanContext", oldValue (the previous
│ │ │ │ nesting BeanContext instance, or null), newValue (the
│ │ │ │ current nesting BeanContext instance, or null).
│ │ │ │ + BeanContextChildSupport._s_e_t_B_e_a_n_C_o_n_t_e_x_t
│ │ │ │ + void (_B_e_a_n_C_o_n_t_e_x_t bc)
│ │ │ │ + Sets the BeanContext for this
│ │ │ │ + BeanContextChildSupport.
│ │ │ │ BeanContextEvent._s_e_t_P_r_o_p_a_g_a_t_e_d_F_r_o_m(_B_e_a_n_C_o_n_t_e_x_t bc)
│ │ │ │ void Sets the BeanContext from which this event was
│ │ │ │ propagated.
│ │ │ │ BeanContextChildSupport._v_a_l_i_d_a_t_e_P_e_n_d_i_n_g_S_e_t_B_e_a_n_C_o_n_t_e_x_t
│ │ │ │ (_B_e_a_n_C_o_n_t_e_x_t newValue)
│ │ │ │ boolean Called from setBeanContext to validate (or otherwise)
│ │ │ │ the pending change in the nesting BeanContext
│ │ │ │ @@ -139,9 +139,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContextChild.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.beans.beancontext.BeanContextChild (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -65,57 +65,57 @@
│ │ │ │ BeanContextSupport._g_e_t_C_h_i_l_d_B_e_a_n_C_o_n_t_e_x_t_C_h_i_l_d
│ │ │ │ protected static (_O_b_j_e_c_t child)
│ │ │ │ _B_e_a_n_C_o_n_t_e_x_t_C_h_i_l_d Gets the BeanContextChild (if any) of the
│ │ │ │ specified child
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _BB_ee_aa_nn_CC_oo_nn_tt_ee_xx_tt_CC_hh_ii_ll_dd?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - _U_R_L BeanContextSupport._g_e_t_R_e_s_o_u_r_c_e(_S_t_r_i_n_g name,
│ │ │ │ - _B_e_a_n_C_o_n_t_e_x_t_C_h_i_l_d bcc)
│ │ │ │ BeanContext._g_e_t_R_e_s_o_u_r_c_e(_S_t_r_i_n_g name,
│ │ │ │ _B_e_a_n_C_o_n_t_e_x_t_C_h_i_l_d bcc)
│ │ │ │ _U_R_L Analagous to java.lang.ClassLoader.getResource(),
│ │ │ │ this method allows a BeanContext implementation
│ │ │ │ to interpose behavior between the child Component
│ │ │ │ and underlying ClassLoader.
│ │ │ │ - _I_n_p_u_t_S_t_r_e_a_m BeanContextSupport._g_e_t_R_e_s_o_u_r_c_e_A_s_S_t_r_e_a_m
│ │ │ │ - (_S_t_r_i_n_g name, _B_e_a_n_C_o_n_t_e_x_t_C_h_i_l_d bcc)
│ │ │ │ + _U_R_L BeanContextSupport._g_e_t_R_e_s_o_u_r_c_e(_S_t_r_i_n_g name,
│ │ │ │ + _B_e_a_n_C_o_n_t_e_x_t_C_h_i_l_d bcc)
│ │ │ │ BeanContext._g_e_t_R_e_s_o_u_r_c_e_A_s_S_t_r_e_a_m(_S_t_r_i_n_g name,
│ │ │ │ _B_e_a_n_C_o_n_t_e_x_t_C_h_i_l_d bcc)
│ │ │ │ Analagous to
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m java.lang.ClassLoader.getResourceAsStream(), this
│ │ │ │ method allows a BeanContext implementation to
│ │ │ │ interpose behavior between the child Component
│ │ │ │ and underlying ClassLoader.
│ │ │ │ + _I_n_p_u_t_S_t_r_e_a_m BeanContextSupport._g_e_t_R_e_s_o_u_r_c_e_A_s_S_t_r_e_a_m
│ │ │ │ + (_S_t_r_i_n_g name, _B_e_a_n_C_o_n_t_e_x_t_C_h_i_l_d bcc)
│ │ │ │ + BeanContextServicesSupport._g_e_t_S_e_r_v_i_c_e
│ │ │ │ + (_B_e_a_n_C_o_n_t_e_x_t_C_h_i_l_d child, _O_b_j_e_c_t requestor,
│ │ │ │ + _O_b_j_e_c_t _C_l_a_s_s serviceClass, _O_b_j_e_c_t serviceSelector,
│ │ │ │ + _B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_R_e_v_o_k_e_d_L_i_s_t_e_n_e_r bcsrl)
│ │ │ │ + obtain a service which may be delegated
│ │ │ │ BeanContextServices._g_e_t_S_e_r_v_i_c_e
│ │ │ │ (_B_e_a_n_C_o_n_t_e_x_t_C_h_i_l_d child, _O_b_j_e_c_t requestor,
│ │ │ │ _C_l_a_s_s serviceClass, _O_b_j_e_c_t serviceSelector,
│ │ │ │ _B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_R_e_v_o_k_e_d_L_i_s_t_e_n_e_r bcsrl)
│ │ │ │ _O_b_j_e_c_t A BeanContextChild, or any arbitrary object
│ │ │ │ associated with a BeanContextChild, may obtain a
│ │ │ │ reference to a currently registered service from
│ │ │ │ its nesting BeanContextServices via invocation of
│ │ │ │ this method.
│ │ │ │ - BeanContextServicesSupport._g_e_t_S_e_r_v_i_c_e
│ │ │ │ - (_B_e_a_n_C_o_n_t_e_x_t_C_h_i_l_d child, _O_b_j_e_c_t requestor,
│ │ │ │ - _O_b_j_e_c_t _C_l_a_s_s serviceClass, _O_b_j_e_c_t serviceSelector,
│ │ │ │ - _B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_R_e_v_o_k_e_d_L_i_s_t_e_n_e_r bcsrl)
│ │ │ │ - obtain a service which may be delegated
│ │ │ │ + BeanContextServicesSupport._r_e_l_e_a_s_e_S_e_r_v_i_c_e
│ │ │ │ + void (_B_e_a_n_C_o_n_t_e_x_t_C_h_i_l_d child, _O_b_j_e_c_t requestor,
│ │ │ │ + _O_b_j_e_c_t service)
│ │ │ │ + release a service
│ │ │ │ BeanContextServices._r_e_l_e_a_s_e_S_e_r_v_i_c_e
│ │ │ │ (_B_e_a_n_C_o_n_t_e_x_t_C_h_i_l_d child, _O_b_j_e_c_t requestor,
│ │ │ │ _O_b_j_e_c_t service)
│ │ │ │ void Releases a BeanContextChild's (or any arbitrary
│ │ │ │ object associated with a BeanContextChild)
│ │ │ │ reference to the specified service by calling
│ │ │ │ releaseService() on the underlying
│ │ │ │ BeanContextServiceProvider.
│ │ │ │ - BeanContextServicesSupport._r_e_l_e_a_s_e_S_e_r_v_i_c_e
│ │ │ │ - void (_B_e_a_n_C_o_n_t_e_x_t_C_h_i_l_d child, _O_b_j_e_c_t requestor,
│ │ │ │ - _O_b_j_e_c_t service)
│ │ │ │ - release a service
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _BB_ee_aa_nn_CC_oo_nn_tt_ee_xx_tt_CC_hh_ii_ll_dd?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _B_e_a_n_C_o_n_t_e_x_t_C_h_i_l_d_S_u_p_p_o_r_t(_B_e_a_n_C_o_n_t_e_x_t_C_h_i_l_d bcc)
│ │ │ │ construct a BeanContextChildSupport where the JavaBean component
│ │ │ │ itself implements BeanContextChild, and encapsulates this,
│ │ │ │ delegating that interface to this implementation
│ │ │ │ @@ -136,9 +136,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContextChildComponentProxy.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.beans.beancontext.BeanContextChildComponentProxy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContextChildSupport.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.beancontext.BeanContextChildSupport (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -51,9 +51,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContextContainerProxy.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.beans.beancontext.BeanContextContainerProxy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContextEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.beancontext.BeanContextEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -53,9 +53,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContextMembershipEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.beancontext.BeanContextMembershipEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -61,9 +61,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContextMembershipListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.beans.beancontext.BeanContextMembershipListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -29,31 +29,31 @@
│ │ │ │ protected static (_O_b_j_e_c_t child)
│ │ │ │ _B_e_a_n_C_o_n_t_e_x_t_M_e_m_b_e_r_s_h_i_p_L_i_s_t_e_n_e_r Gets the BeanContextMembershipListener (if any) of the
│ │ │ │ specified child
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _BB_ee_aa_nn_CC_oo_nn_tt_ee_xx_tt_MM_ee_mm_bb_ee_rr_ss_hh_ii_pp_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ - BeanContextSupport._a_d_d_B_e_a_n_C_o_n_t_e_x_t_M_e_m_b_e_r_s_h_i_p_L_i_s_t_e_n_e_r
│ │ │ │ - void (_B_e_a_n_C_o_n_t_e_x_t_M_e_m_b_e_r_s_h_i_p_L_i_s_t_e_n_e_r bcml)
│ │ │ │ - Adds a BeanContextMembershipListener
│ │ │ │ BeanContext._a_d_d_B_e_a_n_C_o_n_t_e_x_t_M_e_m_b_e_r_s_h_i_p_L_i_s_t_e_n_e_r
│ │ │ │ (_B_e_a_n_C_o_n_t_e_x_t_M_e_m_b_e_r_s_h_i_p_L_i_s_t_e_n_e_r bcml)
│ │ │ │ void Adds the specified BeanContextMembershipListener to
│ │ │ │ receive BeanContextMembershipEvents from this
│ │ │ │ BeanContext whenever it adds or removes a child
│ │ │ │ Component(s).
│ │ │ │ - BeanContextSupport._r_e_m_o_v_e_B_e_a_n_C_o_n_t_e_x_t_M_e_m_b_e_r_s_h_i_p_L_i_s_t_e_n_e_r
│ │ │ │ + BeanContextSupport._a_d_d_B_e_a_n_C_o_n_t_e_x_t_M_e_m_b_e_r_s_h_i_p_L_i_s_t_e_n_e_r
│ │ │ │ void (_B_e_a_n_C_o_n_t_e_x_t_M_e_m_b_e_r_s_h_i_p_L_i_s_t_e_n_e_r bcml)
│ │ │ │ - Removes a BeanContextMembershipListener
│ │ │ │ + Adds a BeanContextMembershipListener
│ │ │ │ BeanContext._r_e_m_o_v_e_B_e_a_n_C_o_n_t_e_x_t_M_e_m_b_e_r_s_h_i_p_L_i_s_t_e_n_e_r
│ │ │ │ (_B_e_a_n_C_o_n_t_e_x_t_M_e_m_b_e_r_s_h_i_p_L_i_s_t_e_n_e_r bcml)
│ │ │ │ void Removes the specified BeanContextMembershipListener so
│ │ │ │ that it no longer receives BeanContextMembershipEvents
│ │ │ │ when the child Component(s) are added or removed.
│ │ │ │ + BeanContextSupport._r_e_m_o_v_e_B_e_a_n_C_o_n_t_e_x_t_M_e_m_b_e_r_s_h_i_p_L_i_s_t_e_n_e_r
│ │ │ │ + void (_B_e_a_n_C_o_n_t_e_x_t_M_e_m_b_e_r_s_h_i_p_L_i_s_t_e_n_e_r bcml)
│ │ │ │ + Removes a BeanContextMembershipListener
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -67,9 +67,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContextProxy.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.beans.beancontext.BeanContextProxy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContextServiceAvailableEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.beancontext.BeanContextServiceAvailableEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -27,28 +27,28 @@
│ │ │ │ _BB_ee_aa_nn_CC_oo_nn_tt_ee_xx_tt_SS_ee_rr_vv_ii_cc_ee_AA_vv_aa_ii_ll_aa_bb_ll_ee_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ BeanContextServicesSupport._f_i_r_e_S_e_r_v_i_c_e_A_d_d_e_d
│ │ │ │ (_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_A_v_a_i_l_a_b_l_e_E_v_e_n_t bcssae)
│ │ │ │ protected void Fires a BeanContextServiceAvailableEvent
│ │ │ │ indicating that a new service has become
│ │ │ │ available.
│ │ │ │ - BeanContextChildSupport._s_e_r_v_i_c_e_A_v_a_i_l_a_b_l_e
│ │ │ │ - void (_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_A_v_a_i_l_a_b_l_e_E_v_e_n_t bcsae)
│ │ │ │ - A new service is available from the nesting
│ │ │ │ - BeanContext.
│ │ │ │ - BeanContextServicesListener._s_e_r_v_i_c_e_A_v_a_i_l_a_b_l_e
│ │ │ │ - void (_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_A_v_a_i_l_a_b_l_e_E_v_e_n_t bcsae)
│ │ │ │ - The service named has been registered.
│ │ │ │ BeanContextServicesSupport._s_e_r_v_i_c_e_A_v_a_i_l_a_b_l_e
│ │ │ │ (_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_A_v_a_i_l_a_b_l_e_E_v_e_n_t bcssae)
│ │ │ │ BeanContextServicesListener callback, propagates
│ │ │ │ void event to all currently registered listeners and
│ │ │ │ BeanContextServices children, if this
│ │ │ │ BeanContextService does not already implement
│ │ │ │ this service itself.
│ │ │ │ + BeanContextChildSupport._s_e_r_v_i_c_e_A_v_a_i_l_a_b_l_e
│ │ │ │ + void (_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_A_v_a_i_l_a_b_l_e_E_v_e_n_t bcsae)
│ │ │ │ + A new service is available from the nesting
│ │ │ │ + BeanContext.
│ │ │ │ + BeanContextServicesListener._s_e_r_v_i_c_e_A_v_a_i_l_a_b_l_e
│ │ │ │ + void (_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_A_v_a_i_l_a_b_l_e_E_v_e_n_t bcsae)
│ │ │ │ + The service named has been registered.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -62,9 +62,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContextServiceProvider.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.beans.beancontext.BeanContextServiceProvider (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -36,42 +36,42 @@
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt tthhaatt rreettuurrnn _BB_ee_aa_nn_CC_oo_nn_tt_ee_xx_tt_SS_ee_rr_vv_ii_cc_ee_PP_rr_oo_vv_ii_dd_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ protected BeanContextServicesSupport.BCSSServiceProvider._g_e_t_S_e_r_v_i_c_e_P_r_o_v_i_d_e_r
│ │ │ │ _B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_P_r_o_v_i_d_e_r ()
│ │ │ │ Returns the service provider.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _BB_ee_aa_nn_CC_oo_nn_tt_ee_xx_tt_SS_ee_rr_vv_ii_cc_ee_PP_rr_oo_vv_ii_dd_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - BeanContextServices._a_d_d_S_e_r_v_i_c_e(_C_l_a_s_s serviceClass,
│ │ │ │ - boolean _B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_P_r_o_v_i_d_e_r serviceProvider)
│ │ │ │ - Adds a service to this BeanContext.
│ │ │ │ BeanContextServicesSupport._a_d_d_S_e_r_v_i_c_e
│ │ │ │ boolean (_C_l_a_s_s serviceClass,
│ │ │ │ _B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_P_r_o_v_i_d_e_r bcsp)
│ │ │ │ add a service
│ │ │ │ + BeanContextServices._a_d_d_S_e_r_v_i_c_e(_C_l_a_s_s serviceClass,
│ │ │ │ + boolean _B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_P_r_o_v_i_d_e_r serviceProvider)
│ │ │ │ + Adds a service to this BeanContext.
│ │ │ │ BeanContextServicesSupport._a_d_d_S_e_r_v_i_c_e
│ │ │ │ protected boolean (_C_l_a_s_s serviceClass,
│ │ │ │ _B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_P_r_o_v_i_d_e_r bcsp, boolean fireEvent)
│ │ │ │ add a service
│ │ │ │ BeanContextServicesSupport._c_r_e_a_t_e_B_C_S_S_S_e_r_v_i_c_e_P_r_o_v_i_d_e_r
│ │ │ │ protected (_C_l_a_s_s sc, _B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_P_r_o_v_i_d_e_r bcsp)
│ │ │ │ _B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_s_S_u_p_p_o_r_t_._B_C_S_S_S_e_r_v_i_c_e_P_r_o_v_i_d_e_r subclasses can override this method to create new
│ │ │ │ subclasses of BCSSServiceProvider without having to
│ │ │ │ override addService() in order to instantiate.
│ │ │ │ + BeanContextServicesSupport._r_e_v_o_k_e_S_e_r_v_i_c_e
│ │ │ │ + (_C_l_a_s_s serviceClass,
│ │ │ │ + void _B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_P_r_o_v_i_d_e_r bcsp,
│ │ │ │ + boolean revokeCurrentServicesNow)
│ │ │ │ + remove a service
│ │ │ │ BeanContextServices._r_e_v_o_k_e_S_e_r_v_i_c_e
│ │ │ │ (_C_l_a_s_s serviceClass,
│ │ │ │ _B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_P_r_o_v_i_d_e_r serviceProvider,
│ │ │ │ void boolean revokeCurrentServicesNow)
│ │ │ │ BeanContextServiceProviders wishing to remove a
│ │ │ │ currently registered service from this context may
│ │ │ │ do so via invocation of this method.
│ │ │ │ - BeanContextServicesSupport._r_e_v_o_k_e_S_e_r_v_i_c_e
│ │ │ │ - (_C_l_a_s_s serviceClass,
│ │ │ │ - void _B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_P_r_o_v_i_d_e_r bcsp,
│ │ │ │ - boolean revokeCurrentServicesNow)
│ │ │ │ - remove a service
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -85,9 +85,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContextServiceProviderBeanInfo.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.beans.beancontext.BeanContextServiceProviderBeanInfo (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContextServiceRevokedEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.beancontext.BeanContextServiceRevokedEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -27,28 +27,28 @@
│ │ │ │ _BB_ee_aa_nn_CC_oo_nn_tt_ee_xx_tt_SS_ee_rr_vv_ii_cc_ee_RR_ee_vv_oo_kk_ee_dd_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ BeanContextServicesSupport._f_i_r_e_S_e_r_v_i_c_e_R_e_v_o_k_e_d
│ │ │ │ protected (_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_R_e_v_o_k_e_d_E_v_e_n_t bcsre)
│ │ │ │ void Fires a BeanContextServiceEvent notifying of a service being
│ │ │ │ revoked.
│ │ │ │ - BeanContextChildSupport._s_e_r_v_i_c_e_R_e_v_o_k_e_d
│ │ │ │ - void (_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_R_e_v_o_k_e_d_E_v_e_n_t bcsre)
│ │ │ │ - A service provided by the nesting BeanContext has been revoked.
│ │ │ │ - BeanContextServiceRevokedListener._s_e_r_v_i_c_e_R_e_v_o_k_e_d
│ │ │ │ - void (_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_R_e_v_o_k_e_d_E_v_e_n_t bcsre)
│ │ │ │ - The service named has been revoked.
│ │ │ │ BeanContextServicesSupport._s_e_r_v_i_c_e_R_e_v_o_k_e_d
│ │ │ │ (_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_R_e_v_o_k_e_d_E_v_e_n_t bcssre)
│ │ │ │ void BeanContextServicesListener callback, propagates event to all
│ │ │ │ currently registered listeners and BeanContextServices children,
│ │ │ │ if this BeanContextService does not already implement this service
│ │ │ │ itself.
│ │ │ │ void BeanContextServicesSupport.BCSSProxyServiceProvider._s_e_r_v_i_c_e_R_e_v_o_k_e_d
│ │ │ │ (_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_R_e_v_o_k_e_d_E_v_e_n_t bcsre)
│ │ │ │ + BeanContextServiceRevokedListener._s_e_r_v_i_c_e_R_e_v_o_k_e_d
│ │ │ │ + void (_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_R_e_v_o_k_e_d_E_v_e_n_t bcsre)
│ │ │ │ + The service named has been revoked.
│ │ │ │ + BeanContextChildSupport._s_e_r_v_i_c_e_R_e_v_o_k_e_d
│ │ │ │ + void (_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_R_e_v_o_k_e_d_E_v_e_n_t bcsre)
│ │ │ │ + A service provided by the nesting BeanContext has been revoked.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -62,9 +62,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContextServiceRevokedListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.beans.beancontext.BeanContextServiceRevokedListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -49,28 +49,28 @@
│ │ │ │ class
│ │ │ │ _B_e_a_n_C_o_n_t_e_x_t_S_u_p_p_o_r_t
│ │ │ │ class This helper class provides a utility implementation
│ │ │ │ of the java.beans.beancontext.BeanContext interface.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _BB_ee_aa_nn_CC_oo_nn_tt_ee_xx_tt_SS_ee_rr_vv_ii_cc_ee_RR_ee_vv_oo_kk_ee_dd_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + BeanContextServicesSupport._g_e_t_S_e_r_v_i_c_e
│ │ │ │ + (_B_e_a_n_C_o_n_t_e_x_t_C_h_i_l_d child, _O_b_j_e_c_t requestor,
│ │ │ │ + _O_b_j_e_c_t _C_l_a_s_s serviceClass, _O_b_j_e_c_t serviceSelector,
│ │ │ │ + _B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_R_e_v_o_k_e_d_L_i_s_t_e_n_e_r bcsrl)
│ │ │ │ + obtain a service which may be delegated
│ │ │ │ BeanContextServices._g_e_t_S_e_r_v_i_c_e
│ │ │ │ (_B_e_a_n_C_o_n_t_e_x_t_C_h_i_l_d child, _O_b_j_e_c_t requestor,
│ │ │ │ _C_l_a_s_s serviceClass, _O_b_j_e_c_t serviceSelector,
│ │ │ │ _B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_R_e_v_o_k_e_d_L_i_s_t_e_n_e_r bcsrl)
│ │ │ │ _O_b_j_e_c_t A BeanContextChild, or any arbitrary object
│ │ │ │ associated with a BeanContextChild, may obtain a
│ │ │ │ reference to a currently registered service from
│ │ │ │ its nesting BeanContextServices via invocation of
│ │ │ │ this method.
│ │ │ │ - BeanContextServicesSupport._g_e_t_S_e_r_v_i_c_e
│ │ │ │ - (_B_e_a_n_C_o_n_t_e_x_t_C_h_i_l_d child, _O_b_j_e_c_t requestor,
│ │ │ │ - _O_b_j_e_c_t _C_l_a_s_s serviceClass, _O_b_j_e_c_t serviceSelector,
│ │ │ │ - _B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_R_e_v_o_k_e_d_L_i_s_t_e_n_e_r bcsrl)
│ │ │ │ - obtain a service which may be delegated
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -84,9 +84,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContextServices.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.beans.beancontext.BeanContextServices (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -98,9 +98,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContextServicesListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.beans.beancontext.BeanContextServicesListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -53,26 +53,26 @@
│ │ │ │ protected static (_O_b_j_e_c_t child)
│ │ │ │ _B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_s_L_i_s_t_e_n_e_r Gets the BeanContextServicesListener (if any) of the specified
│ │ │ │ child.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _BB_ee_aa_nn_CC_oo_nn_tt_ee_xx_tt_SS_ee_rr_vv_ii_cc_ee_ss_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ - BeanContextServices._a_d_d_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_s_L_i_s_t_e_n_e_r
│ │ │ │ - void (_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_s_L_i_s_t_e_n_e_r bcsl)
│ │ │ │ - Adds a BeanContextServicesListener to this BeanContext
│ │ │ │ BeanContextServicesSupport._a_d_d_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_s_L_i_s_t_e_n_e_r
│ │ │ │ void (_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_s_L_i_s_t_e_n_e_r bcsl)
│ │ │ │ add a BeanContextServicesListener
│ │ │ │ - BeanContextServices._r_e_m_o_v_e_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_s_L_i_s_t_e_n_e_r
│ │ │ │ + BeanContextServices._a_d_d_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_s_L_i_s_t_e_n_e_r
│ │ │ │ void (_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_s_L_i_s_t_e_n_e_r bcsl)
│ │ │ │ - Removes a BeanContextServicesListener from this BeanContext
│ │ │ │ + Adds a BeanContextServicesListener to this BeanContext
│ │ │ │ BeanContextServicesSupport._r_e_m_o_v_e_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_s_L_i_s_t_e_n_e_r
│ │ │ │ void (_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_s_L_i_s_t_e_n_e_r bcsl)
│ │ │ │ remove a BeanContextServicesListener
│ │ │ │ + BeanContextServices._r_e_m_o_v_e_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_s_L_i_s_t_e_n_e_r
│ │ │ │ + void (_B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_s_L_i_s_t_e_n_e_r bcsl)
│ │ │ │ + Removes a BeanContextServicesListener from this BeanContext
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -86,9 +86,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContextServicesSupport.BCSSChild.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.beancontext.BeanContextServicesSupport.BCSSChild (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContextServicesSupport.BCSSProxyServiceProvider.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -47,9 +47,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContextServicesSupport.BCSSServiceProvider.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -47,9 +47,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContextServicesSupport.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.beancontext.BeanContextServicesSupport (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContextSupport.BCSChild.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.beancontext.BeanContextSupport.BCSChild (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -26,22 +26,22 @@
│ │ │ │ SSuubbccllaasssseess ooff _BB_ee_aa_nn_CC_oo_nn_tt_ee_xx_tt_SS_uu_pp_pp_oo_rr_tt_.._BB_CC_SS_CC_hh_ii_ll_dd iinn
│ │ │ │ _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ protected class _B_e_a_n_C_o_n_t_e_x_t_S_e_r_v_i_c_e_s_S_u_p_p_o_r_t_._B_C_S_S_C_h_i_l_d
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt tthhaatt rreettuurrnn
│ │ │ │ _BB_ee_aa_nn_CC_oo_nn_tt_ee_xx_tt_SS_uu_pp_pp_oo_rr_tt_.._BB_CC_SS_CC_hh_ii_ll_dd?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - BeanContextSupport._c_r_e_a_t_e_B_C_S_C_h_i_l_d
│ │ │ │ + BeanContextServicesSupport._c_r_e_a_t_e_B_C_S_C_h_i_l_d
│ │ │ │ (_O_b_j_e_c_t targetChild, _O_b_j_e_c_t peer)
│ │ │ │ protected Subclasses can override this method to
│ │ │ │ _B_e_a_n_C_o_n_t_e_x_t_S_u_p_p_o_r_t_._B_C_S_C_h_i_l_d insert their own subclass of Child
│ │ │ │ without having to override add() or the
│ │ │ │ other Collection methods that add
│ │ │ │ children to the set.
│ │ │ │ - BeanContextServicesSupport._c_r_e_a_t_e_B_C_S_C_h_i_l_d
│ │ │ │ + BeanContextSupport._c_r_e_a_t_e_B_C_S_C_h_i_l_d
│ │ │ │ (_O_b_j_e_c_t targetChild, _O_b_j_e_c_t peer)
│ │ │ │ protected Subclasses can override this method to
│ │ │ │ _B_e_a_n_C_o_n_t_e_x_t_S_u_p_p_o_r_t_._B_C_S_C_h_i_l_d insert their own subclass of Child
│ │ │ │ without having to override add() or the
│ │ │ │ other Collection methods that add
│ │ │ │ children to the set.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ @@ -53,24 +53,24 @@
│ │ │ │ child and BCSChild.
│ │ │ │ BeanContextSupport._c_h_i_l_d_J_u_s_t_A_d_d_e_d_H_o_o_k
│ │ │ │ (_O_b_j_e_c_t child, _B_e_a_n_C_o_n_t_e_x_t_S_u_p_p_o_r_t_._B_C_S_C_h_i_l_d bcsc)
│ │ │ │ protected void subclasses may override this method to simply
│ │ │ │ extend add() semantics after the child has been
│ │ │ │ added and before the event notification has
│ │ │ │ occurred.
│ │ │ │ + BeanContextServicesSupport._c_h_i_l_d_J_u_s_t_R_e_m_o_v_e_d_H_o_o_k
│ │ │ │ + protected void (_O_b_j_e_c_t child, _B_e_a_n_C_o_n_t_e_x_t_S_u_p_p_o_r_t_._B_C_S_C_h_i_l_d bcsc)
│ │ │ │ + called from superclass child removal operations
│ │ │ │ + after a child has been successfully removed.
│ │ │ │ BeanContextSupport._c_h_i_l_d_J_u_s_t_R_e_m_o_v_e_d_H_o_o_k
│ │ │ │ (_O_b_j_e_c_t child, _B_e_a_n_C_o_n_t_e_x_t_S_u_p_p_o_r_t_._B_C_S_C_h_i_l_d bcsc)
│ │ │ │ protected void subclasses may override this method to simply
│ │ │ │ extend remove() semantics after the child has
│ │ │ │ been removed and before the event notification
│ │ │ │ has occurred.
│ │ │ │ - BeanContextServicesSupport._c_h_i_l_d_J_u_s_t_R_e_m_o_v_e_d_H_o_o_k
│ │ │ │ - protected void (_O_b_j_e_c_t child, _B_e_a_n_C_o_n_t_e_x_t_S_u_p_p_o_r_t_._B_C_S_C_h_i_l_d bcsc)
│ │ │ │ - called from superclass child removal operations
│ │ │ │ - after a child has been successfully removed.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -84,9 +84,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContextSupport.BCSIterator.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.beancontext.BeanContextSupport.BCSIterator (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/class-use/BeanContextSupport.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.beancontext.BeanContextSupport (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -46,9 +46,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/package-frame.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.beans.beancontext (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/package-summary.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │
java.beans.beancontext (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -126,9 +126,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/package-tree.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.beans.beancontext Class Hierarchy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -101,9 +101,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/beancontext/package-use.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Package java.beans.beancontext (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -90,9 +90,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/AppletInitializer.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.beans.AppletInitializer (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -46,9 +46,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/BeanDescriptor.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.BeanDescriptor (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -20,21 +20,21 @@
│ │ │ │ * PPaacckkaaggeess tthhaatt uussee _BB_ee_aa_nn_DD_ee_ss_cc_rr_ii_pp_tt_oo_rr?
│ │ │ │ PPaacckkaaggee DDeessccrriippttiioonn
│ │ │ │ _j_a_v_a_._b_e_a_n_s Contains classes related to developing bbeeaannss -- components
│ │ │ │ based on the JavaBeans™ architecture.
│ │ │ │ * o ******** UUsseess ooff _BB_ee_aa_nn_DD_ee_ss_cc_rr_ii_pp_tt_oo_rr iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss tthhaatt rreettuurrnn _BB_ee_aa_nn_DD_ee_ss_cc_rr_ii_pp_tt_oo_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + SimpleBeanInfo._g_e_t_B_e_a_n_D_e_s_c_r_i_p_t_o_r()
│ │ │ │ + _B_e_a_n_D_e_s_c_r_i_p_t_o_r Deny knowledge about the class and customizer of
│ │ │ │ + the bean.
│ │ │ │ BeanInfo._g_e_t_B_e_a_n_D_e_s_c_r_i_p_t_o_r()
│ │ │ │ _B_e_a_n_D_e_s_c_r_i_p_t_o_r Returns the bean descriptor that provides overall
│ │ │ │ information about the bean, such as its display
│ │ │ │ name or its customizer.
│ │ │ │ - SimpleBeanInfo._g_e_t_B_e_a_n_D_e_s_c_r_i_p_t_o_r()
│ │ │ │ - _B_e_a_n_D_e_s_c_r_i_p_t_o_r Deny knowledge about the class and customizer of
│ │ │ │ - the bean.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -48,9 +48,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/BeanInfo.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.beans.BeanInfo (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -27,22 +27,22 @@
│ │ │ │ CCllaasssseess iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss tthhaatt iimmpplleemmeenntt _BB_ee_aa_nn_II_nn_ff_oo?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ _S_i_m_p_l_e_B_e_a_n_I_n_f_o
│ │ │ │ class This is a support class to make it easier for
│ │ │ │ people to provide BeanInfo classes.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss tthhaatt rreettuurrnn _BB_ee_aa_nn_II_nn_ff_oo?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + SimpleBeanInfo._g_e_t_A_d_d_i_t_i_o_n_a_l_B_e_a_n_I_n_f_o()
│ │ │ │ + _B_e_a_n_I_n_f_o[] Claim there are no other relevant BeanInfo
│ │ │ │ + objects.
│ │ │ │ BeanInfo._g_e_t_A_d_d_i_t_i_o_n_a_l_B_e_a_n_I_n_f_o()
│ │ │ │ This method enables the current BeanInfo object
│ │ │ │ _B_e_a_n_I_n_f_o[] to return an arbitrary collection of other
│ │ │ │ BeanInfo objects that provide additional
│ │ │ │ information about the current bean.
│ │ │ │ - SimpleBeanInfo._g_e_t_A_d_d_i_t_i_o_n_a_l_B_e_a_n_I_n_f_o()
│ │ │ │ - _B_e_a_n_I_n_f_o[] Claim there are no other relevant BeanInfo
│ │ │ │ - objects.
│ │ │ │ Introspector._g_e_t_B_e_a_n_I_n_f_o(_C_l_a_s_s> beanClass)
│ │ │ │ static _B_e_a_n_I_n_f_o Introspect on a Java Bean and learn about all its
│ │ │ │ properties, exposed methods, and events.
│ │ │ │ Introspector._g_e_t_B_e_a_n_I_n_f_o(_C_l_a_s_s> beanClass,
│ │ │ │ _C_l_a_s_s> stopClass)
│ │ │ │ static _B_e_a_n_I_n_f_o Introspect on a Java bean and learn all about its
│ │ │ │ properties, exposed methods, below a given "stop"
│ │ │ │ @@ -94,9 +94,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/Beans.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.Beans (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/ConstructorProperties.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.ConstructorProperties (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -185,9 +185,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/Customizer.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.beans.Customizer (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/DefaultPersistenceDelegate.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.DefaultPersistenceDelegate (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/DesignMode.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.beans.DesignMode (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -60,9 +60,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/Encoder.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.Encoder (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -87,9 +87,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/EventHandler.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.EventHandler (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/EventSetDescriptor.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.EventSetDescriptor (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -20,19 +20,19 @@
│ │ │ │ * PPaacckkaaggeess tthhaatt uussee _EE_vv_ee_nn_tt_SS_ee_tt_DD_ee_ss_cc_rr_ii_pp_tt_oo_rr?
│ │ │ │ PPaacckkaaggee DDeessccrriippttiioonn
│ │ │ │ _j_a_v_a_._b_e_a_n_s Contains classes related to developing bbeeaannss -- components
│ │ │ │ based on the JavaBeans™ architecture.
│ │ │ │ * o ******** UUsseess ooff _EE_vv_ee_nn_tt_SS_ee_tt_DD_ee_ss_cc_rr_ii_pp_tt_oo_rr iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss tthhaatt rreettuurrnn _EE_vv_ee_nn_tt_SS_ee_tt_DD_ee_ss_cc_rr_ii_pp_tt_oo_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + _E_v_e_n_t_S_e_t_D_e_s_c_r_i_p_t_o_r[] SimpleBeanInfo._g_e_t_E_v_e_n_t_S_e_t_D_e_s_c_r_i_p_t_o_r_s()
│ │ │ │ + Deny knowledge of event sets.
│ │ │ │ BeanInfo._g_e_t_E_v_e_n_t_S_e_t_D_e_s_c_r_i_p_t_o_r_s()
│ │ │ │ _E_v_e_n_t_S_e_t_D_e_s_c_r_i_p_t_o_r[] Returns the event descriptors of the bean that
│ │ │ │ define the types of events fired by this bean.
│ │ │ │ - _E_v_e_n_t_S_e_t_D_e_s_c_r_i_p_t_o_r[] SimpleBeanInfo._g_e_t_E_v_e_n_t_S_e_t_D_e_s_c_r_i_p_t_o_r_s()
│ │ │ │ - Deny knowledge of event sets.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -46,9 +46,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/ExceptionListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.beans.ExceptionListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -71,9 +71,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/Expression.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.Expression (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -36,22 +36,22 @@
│ │ │ │ method name "new" which denotes a call
│ │ │ │ to a constructor with the arguments as
│ │ │ │ specified in the
│ │ │ │ DefaultPersistenceDelegate's
│ │ │ │ constructor.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss wwiitthh ppaarraammeetteerrss ooff ttyyppee _EE_xx_pp_rr_ee_ss_ss_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - XMLEncoder._w_r_i_t_e_E_x_p_r_e_s_s_i_o_n(_E_x_p_r_e_s_s_i_o_n oldExp)
│ │ │ │ - void Records the Expression so that the Encoder will
│ │ │ │ - produce the actual output when the stream is
│ │ │ │ - flushed.
│ │ │ │ Encoder._w_r_i_t_e_E_x_p_r_e_s_s_i_o_n(_E_x_p_r_e_s_s_i_o_n oldExp)
│ │ │ │ void The implementation first checks to see if an
│ │ │ │ expression with this value has already been
│ │ │ │ written.
│ │ │ │ + XMLEncoder._w_r_i_t_e_E_x_p_r_e_s_s_i_o_n(_E_x_p_r_e_s_s_i_o_n oldExp)
│ │ │ │ + void Records the Expression so that the Encoder will
│ │ │ │ + produce the actual output when the stream is
│ │ │ │ + flushed.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -65,9 +65,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/FeatureDescriptor.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.FeatureDescriptor (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -67,9 +67,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/IndexedPropertyChangeEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.IndexedPropertyChangeEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/IndexedPropertyDescriptor.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.IndexedPropertyDescriptor (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/IntrospectionException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.IntrospectionException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -140,9 +140,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/Introspector.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.Introspector (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/MethodDescriptor.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.MethodDescriptor (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -24,20 +24,20 @@
│ │ │ │ * o ******** UUsseess ooff _MM_ee_tt_hh_oo_dd_DD_ee_ss_cc_rr_ii_pp_tt_oo_rr iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss tthhaatt rreettuurrnn _MM_ee_tt_hh_oo_dd_DD_ee_ss_cc_rr_ii_pp_tt_oo_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ EventSetDescriptor._g_e_t_L_i_s_t_e_n_e_r_M_e_t_h_o_d_D_e_s_c_r_i_p_t_o_r_s
│ │ │ │ _M_e_t_h_o_d_D_e_s_c_r_i_p_t_o_r[] ()
│ │ │ │ Gets the MethodDescriptors of the target
│ │ │ │ listener interface.
│ │ │ │ + _M_e_t_h_o_d_D_e_s_c_r_i_p_t_o_r[] SimpleBeanInfo._g_e_t_M_e_t_h_o_d_D_e_s_c_r_i_p_t_o_r_s()
│ │ │ │ + Deny knowledge of methods.
│ │ │ │ BeanInfo._g_e_t_M_e_t_h_o_d_D_e_s_c_r_i_p_t_o_r_s()
│ │ │ │ _M_e_t_h_o_d_D_e_s_c_r_i_p_t_o_r[] Returns the method descriptors of the bean that
│ │ │ │ define the externally visible methods supported
│ │ │ │ by this bean.
│ │ │ │ - _M_e_t_h_o_d_D_e_s_c_r_i_p_t_o_r[] SimpleBeanInfo._g_e_t_M_e_t_h_o_d_D_e_s_c_r_i_p_t_o_r_s()
│ │ │ │ - Deny knowledge of methods.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _MM_ee_tt_hh_oo_dd_DD_ee_ss_cc_rr_ii_pp_tt_oo_rr?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _E_v_e_n_t_S_e_t_D_e_s_c_r_i_p_t_o_r(_S_t_r_i_n_g eventSetName, _C_l_a_s_s> listenerType,
│ │ │ │ _M_e_t_h_o_d_D_e_s_c_r_i_p_t_o_r[] listenerMethodDescriptors,
│ │ │ │ _M_e_t_h_o_d addListenerMethod, _M_e_t_h_o_d removeListenerMethod)
│ │ │ │ Creates an EventSetDescriptor from scratch using
│ │ │ │ @@ -59,9 +59,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/ParameterDescriptor.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.ParameterDescriptor (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -51,9 +51,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/PersistenceDelegate.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.PersistenceDelegate (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -59,9 +59,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/PropertyChangeEvent.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.PropertyChangeEvent (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -62,22 +62,22 @@
│ │ │ │ have been registered to track updates of all
│ │ │ │ properties or a property with the specified name.
│ │ │ │ VetoableChangeSupport._f_i_r_e_V_e_t_o_a_b_l_e_C_h_a_n_g_e
│ │ │ │ (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t event)
│ │ │ │ void Fires a property change event to listeners that
│ │ │ │ have been registered to track updates of all
│ │ │ │ properties or a property with the specified name.
│ │ │ │ - PropertyChangeListener._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ - This method gets called when a bound property is
│ │ │ │ - changed.
│ │ │ │ PropertyChangeListenerProxy._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t event)
│ │ │ │ Forwards the property change event to the
│ │ │ │ listener delegate.
│ │ │ │ + PropertyChangeListener._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ + This method gets called when a bound property is
│ │ │ │ + changed.
│ │ │ │ VetoableChangeListener._v_e_t_o_a_b_l_e_C_h_a_n_g_e
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ This method gets called when a constrained
│ │ │ │ property is changed.
│ │ │ │ VetoableChangeListenerProxy._v_e_t_o_a_b_l_e_C_h_a_n_g_e
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t event)
│ │ │ │ Forwards the property change event to the
│ │ │ │ @@ -104,35 +104,35 @@
│ │ │ │ _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ JPopupMenu.AccessibleJPopupMenu._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ - JList.AccessibleJList._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ - Property Change Listener change method.
│ │ │ │ - JTable.AccessibleJTable._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ - Track changes to selection model, column model, etc.
│ │ │ │ - JScrollPane.AccessibleJScrollPane._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ - This method gets called when a bound property is
│ │ │ │ - changed.
│ │ │ │ JSpinner.DefaultEditor._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ Called by the JFormattedTextField
│ │ │ │ PropertyChangeListener.
│ │ │ │ JLayer._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ void This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ + JScrollPane.AccessibleJScrollPane._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + This method gets called when a bound property is
│ │ │ │ + changed.
│ │ │ │ + JTable.AccessibleJTable._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + Track changes to selection model, column model, etc.
│ │ │ │ ProgressMonitor.AccessibleProgressMonitor._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ + JList.AccessibleJList._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + Property Change Listener change method.
│ │ │ │ o ******** UUsseess ooff _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._ee_vv_ee_nn_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._ee_vv_ee_nn_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ SwingPropertyChangeSupport._f_i_r_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ void Fires a property change event to listeners that
│ │ │ │ @@ -147,67 +147,67 @@
│ │ │ │ void Notifies the LayerUI when any of its property are
│ │ │ │ changed and enables updating every JLayer this
│ │ │ │ LayerUI instance is set to.
│ │ │ │ o ******** UUsseess ooff _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc wwiitthh ppaarraammeetteerrss ooff ttyyppee _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ - void BasicDirectoryModel._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + void BasicScrollBarUI.PropertyChangeHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + void BasicComboBoxUI.PropertyChangeHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ protected BasicTextUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ void This method gets called when a bound property is changed on the
│ │ │ │ associated JTextComponent.
│ │ │ │ - void BasicTreeUI.PropertyChangeHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t event)
│ │ │ │ - void BasicTreeUI.SelectionModelPropertyChangeHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t event)
│ │ │ │ + BasicOptionPaneUI.PropertyChangeHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + void If the source of the PropertyChangeEvent e equals the optionPane and is
│ │ │ │ + one of the ICON_PROPERTY, MESSAGE_PROPERTY, OPTIONS_PROPERTY or
│ │ │ │ + INITIAL_VALUE_PROPERTY, validateComponent is invoked.
│ │ │ │ + void BasicInternalFrameTitlePane.PropertyChangeHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ void BasicToolBarUI.PropertyListener._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + void BasicLabelUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ void BasicButtonListener._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + BasicInternalFrameUI.InternalFramePropertyChangeListener._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ + Detects changes in state from the JInternalFrame and handles actions.
│ │ │ │ + void BasicScrollPaneUI.PropertyChangeHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + BasicSplitPaneDivider._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + void Property change event, presumably from the JSplitPane, will message
│ │ │ │ + updateOrientation if necessary.
│ │ │ │ + protected BasicTextPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ + void This method gets called when a bound property is changed on the
│ │ │ │ + associated JTextComponent.
│ │ │ │ + void BasicSplitPaneUI.PropertyHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + Messaged from the JSplitPane the receiver is contained in.
│ │ │ │ protected BasicEditorPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ void This method gets called when a bound property is changed on the
│ │ │ │ associated JTextComponent.
│ │ │ │ protected BasicTextAreaUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ void This method gets called when a bound property is changed on the
│ │ │ │ associated JTextComponent.
│ │ │ │ - void BasicTabbedPaneUI.PropertyChangeHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + void BasicTreeUI.PropertyChangeHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t event)
│ │ │ │ + void BasicTreeUI.SelectionModelPropertyChangeHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t event)
│ │ │ │ + void BasicComboPopup.PropertyChangeHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ - void BasicSplitPaneUI.PropertyHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ - Messaged from the JSplitPane the receiver is contained in.
│ │ │ │ - BasicSplitPaneDivider._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ - void Property change event, presumably from the JSplitPane, will message
│ │ │ │ - updateOrientation if necessary.
│ │ │ │ - void BasicSliderUI.PropertyChangeHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + void BasicColorChooserUI.PropertyHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ - void BasicScrollPaneUI.PropertyChangeHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + void BasicTabbedPaneUI.PropertyChangeHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ - void BasicScrollBarUI.PropertyChangeHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + void BasicSliderUI.PropertyChangeHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + void BasicDirectoryModel._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ void BasicRootPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ Invoked when a property changes on the root pane.
│ │ │ │ - BasicOptionPaneUI.PropertyChangeHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ - void If the source of the PropertyChangeEvent e equals the optionPane and is
│ │ │ │ - one of the ICON_PROPERTY, MESSAGE_PROPERTY, OPTIONS_PROPERTY or
│ │ │ │ - INITIAL_VALUE_PROPERTY, validateComponent is invoked.
│ │ │ │ void BasicListUI.PropertyChangeHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ - void BasicLabelUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ - BasicInternalFrameUI.InternalFramePropertyChangeListener._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ - Detects changes in state from the JInternalFrame and handles actions.
│ │ │ │ - void BasicInternalFrameTitlePane.PropertyChangeHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ - void BasicComboPopup.PropertyChangeHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ - void BasicComboBoxUI.PropertyChangeHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ - void BasicColorChooserUI.PropertyHandler._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ - protected BasicTextPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ - void This method gets called when a bound property is changed on the
│ │ │ │ - associated JTextComponent.
│ │ │ │ protected BasicScrollPaneUI._u_p_d_a_t_e_C_o_l_u_m_n_H_e_a_d_e_r(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ void
│ │ │ │ protected BasicScrollPaneUI._u_p_d_a_t_e_R_o_w_H_e_a_d_e_r(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ void
│ │ │ │ protected BasicScrollPaneUI._u_p_d_a_t_e_S_c_r_o_l_l_B_a_r_D_i_s_p_l_a_y_P_o_l_i_c_y(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ void
│ │ │ │ protected BasicScrollPaneUI._u_p_d_a_t_e_V_i_e_w_p_o_r_t(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ @@ -217,158 +217,158 @@
│ │ │ │ _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ MetalComboBoxUI._e_d_i_t_a_b_l_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_d
│ │ │ │ protected (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ void Deprecated.
│ │ │ │ As of Java 2 platform v1.4.
│ │ │ │ - void MetalRootPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ - Invoked when a property changes.
│ │ │ │ - MetalTextFieldUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ - void This method gets called when a bound property is changed
│ │ │ │ - on the associated JTextComponent.
│ │ │ │ - void MetalSliderUI.MetalPropertyListener._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ void MetalFileChooserUI.FilterComboBoxModel._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ void MetalComboBoxUI.MetalPropertyChangeListener._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + void MetalSliderUI.MetalPropertyListener._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + MetalTextFieldUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ + void This method gets called when a bound property is changed
│ │ │ │ + on the associated JTextComponent.
│ │ │ │ + void MetalRootPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + Invoked when a property changes.
│ │ │ │ o ******** UUsseess ooff _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._nn_ii_mm_bb_uu_ss ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._nn_ii_mm_bb_uu_ss wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ NimbusLookAndFeel._s_h_o_u_l_d_U_p_d_a_t_e_S_t_y_l_e_O_n_E_v_e_n_t
│ │ │ │ protected boolean (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t ev)
│ │ │ │ Returns whether or not the UIs should update
│ │ │ │ their styles when a particular event occurs.
│ │ │ │ o ******** UUsseess ooff _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._ss_yy_nn_tt_hh ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._ss_yy_nn_tt_hh wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_EE_vv_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - SynthViewportUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + SynthTextAreaUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + protected void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ + This method gets called when a bound property is
│ │ │ │ + changed on the associated JTextComponent.
│ │ │ │ + SynthDesktopPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ - SynthTreeUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t event)
│ │ │ │ + SynthMenuItemUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ - SynthToolTipUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + SynthComboBoxUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ - SynthToolBarUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + SynthRootPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + Invoked when a property changes on the root pane.
│ │ │ │ + SynthTextFieldUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + protected void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ + This method gets called when a bound property is
│ │ │ │ + changed on the associated JTextComponent.
│ │ │ │ + void SynthDesktopIconUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ + SynthSpinnerUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ - SynthButtonUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + SynthViewportUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ + void SynthSeparatorUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ SynthTextPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ protected void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed on the associated JTextComponent.
│ │ │ │ SynthEditorPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ protected void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed on the associated JTextComponent.
│ │ │ │ - SynthTextFieldUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - protected void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ - This method gets called when a bound property is
│ │ │ │ - changed on the associated JTextComponent.
│ │ │ │ - SynthTextAreaUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - protected void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ - This method gets called when a bound property is
│ │ │ │ - changed on the associated JTextComponent.
│ │ │ │ - SynthTableUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t event)
│ │ │ │ + SynthTabbedPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ - SynthTableHeaderUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + SynthInternalFrameUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ - SynthTabbedPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ - This method gets called when a bound property is
│ │ │ │ + SynthListUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + void This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ - SynthSplitPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + SynthToolBarUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ - SynthSpinnerUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + SynthColorChooserUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ - SynthSliderUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + SynthButtonUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ - void SynthSeparatorUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ - void SynthScrollPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ - void SynthScrollBarUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ - SynthRootPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ - Invoked when a property changes on the root pane.
│ │ │ │ - SynthMenuItemUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + SynthTableHeaderUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ - SynthProgressBarUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + SynthMenuBarUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ - SynthPopupMenuUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + SynthTableUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t event)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ - SynthPanelUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t pce)
│ │ │ │ + SynthTreeUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t event)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ - SynthOptionPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + SynthSplitPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ - SynthMenuUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ - void This method gets called when a bound property is
│ │ │ │ - changed.
│ │ │ │ - SynthMenuBarUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + SynthSliderUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ - SynthListUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ - void This method gets called when a bound property is
│ │ │ │ + void SynthScrollPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + SynthToolTipUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ - SynthLabelUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + SynthOptionPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ - SynthInternalFrameUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ + SynthPanelUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t pce)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ - SynthDesktopPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ + SynthMenuUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ + void This method gets called when a bound property is
│ │ │ │ + changed.
│ │ │ │ + SynthProgressBarUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ - void SynthDesktopIconUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ - (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t evt)
│ │ │ │ - SynthComboBoxUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + SynthPopupMenuUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ - SynthColorChooserUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + SynthLabelUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ This method gets called when a bound property is
│ │ │ │ changed.
│ │ │ │ + void SynthScrollBarUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e
│ │ │ │ + (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t e)
│ │ │ │ SynthLookAndFeel._s_h_o_u_l_d_U_p_d_a_t_e_S_t_y_l_e_O_n_E_v_e_n_t
│ │ │ │ protected boolean (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t ev)
│ │ │ │ Returns whether or not the UIs should update
│ │ │ │ their styles when a particular event occurs.
│ │ │ │ o ******** UUsseess ooff _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_EE_vv_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_aa_bb_ll_ee ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_aa_bb_ll_ee wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_EE_vv_ee_nn_tt?
│ │ │ │ @@ -393,9 +393,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/PropertyChangeListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.beans.PropertyChangeListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -50,110 +50,110 @@
│ │ │ │ _j_a_v_a_x_._s_w_i_n_g_._t_a_b_l_e Provides classes and interfaces for dealing with
│ │ │ │ javax.swing.JTable.
│ │ │ │ _j_a_v_a_x_._s_w_i_n_g_._t_r_e_e Provides classes and interfaces for dealing with
│ │ │ │ javax.swing.JTree.
│ │ │ │ * o ******** UUsseess ooff _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr iinn _jj_aa_vv_aa_.._aa_ww_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt tthhaatt rreettuurrnn _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Component._g_e_t_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r_s()
│ │ │ │ - [] Returns an array of all the property change
│ │ │ │ - listeners registered on this component.
│ │ │ │ - _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Toolkit._g_e_t_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r_s()
│ │ │ │ - [] Returns an array of all the property change
│ │ │ │ - listeners registered on this toolkit.
│ │ │ │ KeyboardFocusManager._g_e_t_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r_s
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r ()
│ │ │ │ [] Returns an array of all the property change
│ │ │ │ listeners registered on this keyboard focus
│ │ │ │ manager.
│ │ │ │ - Component._g_e_t_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r_s
│ │ │ │ + _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Toolkit._g_e_t_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r_s()
│ │ │ │ + [] Returns an array of all the property change
│ │ │ │ + listeners registered on this toolkit.
│ │ │ │ + _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Component._g_e_t_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r_s()
│ │ │ │ + [] Returns an array of all the property change
│ │ │ │ + listeners registered on this component.
│ │ │ │ + KeyboardFocusManager._g_e_t_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r_s
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r (_S_t_r_i_n_g propertyName)
│ │ │ │ - [] Returns an array of all the listeners which
│ │ │ │ - have been associated with the named property.
│ │ │ │ + [] Returns an array of all the
│ │ │ │ + PropertyChangeListeners associated with the
│ │ │ │ + named property.
│ │ │ │ Toolkit._g_e_t_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r_s
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r (_S_t_r_i_n_g propertyName)
│ │ │ │ [] Returns an array of all property change
│ │ │ │ listeners associated with the specified name of
│ │ │ │ a desktop property.
│ │ │ │ - KeyboardFocusManager._g_e_t_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r_s
│ │ │ │ + Component._g_e_t_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r_s
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r (_S_t_r_i_n_g propertyName)
│ │ │ │ - [] Returns an array of all the
│ │ │ │ - PropertyChangeListeners associated with the
│ │ │ │ - named property.
│ │ │ │ + [] Returns an array of all the listeners which
│ │ │ │ + have been associated with the named property.
│ │ │ │ SystemTray._g_e_t_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r_s
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r (_S_t_r_i_n_g propertyName)
│ │ │ │ [] Returns an array of all the listeners that have
│ │ │ │ been associated with the named property.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ Container._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Adds a PropertyChangeListener to the listener list.
│ │ │ │ Container.AccessibleAWTContainer._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Adds a PropertyChangeListener to the listener list.
│ │ │ │ - Component._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + KeyboardFocusManager._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Adds a PropertyChangeListener to the listener list.
│ │ │ │ - Component.AccessibleAWTComponent._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + Window._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Adds a PropertyChangeListener to the listener list.
│ │ │ │ - Window._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + Component._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Adds a PropertyChangeListener to the listener list.
│ │ │ │ - KeyboardFocusManager._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + Component.AccessibleAWTComponent._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Adds a PropertyChangeListener to the listener list.
│ │ │ │ Container._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_S_t_r_i_n_g propertyName,
│ │ │ │ void _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Adds a PropertyChangeListener to the listener list for a
│ │ │ │ specific property.
│ │ │ │ - Component._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_S_t_r_i_n_g propertyName,
│ │ │ │ - void _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ + KeyboardFocusManager._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + void (_S_t_r_i_n_g propertyName, _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Adds a PropertyChangeListener to the listener list for a
│ │ │ │ specific property.
│ │ │ │ Window._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_S_t_r_i_n_g propertyName,
│ │ │ │ void _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Adds a PropertyChangeListener to the listener list for a
│ │ │ │ specific property.
│ │ │ │ Toolkit._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_S_t_r_i_n_g name,
│ │ │ │ void _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r pcl)
│ │ │ │ Adds the specified property change listener for the named
│ │ │ │ desktop property.
│ │ │ │ - KeyboardFocusManager._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - void (_S_t_r_i_n_g propertyName, _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ + Component._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_S_t_r_i_n_g propertyName,
│ │ │ │ + void _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Adds a PropertyChangeListener to the listener list for a
│ │ │ │ specific property.
│ │ │ │ SystemTray._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_S_t_r_i_n_g propertyName,
│ │ │ │ void _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Adds a PropertyChangeListener to the list of listeners for
│ │ │ │ the specific property.
│ │ │ │ Container.AccessibleAWTContainer._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Remove a PropertyChangeListener from the listener list.
│ │ │ │ + KeyboardFocusManager._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ + Removes a PropertyChangeListener from the listener list.
│ │ │ │ Component._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Removes a PropertyChangeListener from the listener list.
│ │ │ │ Component.AccessibleAWTComponent._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Remove a PropertyChangeListener from the listener list.
│ │ │ │ KeyboardFocusManager._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ - Removes a PropertyChangeListener from the listener list.
│ │ │ │ - Component._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_S_t_r_i_n_g propertyName,
│ │ │ │ - void _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ + void (_S_t_r_i_n_g propertyName, _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Removes a PropertyChangeListener from the listener list for a
│ │ │ │ specific property.
│ │ │ │ Toolkit._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_S_t_r_i_n_g name,
│ │ │ │ void _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r pcl)
│ │ │ │ Removes the specified property change listener for the named
│ │ │ │ desktop property.
│ │ │ │ - KeyboardFocusManager._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - void (_S_t_r_i_n_g propertyName, _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ + Component._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_S_t_r_i_n_g propertyName,
│ │ │ │ + void _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Removes a PropertyChangeListener from the listener list for a
│ │ │ │ specific property.
│ │ │ │ SystemTray._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_S_t_r_i_n_g propertyName,
│ │ │ │ void _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Removes a PropertyChangeListener from the listener list for a
│ │ │ │ specific property.
│ │ │ │ o ******** UUsseess ooff _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss ********
│ │ │ │ @@ -174,44 +174,44 @@
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r (_S_t_r_i_n_g propertyName)
│ │ │ │ [] Returns an array of all the listeners which have
│ │ │ │ been associated with the named property.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ - PropertyChangeSupport._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ - Add a PropertyChangeListener to the listener list.
│ │ │ │ PropertyEditor._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Adds a listener for the value change.
│ │ │ │ - PropertyEditorSupport._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + PropertyChangeSupport._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ - Adds a listener for the value change.
│ │ │ │ + Add a PropertyChangeListener to the listener list.
│ │ │ │ Customizer._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Register a listener for the PropertyChange event.
│ │ │ │ + PropertyEditorSupport._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ + Adds a listener for the value change.
│ │ │ │ PropertyChangeSupport._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ (_S_t_r_i_n_g propertyName,
│ │ │ │ void _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Add a PropertyChangeListener for a specific
│ │ │ │ property.
│ │ │ │ + PropertyEditor._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ + Removes a listener for the value change.
│ │ │ │ PropertyChangeSupport._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Remove a PropertyChangeListener from the listener
│ │ │ │ list.
│ │ │ │ - PropertyEditor._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + Customizer._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ - Removes a listener for the value change.
│ │ │ │ + Remove a listener for the PropertyChange event.
│ │ │ │ PropertyEditorSupport._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Removes a listener for the value change.
│ │ │ │ - Customizer._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ - Remove a listener for the PropertyChange event.
│ │ │ │ PropertyChangeSupport._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ (_S_t_r_i_n_g propertyName,
│ │ │ │ void _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Remove a PropertyChangeListener for a specific
│ │ │ │ property.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ @@ -239,34 +239,34 @@
│ │ │ │ protected static (_O_b_j_e_c_t child)
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Gets the PropertyChangeListener (if any) of the
│ │ │ │ specified child
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ - BeanContextChildSupport._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - void (_S_t_r_i_n_g name, _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r pcl)
│ │ │ │ - Add a PropertyChangeListener for a specific
│ │ │ │ - property.
│ │ │ │ BeanContextChild._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ (_S_t_r_i_n_g name, _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r pcl)
│ │ │ │ void Adds a PropertyChangeListener to this
│ │ │ │ BeanContextChild in order to receive a
│ │ │ │ PropertyChangeEvent whenever the specified property
│ │ │ │ has changed.
│ │ │ │ - BeanContextChildSupport._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + BeanContextChildSupport._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_S_t_r_i_n_g name, _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r pcl)
│ │ │ │ - Remove a PropertyChangeListener for a specific
│ │ │ │ + Add a PropertyChangeListener for a specific
│ │ │ │ property.
│ │ │ │ BeanContextChild._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ (_S_t_r_i_n_g name, _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r pcl)
│ │ │ │ void Removes a PropertyChangeListener from this
│ │ │ │ BeanContextChild so that it no longer receives
│ │ │ │ PropertyChangeEvents when the specified property is
│ │ │ │ changed.
│ │ │ │ + BeanContextChildSupport._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + void (_S_t_r_i_n_g name, _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r pcl)
│ │ │ │ + Remove a PropertyChangeListener for a specific
│ │ │ │ + property.
│ │ │ │ o ******** UUsseess ooff _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr iinn _jj_aa_vv_aa_.._uu_tt_ii_ll_.._jj_aa_rr ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._uu_tt_ii_ll_.._jj_aa_rr wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ Pack200.Packer._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Deprecated.
│ │ │ │ @@ -384,98 +384,98 @@
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Returns a properly configured
│ │ │ │ PropertyChangeListener which updates the control
│ │ │ │ as changes to the Action occur.
│ │ │ │ JMenu._c_r_e_a_t_e_A_c_t_i_o_n_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_J_M_e_n_u_I_t_e_m b)
│ │ │ │ protected Returns a properly configured
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r PropertyChangeListener which updates the control
│ │ │ │ as changes to the Action occur.
│ │ │ │ - AbstractButton._c_r_e_a_t_e_A_c_t_i_o_n_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + JComboBox._c_r_e_a_t_e_A_c_t_i_o_n_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ (_A_c_t_i_o_n a)
│ │ │ │ protected Creates and returns a PropertyChangeListener that
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r is responsible for listening for changes from the
│ │ │ │ specified Action and updating the appropriate
│ │ │ │ properties.
│ │ │ │ JTextField._c_r_e_a_t_e_A_c_t_i_o_n_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ (_A_c_t_i_o_n a)
│ │ │ │ protected Creates and returns a PropertyChangeListener that
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r is responsible for listening for changes from the
│ │ │ │ specified Action and updating the appropriate
│ │ │ │ properties.
│ │ │ │ - JComboBox._c_r_e_a_t_e_A_c_t_i_o_n_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + AbstractButton._c_r_e_a_t_e_A_c_t_i_o_n_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ (_A_c_t_i_o_n a)
│ │ │ │ protected Creates and returns a PropertyChangeListener that
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r is responsible for listening for changes from the
│ │ │ │ specified Action and updating the appropriate
│ │ │ │ properties.
│ │ │ │ - AbstractAction._g_e_t_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r_s()
│ │ │ │ - _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Returns an array of all the
│ │ │ │ - [] PropertyChangeListeners added to this
│ │ │ │ - AbstractAction with addPropertyChangeListener().
│ │ │ │ UIDefaults._g_e_t_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r_s()
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Returns an array of all the
│ │ │ │ [] PropertyChangeListeners added to this UIDefaults
│ │ │ │ with addPropertyChangeListener().
│ │ │ │ static UIManager._g_e_t_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r_s()
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Returns an array of all the
│ │ │ │ [] PropertyChangeListeners added to this UIManager
│ │ │ │ with addPropertyChangeListener().
│ │ │ │ + AbstractAction._g_e_t_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r_s()
│ │ │ │ + _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Returns an array of all the
│ │ │ │ + [] PropertyChangeListeners added to this
│ │ │ │ + AbstractAction with addPropertyChangeListener().
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ JComponent.AccessibleJComponent._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Adds a PropertyChangeListener to the listener list.
│ │ │ │ + void UIDefaults._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ + Adds a PropertyChangeListener to the listener list.
│ │ │ │ + static UIManager._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ + void Adds a PropertyChangeListener to the listener list.
│ │ │ │ + void AbstractAction._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ + Adds a PropertyChangeListener to the listener list.
│ │ │ │ + JTable.AccessibleJTable.AccessibleJTableCell._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r l)
│ │ │ │ + Adds a PropertyChangeListener to the listener list.
│ │ │ │ JTree.EmptySelectionModel._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ This is overriden to do nothing; EmptySelectionModel does not allow a
│ │ │ │ selection.
│ │ │ │ JTree.AccessibleJTree.AccessibleJTreeNode._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r l)
│ │ │ │ Add a PropertyChangeListener to the listener list.
│ │ │ │ void Action._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Adds a PropertyChange listener.
│ │ │ │ void JList.AccessibleJList.AccessibleJListChild._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r l)
│ │ │ │ - JTable.AccessibleJTable.AccessibleJTableCell._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r l)
│ │ │ │ - Adds a PropertyChangeListener to the listener list.
│ │ │ │ - void AbstractAction._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ - Adds a PropertyChangeListener to the listener list.
│ │ │ │ void SwingWorker._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Adds a PropertyChangeListener to the listener list.
│ │ │ │ - void UIDefaults._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ - Adds a PropertyChangeListener to the listener list.
│ │ │ │ - static UIManager._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ - void Adds a PropertyChangeListener to the listener list.
│ │ │ │ JComponent.AccessibleJComponent._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Removes a PropertyChangeListener from the listener list.
│ │ │ │ + void UIDefaults._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ + Removes a PropertyChangeListener from the listener list.
│ │ │ │ + static UIManager._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ + void Removes a PropertyChangeListener from the listener list.
│ │ │ │ + AbstractAction._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ + Removes a PropertyChangeListener from the listener list.
│ │ │ │ + JTable.AccessibleJTable.AccessibleJTableCell._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r l)
│ │ │ │ + Removes a PropertyChangeListener from the listener list.
│ │ │ │ JTree.EmptySelectionModel._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ This is overriden to do nothing; EmptySelectionModel does not allow a
│ │ │ │ selection.
│ │ │ │ JTree.AccessibleJTree.AccessibleJTreeNode._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r l)
│ │ │ │ Remove a PropertyChangeListener from the listener list.
│ │ │ │ void Action._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Removes a PropertyChange listener.
│ │ │ │ void JList.AccessibleJList.AccessibleJListChild._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r l)
│ │ │ │ - JTable.AccessibleJTable.AccessibleJTableCell._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r l)
│ │ │ │ - Removes a PropertyChangeListener from the listener list.
│ │ │ │ - AbstractAction._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ - Removes a PropertyChangeListener from the listener list.
│ │ │ │ void SwingWorker._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Removes a PropertyChangeListener from the listener list.
│ │ │ │ - void UIDefaults._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ - Removes a PropertyChangeListener from the listener list.
│ │ │ │ - static UIManager._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ - void Removes a PropertyChangeListener from the listener list.
│ │ │ │ o ******** UUsseess ooff _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff tthhaatt rreettuurrnn _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ LayerUI._g_e_t_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r_s()
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r[] Returns an array of all the property
│ │ │ │ change listeners registered on this
│ │ │ │ component.
│ │ │ │ @@ -554,87 +554,87 @@
│ │ │ │ class _B_a_s_i_c_T_r_e_e_U_I_._P_r_o_p_e_r_t_y_C_h_a_n_g_e_H_a_n_d_l_e_r
│ │ │ │ PropertyChangeListener for the tree.
│ │ │ │ _B_a_s_i_c_T_r_e_e_U_I_._S_e_l_e_c_t_i_o_n_M_o_d_e_l_P_r_o_p_e_r_t_y_C_h_a_n_g_e_H_a_n_d_l_e_r
│ │ │ │ class Listener on the TreeSelectionModel, resets the row
│ │ │ │ selection if any of the properties of the model change.
│ │ │ │ FFiieellddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc ddeeccllaarreedd aass _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee FFiieelldd aanndd DDeessccrriippttiioonn
│ │ │ │ - protected BasicTabbedPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + protected BasicScrollBarUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - protected BasicSplitPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Instance of the PropertyChangeListener for this
│ │ │ │ - JSplitPane.
│ │ │ │ - protected BasicSliderUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + protected BasicComboBoxUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r This protected field is implementation specific.
│ │ │ │ + protected BasicOptionPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - protected BasicScrollBarUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + protected BasicInternalFrameTitlePane._p_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ protected BasicMenuItemUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r PropertyChangeListener returned from
│ │ │ │ createPropertyChangeListener.
│ │ │ │ - protected BasicOptionPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - protected BasicListUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ protected BasicInternalFrameUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - protected BasicInternalFrameTitlePane._p_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + protected BasicSplitPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Instance of the PropertyChangeListener for this
│ │ │ │ + JSplitPane.
│ │ │ │ protected BasicComboPopup._p_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r This protected field is implementation specific.
│ │ │ │ - protected BasicComboBoxUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r This protected field is implementation specific.
│ │ │ │ protected BasicColorChooserUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + protected BasicTabbedPaneUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + protected BasicSliderUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + protected BasicListUI._p_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ protected BasicToolBarUI._p_r_o_p_e_r_t_y_L_i_s_t_e_n_e_r
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ protected BasicScrollPaneUI._s_p_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._bb_aa_ss_ii_cc tthhaatt rreettuurrnn _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - protected BasicTreeUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ - _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Creates a listener that is responsible that updates the
│ │ │ │ - UI based on how the tree changes.
│ │ │ │ - protected BasicTabbedPaneUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ + protected BasicScrollBarUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + protected BasicComboBoxUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ + _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Creates a PropertyChangeListener which will be added to
│ │ │ │ + the combo box.
│ │ │ │ + protected BasicOptionPaneUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ + _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + protected BasicInternalFrameTitlePane._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r ()
│ │ │ │ + protected BasicInternalFrameUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ + _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + protected BasicScrollPaneUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ + _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Creates an instance of PropertyChangeListener that's
│ │ │ │ + added to the JScrollPane by installUI().
│ │ │ │ protected BasicSplitPaneUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Creates a PropertyChangeListener for the JSplitPane UI.
│ │ │ │ protected BasicSpinnerUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Creates a PropertyChangeListener that can be added to
│ │ │ │ the JSpinner itself.
│ │ │ │ - protected BasicScrollPaneUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ - _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Creates an instance of PropertyChangeListener that's
│ │ │ │ - added to the JScrollPane by installUI().
│ │ │ │ - protected BasicScrollBarUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ + protected BasicTreeUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ + _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Creates a listener that is responsible that updates the
│ │ │ │ + UI based on how the tree changes.
│ │ │ │ + protected BasicComboPopup._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ + _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Creates a PropertyChangeListener which will be added to
│ │ │ │ + the combo box.
│ │ │ │ + protected BasicColorChooserUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - protected BasicOptionPaneUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ + protected BasicDesktopPaneUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ + _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Returns the PropertyChangeListener to install on the
│ │ │ │ + JDesktopPane.
│ │ │ │ + protected BasicTabbedPaneUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ protected BasicListUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Creates an instance of PropertyChangeHandler that's
│ │ │ │ added to the JList by installUI().
│ │ │ │ - protected BasicInternalFrameUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ - _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - protected BasicInternalFrameTitlePane._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r ()
│ │ │ │ - protected BasicDesktopPaneUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ - _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Returns the PropertyChangeListener to install on the
│ │ │ │ - JDesktopPane.
│ │ │ │ - protected BasicComboPopup._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ - _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Creates a PropertyChangeListener which will be added to
│ │ │ │ - the combo box.
│ │ │ │ - protected BasicComboBoxUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ - _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Creates a PropertyChangeListener which will be added to
│ │ │ │ - the combo box.
│ │ │ │ - protected BasicColorChooserUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ + protected BasicMenuUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ BasicMenuItemUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ protected (_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Creates a PropertyChangeListener which will be added to
│ │ │ │ the menu item.
│ │ │ │ - protected BasicMenuUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_J_C_o_m_p_o_n_e_n_t c)
│ │ │ │ - _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r BasicFileChooserUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ (_J_F_i_l_e_C_h_o_o_s_e_r fc)
│ │ │ │ protected BasicSliderUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r (_J_S_l_i_d_e_r slider)
│ │ │ │ protected BasicToolBarUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_L_i_s_t_e_n_e_r()
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ protected BasicTreeUI._c_r_e_a_t_e_S_e_l_e_c_t_i_o_n_M_o_d_e_l_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ @@ -674,19 +674,19 @@
│ │ │ │ _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee FFiieelldd aanndd DDeessccrriippttiioonn
│ │ │ │ MetalToolBarUI._r_o_l_l_o_v_e_r_L_i_s_t_e_n_e_r
│ │ │ │ protected _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r This protected field is
│ │ │ │ implementation specific.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._pp_ll_aa_ff_.._mm_ee_tt_aa_ll tthhaatt rreettuurrnn _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - protected MetalScrollBarUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ - _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r MetalComboBoxUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ protected MetalInternalFrameTitlePane._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r ()
│ │ │ │ - _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r MetalComboBoxUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ + protected MetalScrollBarUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r()
│ │ │ │ + _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r MetalFileChooserUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ (_J_F_i_l_e_C_h_o_o_s_e_r fc)
│ │ │ │ protected MetalSliderUI._c_r_e_a_t_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r (_J_S_l_i_d_e_r slider)
│ │ │ │ protected MetalToolBarUI._c_r_e_a_t_e_R_o_l_l_o_v_e_r_L_i_s_t_e_n_e_r()
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r Creates a property change listener that will be added to
│ │ │ │ the JToolBar.
│ │ │ │ @@ -793,45 +793,45 @@
│ │ │ │ Returns an array of all the
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r[] PropertyChangeListeners added to this
│ │ │ │ TableColumn with addPropertyChangeListener
│ │ │ │ ().
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_aa_bb_ll_ee wwiitthh ppaarraammeetteerrss ooff ttyyppee _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ aanndd TTyyppee
│ │ │ │ - void JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r l)
│ │ │ │ void TableColumn._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Adds a PropertyChangeListener to the listener list.
│ │ │ │ - void JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + void JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r l)
│ │ │ │ void TableColumn._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r(_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Removes a PropertyChangeListener from the listener list.
│ │ │ │ + void JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r l)
│ │ │ │ o ******** UUsseess ooff _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_rr_ee_ee ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_rr_ee_ee tthhaatt rreettuurrnn _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ DefaultTreeSelectionModel._g_e_t_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r_s
│ │ │ │ _P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r ()
│ │ │ │ [] Returns an array of all the property change
│ │ │ │ listeners registered on this
│ │ │ │ DefaultTreeSelectionModel.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_rr_ee_ee wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _PP_rr_oo_pp_ee_rr_tt_yy_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ - TreeSelectionModel._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + DefaultTreeSelectionModel._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Adds a PropertyChangeListener to the listener list.
│ │ │ │ - DefaultTreeSelectionModel._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + TreeSelectionModel._a_d_d_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Adds a PropertyChangeListener to the listener list.
│ │ │ │ - TreeSelectionModel._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + DefaultTreeSelectionModel._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Removes a PropertyChangeListener from the listener
│ │ │ │ list.
│ │ │ │ - DefaultTreeSelectionModel._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + TreeSelectionModel._r_e_m_o_v_e_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_L_i_s_t_e_n_e_r listener)
│ │ │ │ Removes a PropertyChangeListener from the listener
│ │ │ │ list.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ @@ -848,9 +848,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/PropertyChangeListenerProxy.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.PropertyChangeListenerProxy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/PropertyChangeSupport.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.PropertyChangeSupport (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -68,9 +68,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/PropertyDescriptor.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.PropertyDescriptor (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -27,19 +27,19 @@
│ │ │ │ _I_n_d_e_x_e_d_P_r_o_p_e_r_t_y_D_e_s_c_r_i_p_t_o_r
│ │ │ │ An IndexedPropertyDescriptor describes a property
│ │ │ │ class that acts like an array and has an indexed read
│ │ │ │ and/or indexed write method to access specific
│ │ │ │ elements of the array.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss tthhaatt rreettuurrnn _PP_rr_oo_pp_ee_rr_tt_yy_DD_ee_ss_cc_rr_ii_pp_tt_oo_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + _P_r_o_p_e_r_t_y_D_e_s_c_r_i_p_t_o_r[] SimpleBeanInfo._g_e_t_P_r_o_p_e_r_t_y_D_e_s_c_r_i_p_t_o_r_s()
│ │ │ │ + Deny knowledge of properties.
│ │ │ │ BeanInfo._g_e_t_P_r_o_p_e_r_t_y_D_e_s_c_r_i_p_t_o_r_s()
│ │ │ │ _P_r_o_p_e_r_t_y_D_e_s_c_r_i_p_t_o_r[] Returns descriptors for all properties of the
│ │ │ │ bean.
│ │ │ │ - _P_r_o_p_e_r_t_y_D_e_s_c_r_i_p_t_o_r[] SimpleBeanInfo._g_e_t_P_r_o_p_e_r_t_y_D_e_s_c_r_i_p_t_o_r_s()
│ │ │ │ - Deny knowledge of properties.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -53,9 +53,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/PropertyEditor.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.beans.PropertyEditor (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -54,9 +54,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/PropertyEditorManager.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.PropertyEditorManager (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/PropertyEditorSupport.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.PropertyEditorSupport (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/PropertyVetoException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.PropertyVetoException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -75,25 +75,25 @@
│ │ │ │ o ******** UUsseess ooff _PP_rr_oo_pp_ee_rr_tt_yy_VV_ee_tt_oo_EE_xx_cc_ee_pp_tt_ii_oo_nn iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt tthhaatt tthhrrooww _PP_rr_oo_pp_ee_rr_tt_yy_VV_ee_tt_oo_EE_xx_cc_ee_pp_tt_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ BeanContextChildSupport._f_i_r_e_V_e_t_o_a_b_l_e_C_h_a_n_g_e
│ │ │ │ void (_S_t_r_i_n_g name, _O_b_j_e_c_t oldValue, _O_b_j_e_c_t newValue)
│ │ │ │ Report a vetoable property update to any
│ │ │ │ registered listeners.
│ │ │ │ - BeanContextChildSupport._s_e_t_B_e_a_n_C_o_n_t_e_x_t
│ │ │ │ - void (_B_e_a_n_C_o_n_t_e_x_t bc)
│ │ │ │ - Sets the BeanContext for this
│ │ │ │ - BeanContextChildSupport.
│ │ │ │ BeanContextChild._s_e_t_B_e_a_n_C_o_n_t_e_x_t(_B_e_a_n_C_o_n_t_e_x_t bc)
│ │ │ │ Objects that implement this interface, shall fire
│ │ │ │ a java.beans.PropertyChangeEvent, with
│ │ │ │ void parameters: propertyName "beanContext", oldValue
│ │ │ │ (the previous nesting BeanContext instance, or
│ │ │ │ null), newValue (the current nesting BeanContext
│ │ │ │ instance, or null).
│ │ │ │ + BeanContextChildSupport._s_e_t_B_e_a_n_C_o_n_t_e_x_t
│ │ │ │ + void (_B_e_a_n_C_o_n_t_e_x_t bc)
│ │ │ │ + Sets the BeanContext for this
│ │ │ │ + BeanContextChildSupport.
│ │ │ │ void BeanContextSupport._s_e_t_L_o_c_a_l_e(_L_o_c_a_l_e newLocale)
│ │ │ │ Sets the locale of this BeanContext.
│ │ │ │ BeanContextSupport._v_e_t_o_a_b_l_e_C_h_a_n_g_e
│ │ │ │ void (_P_r_o_p_e_r_t_y_C_h_a_n_g_e_E_v_e_n_t pce)
│ │ │ │ subclasses may envelope to monitor veto child
│ │ │ │ property changes.
│ │ │ │ o ******** UUsseess ooff _PP_rr_oo_pp_ee_rr_tt_yy_VV_ee_tt_oo_EE_xx_cc_ee_pp_tt_ii_oo_nn iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg ********
│ │ │ │ @@ -131,9 +131,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/SimpleBeanInfo.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.SimpleBeanInfo (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/Statement.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.Statement (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -27,20 +27,20 @@
│ │ │ │ _E_x_p_r_e_s_s_i_o_n
│ │ │ │ An Expression object represents a primitive
│ │ │ │ class expression in which a single method is applied to
│ │ │ │ a target and a set of arguments to return a
│ │ │ │ result - as in "a.getFoo()".
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss wwiitthh ppaarraammeetteerrss ooff ttyyppee _SS_tt_aa_tt_ee_mm_ee_nn_tt?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + void Encoder._w_r_i_t_e_S_t_a_t_e_m_e_n_t(_S_t_a_t_e_m_e_n_t oldStm)
│ │ │ │ + Writes statement oldStm to the stream.
│ │ │ │ XMLEncoder._w_r_i_t_e_S_t_a_t_e_m_e_n_t(_S_t_a_t_e_m_e_n_t oldStm)
│ │ │ │ void Records the Statement so that the Encoder will
│ │ │ │ produce the actual output when the stream is
│ │ │ │ flushed.
│ │ │ │ - void Encoder._w_r_i_t_e_S_t_a_t_e_m_e_n_t(_S_t_a_t_e_m_e_n_t oldStm)
│ │ │ │ - Writes statement oldStm to the stream.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -54,9 +54,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/Transient.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.Transient (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -116,20 +116,20 @@
│ │ │ │ _D_i_m_e_n_s_i_o_n If the preferredSize has been set to a non-null
│ │ │ │ value just returns it.
│ │ │ │ _J_V_i_e_w_p_o_r_t JScrollPane._g_e_t_R_o_w_H_e_a_d_e_r()
│ │ │ │ Returns the row header.
│ │ │ │ JTabbedPane._g_e_t_S_e_l_e_c_t_e_d_C_o_m_p_o_n_e_n_t()
│ │ │ │ _C_o_m_p_o_n_e_n_t Returns the currently selected component for this
│ │ │ │ tabbedpane.
│ │ │ │ - JTabbedPane._g_e_t_S_e_l_e_c_t_e_d_I_n_d_e_x()
│ │ │ │ - int Returns the currently selected index for this
│ │ │ │ - tabbedpane.
│ │ │ │ JComboBox._g_e_t_S_e_l_e_c_t_e_d_I_n_d_e_x()
│ │ │ │ int Returns the first item in the list that matches
│ │ │ │ the given item.
│ │ │ │ + JTabbedPane._g_e_t_S_e_l_e_c_t_e_d_I_n_d_e_x()
│ │ │ │ + int Returns the currently selected index for this
│ │ │ │ + tabbedpane.
│ │ │ │ JList._g_e_t_S_e_l_e_c_t_e_d_I_n_d_i_c_e_s()
│ │ │ │ int[] Returns an array of all of the selected indices,
│ │ │ │ in increasing order.
│ │ │ │ JScrollPane._g_e_t_V_e_r_t_i_c_a_l_S_c_r_o_l_l_B_a_r()
│ │ │ │ _J_S_c_r_o_l_l_B_a_r Returns the vertical scroll bar that controls the
│ │ │ │ viewports vertical view position.
│ │ │ │ o ******** UUsseess ooff _TT_rr_aa_nn_ss_ii_ee_nn_tt iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_aa_bb_ll_ee ********
│ │ │ │ @@ -176,9 +176,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/VetoableChangeListener.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.beans.VetoableChangeListener (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -126,31 +126,31 @@
│ │ │ │ protected static (_O_b_j_e_c_t child)
│ │ │ │ _V_e_t_o_a_b_l_e_C_h_a_n_g_e_L_i_s_t_e_n_e_r Gets the VetoableChangeListener (if any) of the
│ │ │ │ specified child
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _VV_ee_tt_oo_aa_bb_ll_ee_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ - BeanContextChildSupport._a_d_d_V_e_t_o_a_b_l_e_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ - void (_S_t_r_i_n_g name, _V_e_t_o_a_b_l_e_C_h_a_n_g_e_L_i_s_t_e_n_e_r vcl)
│ │ │ │ - Add a VetoableChangeListener for a specific
│ │ │ │ - property.
│ │ │ │ BeanContextChild._a_d_d_V_e_t_o_a_b_l_e_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ (_S_t_r_i_n_g name, _V_e_t_o_a_b_l_e_C_h_a_n_g_e_L_i_s_t_e_n_e_r vcl)
│ │ │ │ void Adds a VetoableChangeListener to this
│ │ │ │ BeanContextChild to receive events whenever the
│ │ │ │ specified property changes.
│ │ │ │ - BeanContextChildSupport._r_e_m_o_v_e_V_e_t_o_a_b_l_e_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + BeanContextChildSupport._a_d_d_V_e_t_o_a_b_l_e_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ void (_S_t_r_i_n_g name, _V_e_t_o_a_b_l_e_C_h_a_n_g_e_L_i_s_t_e_n_e_r vcl)
│ │ │ │ - Removes a VetoableChangeListener.
│ │ │ │ + Add a VetoableChangeListener for a specific
│ │ │ │ + property.
│ │ │ │ BeanContextChild._r_e_m_o_v_e_V_e_t_o_a_b_l_e_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ (_S_t_r_i_n_g name, _V_e_t_o_a_b_l_e_C_h_a_n_g_e_L_i_s_t_e_n_e_r vcl)
│ │ │ │ void Removes a VetoableChangeListener from this
│ │ │ │ BeanContextChild so that it no longer receives
│ │ │ │ events when the specified property changes.
│ │ │ │ + BeanContextChildSupport._r_e_m_o_v_e_V_e_t_o_a_b_l_e_C_h_a_n_g_e_L_i_s_t_e_n_e_r
│ │ │ │ + void (_S_t_r_i_n_g name, _V_e_t_o_a_b_l_e_C_h_a_n_g_e_L_i_s_t_e_n_e_r vcl)
│ │ │ │ + Removes a VetoableChangeListener.
│ │ │ │ o ******** UUsseess ooff _VV_ee_tt_oo_aa_bb_ll_ee_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg tthhaatt rreettuurrnn _VV_ee_tt_oo_aa_bb_ll_ee_CC_hh_aa_nn_gg_ee_LL_ii_ss_tt_ee_nn_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ JComponent._g_e_t_V_e_t_o_a_b_l_e_C_h_a_n_g_e_L_i_s_t_e_n_e_r_s()
│ │ │ │ _V_e_t_o_a_b_l_e_C_h_a_n_g_e_L_i_s_t_e_n_e_r[] Returns an array of all the vetoable
│ │ │ │ change listeners registered on this
│ │ │ │ component.
│ │ │ │ @@ -182,9 +182,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/VetoableChangeListenerProxy.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.VetoableChangeListenerProxy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/VetoableChangeSupport.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.VetoableChangeSupport (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -46,9 +46,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/Visibility.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.beans.Visibility (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -66,9 +66,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/XMLDecoder.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.XMLDecoder (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/class-use/XMLEncoder.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.beans.XMLEncoder (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/package-frame.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.beans (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/package-summary.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │
java.beans (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -241,9 +241,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/package-tree.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ java.beans Class Hierarchy (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -89,9 +89,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/beans/package-use.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Package java.beans (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -337,9 +337,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/BufferedInputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ BufferedInputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -819,10 +819,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -354,9 +354,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/BufferedOutputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ BufferedOutputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -484,10 +484,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -182,9 +182,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/BufferedReader.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ BufferedReader (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -700,10 +700,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -320,9 +320,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/BufferedWriter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ BufferedWriter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -536,10 +536,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -222,9 +222,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/ByteArrayInputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ByteArrayInputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -726,10 +726,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -299,9 +299,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/ByteArrayOutputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ByteArrayOutputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -669,10 +669,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -280,9 +280,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/CharArrayReader.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ CharArrayReader (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -649,10 +649,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -255,9 +255,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/CharArrayWriter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ CharArrayWriter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -732,10 +732,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -293,9 +293,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/CharConversionException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ CharConversionException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -315,10 +315,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -133,9 +133,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/File.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ File (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -2562,10 +2562,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -1591,9 +1591,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/FileDescriptor.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ FileDescriptor (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -435,10 +435,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -156,9 +156,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/FileFilter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ FileFilter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -518,10 +518,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -208,9 +208,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/FilterReader.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ FilterReader (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -569,10 +569,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -220,9 +220,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/FilterWriter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ FilterWriter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -483,10 +483,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -175,9 +175,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/Flushable.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Flushable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -553,10 +553,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -229,9 +229,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/InterruptedIOException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ InterruptedIOException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -392,10 +392,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -129,9 +129,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/InvalidObjectException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ InvalidObjectException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -600,10 +600,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -284,9 +284,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/ObjectInputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ObjectInputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1642,10 +1642,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -973,9 +973,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/ObjectInputValidation.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ObjectInputValidation (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -390,10 +390,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -153,9 +153,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/ObjectOutputStream.PutField.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ObjectOutputStream.PutField (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -562,10 +562,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -251,9 +251,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/ObjectOutputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ObjectOutputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1508,10 +1508,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -851,9 +851,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/ObjectStreamClass.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ObjectStreamClass (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -474,10 +474,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -181,9 +181,9 @@
│ │ │ │ * Constr |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/ObjectStreamConstants.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ObjectStreamConstants (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -859,10 +859,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -315,9 +315,9 @@
│ │ │ │ * Constr |
│ │ │ │ * Method
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/ObjectStreamException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ ObjectStreamException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -311,10 +311,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -108,9 +108,9 @@
│ │ │ │ * Constr |
│ │ │ │ * Method
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/OutputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ OutputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -463,10 +463,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -191,9 +191,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/OutputStreamWriter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ OutputStreamWriter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -588,10 +588,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -248,9 +248,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/PipedInputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ PipedInputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -727,10 +727,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -308,9 +308,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/PipedOutputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ PipedOutputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -485,10 +485,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -199,9 +199,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/PipedReader.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ PipedReader (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -565,10 +565,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -231,9 +231,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/PipedWriter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ PipedWriter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -497,10 +497,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -197,9 +197,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/PrintStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ PrintStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1528,10 +1528,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -777,9 +777,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/PrintWriter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ PrintWriter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1601,10 +1601,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -802,9 +802,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/PushbackInputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ PushbackInputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -823,10 +823,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -377,9 +377,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/PushbackReader.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ PushbackReader (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -656,10 +656,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -279,9 +279,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/RandomAccessFile.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ RandomAccessFile (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -1764,10 +1764,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -952,9 +952,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/Reader.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Reader (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -649,10 +649,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -277,9 +277,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/SequenceInputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ SequenceInputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -504,10 +504,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -220,9 +220,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/Serializable.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Serializable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -412,10 +412,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -146,9 +146,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/Writer.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Writer (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -682,10 +682,10 @@
│ │ │ Method
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -298,9 +298,9 @@
│ │ │ │ * _C_o_n_s_t_r |
│ │ │ │ * _M_e_t_h_o_d
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/BufferedInputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.BufferedInputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/BufferedOutputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.BufferedOutputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/BufferedReader.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.BufferedReader (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -58,9 +58,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/BufferedWriter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.BufferedWriter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -52,9 +52,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/ByteArrayInputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.ByteArrayInputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/ByteArrayOutputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.ByteArrayOutputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/CharArrayReader.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.CharArrayReader (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/CharArrayWriter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.CharArrayWriter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -50,9 +50,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/CharConversionException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.CharConversionException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/Closeable.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.io.Closeable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -556,9 +556,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/Console.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.Console (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -57,9 +57,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/DataInput.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.io.DataInput (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -111,9 +111,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/DataInputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.DataInputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -44,9 +44,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/DataOutput.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.io.DataOutput (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -87,9 +87,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/DataOutputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.DataOutputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/EOFException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.EOFException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/Externalizable.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.io.Externalizable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -79,9 +79,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/File.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.File (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -325,18 +325,18 @@
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._aa_cc_tt_ii_vv_aa_tt_ii_oo_nn tthhaatt rreettuurrnn _FF_ii_ll_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ FileDataSource._g_e_t_F_i_l_e()
│ │ │ │ _F_i_l_e Return the File object that corresponds to this
│ │ │ │ FileDataSource.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._aa_cc_tt_ii_vv_aa_tt_ii_oo_nn wwiitthh ppaarraammeetteerrss ooff ttyyppee _FF_ii_ll_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - abstract _S_t_r_i_n_g FileTypeMap._g_e_t_C_o_n_t_e_n_t_T_y_p_e(_F_i_l_e file)
│ │ │ │ - Return the type of the file object.
│ │ │ │ _S_t_r_i_n_g MimetypesFileTypeMap._g_e_t_C_o_n_t_e_n_t_T_y_p_e(_F_i_l_e f)
│ │ │ │ Return the MIME type of the file object.
│ │ │ │ + abstract _S_t_r_i_n_g FileTypeMap._g_e_t_C_o_n_t_e_n_t_T_y_p_e(_F_i_l_e file)
│ │ │ │ + Return the type of the file object.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_xx_.._aa_cc_tt_ii_vv_aa_tt_ii_oo_nn wwiitthh
│ │ │ │ ppaarraammeetteerrss ooff ttyyppee _FF_ii_ll_ee?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _F_i_l_e_D_a_t_a_S_o_u_r_c_e(_F_i_l_e file)
│ │ │ │ Creates a FileDataSource from a File object.
│ │ │ │ o ******** UUsseess ooff _FF_ii_ll_ee iinn _jj_aa_vv_aa_xx_.._ii_mm_aa_gg_ee_ii_oo ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ii_mm_aa_gg_ee_ii_oo tthhaatt rreettuurrnn _FF_ii_ll_ee?
│ │ │ │ @@ -536,20 +536,20 @@
│ │ │ │ _F_i_l_e FileSystemView._g_e_t_H_o_m_e_D_i_r_e_c_t_o_r_y()
│ │ │ │ _F_i_l_e FileSystemView._g_e_t_P_a_r_e_n_t_D_i_r_e_c_t_o_r_y(_F_i_l_e dir)
│ │ │ │ Returns the parent directory of dir.
│ │ │ │ _F_i_l_e[] FileSystemView._g_e_t_R_o_o_t_s()
│ │ │ │ Returns all root partitions on this system.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._ff_ii_ll_ee_cc_hh_oo_oo_ss_ee_rr wwiitthh ppaarraammeetteerrss ooff ttyyppee _FF_ii_ll_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - FileFilter._a_c_c_e_p_t(_F_i_l_e f)
│ │ │ │ - abstract boolean Whether the given file is accepted by this
│ │ │ │ - filter.
│ │ │ │ FileNameExtensionFilter._a_c_c_e_p_t(_F_i_l_e f)
│ │ │ │ boolean Tests the specified file, returning true if the
│ │ │ │ file is accepted, false otherwise.
│ │ │ │ + FileFilter._a_c_c_e_p_t(_F_i_l_e f)
│ │ │ │ + abstract boolean Whether the given file is accepted by this
│ │ │ │ + filter.
│ │ │ │ FileSystemView._c_r_e_a_t_e_F_i_l_e_O_b_j_e_c_t(_F_i_l_e dir,
│ │ │ │ _F_i_l_e _S_t_r_i_n_g filename)
│ │ │ │ Returns a File object constructed in dir from the
│ │ │ │ given filename.
│ │ │ │ FileSystemView._c_r_e_a_t_e_F_i_l_e_S_y_s_t_e_m_R_o_o_t(_F_i_l_e f)
│ │ │ │ protected _F_i_l_e Creates a new File object for f with correct
│ │ │ │ behavior for a file system root directory.
│ │ │ │ @@ -776,9 +776,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/FileDescriptor.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.FileDescriptor (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,20 +35,20 @@
│ │ │ │ A handle to the standard output stream.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._ii_oo tthhaatt rreettuurrnn _FF_ii_ll_ee_DD_ee_ss_cc_rr_ii_pp_tt_oo_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ FileInputStream._g_e_t_F_D()
│ │ │ │ _F_i_l_e_D_e_s_c_r_i_p_t_o_r Returns the FileDescriptor object that represents
│ │ │ │ the connection to the actual file in the file
│ │ │ │ system being used by this FileInputStream.
│ │ │ │ - RandomAccessFile._g_e_t_F_D()
│ │ │ │ - _F_i_l_e_D_e_s_c_r_i_p_t_o_r Returns the opaque file descriptor object
│ │ │ │ - associated with this stream.
│ │ │ │ FileOutputStream._g_e_t_F_D()
│ │ │ │ _F_i_l_e_D_e_s_c_r_i_p_t_o_r Returns the file descriptor associated with this
│ │ │ │ stream.
│ │ │ │ + RandomAccessFile._g_e_t_F_D()
│ │ │ │ + _F_i_l_e_D_e_s_c_r_i_p_t_o_r Returns the opaque file descriptor object
│ │ │ │ + associated with this stream.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_.._ii_oo wwiitthh ppaarraammeetteerrss ooff ttyyppee _FF_ii_ll_ee_DD_ee_ss_cc_rr_ii_pp_tt_oo_rr?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _F_i_l_e_I_n_p_u_t_S_t_r_e_a_m(_F_i_l_e_D_e_s_c_r_i_p_t_o_r fdObj)
│ │ │ │ Creates a FileInputStream by using the file descriptor fdObj, which
│ │ │ │ represents an existing connection to an actual file in the file
│ │ │ │ system.
│ │ │ │ _F_i_l_e_O_u_t_p_u_t_S_t_r_e_a_m(_F_i_l_e_D_e_s_c_r_i_p_t_o_r fdObj)
│ │ │ │ @@ -102,9 +102,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/FileFilter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.io.FileFilter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -46,9 +46,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/FileInputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.FileInputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/FileNotFoundException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.FileNotFoundException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -132,9 +132,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/FileOutputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.FileOutputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/FilePermission.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.FilePermission (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/FileReader.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.FileReader (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/FileWriter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.FileWriter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/FilenameFilter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.io.FilenameFilter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -64,9 +64,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/FilterInputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.FilterInputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -120,9 +120,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/FilterOutputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.FilterOutputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -111,9 +111,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/FilterReader.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.FilterReader (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -44,9 +44,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/FilterWriter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.FilterWriter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/Flushable.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.io.Flushable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -186,9 +186,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/IOError.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.IOError (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/IOException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.IOException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -278,21 +278,21 @@
│ │ │ │ _O_b_j_e_c_t Returns an object representing the current
│ │ │ │ contents of this clipboard in the specified
│ │ │ │ DataFlavor.
│ │ │ │ DataFlavor._g_e_t_R_e_a_d_e_r_F_o_r_T_e_x_t
│ │ │ │ _R_e_a_d_e_r (_T_r_a_n_s_f_e_r_a_b_l_e transferable)
│ │ │ │ Gets a Reader for a text flavor, decoded, if
│ │ │ │ necessary, for the expected charset (encoding).
│ │ │ │ - Transferable._g_e_t_T_r_a_n_s_f_e_r_D_a_t_a(_D_a_t_a_F_l_a_v_o_r flavor)
│ │ │ │ - _O_b_j_e_c_t Returns an object which represents the data to be
│ │ │ │ - transferred.
│ │ │ │ StringSelection._g_e_t_T_r_a_n_s_f_e_r_D_a_t_a
│ │ │ │ _O_b_j_e_c_t (_D_a_t_a_F_l_a_v_o_r flavor)
│ │ │ │ Returns the Transferable's data in the requested
│ │ │ │ DataFlavor if possible.
│ │ │ │ + Transferable._g_e_t_T_r_a_n_s_f_e_r_D_a_t_a(_D_a_t_a_F_l_a_v_o_r flavor)
│ │ │ │ + _O_b_j_e_c_t Returns an object which represents the data to be
│ │ │ │ + transferred.
│ │ │ │ void DataFlavor._r_e_a_d_E_x_t_e_r_n_a_l(_O_b_j_e_c_t_I_n_p_u_t is)
│ │ │ │ Restores this DataFlavor from a Serialized state.
│ │ │ │ void DataFlavor._w_r_i_t_e_E_x_t_e_r_n_a_l(_O_b_j_e_c_t_O_u_t_p_u_t os)
│ │ │ │ Serializes this DataFlavor.
│ │ │ │ o ******** UUsseess ooff _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._aa_ww_tt_.._dd_nn_dd tthhaatt tthhrrooww _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ @@ -327,41 +327,41 @@
│ │ │ │ static _O_b_j_e_c_t _S_t_r_i_n_g beanName, _B_e_a_n_C_o_n_t_e_x_t beanContext,
│ │ │ │ _A_p_p_l_e_t_I_n_i_t_i_a_l_i_z_e_r initializer)
│ │ │ │ Instantiate a bean.
│ │ │ │ o ******** UUsseess ooff _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt tthhaatt tthhrrooww _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ - BeanContextSupport._b_c_s_P_r_e_D_e_s_e_r_i_a_l_i_z_a_t_i_o_n_H_o_o_k
│ │ │ │ - protected void (_O_b_j_e_c_t_I_n_p_u_t_S_t_r_e_a_m ois)
│ │ │ │ - called by readObject after defaultReadObject() but
│ │ │ │ - prior to deserialization of any children.
│ │ │ │ BeanContextServicesSupport._b_c_s_P_r_e_D_e_s_e_r_i_a_l_i_z_a_t_i_o_n_H_o_o_k
│ │ │ │ protected void (_O_b_j_e_c_t_I_n_p_u_t_S_t_r_e_a_m ois)
│ │ │ │ called from BeanContextSupport readObject before it
│ │ │ │ deserializes the children ...
│ │ │ │ + BeanContextSupport._b_c_s_P_r_e_D_e_s_e_r_i_a_l_i_z_a_t_i_o_n_H_o_o_k
│ │ │ │ + protected void (_O_b_j_e_c_t_I_n_p_u_t_S_t_r_e_a_m ois)
│ │ │ │ + called by readObject after defaultReadObject() but
│ │ │ │ + prior to deserialization of any children.
│ │ │ │ + BeanContextServicesSupport._b_c_s_P_r_e_S_e_r_i_a_l_i_z_a_t_i_o_n_H_o_o_k
│ │ │ │ + protected void (_O_b_j_e_c_t_O_u_t_p_u_t_S_t_r_e_a_m oos)
│ │ │ │ + called from BeanContextSupport writeObject before it
│ │ │ │ + serializes the children ...
│ │ │ │ BeanContextSupport._b_c_s_P_r_e_S_e_r_i_a_l_i_z_a_t_i_o_n_H_o_o_k
│ │ │ │ (_O_b_j_e_c_t_O_u_t_p_u_t_S_t_r_e_a_m oos)
│ │ │ │ protected void called by writeObject after defaultWriteObject() but
│ │ │ │ prior to serialization of currently serializable
│ │ │ │ children.
│ │ │ │ - BeanContextServicesSupport._b_c_s_P_r_e_S_e_r_i_a_l_i_z_a_t_i_o_n_H_o_o_k
│ │ │ │ - protected void (_O_b_j_e_c_t_O_u_t_p_u_t_S_t_r_e_a_m oos)
│ │ │ │ - called from BeanContextSupport writeObject before it
│ │ │ │ - serializes the children ...
│ │ │ │ BeanContextSupport._d_e_s_e_r_i_a_l_i_z_e
│ │ │ │ protected void (_O_b_j_e_c_t_I_n_p_u_t_S_t_r_e_a_m ois, _C_o_l_l_e_c_t_i_o_n coll)
│ │ │ │ used by readObject to deserialize a collection.
│ │ │ │ + BeanContext._i_n_s_t_a_n_t_i_a_t_e_C_h_i_l_d(_S_t_r_i_n_g beanName)
│ │ │ │ + _O_b_j_e_c_t Instantiate the javaBean named as a child of this
│ │ │ │ + BeanContext.
│ │ │ │ BeanContextSupport._i_n_s_t_a_n_t_i_a_t_e_C_h_i_l_d(_S_t_r_i_n_g beanName)
│ │ │ │ _O_b_j_e_c_t The instantiateChild method is a convenience hook in
│ │ │ │ BeanContext to simplify the task of instantiating a
│ │ │ │ Bean, nested, into a BeanContext.
│ │ │ │ - BeanContext._i_n_s_t_a_n_t_i_a_t_e_C_h_i_l_d(_S_t_r_i_n_g beanName)
│ │ │ │ - _O_b_j_e_c_t Instantiate the javaBean named as a child of this
│ │ │ │ - BeanContext.
│ │ │ │ BeanContextSupport._r_e_a_d_C_h_i_l_d_r_e_n
│ │ │ │ (_O_b_j_e_c_t_I_n_p_u_t_S_t_r_e_a_m ois)
│ │ │ │ void When an instance of this class is used as a delegate
│ │ │ │ for the implementation of the BeanContext protocols
│ │ │ │ (and its subprotocols) there exists a 'chicken and
│ │ │ │ egg' problem during deserialization
│ │ │ │ BeanContextSupport._s_e_r_i_a_l_i_z_e(_O_b_j_e_c_t_O_u_t_p_u_t_S_t_r_e_a_m oos,
│ │ │ │ @@ -443,155 +443,155 @@
│ │ │ │ Writer._a_p_p_e_n_d(_C_h_a_r_S_e_q_u_e_n_c_e csq)
│ │ │ │ _W_r_i_t_e_r Appends the specified character
│ │ │ │ sequence to this writer.
│ │ │ │ Writer._a_p_p_e_n_d(_C_h_a_r_S_e_q_u_e_n_c_e csq,
│ │ │ │ _W_r_i_t_e_r int start, int end)
│ │ │ │ Appends a subsequence of the specified
│ │ │ │ character sequence to this writer.
│ │ │ │ - InputStream._a_v_a_i_l_a_b_l_e()
│ │ │ │ + FileInputStream._a_v_a_i_l_a_b_l_e()
│ │ │ │ Returns an estimate of the number of
│ │ │ │ - int bytes that can be read (or skipped
│ │ │ │ - over) from this input stream without
│ │ │ │ - blocking by the next invocation of a
│ │ │ │ - method for this input stream.
│ │ │ │ - ObjectInputStream._a_v_a_i_l_a_b_l_e()
│ │ │ │ + int remaining bytes that can be read (or
│ │ │ │ + skipped over) from this input stream
│ │ │ │ + without blocking by the next invocation
│ │ │ │ + of a method for this input stream.
│ │ │ │ + ObjectInput._a_v_a_i_l_a_b_l_e()
│ │ │ │ int Returns the number of bytes that can be
│ │ │ │ read without blocking.
│ │ │ │ - ObjectInput._a_v_a_i_l_a_b_l_e()
│ │ │ │ + LineNumberInputStream._a_v_a_i_l_a_b_l_e()
│ │ │ │ + Deprecated.
│ │ │ │ + int Returns the number of bytes that can be
│ │ │ │ + read from this input stream without
│ │ │ │ + blocking.
│ │ │ │ + ObjectInputStream._a_v_a_i_l_a_b_l_e()
│ │ │ │ int Returns the number of bytes that can be
│ │ │ │ read without blocking.
│ │ │ │ FilterInputStream._a_v_a_i_l_a_b_l_e()
│ │ │ │ Returns an estimate of the number of
│ │ │ │ int bytes that can be read (or skipped
│ │ │ │ over) from this input stream without
│ │ │ │ blocking by the next caller of a method
│ │ │ │ for this input stream.
│ │ │ │ + SequenceInputStream._a_v_a_i_l_a_b_l_e()
│ │ │ │ + Returns an estimate of the number of
│ │ │ │ + bytes that can be read (or skipped
│ │ │ │ + int over) from the current underlying input
│ │ │ │ + stream without blocking by the next
│ │ │ │ + invocation of a method for the current
│ │ │ │ + underlying input stream.
│ │ │ │ + PushbackInputStream._a_v_a_i_l_a_b_l_e()
│ │ │ │ + Returns an estimate of the number of
│ │ │ │ + int bytes that can be read (or skipped
│ │ │ │ + over) from this input stream without
│ │ │ │ + blocking by the next invocation of a
│ │ │ │ + method for this input stream.
│ │ │ │ PipedInputStream._a_v_a_i_l_a_b_l_e()
│ │ │ │ int Returns the number of bytes that can be
│ │ │ │ read from this input stream without
│ │ │ │ blocking.
│ │ │ │ - FileInputStream._a_v_a_i_l_a_b_l_e()
│ │ │ │ - Returns an estimate of the number of
│ │ │ │ - int remaining bytes that can be read (or
│ │ │ │ - skipped over) from this input stream
│ │ │ │ - without blocking by the next invocation
│ │ │ │ - of a method for this input stream.
│ │ │ │ - BufferedInputStream._a_v_a_i_l_a_b_l_e()
│ │ │ │ + InputStream._a_v_a_i_l_a_b_l_e()
│ │ │ │ Returns an estimate of the number of
│ │ │ │ int bytes that can be read (or skipped
│ │ │ │ over) from this input stream without
│ │ │ │ blocking by the next invocation of a
│ │ │ │ method for this input stream.
│ │ │ │ - PushbackInputStream._a_v_a_i_l_a_b_l_e()
│ │ │ │ + BufferedInputStream._a_v_a_i_l_a_b_l_e()
│ │ │ │ Returns an estimate of the number of
│ │ │ │ int bytes that can be read (or skipped
│ │ │ │ over) from this input stream without
│ │ │ │ blocking by the next invocation of a
│ │ │ │ method for this input stream.
│ │ │ │ - SequenceInputStream._a_v_a_i_l_a_b_l_e()
│ │ │ │ - Returns an estimate of the number of
│ │ │ │ - bytes that can be read (or skipped
│ │ │ │ - int over) from the current underlying input
│ │ │ │ - stream without blocking by the next
│ │ │ │ - invocation of a method for the current
│ │ │ │ - underlying input stream.
│ │ │ │ - LineNumberInputStream._a_v_a_i_l_a_b_l_e()
│ │ │ │ - Deprecated.
│ │ │ │ - int Returns the number of bytes that can be
│ │ │ │ - read from this input stream without
│ │ │ │ - blocking.
│ │ │ │ - InputStream._c_l_o_s_e()
│ │ │ │ - void Closes this input stream and releases
│ │ │ │ - any system resources associated with
│ │ │ │ - the stream.
│ │ │ │ - Closeable._c_l_o_s_e()
│ │ │ │ - void Closes this stream and releases any
│ │ │ │ - system resources associated with it.
│ │ │ │ - OutputStream._c_l_o_s_e()
│ │ │ │ - void Closes this output stream and releases
│ │ │ │ - any system resources associated with
│ │ │ │ - this stream.
│ │ │ │ + FileInputStream._c_l_o_s_e()
│ │ │ │ + void Closes this file input stream and
│ │ │ │ + releases any system resources
│ │ │ │ + associated with the stream.
│ │ │ │ Reader._c_l_o_s_e()
│ │ │ │ abstract void Closes the stream and releases any
│ │ │ │ system resources associated with it.
│ │ │ │ + void ObjectInput._c_l_o_s_e()
│ │ │ │ + Closes the input stream.
│ │ │ │ void BufferedWriter._c_l_o_s_e()
│ │ │ │ - abstract void Writer._c_l_o_s_e()
│ │ │ │ - Closes the stream, flushing it first.
│ │ │ │ - FilterOutputStream._c_l_o_s_e()
│ │ │ │ - void Closes this output stream and releases
│ │ │ │ - any system resources associated with
│ │ │ │ - the stream.
│ │ │ │ - void ObjectOutputStream._c_l_o_s_e()
│ │ │ │ - Closes the stream.
│ │ │ │ void ObjectOutput._c_l_o_s_e()
│ │ │ │ Closes the stream.
│ │ │ │ + void FilterWriter._c_l_o_s_e()
│ │ │ │ + void OutputStreamWriter._c_l_o_s_e()
│ │ │ │ void ObjectInputStream._c_l_o_s_e()
│ │ │ │ Closes the input stream.
│ │ │ │ - void ObjectInput._c_l_o_s_e()
│ │ │ │ - Closes the input stream.
│ │ │ │ - void OutputStreamWriter._c_l_o_s_e()
│ │ │ │ FilterInputStream._c_l_o_s_e()
│ │ │ │ void Closes this input stream and releases
│ │ │ │ any system resources associated with
│ │ │ │ the stream.
│ │ │ │ - ByteArrayOutputStream._c_l_o_s_e()
│ │ │ │ - void Closing a ByteArrayOutputStream has no
│ │ │ │ - effect.
│ │ │ │ - ByteArrayInputStream._c_l_o_s_e()
│ │ │ │ - void Closing a ByteArrayInputStream has no
│ │ │ │ - effect.
│ │ │ │ - void FilterWriter._c_l_o_s_e()
│ │ │ │ - void BufferedReader._c_l_o_s_e()
│ │ │ │ - void FilterReader._c_l_o_s_e()
│ │ │ │ - PipedInputStream._c_l_o_s_e()
│ │ │ │ - void Closes this piped input stream and
│ │ │ │ + FileOutputStream._c_l_o_s_e()
│ │ │ │ + void Closes this file output stream and
│ │ │ │ releases any system resources
│ │ │ │ - associated with the stream.
│ │ │ │ + associated with this stream.
│ │ │ │ + SequenceInputStream._c_l_o_s_e()
│ │ │ │ + void Closes this input stream and releases
│ │ │ │ + any system resources associated with
│ │ │ │ + the stream.
│ │ │ │ PipedOutputStream._c_l_o_s_e()
│ │ │ │ void Closes this piped output stream and
│ │ │ │ releases any system resources
│ │ │ │ associated with this stream.
│ │ │ │ - FileInputStream._c_l_o_s_e()
│ │ │ │ - void Closes this file input stream and
│ │ │ │ - releases any system resources
│ │ │ │ - associated with the stream.
│ │ │ │ - BufferedInputStream._c_l_o_s_e()
│ │ │ │ + PushbackInputStream._c_l_o_s_e()
│ │ │ │ void Closes this input stream and releases
│ │ │ │ any system resources associated with
│ │ │ │ the stream.
│ │ │ │ - RandomAccessFile._c_l_o_s_e()
│ │ │ │ - void Closes this random access file stream
│ │ │ │ - and releases any system resources
│ │ │ │ + PipedInputStream._c_l_o_s_e()
│ │ │ │ + void Closes this piped input stream and
│ │ │ │ + releases any system resources
│ │ │ │ associated with the stream.
│ │ │ │ - PushbackInputStream._c_l_o_s_e()
│ │ │ │ - void Closes this input stream and releases
│ │ │ │ + FilterOutputStream._c_l_o_s_e()
│ │ │ │ + void Closes this output stream and releases
│ │ │ │ any system resources associated with
│ │ │ │ the stream.
│ │ │ │ - SequenceInputStream._c_l_o_s_e()
│ │ │ │ + Closeable._c_l_o_s_e()
│ │ │ │ + void Closes this stream and releases any
│ │ │ │ + system resources associated with it.
│ │ │ │ + InputStream._c_l_o_s_e()
│ │ │ │ void Closes this input stream and releases
│ │ │ │ any system resources associated with
│ │ │ │ the stream.
│ │ │ │ - void StringWriter._c_l_o_s_e()
│ │ │ │ - Closing a StringWriter has no effect.
│ │ │ │ - FileOutputStream._c_l_o_s_e()
│ │ │ │ - void Closes this file output stream and
│ │ │ │ - releases any system resources
│ │ │ │ - associated with this stream.
│ │ │ │ + void FilterReader._c_l_o_s_e()
│ │ │ │ + PipedReader._c_l_o_s_e()
│ │ │ │ + void Closes this piped stream and releases
│ │ │ │ + any system resources associated with
│ │ │ │ + the stream.
│ │ │ │ + void BufferedReader._c_l_o_s_e()
│ │ │ │ + abstract void Writer._c_l_o_s_e()
│ │ │ │ + Closes the stream, flushing it first.
│ │ │ │ + void ObjectOutputStream._c_l_o_s_e()
│ │ │ │ + Closes the stream.
│ │ │ │ PushbackReader._c_l_o_s_e()
│ │ │ │ void Closes the stream and releases any
│ │ │ │ system resources associated with it.
│ │ │ │ + OutputStream._c_l_o_s_e()
│ │ │ │ + void Closes this output stream and releases
│ │ │ │ + any system resources associated with
│ │ │ │ + this stream.
│ │ │ │ + void StringWriter._c_l_o_s_e()
│ │ │ │ + Closing a StringWriter has no effect.
│ │ │ │ + RandomAccessFile._c_l_o_s_e()
│ │ │ │ + void Closes this random access file stream
│ │ │ │ + and releases any system resources
│ │ │ │ + associated with the stream.
│ │ │ │ + ByteArrayOutputStream._c_l_o_s_e()
│ │ │ │ + void Closing a ByteArrayOutputStream has no
│ │ │ │ + effect.
│ │ │ │ + void InputStreamReader._c_l_o_s_e()
│ │ │ │ + BufferedInputStream._c_l_o_s_e()
│ │ │ │ + void Closes this input stream and releases
│ │ │ │ + any system resources associated with
│ │ │ │ + the stream.
│ │ │ │ PipedWriter._c_l_o_s_e()
│ │ │ │ void Closes this piped output stream and
│ │ │ │ releases any system resources
│ │ │ │ associated with this stream.
│ │ │ │ - PipedReader._c_l_o_s_e()
│ │ │ │ - void Closes this piped stream and releases
│ │ │ │ - any system resources associated with
│ │ │ │ - the stream.
│ │ │ │ - void InputStreamReader._c_l_o_s_e()
│ │ │ │ + ByteArrayInputStream._c_l_o_s_e()
│ │ │ │ + void Closing a ByteArrayInputStream has no
│ │ │ │ + effect.
│ │ │ │ PipedOutputStream._c_o_n_n_e_c_t
│ │ │ │ void (_P_i_p_e_d_I_n_p_u_t_S_t_r_e_a_m snk)
│ │ │ │ Connects this piped output stream to a
│ │ │ │ receiver.
│ │ │ │ PipedInputStream._c_o_n_n_e_c_t
│ │ │ │ (_P_i_p_e_d_O_u_t_p_u_t_S_t_r_e_a_m src)
│ │ │ │ void Causes this piped input stream to be
│ │ │ │ @@ -642,50 +642,50 @@
│ │ │ │ are no more references to it.
│ │ │ │ FileOutputStream._f_i_n_a_l_i_z_e()
│ │ │ │ Cleans up the connection to the file,
│ │ │ │ protected void and ensures that the close method of
│ │ │ │ this file output stream is called when
│ │ │ │ there are no more references to this
│ │ │ │ stream.
│ │ │ │ - OutputStream._f_l_u_s_h()
│ │ │ │ - void Flushes this output stream and forces
│ │ │ │ - any buffered output bytes to be written
│ │ │ │ - out.
│ │ │ │ - Flushable._f_l_u_s_h()
│ │ │ │ - void Flushes this stream by writing any
│ │ │ │ - buffered output to the underlying
│ │ │ │ - stream.
│ │ │ │ + void BufferedOutputStream._f_l_u_s_h()
│ │ │ │ + Flushes this buffered output stream.
│ │ │ │ void BufferedWriter._f_l_u_s_h()
│ │ │ │ Flushes the stream.
│ │ │ │ - abstract void Writer._f_l_u_s_h()
│ │ │ │ - Flushes the stream.
│ │ │ │ - FilterOutputStream._f_l_u_s_h()
│ │ │ │ - void Flushes this output stream and forces
│ │ │ │ - any buffered output bytes to be written
│ │ │ │ - out to the stream.
│ │ │ │ - void ObjectOutputStream._f_l_u_s_h()
│ │ │ │ - Flushes the stream.
│ │ │ │ void ObjectOutput._f_l_u_s_h()
│ │ │ │ Flushes the stream.
│ │ │ │ + void FilterWriter._f_l_u_s_h()
│ │ │ │ + Flushes the stream.
│ │ │ │ void OutputStreamWriter._f_l_u_s_h()
│ │ │ │ Flushes the stream.
│ │ │ │ + PipedOutputStream._f_l_u_s_h()
│ │ │ │ + void Flushes this output stream and forces
│ │ │ │ + any buffered output bytes to be written
│ │ │ │ + out.
│ │ │ │ void DataOutputStream._f_l_u_s_h()
│ │ │ │ Flushes this data output stream.
│ │ │ │ - void FilterWriter._f_l_u_s_h()
│ │ │ │ + FilterOutputStream._f_l_u_s_h()
│ │ │ │ + void Flushes this output stream and forces
│ │ │ │ + any buffered output bytes to be written
│ │ │ │ + out to the stream.
│ │ │ │ + abstract void Writer._f_l_u_s_h()
│ │ │ │ Flushes the stream.
│ │ │ │ - PipedOutputStream._f_l_u_s_h()
│ │ │ │ + void ObjectOutputStream._f_l_u_s_h()
│ │ │ │ + Flushes the stream.
│ │ │ │ + OutputStream._f_l_u_s_h()
│ │ │ │ void Flushes this output stream and forces
│ │ │ │ any buffered output bytes to be written
│ │ │ │ out.
│ │ │ │ - void BufferedOutputStream._f_l_u_s_h()
│ │ │ │ - Flushes this buffered output stream.
│ │ │ │ PipedWriter._f_l_u_s_h()
│ │ │ │ void Flushes this output stream and forces
│ │ │ │ any buffered output characters to be
│ │ │ │ written out.
│ │ │ │ + Flushable._f_l_u_s_h()
│ │ │ │ + void Flushes this stream by writing any
│ │ │ │ + buffered output to the underlying
│ │ │ │ + stream.
│ │ │ │ ObjectInputStream.GetField._g_e_t
│ │ │ │ abstract boolean (_S_t_r_i_n_g name, boolean val)
│ │ │ │ Get the value of the named boolean
│ │ │ │ field from the persistent field.
│ │ │ │ ObjectInputStream.GetField._g_e_t
│ │ │ │ abstract byte (_S_t_r_i_n_g name, byte val)
│ │ │ │ Get the value of the named byte field
│ │ │ │ @@ -725,335 +725,332 @@
│ │ │ │ _S_t_r_i_n_g Returns the canonical pathname string
│ │ │ │ of this abstract pathname.
│ │ │ │ FileInputStream._g_e_t_F_D()
│ │ │ │ Returns the FileDescriptor object that
│ │ │ │ _F_i_l_e_D_e_s_c_r_i_p_t_o_r represents the connection to the actual
│ │ │ │ file in the file system being used by
│ │ │ │ this FileInputStream.
│ │ │ │ - RandomAccessFile._g_e_t_F_D()
│ │ │ │ - _F_i_l_e_D_e_s_c_r_i_p_t_o_r Returns the opaque file descriptor
│ │ │ │ - object associated with this stream.
│ │ │ │ FileOutputStream._g_e_t_F_D()
│ │ │ │ _F_i_l_e_D_e_s_c_r_i_p_t_o_r Returns the file descriptor associated
│ │ │ │ with this stream.
│ │ │ │ + RandomAccessFile._g_e_t_F_D()
│ │ │ │ + _F_i_l_e_D_e_s_c_r_i_p_t_o_r Returns the opaque file descriptor
│ │ │ │ + object associated with this stream.
│ │ │ │ RandomAccessFile._g_e_t_F_i_l_e_P_o_i_n_t_e_r()
│ │ │ │ long Returns the current offset in this
│ │ │ │ file.
│ │ │ │ long RandomAccessFile._l_e_n_g_t_h()
│ │ │ │ Returns the length of this file.
│ │ │ │ Reader._m_a_r_k(int readAheadLimit)
│ │ │ │ void Marks the present position in the
│ │ │ │ stream.
│ │ │ │ - BufferedReader._m_a_r_k(int readAheadLimit)
│ │ │ │ - void Marks the present position in the
│ │ │ │ - stream.
│ │ │ │ FilterReader._m_a_r_k(int readAheadLimit)
│ │ │ │ void Marks the present position in the
│ │ │ │ stream.
│ │ │ │ - StringReader._m_a_r_k(int readAheadLimit)
│ │ │ │ - void Marks the present position in the
│ │ │ │ + CharArrayReader._m_a_r_k
│ │ │ │ + void (int readAheadLimit)
│ │ │ │ + Marks the present position in the
│ │ │ │ stream.
│ │ │ │ - PushbackReader._m_a_r_k(int readAheadLimit)
│ │ │ │ + BufferedReader._m_a_r_k(int readAheadLimit)
│ │ │ │ void Marks the present position in the
│ │ │ │ stream.
│ │ │ │ LineNumberReader._m_a_r_k
│ │ │ │ void (int readAheadLimit)
│ │ │ │ Mark the present position in the
│ │ │ │ stream.
│ │ │ │ - CharArrayReader._m_a_r_k
│ │ │ │ - void (int readAheadLimit)
│ │ │ │ - Marks the present position in the
│ │ │ │ + PushbackReader._m_a_r_k(int readAheadLimit)
│ │ │ │ + void Marks the present position in the
│ │ │ │ + stream.
│ │ │ │ + StringReader._m_a_r_k(int readAheadLimit)
│ │ │ │ + void Marks the present position in the
│ │ │ │ stream.
│ │ │ │ void BufferedWriter._n_e_w_L_i_n_e()
│ │ │ │ Writes a line separator.
│ │ │ │ StreamTokenizer._n_e_x_t_T_o_k_e_n()
│ │ │ │ int Parses the next token from the input
│ │ │ │ stream of this tokenizer.
│ │ │ │ ObjectOutputStream._p_u_t_F_i_e_l_d_s()
│ │ │ │ _O_b_j_e_c_t_O_u_t_p_u_t_S_t_r_e_a_m_._P_u_t_F_i_e_l_d Retrieve the object used to buffer
│ │ │ │ persistent fields to be written to the
│ │ │ │ stream.
│ │ │ │ - InputStream._r_e_a_d()
│ │ │ │ - abstract int Reads the next byte of data from the
│ │ │ │ - input stream.
│ │ │ │ + FileInputStream._r_e_a_d()
│ │ │ │ + int Reads a byte of data from this input
│ │ │ │ + stream.
│ │ │ │ int Reader._r_e_a_d()
│ │ │ │ Reads a single character.
│ │ │ │ - int ObjectInputStream._r_e_a_d()
│ │ │ │ - Reads a byte of data.
│ │ │ │ int ObjectInput._r_e_a_d()
│ │ │ │ Reads a byte of data.
│ │ │ │ + LineNumberInputStream._r_e_a_d()
│ │ │ │ + int Deprecated.
│ │ │ │ + Reads the next byte of data from this
│ │ │ │ + input stream.
│ │ │ │ + int ObjectInputStream._r_e_a_d()
│ │ │ │ + Reads a byte of data.
│ │ │ │ FilterInputStream._r_e_a_d()
│ │ │ │ int Reads the next byte of data from this
│ │ │ │ input stream.
│ │ │ │ - int BufferedReader._r_e_a_d()
│ │ │ │ - Reads a single character.
│ │ │ │ - int FilterReader._r_e_a_d()
│ │ │ │ - Reads a single character.
│ │ │ │ - PipedInputStream._r_e_a_d()
│ │ │ │ + SequenceInputStream._r_e_a_d()
│ │ │ │ int Reads the next byte of data from this
│ │ │ │ - piped input stream.
│ │ │ │ - FileInputStream._r_e_a_d()
│ │ │ │ - int Reads a byte of data from this input
│ │ │ │ - stream.
│ │ │ │ - BufferedInputStream._r_e_a_d()
│ │ │ │ - int See the general contract of the read
│ │ │ │ - method of InputStream.
│ │ │ │ - int RandomAccessFile._r_e_a_d()
│ │ │ │ - Reads a byte of data from this file.
│ │ │ │ + input stream.
│ │ │ │ PushbackInputStream._r_e_a_d()
│ │ │ │ int Reads the next byte of data from this
│ │ │ │ input stream.
│ │ │ │ - SequenceInputStream._r_e_a_d()
│ │ │ │ + PipedInputStream._r_e_a_d()
│ │ │ │ int Reads the next byte of data from this
│ │ │ │ + piped input stream.
│ │ │ │ + InputStream._r_e_a_d()
│ │ │ │ + abstract int Reads the next byte of data from the
│ │ │ │ input stream.
│ │ │ │ - int StringReader._r_e_a_d()
│ │ │ │ - Reads a single character.
│ │ │ │ - int PushbackReader._r_e_a_d()
│ │ │ │ + int FilterReader._r_e_a_d()
│ │ │ │ Reads a single character.
│ │ │ │ PipedReader._r_e_a_d()
│ │ │ │ int Reads the next character of data from
│ │ │ │ this piped stream.
│ │ │ │ + int CharArrayReader._r_e_a_d()
│ │ │ │ + Reads a single character.
│ │ │ │ + int BufferedReader._r_e_a_d()
│ │ │ │ + Reads a single character.
│ │ │ │ int LineNumberReader._r_e_a_d()
│ │ │ │ Read a single character.
│ │ │ │ - LineNumberInputStream._r_e_a_d()
│ │ │ │ - int Deprecated.
│ │ │ │ - Reads the next byte of data from this
│ │ │ │ - input stream.
│ │ │ │ + int PushbackReader._r_e_a_d()
│ │ │ │ + Reads a single character.
│ │ │ │ + int RandomAccessFile._r_e_a_d()
│ │ │ │ + Reads a byte of data from this file.
│ │ │ │ int InputStreamReader._r_e_a_d()
│ │ │ │ Reads a single character.
│ │ │ │ - int CharArrayReader._r_e_a_d()
│ │ │ │ + BufferedInputStream._r_e_a_d()
│ │ │ │ + int See the general contract of the read
│ │ │ │ + method of InputStream.
│ │ │ │ + int StringReader._r_e_a_d()
│ │ │ │ Reads a single character.
│ │ │ │ - InputStream._r_e_a_d(byte[] b)
│ │ │ │ - int Reads some number of bytes from the
│ │ │ │ - input stream and stores them into the
│ │ │ │ - buffer array b.
│ │ │ │ + FileInputStream._r_e_a_d(byte[] b)
│ │ │ │ + int Reads up to b.length bytes of data from
│ │ │ │ + this input stream into an array of
│ │ │ │ + bytes.
│ │ │ │ int ObjectInput._r_e_a_d(byte[] b)
│ │ │ │ Reads into an array of bytes.
│ │ │ │ FilterInputStream._r_e_a_d(byte[] b)
│ │ │ │ int Reads up to byte.length bytes of data
│ │ │ │ from this input stream into an array of
│ │ │ │ bytes.
│ │ │ │ DataInputStream._r_e_a_d(byte[] b)
│ │ │ │ int Reads some number of bytes from the
│ │ │ │ contained input stream and stores them
│ │ │ │ into the buffer array b.
│ │ │ │ - FileInputStream._r_e_a_d(byte[] b)
│ │ │ │ - int Reads up to b.length bytes of data from
│ │ │ │ - this input stream into an array of
│ │ │ │ - bytes.
│ │ │ │ + InputStream._r_e_a_d(byte[] b)
│ │ │ │ + int Reads some number of bytes from the
│ │ │ │ + input stream and stores them into the
│ │ │ │ + buffer array b.
│ │ │ │ RandomAccessFile._r_e_a_d(byte[] b)
│ │ │ │ int Reads up to b.length bytes of data from
│ │ │ │ this file into an array of bytes.
│ │ │ │ - InputStream._r_e_a_d(byte[] b, int off,
│ │ │ │ + FileInputStream._r_e_a_d(byte[] b, int off,
│ │ │ │ int int len)
│ │ │ │ - Reads up to len bytes of data from the
│ │ │ │ + Reads up to len bytes of data from this
│ │ │ │ input stream into an array of bytes.
│ │ │ │ - ObjectInputStream._r_e_a_d(byte[] buf,
│ │ │ │ - int int off, int len)
│ │ │ │ - Reads into an array of bytes.
│ │ │ │ ObjectInput._r_e_a_d(byte[] b, int off,
│ │ │ │ int int len)
│ │ │ │ Reads into an array of bytes.
│ │ │ │ + LineNumberInputStream._r_e_a_d(byte[] b,
│ │ │ │ + int off, int len)
│ │ │ │ + int Deprecated.
│ │ │ │ + Reads up to len bytes of data from this
│ │ │ │ + input stream into an array of bytes.
│ │ │ │ + ObjectInputStream._r_e_a_d(byte[] buf,
│ │ │ │ + int int off, int len)
│ │ │ │ + Reads into an array of bytes.
│ │ │ │ FilterInputStream._r_e_a_d(byte[] b,
│ │ │ │ int int off, int len)
│ │ │ │ Reads up to len bytes of data from this
│ │ │ │ input stream into an array of bytes.
│ │ │ │ DataInputStream._r_e_a_d(byte[] b, int off,
│ │ │ │ int len)
│ │ │ │ int Reads up to len bytes of data from the
│ │ │ │ contained input stream into an array of
│ │ │ │ bytes.
│ │ │ │ + SequenceInputStream._r_e_a_d(byte[] b,
│ │ │ │ + int int off, int len)
│ │ │ │ + Reads up to len bytes of data from this
│ │ │ │ + input stream into an array of bytes.
│ │ │ │ + PushbackInputStream._r_e_a_d(byte[] b,
│ │ │ │ + int int off, int len)
│ │ │ │ + Reads up to len bytes of data from this
│ │ │ │ + input stream into an array of bytes.
│ │ │ │ PipedInputStream._r_e_a_d(byte[] b,
│ │ │ │ int off, int len)
│ │ │ │ int Reads up to len bytes of data from this
│ │ │ │ piped input stream into an array of
│ │ │ │ bytes.
│ │ │ │ - FileInputStream._r_e_a_d(byte[] b, int off,
│ │ │ │ + InputStream._r_e_a_d(byte[] b, int off,
│ │ │ │ int int len)
│ │ │ │ - Reads up to len bytes of data from this
│ │ │ │ + Reads up to len bytes of data from the
│ │ │ │ input stream into an array of bytes.
│ │ │ │ - BufferedInputStream._r_e_a_d(byte[] b,
│ │ │ │ - int off, int len)
│ │ │ │ - int Reads bytes from this byte-input stream
│ │ │ │ - into the specified byte array, starting
│ │ │ │ - at the given offset.
│ │ │ │ RandomAccessFile._r_e_a_d(byte[] b,
│ │ │ │ int int off, int len)
│ │ │ │ Reads up to len bytes of data from this
│ │ │ │ file into an array of bytes.
│ │ │ │ - PushbackInputStream._r_e_a_d(byte[] b,
│ │ │ │ - int int off, int len)
│ │ │ │ - Reads up to len bytes of data from this
│ │ │ │ - input stream into an array of bytes.
│ │ │ │ - SequenceInputStream._r_e_a_d(byte[] b,
│ │ │ │ - int int off, int len)
│ │ │ │ - Reads up to len bytes of data from this
│ │ │ │ - input stream into an array of bytes.
│ │ │ │ - LineNumberInputStream._r_e_a_d(byte[] b,
│ │ │ │ + BufferedInputStream._r_e_a_d(byte[] b,
│ │ │ │ int off, int len)
│ │ │ │ - int Deprecated.
│ │ │ │ - Reads up to len bytes of data from this
│ │ │ │ - input stream into an array of bytes.
│ │ │ │ + int Reads bytes from this byte-input stream
│ │ │ │ + into the specified byte array, starting
│ │ │ │ + at the given offset.
│ │ │ │ int Reader._r_e_a_d(char[] cbuf)
│ │ │ │ Reads characters into an array.
│ │ │ │ Reader._r_e_a_d(char[] cbuf, int off,
│ │ │ │ abstract int int len)
│ │ │ │ Reads characters into a portion of an
│ │ │ │ array.
│ │ │ │ - BufferedReader._r_e_a_d(char[] cbuf,
│ │ │ │ - int int off, int len)
│ │ │ │ - Reads characters into a portion of an
│ │ │ │ - array.
│ │ │ │ FilterReader._r_e_a_d(char[] cbuf, int off,
│ │ │ │ int int len)
│ │ │ │ Reads characters into a portion of an
│ │ │ │ array.
│ │ │ │ - StringReader._r_e_a_d(char[] cbuf, int off,
│ │ │ │ + PipedReader._r_e_a_d(char[] cbuf, int off,
│ │ │ │ + int len)
│ │ │ │ + int Reads up to len characters of data from
│ │ │ │ + this piped stream into an array of
│ │ │ │ + characters.
│ │ │ │ + CharArrayReader._r_e_a_d(char[] b, int off,
│ │ │ │ int int len)
│ │ │ │ Reads characters into a portion of an
│ │ │ │ array.
│ │ │ │ - PushbackReader._r_e_a_d(char[] cbuf,
│ │ │ │ + BufferedReader._r_e_a_d(char[] cbuf,
│ │ │ │ int int off, int len)
│ │ │ │ Reads characters into a portion of an
│ │ │ │ array.
│ │ │ │ - PipedReader._r_e_a_d(char[] cbuf, int off,
│ │ │ │ - int len)
│ │ │ │ - int Reads up to len characters of data from
│ │ │ │ - this piped stream into an array of
│ │ │ │ - characters.
│ │ │ │ LineNumberReader._r_e_a_d(char[] cbuf,
│ │ │ │ int int off, int len)
│ │ │ │ Read characters into a portion of an
│ │ │ │ array.
│ │ │ │ + PushbackReader._r_e_a_d(char[] cbuf,
│ │ │ │ + int int off, int len)
│ │ │ │ + Reads characters into a portion of an
│ │ │ │ + array.
│ │ │ │ InputStreamReader._r_e_a_d(char[] cbuf,
│ │ │ │ int int offset, int length)
│ │ │ │ Reads characters into a portion of an
│ │ │ │ array.
│ │ │ │ - CharArrayReader._r_e_a_d(char[] b, int off,
│ │ │ │ + StringReader._r_e_a_d(char[] cbuf, int off,
│ │ │ │ int int len)
│ │ │ │ Reads characters into a portion of an
│ │ │ │ array.
│ │ │ │ Reader._r_e_a_d(_C_h_a_r_B_u_f_f_e_r target)
│ │ │ │ int Attempts to read characters into the
│ │ │ │ specified character buffer.
│ │ │ │ boolean ObjectInputStream._r_e_a_d_B_o_o_l_e_a_n()
│ │ │ │ Reads in a boolean.
│ │ │ │ - DataInput._r_e_a_d_B_o_o_l_e_a_n()
│ │ │ │ - boolean Reads one input byte and returns true
│ │ │ │ - if that byte is nonzero, false if that
│ │ │ │ - byte is zero.
│ │ │ │ DataInputStream._r_e_a_d_B_o_o_l_e_a_n()
│ │ │ │ boolean See the general contract of the
│ │ │ │ readBoolean method of DataInput.
│ │ │ │ boolean RandomAccessFile._r_e_a_d_B_o_o_l_e_a_n()
│ │ │ │ Reads a boolean from this file.
│ │ │ │ + DataInput._r_e_a_d_B_o_o_l_e_a_n()
│ │ │ │ + boolean Reads one input byte and returns true
│ │ │ │ + if that byte is nonzero, false if that
│ │ │ │ + byte is zero.
│ │ │ │ byte ObjectInputStream._r_e_a_d_B_y_t_e()
│ │ │ │ Reads an 8 bit byte.
│ │ │ │ - byte DataInput._r_e_a_d_B_y_t_e()
│ │ │ │ - Reads and returns one input byte.
│ │ │ │ DataInputStream._r_e_a_d_B_y_t_e()
│ │ │ │ byte See the general contract of the
│ │ │ │ readByte method of DataInput.
│ │ │ │ RandomAccessFile._r_e_a_d_B_y_t_e()
│ │ │ │ byte Reads a signed eight-bit value from
│ │ │ │ this file.
│ │ │ │ + byte DataInput._r_e_a_d_B_y_t_e()
│ │ │ │ + Reads and returns one input byte.
│ │ │ │ char ObjectInputStream._r_e_a_d_C_h_a_r()
│ │ │ │ Reads a 16 bit char.
│ │ │ │ - DataInput._r_e_a_d_C_h_a_r()
│ │ │ │ - char Reads two input bytes and returns a
│ │ │ │ - char value.
│ │ │ │ DataInputStream._r_e_a_d_C_h_a_r()
│ │ │ │ char See the general contract of the
│ │ │ │ readChar method of DataInput.
│ │ │ │ char RandomAccessFile._r_e_a_d_C_h_a_r()
│ │ │ │ Reads a character from this file.
│ │ │ │ + DataInput._r_e_a_d_C_h_a_r()
│ │ │ │ + char Reads two input bytes and returns a
│ │ │ │ + char value.
│ │ │ │ ObjectInputStream._r_e_a_d_C_l_a_s_s_D_e_s_c_r_i_p_t_o_r()
│ │ │ │ protected _O_b_j_e_c_t_S_t_r_e_a_m_C_l_a_s_s Read a class descriptor from the
│ │ │ │ serialization stream.
│ │ │ │ double ObjectInputStream._r_e_a_d_D_o_u_b_l_e()
│ │ │ │ Reads a 64 bit double.
│ │ │ │ - DataInput._r_e_a_d_D_o_u_b_l_e()
│ │ │ │ - double Reads eight input bytes and returns a
│ │ │ │ - double value.
│ │ │ │ DataInputStream._r_e_a_d_D_o_u_b_l_e()
│ │ │ │ double See the general contract of the
│ │ │ │ readDouble method of DataInput.
│ │ │ │ double RandomAccessFile._r_e_a_d_D_o_u_b_l_e()
│ │ │ │ Reads a double from this file.
│ │ │ │ + DataInput._r_e_a_d_D_o_u_b_l_e()
│ │ │ │ + double Reads eight input bytes and returns a
│ │ │ │ + double value.
│ │ │ │ Externalizable._r_e_a_d_E_x_t_e_r_n_a_l
│ │ │ │ (_O_b_j_e_c_t_I_n_p_u_t in)
│ │ │ │ The object implements the readExternal
│ │ │ │ void method to restore its contents by
│ │ │ │ calling the methods of DataInput for
│ │ │ │ primitive types and readObject for
│ │ │ │ objects, strings and arrays.
│ │ │ │ ObjectInputStream._r_e_a_d_F_i_e_l_d_s()
│ │ │ │ _O_b_j_e_c_t_I_n_p_u_t_S_t_r_e_a_m_._G_e_t_F_i_e_l_d Reads the persistent fields from the
│ │ │ │ stream and makes them available by
│ │ │ │ name.
│ │ │ │ float ObjectInputStream._r_e_a_d_F_l_o_a_t()
│ │ │ │ Reads a 32 bit float.
│ │ │ │ - DataInput._r_e_a_d_F_l_o_a_t()
│ │ │ │ - float Reads four input bytes and returns a
│ │ │ │ - float value.
│ │ │ │ DataInputStream._r_e_a_d_F_l_o_a_t()
│ │ │ │ float See the general contract of the
│ │ │ │ readFloat method of DataInput.
│ │ │ │ float RandomAccessFile._r_e_a_d_F_l_o_a_t()
│ │ │ │ Reads a float from this file.
│ │ │ │ + DataInput._r_e_a_d_F_l_o_a_t()
│ │ │ │ + float Reads four input bytes and returns a
│ │ │ │ + float value.
│ │ │ │ ObjectInputStream._r_e_a_d_F_u_l_l_y(byte[] buf)
│ │ │ │ void Reads bytes, blocking until all bytes
│ │ │ │ are read.
│ │ │ │ - DataInput._r_e_a_d_F_u_l_l_y(byte[] b)
│ │ │ │ - void Reads some bytes from an input stream
│ │ │ │ - and stores them into the buffer array
│ │ │ │ - b.
│ │ │ │ DataInputStream._r_e_a_d_F_u_l_l_y(byte[] b)
│ │ │ │ void See the general contract of the
│ │ │ │ readFully method of DataInput.
│ │ │ │ RandomAccessFile._r_e_a_d_F_u_l_l_y(byte[] b)
│ │ │ │ void Reads b.length bytes from this file
│ │ │ │ into the byte array, starting at the
│ │ │ │ current file pointer.
│ │ │ │ + DataInput._r_e_a_d_F_u_l_l_y(byte[] b)
│ │ │ │ + void Reads some bytes from an input stream
│ │ │ │ + and stores them into the buffer array
│ │ │ │ + b.
│ │ │ │ ObjectInputStream._r_e_a_d_F_u_l_l_y(byte[] buf,
│ │ │ │ void int off, int len)
│ │ │ │ Reads bytes, blocking until all bytes
│ │ │ │ are read.
│ │ │ │ - DataInput._r_e_a_d_F_u_l_l_y(byte[] b, int off,
│ │ │ │ - void int len)
│ │ │ │ - Reads len bytes from an input stream.
│ │ │ │ DataInputStream._r_e_a_d_F_u_l_l_y(byte[] b,
│ │ │ │ void int off, int len)
│ │ │ │ See the general contract of the
│ │ │ │ readFully method of DataInput.
│ │ │ │ RandomAccessFile._r_e_a_d_F_u_l_l_y(byte[] b,
│ │ │ │ int off, int len)
│ │ │ │ void Reads exactly len bytes from this file
│ │ │ │ into the byte array, starting at the
│ │ │ │ current file pointer.
│ │ │ │ + DataInput._r_e_a_d_F_u_l_l_y(byte[] b, int off,
│ │ │ │ + void int len)
│ │ │ │ + Reads len bytes from an input stream.
│ │ │ │ int ObjectInputStream._r_e_a_d_I_n_t()
│ │ │ │ Reads a 32 bit int.
│ │ │ │ - DataInput._r_e_a_d_I_n_t()
│ │ │ │ - int Reads four input bytes and returns an
│ │ │ │ - int value.
│ │ │ │ DataInputStream._r_e_a_d_I_n_t()
│ │ │ │ int See the general contract of the readInt
│ │ │ │ method of DataInput.
│ │ │ │ RandomAccessFile._r_e_a_d_I_n_t()
│ │ │ │ int Reads a signed 32-bit integer from this
│ │ │ │ file.
│ │ │ │ + DataInput._r_e_a_d_I_n_t()
│ │ │ │ + int Reads four input bytes and returns an
│ │ │ │ + int value.
│ │ │ │ ObjectInputStream._r_e_a_d_L_i_n_e()
│ │ │ │ Deprecated.
│ │ │ │ _S_t_r_i_n_g This method does not properly convert
│ │ │ │ bytes to characters. see
│ │ │ │ DataInputStream for the details and
│ │ │ │ alternatives.
│ │ │ │ - DataInput._r_e_a_d_L_i_n_e()
│ │ │ │ - _S_t_r_i_n_g Reads the next line of text from the
│ │ │ │ - input stream.
│ │ │ │ DataInputStream._r_e_a_d_L_i_n_e()
│ │ │ │ Deprecated.
│ │ │ │ This method does not properly convert
│ │ │ │ bytes to characters. As of JDK 1.1, the
│ │ │ │ preferred way to read lines of text is
│ │ │ │ via the BufferedReader.readLine()
│ │ │ │ method. Programs that use the
│ │ │ │ @@ -1065,174 +1062,177 @@
│ │ │ │ with:
│ │ │ │ BufferedReader d
│ │ │ │
│ │ │ │ = new BufferedReader
│ │ │ │ (new InputStreamReader(in));
│ │ │ │ _S_t_r_i_n_g BufferedReader._r_e_a_d_L_i_n_e()
│ │ │ │ Reads a line of text.
│ │ │ │ + _S_t_r_i_n_g LineNumberReader._r_e_a_d_L_i_n_e()
│ │ │ │ + Read a line of text.
│ │ │ │ RandomAccessFile._r_e_a_d_L_i_n_e()
│ │ │ │ _S_t_r_i_n_g Reads the next line of text from this
│ │ │ │ file.
│ │ │ │ - _S_t_r_i_n_g LineNumberReader._r_e_a_d_L_i_n_e()
│ │ │ │ - Read a line of text.
│ │ │ │ + DataInput._r_e_a_d_L_i_n_e()
│ │ │ │ + _S_t_r_i_n_g Reads the next line of text from the
│ │ │ │ + input stream.
│ │ │ │ long ObjectInputStream._r_e_a_d_L_o_n_g()
│ │ │ │ Reads a 64 bit long.
│ │ │ │ - DataInput._r_e_a_d_L_o_n_g()
│ │ │ │ - long Reads eight input bytes and returns a
│ │ │ │ - long value.
│ │ │ │ DataInputStream._r_e_a_d_L_o_n_g()
│ │ │ │ long See the general contract of the
│ │ │ │ readLong method of DataInput.
│ │ │ │ RandomAccessFile._r_e_a_d_L_o_n_g()
│ │ │ │ long Reads a signed 64-bit integer from this
│ │ │ │ file.
│ │ │ │ + DataInput._r_e_a_d_L_o_n_g()
│ │ │ │ + long Reads eight input bytes and returns a
│ │ │ │ + long value.
│ │ │ │ + _O_b_j_e_c_t ObjectInput._r_e_a_d_O_b_j_e_c_t()
│ │ │ │ + Read and return an object.
│ │ │ │ ObjectInputStream._r_e_a_d_O_b_j_e_c_t()
│ │ │ │ _O_b_j_e_c_t Read an object from the
│ │ │ │ ObjectInputStream.
│ │ │ │ - _O_b_j_e_c_t ObjectInput._r_e_a_d_O_b_j_e_c_t()
│ │ │ │ - Read and return an object.
│ │ │ │ ObjectInputStream._r_e_a_d_O_b_j_e_c_t_O_v_e_r_r_i_d_e()
│ │ │ │ This method is called by trusted
│ │ │ │ protected _O_b_j_e_c_t subclasses of ObjectOutputStream that
│ │ │ │ constructed ObjectOutputStream using
│ │ │ │ the protected no-arg constructor.
│ │ │ │ short ObjectInputStream._r_e_a_d_S_h_o_r_t()
│ │ │ │ Reads a 16 bit short.
│ │ │ │ - DataInput._r_e_a_d_S_h_o_r_t()
│ │ │ │ - short Reads two input bytes and returns a
│ │ │ │ - short value.
│ │ │ │ DataInputStream._r_e_a_d_S_h_o_r_t()
│ │ │ │ short See the general contract of the
│ │ │ │ readShort method of DataInput.
│ │ │ │ RandomAccessFile._r_e_a_d_S_h_o_r_t()
│ │ │ │ short Reads a signed 16-bit number from this
│ │ │ │ file.
│ │ │ │ + DataInput._r_e_a_d_S_h_o_r_t()
│ │ │ │ + short Reads two input bytes and returns a
│ │ │ │ + short value.
│ │ │ │ ObjectInputStream._r_e_a_d_S_t_r_e_a_m_H_e_a_d_e_r()
│ │ │ │ protected void The readStreamHeader method is provided
│ │ │ │ to allow subclasses to read and verify
│ │ │ │ their own stream headers.
│ │ │ │ ObjectInputStream._r_e_a_d_U_n_s_h_a_r_e_d()
│ │ │ │ _O_b_j_e_c_t Reads an "unshared" object from the
│ │ │ │ ObjectInputStream.
│ │ │ │ int ObjectInputStream._r_e_a_d_U_n_s_i_g_n_e_d_B_y_t_e()
│ │ │ │ Reads an unsigned 8 bit byte.
│ │ │ │ - DataInput._r_e_a_d_U_n_s_i_g_n_e_d_B_y_t_e()
│ │ │ │ - Reads one input byte, zero-extends it
│ │ │ │ - int to type int, and returns the result,
│ │ │ │ - which is therefore in the range 0
│ │ │ │ - through 255.
│ │ │ │ DataInputStream._r_e_a_d_U_n_s_i_g_n_e_d_B_y_t_e()
│ │ │ │ int See the general contract of the
│ │ │ │ readUnsignedByte method of DataInput.
│ │ │ │ RandomAccessFile._r_e_a_d_U_n_s_i_g_n_e_d_B_y_t_e()
│ │ │ │ int Reads an unsigned eight-bit number from
│ │ │ │ this file.
│ │ │ │ + DataInput._r_e_a_d_U_n_s_i_g_n_e_d_B_y_t_e()
│ │ │ │ + Reads one input byte, zero-extends it
│ │ │ │ + int to type int, and returns the result,
│ │ │ │ + which is therefore in the range 0
│ │ │ │ + through 255.
│ │ │ │ int ObjectInputStream._r_e_a_d_U_n_s_i_g_n_e_d_S_h_o_r_t()
│ │ │ │ Reads an unsigned 16 bit short.
│ │ │ │ - DataInput._r_e_a_d_U_n_s_i_g_n_e_d_S_h_o_r_t()
│ │ │ │ - int Reads two input bytes and returns an
│ │ │ │ - int value in the range 0 through 65535.
│ │ │ │ DataInputStream._r_e_a_d_U_n_s_i_g_n_e_d_S_h_o_r_t()
│ │ │ │ int See the general contract of the
│ │ │ │ readUnsignedShort method of DataInput.
│ │ │ │ RandomAccessFile._r_e_a_d_U_n_s_i_g_n_e_d_S_h_o_r_t()
│ │ │ │ int Reads an unsigned 16-bit number from
│ │ │ │ this file.
│ │ │ │ + DataInput._r_e_a_d_U_n_s_i_g_n_e_d_S_h_o_r_t()
│ │ │ │ + int Reads two input bytes and returns an
│ │ │ │ + int value in the range 0 through 65535.
│ │ │ │ ObjectInputStream._r_e_a_d_U_T_F()
│ │ │ │ _S_t_r_i_n_g Reads a String in _m_o_d_i_f_i_e_d_ _U_T_F_-
│ │ │ │ _8 format.
│ │ │ │ - DataInput._r_e_a_d_U_T_F()
│ │ │ │ - _S_t_r_i_n_g Reads in a string that has been encoded
│ │ │ │ - using a _m_o_d_i_f_i_e_d_ _U_T_F_-_8 format.
│ │ │ │ DataInputStream._r_e_a_d_U_T_F()
│ │ │ │ _S_t_r_i_n_g See the general contract of the readUTF
│ │ │ │ method of DataInput.
│ │ │ │ _S_t_r_i_n_g RandomAccessFile._r_e_a_d_U_T_F()
│ │ │ │ Reads in a string from this file.
│ │ │ │ + DataInput._r_e_a_d_U_T_F()
│ │ │ │ + _S_t_r_i_n_g Reads in a string that has been encoded
│ │ │ │ + using a _m_o_d_i_f_i_e_d_ _U_T_F_-_8 format.
│ │ │ │ DataInputStream._r_e_a_d_U_T_F(_D_a_t_a_I_n_p_u_t in)
│ │ │ │ Reads from the stream in a
│ │ │ │ static _S_t_r_i_n_g representation of a Unicode character
│ │ │ │ string encoded in _m_o_d_i_f_i_e_d_ _U_T_F_-
│ │ │ │ _8 format; this string of characters is
│ │ │ │ then returned as a String.
│ │ │ │ Reader._r_e_a_d_y()
│ │ │ │ boolean Tells whether this stream is ready to
│ │ │ │ be read.
│ │ │ │ - BufferedReader._r_e_a_d_y()
│ │ │ │ + FilterReader._r_e_a_d_y()
│ │ │ │ boolean Tells whether this stream is ready to
│ │ │ │ be read.
│ │ │ │ - FilterReader._r_e_a_d_y()
│ │ │ │ + PipedReader._r_e_a_d_y()
│ │ │ │ + boolean Tell whether this stream is ready to be
│ │ │ │ + read.
│ │ │ │ + CharArrayReader._r_e_a_d_y()
│ │ │ │ boolean Tells whether this stream is ready to
│ │ │ │ be read.
│ │ │ │ - StringReader._r_e_a_d_y()
│ │ │ │ + BufferedReader._r_e_a_d_y()
│ │ │ │ boolean Tells whether this stream is ready to
│ │ │ │ be read.
│ │ │ │ PushbackReader._r_e_a_d_y()
│ │ │ │ boolean Tells whether this stream is ready to
│ │ │ │ be read.
│ │ │ │ - PipedReader._r_e_a_d_y()
│ │ │ │ - boolean Tell whether this stream is ready to be
│ │ │ │ - read.
│ │ │ │ InputStreamReader._r_e_a_d_y()
│ │ │ │ boolean Tells whether this stream is ready to
│ │ │ │ be read.
│ │ │ │ - CharArrayReader._r_e_a_d_y()
│ │ │ │ + StringReader._r_e_a_d_y()
│ │ │ │ boolean Tells whether this stream is ready to
│ │ │ │ be read.
│ │ │ │ protected void PipedInputStream._r_e_c_e_i_v_e(int b)
│ │ │ │ Receives a byte of data.
│ │ │ │ ObjectOutputStream._r_e_p_l_a_c_e_O_b_j_e_c_t
│ │ │ │ (_O_b_j_e_c_t obj)
│ │ │ │ protected _O_b_j_e_c_t This method will allow trusted
│ │ │ │ subclasses of ObjectOutputStream to
│ │ │ │ substitute one object for another
│ │ │ │ during serialization.
│ │ │ │ - InputStream._r_e_s_e_t()
│ │ │ │ + void Reader._r_e_s_e_t()
│ │ │ │ + Resets the stream.
│ │ │ │ + LineNumberInputStream._r_e_s_e_t()
│ │ │ │ + Deprecated.
│ │ │ │ void Repositions this stream to the position
│ │ │ │ at the time the mark method was last
│ │ │ │ called on this input stream.
│ │ │ │ - void Reader._r_e_s_e_t()
│ │ │ │ - Resets the stream.
│ │ │ │ - ObjectOutputStream._r_e_s_e_t()
│ │ │ │ - void Reset will disregard the state of any
│ │ │ │ - objects already written to the stream.
│ │ │ │ FilterInputStream._r_e_s_e_t()
│ │ │ │ void Repositions this stream to the position
│ │ │ │ at the time the mark method was last
│ │ │ │ called on this input stream.
│ │ │ │ - BufferedReader._r_e_s_e_t()
│ │ │ │ - void Resets the stream to the most recent
│ │ │ │ - mark.
│ │ │ │ - void FilterReader._r_e_s_e_t()
│ │ │ │ - Resets the stream.
│ │ │ │ - BufferedInputStream._r_e_s_e_t()
│ │ │ │ - void See the general contract of the reset
│ │ │ │ - method of InputStream.
│ │ │ │ PushbackInputStream._r_e_s_e_t()
│ │ │ │ void Repositions this stream to the position
│ │ │ │ at the time the mark method was last
│ │ │ │ called on this input stream.
│ │ │ │ - StringReader._r_e_s_e_t()
│ │ │ │ - void Resets the stream to the most recent
│ │ │ │ - mark, or to the beginning of the string
│ │ │ │ - if it has never been marked.
│ │ │ │ - void PushbackReader._r_e_s_e_t()
│ │ │ │ - Resets the stream.
│ │ │ │ - LineNumberReader._r_e_s_e_t()
│ │ │ │ - void Reset the stream to the most recent
│ │ │ │ - mark.
│ │ │ │ - LineNumberInputStream._r_e_s_e_t()
│ │ │ │ - Deprecated.
│ │ │ │ + InputStream._r_e_s_e_t()
│ │ │ │ void Repositions this stream to the position
│ │ │ │ at the time the mark method was last
│ │ │ │ called on this input stream.
│ │ │ │ + void FilterReader._r_e_s_e_t()
│ │ │ │ + Resets the stream.
│ │ │ │ CharArrayReader._r_e_s_e_t()
│ │ │ │ void Resets the stream to the most recent
│ │ │ │ mark, or to the beginning if it has
│ │ │ │ never been marked.
│ │ │ │ + BufferedReader._r_e_s_e_t()
│ │ │ │ + void Resets the stream to the most recent
│ │ │ │ + mark.
│ │ │ │ + LineNumberReader._r_e_s_e_t()
│ │ │ │ + void Reset the stream to the most recent
│ │ │ │ + mark.
│ │ │ │ + ObjectOutputStream._r_e_s_e_t()
│ │ │ │ + void Reset will disregard the state of any
│ │ │ │ + objects already written to the stream.
│ │ │ │ + void PushbackReader._r_e_s_e_t()
│ │ │ │ + Resets the stream.
│ │ │ │ + BufferedInputStream._r_e_s_e_t()
│ │ │ │ + void See the general contract of the reset
│ │ │ │ + method of InputStream.
│ │ │ │ + StringReader._r_e_s_e_t()
│ │ │ │ + void Resets the stream to the most recent
│ │ │ │ + mark, or to the beginning of the string
│ │ │ │ + if it has never been marked.
│ │ │ │ ObjectInputStream._r_e_s_o_l_v_e_C_l_a_s_s
│ │ │ │ protected _C_l_a_s_s> (_O_b_j_e_c_t_S_t_r_e_a_m_C_l_a_s_s desc)
│ │ │ │ Load the local class equivalent of the
│ │ │ │ specified stream class description.
│ │ │ │ ObjectInputStream._r_e_s_o_l_v_e_O_b_j_e_c_t
│ │ │ │ (_O_b_j_e_c_t obj)
│ │ │ │ protected _O_b_j_e_c_t This method will allow trusted
│ │ │ │ @@ -1253,62 +1253,62 @@
│ │ │ │ RandomAccessFile._s_e_e_k(long pos)
│ │ │ │ void Sets the file-pointer offset, measured
│ │ │ │ from the beginning of this file, at
│ │ │ │ which the next read or write occurs.
│ │ │ │ RandomAccessFile._s_e_t_L_e_n_g_t_h
│ │ │ │ void (long newLength)
│ │ │ │ Sets the length of this file.
│ │ │ │ - InputStream._s_k_i_p(long n)
│ │ │ │ + FileInputStream._s_k_i_p(long n)
│ │ │ │ long Skips over and discards n bytes of data
│ │ │ │ - from this input stream.
│ │ │ │ + from the input stream.
│ │ │ │ long Reader._s_k_i_p(long n)
│ │ │ │ Skips characters.
│ │ │ │ long ObjectInput._s_k_i_p(long n)
│ │ │ │ Skips n bytes of input.
│ │ │ │ + LineNumberInputStream._s_k_i_p(long n)
│ │ │ │ + long Deprecated.
│ │ │ │ + Skips over and discards n bytes of data
│ │ │ │ + from this input stream.
│ │ │ │ FilterInputStream._s_k_i_p(long n)
│ │ │ │ long Skips over and discards n bytes of data
│ │ │ │ from the input stream.
│ │ │ │ + PushbackInputStream._s_k_i_p(long n)
│ │ │ │ + long Skips over and discards n bytes of data
│ │ │ │ + from this input stream.
│ │ │ │ + InputStream._s_k_i_p(long n)
│ │ │ │ + long Skips over and discards n bytes of data
│ │ │ │ + from this input stream.
│ │ │ │ + long FilterReader._s_k_i_p(long n)
│ │ │ │ + Skips characters.
│ │ │ │ + long CharArrayReader._s_k_i_p(long n)
│ │ │ │ + Skips characters.
│ │ │ │ long BufferedReader._s_k_i_p(long n)
│ │ │ │ Skips characters.
│ │ │ │ - long FilterReader._s_k_i_p(long n)
│ │ │ │ + long LineNumberReader._s_k_i_p(long n)
│ │ │ │ + Skip characters.
│ │ │ │ + long PushbackReader._s_k_i_p(long n)
│ │ │ │ Skips characters.
│ │ │ │ - FileInputStream._s_k_i_p(long n)
│ │ │ │ - long Skips over and discards n bytes of data
│ │ │ │ - from the input stream.
│ │ │ │ BufferedInputStream._s_k_i_p(long n)
│ │ │ │ long See the general contract of the skip
│ │ │ │ method of InputStream.
│ │ │ │ - PushbackInputStream._s_k_i_p(long n)
│ │ │ │ - long Skips over and discards n bytes of data
│ │ │ │ - from this input stream.
│ │ │ │ StringReader._s_k_i_p(long ns)
│ │ │ │ long Skips the specified number of
│ │ │ │ characters in the stream.
│ │ │ │ - long PushbackReader._s_k_i_p(long n)
│ │ │ │ - Skips characters.
│ │ │ │ - long LineNumberReader._s_k_i_p(long n)
│ │ │ │ - Skip characters.
│ │ │ │ - LineNumberInputStream._s_k_i_p(long n)
│ │ │ │ - long Deprecated.
│ │ │ │ - Skips over and discards n bytes of data
│ │ │ │ - from this input stream.
│ │ │ │ - long CharArrayReader._s_k_i_p(long n)
│ │ │ │ - Skips characters.
│ │ │ │ int ObjectInputStream._s_k_i_p_B_y_t_e_s(int len)
│ │ │ │ Skips bytes.
│ │ │ │ - DataInput._s_k_i_p_B_y_t_e_s(int n)
│ │ │ │ - int Makes an attempt to skip over n bytes
│ │ │ │ - of data from the input stream,
│ │ │ │ - discarding the skipped bytes.
│ │ │ │ DataInputStream._s_k_i_p_B_y_t_e_s(int n)
│ │ │ │ int See the general contract of the
│ │ │ │ skipBytes method of DataInput.
│ │ │ │ RandomAccessFile._s_k_i_p_B_y_t_e_s(int n)
│ │ │ │ int Attempts to skip over n bytes of input
│ │ │ │ discarding the skipped bytes.
│ │ │ │ + DataInput._s_k_i_p_B_y_t_e_s(int n)
│ │ │ │ + int Makes an attempt to skip over n bytes
│ │ │ │ + of data from the input stream,
│ │ │ │ + discarding the skipped bytes.
│ │ │ │ PushbackInputStream._u_n_r_e_a_d(byte[] b)
│ │ │ │ void Pushes back an array of bytes by
│ │ │ │ copying it to the front of the pushback
│ │ │ │ buffer.
│ │ │ │ PushbackInputStream._u_n_r_e_a_d(byte[] b,
│ │ │ │ int off, int len)
│ │ │ │ void Pushes back a portion of an array of
│ │ │ │ @@ -1330,140 +1330,140 @@
│ │ │ │ void Pushes back a single character by
│ │ │ │ copying it to the front of the pushback
│ │ │ │ buffer.
│ │ │ │ ObjectOutputStream._u_s_e_P_r_o_t_o_c_o_l_V_e_r_s_i_o_n
│ │ │ │ void (int version)
│ │ │ │ Specify stream protocol version to use
│ │ │ │ when writing the stream.
│ │ │ │ - OutputStream._w_r_i_t_e(byte[] b)
│ │ │ │ + void ObjectOutput._w_r_i_t_e(byte[] b)
│ │ │ │ + Writes an array of bytes.
│ │ │ │ + DataOutput._w_r_i_t_e(byte[] b)
│ │ │ │ + void Writes to the output stream all the
│ │ │ │ + bytes in array b.
│ │ │ │ + FileOutputStream._w_r_i_t_e(byte[] b)
│ │ │ │ void Writes b.length bytes from the
│ │ │ │ - specified byte array to this output
│ │ │ │ - stream.
│ │ │ │ + specified byte array to this file
│ │ │ │ + output stream.
│ │ │ │ FilterOutputStream._w_r_i_t_e(byte[] b)
│ │ │ │ void Writes b.length bytes to this output
│ │ │ │ stream.
│ │ │ │ void ObjectOutputStream._w_r_i_t_e(byte[] buf)
│ │ │ │ Writes an array of bytes.
│ │ │ │ - void ObjectOutput._w_r_i_t_e(byte[] b)
│ │ │ │ - Writes an array of bytes.
│ │ │ │ - DataOutput._w_r_i_t_e(byte[] b)
│ │ │ │ - void Writes to the output stream all the
│ │ │ │ - bytes in array b.
│ │ │ │ + OutputStream._w_r_i_t_e(byte[] b)
│ │ │ │ + void Writes b.length bytes from the
│ │ │ │ + specified byte array to this output
│ │ │ │ + stream.
│ │ │ │ RandomAccessFile._w_r_i_t_e(byte[] b)
│ │ │ │ void Writes b.length bytes from the
│ │ │ │ specified byte array to this file,
│ │ │ │ starting at the current file pointer.
│ │ │ │ - FileOutputStream._w_r_i_t_e(byte[] b)
│ │ │ │ - void Writes b.length bytes from the
│ │ │ │ - specified byte array to this file
│ │ │ │ - output stream.
│ │ │ │ - OutputStream._w_r_i_t_e(byte[] b, int off,
│ │ │ │ - int len)
│ │ │ │ - void Writes len bytes from the specified
│ │ │ │ - byte array starting at offset off to
│ │ │ │ - this output stream.
│ │ │ │ - FilterOutputStream._w_r_i_t_e(byte[] b,
│ │ │ │ + BufferedOutputStream._w_r_i_t_e(byte[] b,
│ │ │ │ int off, int len)
│ │ │ │ void Writes len bytes from the specified
│ │ │ │ byte array starting at offset off to
│ │ │ │ - this output stream.
│ │ │ │ - ObjectOutputStream._w_r_i_t_e(byte[] buf,
│ │ │ │ - void int off, int len)
│ │ │ │ - Writes a sub array of bytes.
│ │ │ │ + this buffered output stream.
│ │ │ │ ObjectOutput._w_r_i_t_e(byte[] b, int off,
│ │ │ │ void int len)
│ │ │ │ Writes a sub array of bytes.
│ │ │ │ DataOutput._w_r_i_t_e(byte[] b, int off,
│ │ │ │ void int len)
│ │ │ │ Writes len bytes from array b, in
│ │ │ │ order, to the output stream.
│ │ │ │ - DataOutputStream._w_r_i_t_e(byte[] b,
│ │ │ │ + FileOutputStream._w_r_i_t_e(byte[] b,
│ │ │ │ int off, int len)
│ │ │ │ void Writes len bytes from the specified
│ │ │ │ byte array starting at offset off to
│ │ │ │ - the underlying output stream.
│ │ │ │ + this file output stream.
│ │ │ │ PipedOutputStream._w_r_i_t_e(byte[] b,
│ │ │ │ int off, int len)
│ │ │ │ void Writes len bytes from the specified
│ │ │ │ byte array starting at offset off to
│ │ │ │ this piped output stream.
│ │ │ │ - BufferedOutputStream._w_r_i_t_e(byte[] b,
│ │ │ │ + DataOutputStream._w_r_i_t_e(byte[] b,
│ │ │ │ int off, int len)
│ │ │ │ void Writes len bytes from the specified
│ │ │ │ byte array starting at offset off to
│ │ │ │ - this buffered output stream.
│ │ │ │ - RandomAccessFile._w_r_i_t_e(byte[] b,
│ │ │ │ + the underlying output stream.
│ │ │ │ + FilterOutputStream._w_r_i_t_e(byte[] b,
│ │ │ │ int off, int len)
│ │ │ │ void Writes len bytes from the specified
│ │ │ │ byte array starting at offset off to
│ │ │ │ - this file.
│ │ │ │ - FileOutputStream._w_r_i_t_e(byte[] b,
│ │ │ │ + this output stream.
│ │ │ │ + ObjectOutputStream._w_r_i_t_e(byte[] buf,
│ │ │ │ + void int off, int len)
│ │ │ │ + Writes a sub array of bytes.
│ │ │ │ + OutputStream._w_r_i_t_e(byte[] b, int off,
│ │ │ │ + int len)
│ │ │ │ + void Writes len bytes from the specified
│ │ │ │ + byte array starting at offset off to
│ │ │ │ + this output stream.
│ │ │ │ + RandomAccessFile._w_r_i_t_e(byte[] b,
│ │ │ │ int off, int len)
│ │ │ │ void Writes len bytes from the specified
│ │ │ │ byte array starting at offset off to
│ │ │ │ - this file output stream.
│ │ │ │ + this file.
│ │ │ │ void Writer._w_r_i_t_e(char[] cbuf)
│ │ │ │ Writes an array of characters.
│ │ │ │ BufferedWriter._w_r_i_t_e(char[] cbuf,
│ │ │ │ void int off, int len)
│ │ │ │ Writes a portion of an array of
│ │ │ │ characters.
│ │ │ │ - Writer._w_r_i_t_e(char[] cbuf, int off,
│ │ │ │ - abstract void int len)
│ │ │ │ + FilterWriter._w_r_i_t_e(char[] cbuf,
│ │ │ │ + void int off, int len)
│ │ │ │ Writes a portion of an array of
│ │ │ │ characters.
│ │ │ │ OutputStreamWriter._w_r_i_t_e(char[] cbuf,
│ │ │ │ void int off, int len)
│ │ │ │ Writes a portion of an array of
│ │ │ │ characters.
│ │ │ │ - FilterWriter._w_r_i_t_e(char[] cbuf,
│ │ │ │ - void int off, int len)
│ │ │ │ + Writer._w_r_i_t_e(char[] cbuf, int off,
│ │ │ │ + abstract void int len)
│ │ │ │ Writes a portion of an array of
│ │ │ │ characters.
│ │ │ │ PipedWriter._w_r_i_t_e(char[] cbuf, int off,
│ │ │ │ int len)
│ │ │ │ void Writes len characters from the
│ │ │ │ specified character array starting at
│ │ │ │ offset off to this piped output stream.
│ │ │ │ - OutputStream._w_r_i_t_e(int b)
│ │ │ │ - abstract void Writes the specified byte to this
│ │ │ │ - output stream.
│ │ │ │ + BufferedOutputStream._w_r_i_t_e(int b)
│ │ │ │ + void Writes the specified byte to this
│ │ │ │ + buffered output stream.
│ │ │ │ void BufferedWriter._w_r_i_t_e(int c)
│ │ │ │ Writes a single character.
│ │ │ │ - void Writer._w_r_i_t_e(int c)
│ │ │ │ - Writes a single character.
│ │ │ │ - FilterOutputStream._w_r_i_t_e(int b)
│ │ │ │ - void Writes the specified byte to this
│ │ │ │ - output stream.
│ │ │ │ - void ObjectOutputStream._w_r_i_t_e(int val)
│ │ │ │ - Writes a byte.
│ │ │ │ void ObjectOutput._w_r_i_t_e(int b)
│ │ │ │ Writes a byte.
│ │ │ │ + void FilterWriter._w_r_i_t_e(int c)
│ │ │ │ + Writes a single character.
│ │ │ │ + void OutputStreamWriter._w_r_i_t_e(int c)
│ │ │ │ + Writes a single character.
│ │ │ │ DataOutput._w_r_i_t_e(int b)
│ │ │ │ void Writes to the output stream the eight
│ │ │ │ low-order bits of the argument b.
│ │ │ │ - void OutputStreamWriter._w_r_i_t_e(int c)
│ │ │ │ - Writes a single character.
│ │ │ │ + FileOutputStream._w_r_i_t_e(int b)
│ │ │ │ + void Writes the specified byte to this file
│ │ │ │ + output stream.
│ │ │ │ + PipedOutputStream._w_r_i_t_e(int b)
│ │ │ │ + void Writes the specified byte to the piped
│ │ │ │ + output stream.
│ │ │ │ DataOutputStream._w_r_i_t_e(int b)
│ │ │ │ void Writes the specified byte (the low
│ │ │ │ eight bits of the argument b) to the
│ │ │ │ underlying output stream.
│ │ │ │ - void FilterWriter._w_r_i_t_e(int c)
│ │ │ │ + FilterOutputStream._w_r_i_t_e(int b)
│ │ │ │ + void Writes the specified byte to this
│ │ │ │ + output stream.
│ │ │ │ + void Writer._w_r_i_t_e(int c)
│ │ │ │ Writes a single character.
│ │ │ │ - PipedOutputStream._w_r_i_t_e(int b)
│ │ │ │ - void Writes the specified byte to the piped
│ │ │ │ + void ObjectOutputStream._w_r_i_t_e(int val)
│ │ │ │ + Writes a byte.
│ │ │ │ + OutputStream._w_r_i_t_e(int b)
│ │ │ │ + abstract void Writes the specified byte to this
│ │ │ │ output stream.
│ │ │ │ - BufferedOutputStream._w_r_i_t_e(int b)
│ │ │ │ - void Writes the specified byte to this
│ │ │ │ - buffered output stream.
│ │ │ │ void RandomAccessFile._w_r_i_t_e(int b)
│ │ │ │ Writes the specified byte to this file.
│ │ │ │ - FileOutputStream._w_r_i_t_e(int b)
│ │ │ │ - void Writes the specified byte to this file
│ │ │ │ - output stream.
│ │ │ │ PipedWriter._w_r_i_t_e(int c)
│ │ │ │ void Writes the specified char to the piped
│ │ │ │ output stream.
│ │ │ │ ObjectOutputStream.PutField._w_r_i_t_e
│ │ │ │ (_O_b_j_e_c_t_O_u_t_p_u_t out)
│ │ │ │ Deprecated.
│ │ │ │ This method does not write the values
│ │ │ │ @@ -1475,102 +1475,102 @@
│ │ │ │ _O_b_j_e_c_t_O_u_t_p_u_t_S_t_r_e_a_m_._w_r_i_t_e_F_i_e_l_d_s_(_)
│ │ │ │ method.
│ │ │ │ void Writer._w_r_i_t_e(_S_t_r_i_n_g str)
│ │ │ │ Writes a string.
│ │ │ │ BufferedWriter._w_r_i_t_e(_S_t_r_i_n_g s, int off,
│ │ │ │ void int len)
│ │ │ │ Writes a portion of a String.
│ │ │ │ - Writer._w_r_i_t_e(_S_t_r_i_n_g str, int off,
│ │ │ │ + FilterWriter._w_r_i_t_e(_S_t_r_i_n_g str, int off,
│ │ │ │ void int len)
│ │ │ │ Writes a portion of a string.
│ │ │ │ OutputStreamWriter._w_r_i_t_e(_S_t_r_i_n_g str,
│ │ │ │ void int off, int len)
│ │ │ │ Writes a portion of a string.
│ │ │ │ - FilterWriter._w_r_i_t_e(_S_t_r_i_n_g str, int off,
│ │ │ │ + Writer._w_r_i_t_e(_S_t_r_i_n_g str, int off,
│ │ │ │ void int len)
│ │ │ │ Writes a portion of a string.
│ │ │ │ - ObjectOutputStream._w_r_i_t_e_B_o_o_l_e_a_n
│ │ │ │ - void (boolean val)
│ │ │ │ - Writes a boolean.
│ │ │ │ DataOutput._w_r_i_t_e_B_o_o_l_e_a_n(boolean v)
│ │ │ │ void Writes a boolean value to this output
│ │ │ │ stream.
│ │ │ │ DataOutputStream._w_r_i_t_e_B_o_o_l_e_a_n
│ │ │ │ void (boolean v)
│ │ │ │ Writes a boolean to the underlying
│ │ │ │ output stream as a 1-byte value.
│ │ │ │ + ObjectOutputStream._w_r_i_t_e_B_o_o_l_e_a_n
│ │ │ │ + void (boolean val)
│ │ │ │ + Writes a boolean.
│ │ │ │ RandomAccessFile._w_r_i_t_e_B_o_o_l_e_a_n
│ │ │ │ void (boolean v)
│ │ │ │ Writes a boolean to the file as a one-
│ │ │ │ byte value.
│ │ │ │ - void ObjectOutputStream._w_r_i_t_e_B_y_t_e(int val)
│ │ │ │ - Writes an 8 bit byte.
│ │ │ │ DataOutput._w_r_i_t_e_B_y_t_e(int v)
│ │ │ │ void Writes to the output stream the eight
│ │ │ │ low- order bits of the argument v.
│ │ │ │ DataOutputStream._w_r_i_t_e_B_y_t_e(int v)
│ │ │ │ void Writes out a byte to the underlying
│ │ │ │ output stream as a 1-byte value.
│ │ │ │ + void ObjectOutputStream._w_r_i_t_e_B_y_t_e(int val)
│ │ │ │ + Writes an 8 bit byte.
│ │ │ │ RandomAccessFile._w_r_i_t_e_B_y_t_e(int v)
│ │ │ │ void Writes a byte to the file as a one-byte
│ │ │ │ value.
│ │ │ │ - ObjectOutputStream._w_r_i_t_e_B_y_t_e_s
│ │ │ │ - void (_S_t_r_i_n_g str)
│ │ │ │ - Writes a String as a sequence of bytes.
│ │ │ │ void DataOutput._w_r_i_t_e_B_y_t_e_s(_S_t_r_i_n_g s)
│ │ │ │ Writes a string to the output stream.
│ │ │ │ DataOutputStream._w_r_i_t_e_B_y_t_e_s(_S_t_r_i_n_g s)
│ │ │ │ void Writes out the string to the underlying
│ │ │ │ output stream as a sequence of bytes.
│ │ │ │ + ObjectOutputStream._w_r_i_t_e_B_y_t_e_s
│ │ │ │ + void (_S_t_r_i_n_g str)
│ │ │ │ + Writes a String as a sequence of bytes.
│ │ │ │ RandomAccessFile._w_r_i_t_e_B_y_t_e_s(_S_t_r_i_n_g s)
│ │ │ │ void Writes the string to the file as a
│ │ │ │ sequence of bytes.
│ │ │ │ - void ObjectOutputStream._w_r_i_t_e_C_h_a_r(int val)
│ │ │ │ - Writes a 16 bit char.
│ │ │ │ DataOutput._w_r_i_t_e_C_h_a_r(int v)
│ │ │ │ void Writes a char value, which is comprised
│ │ │ │ of two bytes, to the output stream.
│ │ │ │ DataOutputStream._w_r_i_t_e_C_h_a_r(int v)
│ │ │ │ void Writes a char to the underlying output
│ │ │ │ stream as a 2-byte value, high byte
│ │ │ │ first.
│ │ │ │ + void ObjectOutputStream._w_r_i_t_e_C_h_a_r(int val)
│ │ │ │ + Writes a 16 bit char.
│ │ │ │ RandomAccessFile._w_r_i_t_e_C_h_a_r(int v)
│ │ │ │ void Writes a char to the file as a two-byte
│ │ │ │ value, high byte first.
│ │ │ │ - ObjectOutputStream._w_r_i_t_e_C_h_a_r_s
│ │ │ │ - void (_S_t_r_i_n_g str)
│ │ │ │ - Writes a String as a sequence of chars.
│ │ │ │ DataOutput._w_r_i_t_e_C_h_a_r_s(_S_t_r_i_n_g s)
│ │ │ │ void Writes every character in the string s,
│ │ │ │ to the output stream, in order, two
│ │ │ │ bytes per character.
│ │ │ │ DataOutputStream._w_r_i_t_e_C_h_a_r_s(_S_t_r_i_n_g s)
│ │ │ │ void Writes a string to the underlying
│ │ │ │ output stream as a sequence of
│ │ │ │ characters.
│ │ │ │ + ObjectOutputStream._w_r_i_t_e_C_h_a_r_s
│ │ │ │ + void (_S_t_r_i_n_g str)
│ │ │ │ + Writes a String as a sequence of chars.
│ │ │ │ RandomAccessFile._w_r_i_t_e_C_h_a_r_s(_S_t_r_i_n_g s)
│ │ │ │ void Writes a string to the file as a
│ │ │ │ sequence of characters.
│ │ │ │ ObjectOutputStream._w_r_i_t_e_C_l_a_s_s_D_e_s_c_r_i_p_t_o_r
│ │ │ │ protected void (_O_b_j_e_c_t_S_t_r_e_a_m_C_l_a_s_s desc)
│ │ │ │ Write the specified class descriptor to
│ │ │ │ the ObjectOutputStream.
│ │ │ │ - ObjectOutputStream._w_r_i_t_e_D_o_u_b_l_e
│ │ │ │ - void (double val)
│ │ │ │ - Writes a 64 bit double.
│ │ │ │ DataOutput._w_r_i_t_e_D_o_u_b_l_e(double v)
│ │ │ │ void Writes a double value, which is
│ │ │ │ comprised of eight bytes, to the output
│ │ │ │ stream.
│ │ │ │ DataOutputStream._w_r_i_t_e_D_o_u_b_l_e(double v)
│ │ │ │ Converts the double argument to a long
│ │ │ │ void using the doubleToLongBits method in
│ │ │ │ class Double, and then writes that long
│ │ │ │ value to the underlying output stream
│ │ │ │ as an 8-byte quantity, high byte first.
│ │ │ │ + ObjectOutputStream._w_r_i_t_e_D_o_u_b_l_e
│ │ │ │ + void (double val)
│ │ │ │ + Writes a 64 bit double.
│ │ │ │ RandomAccessFile._w_r_i_t_e_D_o_u_b_l_e(double v)
│ │ │ │ Converts the double argument to a long
│ │ │ │ void using the doubleToLongBits method in
│ │ │ │ class Double, and then writes that long
│ │ │ │ value to the file as an eight-byte
│ │ │ │ quantity, high byte first.
│ │ │ │ Externalizable._w_r_i_t_e_E_x_t_e_r_n_a_l
│ │ │ │ @@ -1580,74 +1580,74 @@
│ │ │ │ the methods of DataOutput for its
│ │ │ │ primitive values or calling the
│ │ │ │ writeObject method of ObjectOutput for
│ │ │ │ objects, strings, and arrays.
│ │ │ │ ObjectOutputStream._w_r_i_t_e_F_i_e_l_d_s()
│ │ │ │ void Write the buffered fields to the
│ │ │ │ stream.
│ │ │ │ - ObjectOutputStream._w_r_i_t_e_F_l_o_a_t
│ │ │ │ - void (float val)
│ │ │ │ - Writes a 32 bit float.
│ │ │ │ DataOutput._w_r_i_t_e_F_l_o_a_t(float v)
│ │ │ │ void Writes a float value, which is
│ │ │ │ comprised of four bytes, to the output
│ │ │ │ stream.
│ │ │ │ DataOutputStream._w_r_i_t_e_F_l_o_a_t(float v)
│ │ │ │ Converts the float argument to an int
│ │ │ │ void using the floatToIntBits method in
│ │ │ │ class Float, and then writes that int
│ │ │ │ value to the underlying output stream
│ │ │ │ as a 4-byte quantity, high byte first.
│ │ │ │ + ObjectOutputStream._w_r_i_t_e_F_l_o_a_t
│ │ │ │ + void (float val)
│ │ │ │ + Writes a 32 bit float.
│ │ │ │ RandomAccessFile._w_r_i_t_e_F_l_o_a_t(float v)
│ │ │ │ Converts the float argument to an int
│ │ │ │ void using the floatToIntBits method in
│ │ │ │ class Float, and then writes that int
│ │ │ │ value to the file as a four-byte
│ │ │ │ quantity, high byte first.
│ │ │ │ - void ObjectOutputStream._w_r_i_t_e_I_n_t(int val)
│ │ │ │ - Writes a 32 bit int.
│ │ │ │ DataOutput._w_r_i_t_e_I_n_t(int v)
│ │ │ │ void Writes an int value, which is comprised
│ │ │ │ of four bytes, to the output stream.
│ │ │ │ DataOutputStream._w_r_i_t_e_I_n_t(int v)
│ │ │ │ void Writes an int to the underlying output
│ │ │ │ stream as four bytes, high byte first.
│ │ │ │ + void ObjectOutputStream._w_r_i_t_e_I_n_t(int val)
│ │ │ │ + Writes a 32 bit int.
│ │ │ │ RandomAccessFile._w_r_i_t_e_I_n_t(int v)
│ │ │ │ void Writes an int to the file as four
│ │ │ │ bytes, high byte first.
│ │ │ │ - void ObjectOutputStream._w_r_i_t_e_L_o_n_g(long val)
│ │ │ │ - Writes a 64 bit long.
│ │ │ │ DataOutput._w_r_i_t_e_L_o_n_g(long v)
│ │ │ │ void Writes a long value, which is comprised
│ │ │ │ of eight bytes, to the output stream.
│ │ │ │ DataOutputStream._w_r_i_t_e_L_o_n_g(long v)
│ │ │ │ void Writes a long to the underlying output
│ │ │ │ stream as eight bytes, high byte first.
│ │ │ │ + void ObjectOutputStream._w_r_i_t_e_L_o_n_g(long val)
│ │ │ │ + Writes a 64 bit long.
│ │ │ │ RandomAccessFile._w_r_i_t_e_L_o_n_g(long v)
│ │ │ │ void Writes a long to the file as eight
│ │ │ │ bytes, high byte first.
│ │ │ │ + ObjectOutput._w_r_i_t_e_O_b_j_e_c_t(_O_b_j_e_c_t obj)
│ │ │ │ + void Write an object to the underlying
│ │ │ │ + storage or stream.
│ │ │ │ ObjectOutputStream._w_r_i_t_e_O_b_j_e_c_t
│ │ │ │ void (_O_b_j_e_c_t obj)
│ │ │ │ Write the specified object to the
│ │ │ │ ObjectOutputStream.
│ │ │ │ - ObjectOutput._w_r_i_t_e_O_b_j_e_c_t(_O_b_j_e_c_t obj)
│ │ │ │ - void Write an object to the underlying
│ │ │ │ - storage or stream.
│ │ │ │ ObjectOutputStream._w_r_i_t_e_O_b_j_e_c_t_O_v_e_r_r_i_d_e
│ │ │ │ protected void (_O_b_j_e_c_t obj)
│ │ │ │ Method used by subclasses to override
│ │ │ │ the default writeObject method.
│ │ │ │ - void ObjectOutputStream._w_r_i_t_e_S_h_o_r_t(int val)
│ │ │ │ - Writes a 16 bit short.
│ │ │ │ DataOutput._w_r_i_t_e_S_h_o_r_t(int v)
│ │ │ │ void Writes two bytes to the output stream
│ │ │ │ to represent the value of the argument.
│ │ │ │ DataOutputStream._w_r_i_t_e_S_h_o_r_t(int v)
│ │ │ │ void Writes a short to the underlying output
│ │ │ │ stream as two bytes, high byte first.
│ │ │ │ + void ObjectOutputStream._w_r_i_t_e_S_h_o_r_t(int val)
│ │ │ │ + Writes a 16 bit short.
│ │ │ │ RandomAccessFile._w_r_i_t_e_S_h_o_r_t(int v)
│ │ │ │ void Writes a short to the file as two
│ │ │ │ bytes, high byte first.
│ │ │ │ ObjectOutputStream._w_r_i_t_e_S_t_r_e_a_m_H_e_a_d_e_r()
│ │ │ │ protected void The writeStreamHeader method is
│ │ │ │ provided so subclasses can append or
│ │ │ │ prepend their own header to the stream.
│ │ │ │ @@ -1661,27 +1661,27 @@
│ │ │ │ CharArrayWriter._w_r_i_t_e_T_o(_W_r_i_t_e_r out)
│ │ │ │ void Writes the contents of the buffer to
│ │ │ │ another character stream.
│ │ │ │ ObjectOutputStream._w_r_i_t_e_U_n_s_h_a_r_e_d
│ │ │ │ void (_O_b_j_e_c_t obj)
│ │ │ │ Writes an "unshared" object to the
│ │ │ │ ObjectOutputStream.
│ │ │ │ - ObjectOutputStream._w_r_i_t_e_U_T_F(_S_t_r_i_n_g str)
│ │ │ │ - void Primitive data write of this String in
│ │ │ │ - _m_o_d_i_f_i_e_d_ _U_T_F_-_8 format.
│ │ │ │ DataOutput._w_r_i_t_e_U_T_F(_S_t_r_i_n_g s)
│ │ │ │ Writes two bytes of length information
│ │ │ │ void to the output stream, followed by the
│ │ │ │ _m_o_d_i_f_i_e_d_ _U_T_F_-_8 representation of every
│ │ │ │ character in the string s.
│ │ │ │ DataOutputStream._w_r_i_t_e_U_T_F(_S_t_r_i_n_g str)
│ │ │ │ Writes a string to the underlying
│ │ │ │ void output stream using _m_o_d_i_f_i_e_d_ _U_T_F_-
│ │ │ │ _8 encoding in a machine-independent
│ │ │ │ manner.
│ │ │ │ + ObjectOutputStream._w_r_i_t_e_U_T_F(_S_t_r_i_n_g str)
│ │ │ │ + void Primitive data write of this String in
│ │ │ │ + _m_o_d_i_f_i_e_d_ _U_T_F_-_8 format.
│ │ │ │ RandomAccessFile._w_r_i_t_e_U_T_F(_S_t_r_i_n_g str)
│ │ │ │ void Writes a string to the file using
│ │ │ │ _m_o_d_i_f_i_e_d_ _U_T_F_-_8 encoding in a machine-
│ │ │ │ independent manner.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_.._ii_oo wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ @@ -1870,52 +1870,52 @@
│ │ │ │ Accepts a connection.
│ │ │ │ SocketImpl._a_v_a_i_l_a_b_l_e()
│ │ │ │ protected abstract int Returns the number of bytes that can be
│ │ │ │ read from this socket without blocking.
│ │ │ │ SocketImpl._b_i_n_d(_I_n_e_t_A_d_d_r_e_s_s host, int port)
│ │ │ │ protected abstract void Binds this socket to the specified local IP
│ │ │ │ address and port number.
│ │ │ │ - void Socket._b_i_n_d(_S_o_c_k_e_t_A_d_d_r_e_s_s bindpoint)
│ │ │ │ - Binds the socket to a local address.
│ │ │ │ ServerSocket._b_i_n_d(_S_o_c_k_e_t_A_d_d_r_e_s_s endpoint)
│ │ │ │ void Binds the ServerSocket to a specific
│ │ │ │ address (IP address and port number).
│ │ │ │ + void Socket._b_i_n_d(_S_o_c_k_e_t_A_d_d_r_e_s_s bindpoint)
│ │ │ │ + Binds the socket to a local address.
│ │ │ │ ServerSocket._b_i_n_d(_S_o_c_k_e_t_A_d_d_r_e_s_s endpoint,
│ │ │ │ void int backlog)
│ │ │ │ Binds the ServerSocket to a specific
│ │ │ │ address (IP address and port number).
│ │ │ │ + protected abstract void SocketImpl._c_l_o_s_e()
│ │ │ │ + Closes this socket.
│ │ │ │ URLClassLoader._c_l_o_s_e()
│ │ │ │ void Closes this URLClassLoader, so that it can
│ │ │ │ no longer be used to load new classes or
│ │ │ │ resources that are defined by this loader.
│ │ │ │ - void Socket._c_l_o_s_e()
│ │ │ │ - Closes this socket.
│ │ │ │ - protected abstract void SocketImpl._c_l_o_s_e()
│ │ │ │ - Closes this socket.
│ │ │ │ void ServerSocket._c_l_o_s_e()
│ │ │ │ Closes this socket.
│ │ │ │ + void Socket._c_l_o_s_e()
│ │ │ │ + Closes this socket.
│ │ │ │ URLConnection._c_o_n_n_e_c_t()
│ │ │ │ Opens a communications link to the resource
│ │ │ │ abstract void referenced by this URL, if such a
│ │ │ │ connection has not already been
│ │ │ │ established.
│ │ │ │ SocketImpl._c_o_n_n_e_c_t(_I_n_e_t_A_d_d_r_e_s_s address,
│ │ │ │ protected abstract void int port)
│ │ │ │ Connects this socket to the specified port
│ │ │ │ number on the specified host.
│ │ │ │ void Socket._c_o_n_n_e_c_t(_S_o_c_k_e_t_A_d_d_r_e_s_s endpoint)
│ │ │ │ Connects this socket to the server.
│ │ │ │ - Socket._c_o_n_n_e_c_t(_S_o_c_k_e_t_A_d_d_r_e_s_s endpoint,
│ │ │ │ - void int timeout)
│ │ │ │ - Connects this socket to the server with a
│ │ │ │ - specified timeout value.
│ │ │ │ SocketImpl._c_o_n_n_e_c_t(_S_o_c_k_e_t_A_d_d_r_e_s_s address,
│ │ │ │ protected abstract void int timeout)
│ │ │ │ Connects this socket to the specified port
│ │ │ │ number on the specified host.
│ │ │ │ + Socket._c_o_n_n_e_c_t(_S_o_c_k_e_t_A_d_d_r_e_s_s endpoint,
│ │ │ │ + void int timeout)
│ │ │ │ + Connects this socket to the server with a
│ │ │ │ + specified timeout value.
│ │ │ │ SocketImpl._c_o_n_n_e_c_t(_S_t_r_i_n_g host, int port)
│ │ │ │ protected abstract void Connects this socket to the specified port
│ │ │ │ on the named host.
│ │ │ │ SocketImpl._c_r_e_a_t_e(boolean stream)
│ │ │ │ protected abstract void Creates either a stream or a datagram
│ │ │ │ socket.
│ │ │ │ URLClassLoader._f_i_n_d_R_e_s_o_u_r_c_e_s(_S_t_r_i_n_g name)
│ │ │ │ @@ -1935,34 +1935,34 @@
│ │ │ │ Retrieve the cached response based on the
│ │ │ │ requesting uri, request method and request
│ │ │ │ headers.
│ │ │ │ JarURLConnection._g_e_t_A_t_t_r_i_b_u_t_e_s()
│ │ │ │ _A_t_t_r_i_b_u_t_e_s Return the Attributes object for this
│ │ │ │ connection if the URL for it points to a
│ │ │ │ JAR file entry, null otherwise.
│ │ │ │ - CacheResponse._g_e_t_B_o_d_y()
│ │ │ │ - abstract _I_n_p_u_t_S_t_r_e_a_m Returns the response body as an
│ │ │ │ - InputStream.
│ │ │ │ CacheRequest._g_e_t_B_o_d_y()
│ │ │ │ abstract _O_u_t_p_u_t_S_t_r_e_a_m Returns an OutputStream to which the
│ │ │ │ response body can be written.
│ │ │ │ + CacheResponse._g_e_t_B_o_d_y()
│ │ │ │ + abstract _I_n_p_u_t_S_t_r_e_a_m Returns the response body as an
│ │ │ │ + InputStream.
│ │ │ │ JarURLConnection._g_e_t_C_e_r_t_i_f_i_c_a_t_e_s()
│ │ │ │ _C_e_r_t_i_f_i_c_a_t_e[] Return the Certificate object for this
│ │ │ │ connection if the URL for it points to a
│ │ │ │ JAR file entry, null otherwise.
│ │ │ │ - _O_b_j_e_c_t URL._g_e_t_C_o_n_t_e_n_t()
│ │ │ │ - Gets the contents of this URL.
│ │ │ │ URLConnection._g_e_t_C_o_n_t_e_n_t()
│ │ │ │ _O_b_j_e_c_t Retrieves the contents of this URL
│ │ │ │ connection.
│ │ │ │ - _O_b_j_e_c_t URL._g_e_t_C_o_n_t_e_n_t(_C_l_a_s_s[] classes)
│ │ │ │ + _O_b_j_e_c_t URL._g_e_t_C_o_n_t_e_n_t()
│ │ │ │ Gets the contents of this URL.
│ │ │ │ URLConnection._g_e_t_C_o_n_t_e_n_t(_C_l_a_s_s[] classes)
│ │ │ │ _O_b_j_e_c_t Retrieves the contents of this URL
│ │ │ │ connection.
│ │ │ │ + _O_b_j_e_c_t URL._g_e_t_C_o_n_t_e_n_t(_C_l_a_s_s[] classes)
│ │ │ │ + Gets the contents of this URL.
│ │ │ │ ContentHandler._g_e_t_C_o_n_t_e_n_t
│ │ │ │ (_U_R_L_C_o_n_n_e_c_t_i_o_n urlc)
│ │ │ │ abstract _O_b_j_e_c_t Given a URL connect stream positioned at
│ │ │ │ the beginning of the representation of an
│ │ │ │ object, this method reads that stream and
│ │ │ │ creates an object from it.
│ │ │ │ ContentHandler._g_e_t_C_o_n_t_e_n_t
│ │ │ │ @@ -1970,68 +1970,68 @@
│ │ │ │ Given a URL connect stream positioned at
│ │ │ │ _O_b_j_e_c_t the beginning of the representation of an
│ │ │ │ object, this method reads that stream and
│ │ │ │ creates an object that matches one of the
│ │ │ │ types specified.
│ │ │ │ abstract CacheResponse._g_e_t_H_e_a_d_e_r_s()
│ │ │ │ _M_a_p<_S_t_r_i_n_g,_L_i_s_t<_S_t_r_i_n_g>> Returns the response headers as a Map.
│ │ │ │ + protected abstract SocketImpl._g_e_t_I_n_p_u_t_S_t_r_e_a_m()
│ │ │ │ + _I_n_p_u_t_S_t_r_e_a_m Returns an input stream for this socket.
│ │ │ │ URLConnection._g_e_t_I_n_p_u_t_S_t_r_e_a_m()
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m Returns an input stream that reads from
│ │ │ │ this open connection.
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m Socket._g_e_t_I_n_p_u_t_S_t_r_e_a_m()
│ │ │ │ Returns an input stream for this socket.
│ │ │ │ - protected abstract SocketImpl._g_e_t_I_n_p_u_t_S_t_r_e_a_m()
│ │ │ │ - _I_n_p_u_t_S_t_r_e_a_m Returns an input stream for this socket.
│ │ │ │ JarURLConnection._g_e_t_J_a_r_E_n_t_r_y()
│ │ │ │ _J_a_r_E_n_t_r_y Return the JAR entry object for this
│ │ │ │ connection, if any.
│ │ │ │ abstract _J_a_r_F_i_l_e JarURLConnection._g_e_t_J_a_r_F_i_l_e()
│ │ │ │ Return the JAR file for this connection.
│ │ │ │ JarURLConnection._g_e_t_M_a_i_n_A_t_t_r_i_b_u_t_e_s()
│ │ │ │ _A_t_t_r_i_b_u_t_e_s Returns the main Attributes for the JAR
│ │ │ │ file for this connection.
│ │ │ │ JarURLConnection._g_e_t_M_a_n_i_f_e_s_t()
│ │ │ │ _M_a_n_i_f_e_s_t Returns the Manifest for this connection,
│ │ │ │ or null if none.
│ │ │ │ + protected abstract SocketImpl._g_e_t_O_u_t_p_u_t_S_t_r_e_a_m()
│ │ │ │ + _O_u_t_p_u_t_S_t_r_e_a_m Returns an output stream for this socket.
│ │ │ │ URLConnection._g_e_t_O_u_t_p_u_t_S_t_r_e_a_m()
│ │ │ │ _O_u_t_p_u_t_S_t_r_e_a_m Returns an output stream that writes to
│ │ │ │ this connection.
│ │ │ │ _O_u_t_p_u_t_S_t_r_e_a_m Socket._g_e_t_O_u_t_p_u_t_S_t_r_e_a_m()
│ │ │ │ Returns an output stream for this socket.
│ │ │ │ - protected abstract SocketImpl._g_e_t_O_u_t_p_u_t_S_t_r_e_a_m()
│ │ │ │ - _O_u_t_p_u_t_S_t_r_e_a_m Returns an output stream for this socket.
│ │ │ │ - URLConnection._g_e_t_P_e_r_m_i_s_s_i_o_n()
│ │ │ │ - _P_e_r_m_i_s_s_i_o_n Returns a permission object representing
│ │ │ │ - the permission necessary to make the
│ │ │ │ - connection represented by this object.
│ │ │ │ HttpURLConnection._g_e_t_P_e_r_m_i_s_s_i_o_n()
│ │ │ │ _P_e_r_m_i_s_s_i_o_n Returns a _S_o_c_k_e_t_P_e_r_m_i_s_s_i_o_n object
│ │ │ │ representing the permission necessary to
│ │ │ │ connect to the destination host and port.
│ │ │ │ + URLConnection._g_e_t_P_e_r_m_i_s_s_i_o_n()
│ │ │ │ + _P_e_r_m_i_s_s_i_o_n Returns a permission object representing
│ │ │ │ + the permission necessary to make the
│ │ │ │ + connection represented by this object.
│ │ │ │ HttpURLConnection._g_e_t_R_e_s_p_o_n_s_e_C_o_d_e()
│ │ │ │ int Gets the status code from an HTTP response
│ │ │ │ message.
│ │ │ │ HttpURLConnection._g_e_t_R_e_s_p_o_n_s_e_M_e_s_s_a_g_e()
│ │ │ │ _S_t_r_i_n_g Gets the HTTP response message, if any,
│ │ │ │ returned along with the response code from
│ │ │ │ a server.
│ │ │ │ int ServerSocket._g_e_t_S_o_T_i_m_e_o_u_t()
│ │ │ │ Retrieve setting for _S_O___T_I_M_E_O_U_T.
│ │ │ │ - protected abstract int DatagramSocketImpl._g_e_t_T_i_m_e_T_o_L_i_v_e()
│ │ │ │ - Retrieve the TTL (time-to-live) option.
│ │ │ │ MulticastSocket._g_e_t_T_i_m_e_T_o_L_i_v_e()
│ │ │ │ int Get the default time-to-live for multicast
│ │ │ │ packets sent out on the socket.
│ │ │ │ - DatagramSocketImpl._g_e_t_T_T_L()
│ │ │ │ - protected abstract byte Deprecated.
│ │ │ │ - use getTimeToLive instead.
│ │ │ │ + protected abstract int DatagramSocketImpl._g_e_t_T_i_m_e_T_o_L_i_v_e()
│ │ │ │ + Retrieve the TTL (time-to-live) option.
│ │ │ │ MulticastSocket._g_e_t_T_T_L()
│ │ │ │ byte Deprecated.
│ │ │ │ use the getTimeToLive method instead, which
│ │ │ │ returns an iinntt instead of a bbyyttee.
│ │ │ │ + DatagramSocketImpl._g_e_t_T_T_L()
│ │ │ │ + protected abstract byte Deprecated.
│ │ │ │ + use getTimeToLive instead.
│ │ │ │ URLConnection._g_u_e_s_s_C_o_n_t_e_n_t_T_y_p_e_F_r_o_m_S_t_r_e_a_m
│ │ │ │ (_I_n_p_u_t_S_t_r_e_a_m is)
│ │ │ │ static _S_t_r_i_n_g Tries to determine the type of an input
│ │ │ │ stream based on the characters at the
│ │ │ │ beginning of the input stream.
│ │ │ │ ServerSocket._i_m_p_l_A_c_c_e_p_t(_S_o_c_k_e_t s)
│ │ │ │ protected void Subclasses of ServerSocket use this method
│ │ │ │ @@ -2045,38 +2045,38 @@
│ │ │ │ Test whether that address is reachable.
│ │ │ │ DatagramSocketImpl._j_o_i_n
│ │ │ │ protected abstract void (_I_n_e_t_A_d_d_r_e_s_s inetaddr)
│ │ │ │ Join the multicast group.
│ │ │ │ MulticastSocket._j_o_i_n_G_r_o_u_p
│ │ │ │ void (_I_n_e_t_A_d_d_r_e_s_s mcastaddr)
│ │ │ │ Joins a multicast group.
│ │ │ │ - DatagramSocketImpl._j_o_i_n_G_r_o_u_p
│ │ │ │ - protected abstract void (_S_o_c_k_e_t_A_d_d_r_e_s_s mcastaddr,
│ │ │ │ - _N_e_t_w_o_r_k_I_n_t_e_r_f_a_c_e netIf)
│ │ │ │ - Join the multicast group.
│ │ │ │ MulticastSocket._j_o_i_n_G_r_o_u_p
│ │ │ │ (_S_o_c_k_e_t_A_d_d_r_e_s_s mcastaddr,
│ │ │ │ void _N_e_t_w_o_r_k_I_n_t_e_r_f_a_c_e netIf)
│ │ │ │ Joins the specified multicast group at the
│ │ │ │ specified interface.
│ │ │ │ + DatagramSocketImpl._j_o_i_n_G_r_o_u_p
│ │ │ │ + protected abstract void (_S_o_c_k_e_t_A_d_d_r_e_s_s mcastaddr,
│ │ │ │ + _N_e_t_w_o_r_k_I_n_t_e_r_f_a_c_e netIf)
│ │ │ │ + Join the multicast group.
│ │ │ │ DatagramSocketImpl._l_e_a_v_e
│ │ │ │ protected abstract void (_I_n_e_t_A_d_d_r_e_s_s inetaddr)
│ │ │ │ Leave the multicast group.
│ │ │ │ MulticastSocket._l_e_a_v_e_G_r_o_u_p
│ │ │ │ void (_I_n_e_t_A_d_d_r_e_s_s mcastaddr)
│ │ │ │ Leave a multicast group.
│ │ │ │ - DatagramSocketImpl._l_e_a_v_e_G_r_o_u_p
│ │ │ │ - protected abstract void (_S_o_c_k_e_t_A_d_d_r_e_s_s mcastaddr,
│ │ │ │ - _N_e_t_w_o_r_k_I_n_t_e_r_f_a_c_e netIf)
│ │ │ │ - Leave the multicast group.
│ │ │ │ MulticastSocket._l_e_a_v_e_G_r_o_u_p
│ │ │ │ (_S_o_c_k_e_t_A_d_d_r_e_s_s mcastaddr,
│ │ │ │ void _N_e_t_w_o_r_k_I_n_t_e_r_f_a_c_e netIf)
│ │ │ │ Leave a multicast group on a specified
│ │ │ │ local interface.
│ │ │ │ + DatagramSocketImpl._l_e_a_v_e_G_r_o_u_p
│ │ │ │ + protected abstract void (_S_o_c_k_e_t_A_d_d_r_e_s_s mcastaddr,
│ │ │ │ + _N_e_t_w_o_r_k_I_n_t_e_r_f_a_c_e netIf)
│ │ │ │ + Leave the multicast group.
│ │ │ │ SocketImpl._l_i_s_t_e_n(int backlog)
│ │ │ │ protected abstract void Sets the maximum queue length for incoming
│ │ │ │ connection indications (a request to
│ │ │ │ connect) to the count argument.
│ │ │ │ URL._o_p_e_n_C_o_n_n_e_c_t_i_o_n()
│ │ │ │ _U_R_L_C_o_n_n_e_c_t_i_o_n Returns a _U_R_L_C_o_n_n_e_c_t_i_o_n instance that
│ │ │ │ represents a connection to the remote
│ │ │ │ @@ -2135,55 +2135,55 @@
│ │ │ │ Deprecated.
│ │ │ │ Use the following code or its equivalent
│ │ │ │ void instead: ...... int ttl =
│ │ │ │ mcastSocket.getTimeToLive();
│ │ │ │ mcastSocket.setTimeToLive(newttl);
│ │ │ │ mcastSocket.send(p);
│ │ │ │ mcastSocket.setTimeToLive(ttl); ......
│ │ │ │ - void Socket._s_e_n_d_U_r_g_e_n_t_D_a_t_a(int data)
│ │ │ │ - Send one byte of urgent data on the socket.
│ │ │ │ protected abstract void SocketImpl._s_e_n_d_U_r_g_e_n_t_D_a_t_a(int data)
│ │ │ │ Send one byte of urgent data on the socket.
│ │ │ │ + void Socket._s_e_n_d_U_r_g_e_n_t_D_a_t_a(int data)
│ │ │ │ + Send one byte of urgent data on the socket.
│ │ │ │ DatagramSocket._s_e_t_D_a_t_a_g_r_a_m_S_o_c_k_e_t_I_m_p_l_F_a_c_t_o_r_y
│ │ │ │ static void (_D_a_t_a_g_r_a_m_S_o_c_k_e_t_I_m_p_l_F_a_c_t_o_r_y fac)
│ │ │ │ Sets the datagram socket implementation
│ │ │ │ factory for the application.
│ │ │ │ ServerSocket._s_e_t_S_o_c_k_e_t_F_a_c_t_o_r_y
│ │ │ │ static void (_S_o_c_k_e_t_I_m_p_l_F_a_c_t_o_r_y fac)
│ │ │ │ Sets the server socket implementation
│ │ │ │ factory for the application.
│ │ │ │ Socket._s_e_t_S_o_c_k_e_t_I_m_p_l_F_a_c_t_o_r_y
│ │ │ │ static void (_S_o_c_k_e_t_I_m_p_l_F_a_c_t_o_r_y fac)
│ │ │ │ Sets the client socket implementation
│ │ │ │ factory for the application.
│ │ │ │ - protected abstract void DatagramSocketImpl._s_e_t_T_i_m_e_T_o_L_i_v_e(int ttl)
│ │ │ │ - Set the TTL (time-to-live) option.
│ │ │ │ MulticastSocket._s_e_t_T_i_m_e_T_o_L_i_v_e(int ttl)
│ │ │ │ Set the default time-to-live for multicast
│ │ │ │ void packets sent out on this MulticastSocket in
│ │ │ │ order to control the scope of the
│ │ │ │ multicasts.
│ │ │ │ - DatagramSocketImpl._s_e_t_T_T_L(byte ttl)
│ │ │ │ - protected abstract void Deprecated.
│ │ │ │ - use setTimeToLive instead.
│ │ │ │ + protected abstract void DatagramSocketImpl._s_e_t_T_i_m_e_T_o_L_i_v_e(int ttl)
│ │ │ │ + Set the TTL (time-to-live) option.
│ │ │ │ MulticastSocket._s_e_t_T_T_L(byte ttl)
│ │ │ │ Deprecated.
│ │ │ │ void use the setTimeToLive method instead, which
│ │ │ │ uses iinntt instead of bbyyttee as the type for
│ │ │ │ ttl.
│ │ │ │ - Socket._s_h_u_t_d_o_w_n_I_n_p_u_t()
│ │ │ │ - void Places the input stream for this socket at
│ │ │ │ - "end of stream".
│ │ │ │ + DatagramSocketImpl._s_e_t_T_T_L(byte ttl)
│ │ │ │ + protected abstract void Deprecated.
│ │ │ │ + use setTimeToLive instead.
│ │ │ │ SocketImpl._s_h_u_t_d_o_w_n_I_n_p_u_t()
│ │ │ │ protected void Places the input stream for this socket at
│ │ │ │ "end of stream".
│ │ │ │ - void Socket._s_h_u_t_d_o_w_n_O_u_t_p_u_t()
│ │ │ │ - Disables the output stream for this socket.
│ │ │ │ + Socket._s_h_u_t_d_o_w_n_I_n_p_u_t()
│ │ │ │ + void Places the input stream for this socket at
│ │ │ │ + "end of stream".
│ │ │ │ protected void SocketImpl._s_h_u_t_d_o_w_n_O_u_t_p_u_t()
│ │ │ │ Disables the output stream for this socket.
│ │ │ │ + void Socket._s_h_u_t_d_o_w_n_O_u_t_p_u_t()
│ │ │ │ + Disables the output stream for this socket.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_.._nn_ee_tt tthhaatt tthhrrooww _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _M_u_l_t_i_c_a_s_t_S_o_c_k_e_t()
│ │ │ │ Create a multicast socket.
│ │ │ │ _M_u_l_t_i_c_a_s_t_S_o_c_k_e_t(int port)
│ │ │ │ Create a multicast socket and bind it to a specific port.
│ │ │ │ _M_u_l_t_i_c_a_s_t_S_o_c_k_e_t(_S_o_c_k_e_t_A_d_d_r_e_s_s bindaddr)
│ │ │ │ @@ -2249,54 +2249,54 @@
│ │ │ │ timeout elapses before an asynchronous operation
│ │ │ │ completes.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._nn_ii_oo_.._cc_hh_aa_nn_nn_ee_ll_ss tthhaatt tthhrrooww _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ ServerSocketChannel._a_c_c_e_p_t()
│ │ │ │ abstract _S_o_c_k_e_t_C_h_a_n_n_e_l Accepts a connection made to this channel's
│ │ │ │ socket.
│ │ │ │ + abstract _A_s_y_n_c_h_r_o_n_o_u_s_S_o_c_k_e_t_C_h_a_n_n_e_l AsynchronousSocketChannel._b_i_n_d
│ │ │ │ + (_S_o_c_k_e_t_A_d_d_r_e_s_s local)
│ │ │ │ + AsynchronousServerSocketChannel._b_i_n_d
│ │ │ │ + (_S_o_c_k_e_t_A_d_d_r_e_s_s local)
│ │ │ │ + _A_s_y_n_c_h_r_o_n_o_u_s_S_e_r_v_e_r_S_o_c_k_e_t_C_h_a_n_n_e_l Binds the channel's socket to a local address
│ │ │ │ + and configures the socket to listen for
│ │ │ │ + connections.
│ │ │ │ abstract _S_o_c_k_e_t_C_h_a_n_n_e_l SocketChannel._b_i_n_d(_S_o_c_k_e_t_A_d_d_r_e_s_s local)
│ │ │ │ _N_e_t_w_o_r_k_C_h_a_n_n_e_l NetworkChannel._b_i_n_d(_S_o_c_k_e_t_A_d_d_r_e_s_s local)
│ │ │ │ Binds the channel's socket to a local address.
│ │ │ │ + abstract _D_a_t_a_g_r_a_m_C_h_a_n_n_e_l DatagramChannel._b_i_n_d(_S_o_c_k_e_t_A_d_d_r_e_s_s local)
│ │ │ │ ServerSocketChannel._b_i_n_d(_S_o_c_k_e_t_A_d_d_r_e_s_s local)
│ │ │ │ _S_e_r_v_e_r_S_o_c_k_e_t_C_h_a_n_n_e_l Binds the channel's socket to a local address
│ │ │ │ and configures the socket to listen for
│ │ │ │ connections.
│ │ │ │ - abstract _D_a_t_a_g_r_a_m_C_h_a_n_n_e_l DatagramChannel._b_i_n_d(_S_o_c_k_e_t_A_d_d_r_e_s_s local)
│ │ │ │ AsynchronousServerSocketChannel._b_i_n_d
│ │ │ │ - (_S_o_c_k_e_t_A_d_d_r_e_s_s local)
│ │ │ │ + abstract (_S_o_c_k_e_t_A_d_d_r_e_s_s local, int backlog)
│ │ │ │ _A_s_y_n_c_h_r_o_n_o_u_s_S_e_r_v_e_r_S_o_c_k_e_t_C_h_a_n_n_e_l Binds the channel's socket to a local address
│ │ │ │ and configures the socket to listen for
│ │ │ │ connections.
│ │ │ │ - abstract _A_s_y_n_c_h_r_o_n_o_u_s_S_o_c_k_e_t_C_h_a_n_n_e_l AsynchronousSocketChannel._b_i_n_d
│ │ │ │ - (_S_o_c_k_e_t_A_d_d_r_e_s_s local)
│ │ │ │ ServerSocketChannel._b_i_n_d(_S_o_c_k_e_t_A_d_d_r_e_s_s local,
│ │ │ │ int backlog)
│ │ │ │ abstract _S_e_r_v_e_r_S_o_c_k_e_t_C_h_a_n_n_e_l Binds the channel's socket to a local address
│ │ │ │ and configures the socket to listen for
│ │ │ │ connections.
│ │ │ │ - AsynchronousServerSocketChannel._b_i_n_d
│ │ │ │ - abstract (_S_o_c_k_e_t_A_d_d_r_e_s_s local, int backlog)
│ │ │ │ - _A_s_y_n_c_h_r_o_n_o_u_s_S_e_r_v_e_r_S_o_c_k_e_t_C_h_a_n_n_e_l Binds the channel's socket to a local address
│ │ │ │ - and configures the socket to listen for
│ │ │ │ - connections.
│ │ │ │ MembershipKey._b_l_o_c_k(_I_n_e_t_A_d_d_r_e_s_s source)
│ │ │ │ abstract _M_e_m_b_e_r_s_h_i_p_K_e_y Block multicast datagrams from the given source
│ │ │ │ address.
│ │ │ │ - void Channel._c_l_o_s_e()
│ │ │ │ - Closes this channel.
│ │ │ │ - void InterruptibleChannel._c_l_o_s_e()
│ │ │ │ - Closes this channel.
│ │ │ │ - void AsynchronousChannel._c_l_o_s_e()
│ │ │ │ + void MulticastChannel._c_l_o_s_e()
│ │ │ │ Closes this channel.
│ │ │ │ FileLock._c_l_o_s_e()
│ │ │ │ void This method invokes the _F_i_l_e_L_o_c_k_._r_e_l_e_a_s_e_(_)
│ │ │ │ method.
│ │ │ │ + void Channel._c_l_o_s_e()
│ │ │ │ + Closes this channel.
│ │ │ │ abstract void Selector._c_l_o_s_e()
│ │ │ │ Closes this selector.
│ │ │ │ - void MulticastChannel._c_l_o_s_e()
│ │ │ │ + void InterruptibleChannel._c_l_o_s_e()
│ │ │ │ + Closes this channel.
│ │ │ │ + void AsynchronousChannel._c_l_o_s_e()
│ │ │ │ Closes this channel.
│ │ │ │ SelectableChannel._c_o_n_f_i_g_u_r_e_B_l_o_c_k_i_n_g
│ │ │ │ abstract _S_e_l_e_c_t_a_b_l_e_C_h_a_n_n_e_l (boolean block)
│ │ │ │ Adjusts this channel's blocking mode.
│ │ │ │ abstract boolean SocketChannel._c_o_n_n_e_c_t(_S_o_c_k_e_t_A_d_d_r_e_s_s remote)
│ │ │ │ Connects this channel's socket.
│ │ │ │ abstract _D_a_t_a_g_r_a_m_C_h_a_n_n_e_l DatagramChannel._c_o_n_n_e_c_t(_S_o_c_k_e_t_A_d_d_r_e_s_s remote)
│ │ │ │ @@ -2308,42 +2308,42 @@
│ │ │ │ channel.
│ │ │ │ FileChannel._f_o_r_c_e(boolean metaData)
│ │ │ │ abstract void Forces any updates to this channel's file to be
│ │ │ │ written to the storage device that contains it.
│ │ │ │ AsynchronousFileChannel._f_o_r_c_e(boolean metaData)
│ │ │ │ abstract void Forces any updates to this channel's file to be
│ │ │ │ written to the storage device that contains it.
│ │ │ │ + AsynchronousSocketChannel._g_e_t_L_o_c_a_l_A_d_d_r_e_s_s()
│ │ │ │ + abstract _S_o_c_k_e_t_A_d_d_r_e_s_s Returns the socket address that this channel's
│ │ │ │ + socket is bound to.
│ │ │ │ + AsynchronousServerSocketChannel._g_e_t_L_o_c_a_l_A_d_d_r_e_s_s
│ │ │ │ + abstract _S_o_c_k_e_t_A_d_d_r_e_s_s ()
│ │ │ │ + Returns the socket address that this channel's
│ │ │ │ + socket is bound to.
│ │ │ │ SocketChannel._g_e_t_L_o_c_a_l_A_d_d_r_e_s_s()
│ │ │ │ abstract _S_o_c_k_e_t_A_d_d_r_e_s_s Returns the socket address that this channel's
│ │ │ │ socket is bound to.
│ │ │ │ NetworkChannel._g_e_t_L_o_c_a_l_A_d_d_r_e_s_s()
│ │ │ │ _S_o_c_k_e_t_A_d_d_r_e_s_s Returns the socket address that this channel's
│ │ │ │ socket is bound to.
│ │ │ │ - ServerSocketChannel._g_e_t_L_o_c_a_l_A_d_d_r_e_s_s()
│ │ │ │ - abstract _S_o_c_k_e_t_A_d_d_r_e_s_s Returns the socket address that this channel's
│ │ │ │ - socket is bound to.
│ │ │ │ DatagramChannel._g_e_t_L_o_c_a_l_A_d_d_r_e_s_s()
│ │ │ │ abstract _S_o_c_k_e_t_A_d_d_r_e_s_s Returns the socket address that this channel's
│ │ │ │ socket is bound to.
│ │ │ │ - AsynchronousServerSocketChannel._g_e_t_L_o_c_a_l_A_d_d_r_e_s_s
│ │ │ │ - abstract _S_o_c_k_e_t_A_d_d_r_e_s_s ()
│ │ │ │ - Returns the socket address that this channel's
│ │ │ │ - socket is bound to.
│ │ │ │ - AsynchronousSocketChannel._g_e_t_L_o_c_a_l_A_d_d_r_e_s_s()
│ │ │ │ + ServerSocketChannel._g_e_t_L_o_c_a_l_A_d_d_r_e_s_s()
│ │ │ │ abstract _S_o_c_k_e_t_A_d_d_r_e_s_s Returns the socket address that this channel's
│ │ │ │ socket is bound to.
│ │ │ │ T NetworkChannel._g_e_t_O_p_t_i_o_n(_S_o_c_k_e_t_O_p_t_i_o_n name)
│ │ │ │ Returns the value of a socket option.
│ │ │ │ - SocketChannel._g_e_t_R_e_m_o_t_e_A_d_d_r_e_s_s()
│ │ │ │ + AsynchronousSocketChannel._g_e_t_R_e_m_o_t_e_A_d_d_r_e_s_s()
│ │ │ │ abstract _S_o_c_k_e_t_A_d_d_r_e_s_s Returns the remote address to which this
│ │ │ │ channel's socket is connected.
│ │ │ │ - DatagramChannel._g_e_t_R_e_m_o_t_e_A_d_d_r_e_s_s()
│ │ │ │ + SocketChannel._g_e_t_R_e_m_o_t_e_A_d_d_r_e_s_s()
│ │ │ │ abstract _S_o_c_k_e_t_A_d_d_r_e_s_s Returns the remote address to which this
│ │ │ │ channel's socket is connected.
│ │ │ │ - AsynchronousSocketChannel._g_e_t_R_e_m_o_t_e_A_d_d_r_e_s_s()
│ │ │ │ + DatagramChannel._g_e_t_R_e_m_o_t_e_A_d_d_r_e_s_s()
│ │ │ │ abstract _S_o_c_k_e_t_A_d_d_r_e_s_s Returns the remote address to which this
│ │ │ │ channel's socket is connected.
│ │ │ │ MulticastChannel._j_o_i_n(_I_n_e_t_A_d_d_r_e_s_s group,
│ │ │ │ _N_e_t_w_o_r_k_I_n_t_e_r_f_a_c_e interf)
│ │ │ │ _M_e_m_b_e_r_s_h_i_p_K_e_y Joins a multicast group to begin receiving all
│ │ │ │ datagrams sent to the group, returning a
│ │ │ │ membership key.
│ │ │ │ @@ -2359,34 +2359,34 @@
│ │ │ │ abstract _F_i_l_e_L_o_c_k boolean shared)
│ │ │ │ Acquires a lock on the given region of this
│ │ │ │ channel's file.
│ │ │ │ FileChannel._m_a_p(_F_i_l_e_C_h_a_n_n_e_l_._M_a_p_M_o_d_e mode,
│ │ │ │ abstract _M_a_p_p_e_d_B_y_t_e_B_u_f_f_e_r long position, long size)
│ │ │ │ Maps a region of this channel's file directly
│ │ │ │ into memory.
│ │ │ │ - static _S_o_c_k_e_t_C_h_a_n_n_e_l SocketChannel._o_p_e_n()
│ │ │ │ - Opens a socket channel.
│ │ │ │ - static _S_e_l_e_c_t_o_r Selector._o_p_e_n()
│ │ │ │ - Opens a selector.
│ │ │ │ - static _S_e_r_v_e_r_S_o_c_k_e_t_C_h_a_n_n_e_l ServerSocketChannel._o_p_e_n()
│ │ │ │ - Opens a server-socket channel.
│ │ │ │ - static _D_a_t_a_g_r_a_m_C_h_a_n_n_e_l DatagramChannel._o_p_e_n()
│ │ │ │ - Opens a datagram channel.
│ │ │ │ + static _A_s_y_n_c_h_r_o_n_o_u_s_S_o_c_k_e_t_C_h_a_n_n_e_l AsynchronousSocketChannel._o_p_e_n()
│ │ │ │ + Opens an asynchronous socket channel.
│ │ │ │ static _P_i_p_e Pipe._o_p_e_n()
│ │ │ │ Opens a pipe.
│ │ │ │ static AsynchronousServerSocketChannel._o_p_e_n()
│ │ │ │ _A_s_y_n_c_h_r_o_n_o_u_s_S_e_r_v_e_r_S_o_c_k_e_t_C_h_a_n_n_e_l Opens an asynchronous server-socket channel.
│ │ │ │ - static _A_s_y_n_c_h_r_o_n_o_u_s_S_o_c_k_e_t_C_h_a_n_n_e_l AsynchronousSocketChannel._o_p_e_n()
│ │ │ │ + static _S_e_l_e_c_t_o_r Selector._o_p_e_n()
│ │ │ │ + Opens a selector.
│ │ │ │ + static _S_o_c_k_e_t_C_h_a_n_n_e_l SocketChannel._o_p_e_n()
│ │ │ │ + Opens a socket channel.
│ │ │ │ + static _D_a_t_a_g_r_a_m_C_h_a_n_n_e_l DatagramChannel._o_p_e_n()
│ │ │ │ + Opens a datagram channel.
│ │ │ │ + static _S_e_r_v_e_r_S_o_c_k_e_t_C_h_a_n_n_e_l ServerSocketChannel._o_p_e_n()
│ │ │ │ + Opens a server-socket channel.
│ │ │ │ + AsynchronousSocketChannel._o_p_e_n
│ │ │ │ + static _A_s_y_n_c_h_r_o_n_o_u_s_S_o_c_k_e_t_C_h_a_n_n_e_l (_A_s_y_n_c_h_r_o_n_o_u_s_C_h_a_n_n_e_l_G_r_o_u_p group)
│ │ │ │ Opens an asynchronous socket channel.
│ │ │ │ static AsynchronousServerSocketChannel._o_p_e_n
│ │ │ │ _A_s_y_n_c_h_r_o_n_o_u_s_S_e_r_v_e_r_S_o_c_k_e_t_C_h_a_n_n_e_l (_A_s_y_n_c_h_r_o_n_o_u_s_C_h_a_n_n_e_l_G_r_o_u_p group)
│ │ │ │ Opens an asynchronous server-socket channel.
│ │ │ │ - AsynchronousSocketChannel._o_p_e_n
│ │ │ │ - static _A_s_y_n_c_h_r_o_n_o_u_s_S_o_c_k_e_t_C_h_a_n_n_e_l (_A_s_y_n_c_h_r_o_n_o_u_s_C_h_a_n_n_e_l_G_r_o_u_p group)
│ │ │ │ - Opens an asynchronous socket channel.
│ │ │ │ FileChannel._o_p_e_n(_P_a_t_h path,
│ │ │ │ static _F_i_l_e_C_h_a_n_n_e_l _O_p_e_n_O_p_t_i_o_n... options)
│ │ │ │ Opens or creates a file, returning a file
│ │ │ │ channel to access the file.
│ │ │ │ AsynchronousFileChannel._o_p_e_n(_P_a_t_h file,
│ │ │ │ _O_p_e_n_O_p_t_i_o_n... options)
│ │ │ │ static _A_s_y_n_c_h_r_o_n_o_u_s_F_i_l_e_C_h_a_n_n_e_l Opens or creates a file for reading and/or
│ │ │ │ @@ -2466,42 +2466,42 @@
│ │ │ │ channels are ready for I/O operations.
│ │ │ │ Selector._s_e_l_e_c_t_N_o_w()
│ │ │ │ abstract int Selects a set of keys whose corresponding
│ │ │ │ channels are ready for I/O operations.
│ │ │ │ DatagramChannel._s_e_n_d(_B_y_t_e_B_u_f_f_e_r src,
│ │ │ │ abstract int _S_o_c_k_e_t_A_d_d_r_e_s_s target)
│ │ │ │ Sends a datagram via this channel.
│ │ │ │ + abstract AsynchronousSocketChannel._s_e_t_O_p_t_i_o_n
│ │ │ │ + _A_s_y_n_c_h_r_o_n_o_u_s_S_o_c_k_e_t_C_h_a_n_n_e_l (_S_o_c_k_e_t_O_p_t_i_o_n name, T value)
│ │ │ │ + abstract AsynchronousServerSocketChannel._s_e_t_O_p_t_i_o_n
│ │ │ │ + _A_s_y_n_c_h_r_o_n_o_u_s_S_e_r_v_e_r_S_o_c_k_e_t_C_h_a_n_n_e_l (_S_o_c_k_e_t_O_p_t_i_o_n name, T value)
│ │ │ │ abstract _S_o_c_k_e_t_C_h_a_n_n_e_l SocketChannel._s_e_t_O_p_t_i_o_n(_S_o_c_k_e_t_O_p_t_i_o_n name,
│ │ │ │ T value)
│ │ │ │ NetworkChannel._s_e_t_O_p_t_i_o_n(_S_o_c_k_e_t_O_p_t_i_o_n name,
│ │ │ │ _N_e_t_w_o_r_k_C_h_a_n_n_e_l T value)
│ │ │ │ Sets the value of a socket option.
│ │ │ │ - abstract _S_e_r_v_e_r_S_o_c_k_e_t_C_h_a_n_n_e_l ServerSocketChannel._s_e_t_O_p_t_i_o_n
│ │ │ │ - (_S_o_c_k_e_t_O_p_t_i_o_n name, T value)
│ │ │ │ abstract _D_a_t_a_g_r_a_m_C_h_a_n_n_e_l DatagramChannel._s_e_t_O_p_t_i_o_n(_S_o_c_k_e_t_O_p_t_i_o_n name,
│ │ │ │ T value)
│ │ │ │ - abstract AsynchronousServerSocketChannel._s_e_t_O_p_t_i_o_n
│ │ │ │ - _A_s_y_n_c_h_r_o_n_o_u_s_S_e_r_v_e_r_S_o_c_k_e_t_C_h_a_n_n_e_l (_S_o_c_k_e_t_O_p_t_i_o_n name, T value)
│ │ │ │ - abstract AsynchronousSocketChannel._s_e_t_O_p_t_i_o_n
│ │ │ │ - _A_s_y_n_c_h_r_o_n_o_u_s_S_o_c_k_e_t_C_h_a_n_n_e_l (_S_o_c_k_e_t_O_p_t_i_o_n name, T value)
│ │ │ │ - SocketChannel._s_h_u_t_d_o_w_n_I_n_p_u_t()
│ │ │ │ - abstract _S_o_c_k_e_t_C_h_a_n_n_e_l Shutdown the connection for reading without
│ │ │ │ - closing the channel.
│ │ │ │ + abstract _S_e_r_v_e_r_S_o_c_k_e_t_C_h_a_n_n_e_l ServerSocketChannel._s_e_t_O_p_t_i_o_n
│ │ │ │ + (_S_o_c_k_e_t_O_p_t_i_o_n name, T value)
│ │ │ │ AsynchronousSocketChannel._s_h_u_t_d_o_w_n_I_n_p_u_t()
│ │ │ │ abstract _A_s_y_n_c_h_r_o_n_o_u_s_S_o_c_k_e_t_C_h_a_n_n_e_l Shutdown the connection for reading without
│ │ │ │ closing the channel.
│ │ │ │ + SocketChannel._s_h_u_t_d_o_w_n_I_n_p_u_t()
│ │ │ │ + abstract _S_o_c_k_e_t_C_h_a_n_n_e_l Shutdown the connection for reading without
│ │ │ │ + closing the channel.
│ │ │ │ AsynchronousChannelGroup._s_h_u_t_d_o_w_n_N_o_w()
│ │ │ │ abstract void Shuts down the group and closes all open
│ │ │ │ channels in the group.
│ │ │ │ - SocketChannel._s_h_u_t_d_o_w_n_O_u_t_p_u_t()
│ │ │ │ - abstract _S_o_c_k_e_t_C_h_a_n_n_e_l Shutdown the connection for writing without
│ │ │ │ - closing the channel.
│ │ │ │ AsynchronousSocketChannel._s_h_u_t_d_o_w_n_O_u_t_p_u_t()
│ │ │ │ abstract _A_s_y_n_c_h_r_o_n_o_u_s_S_o_c_k_e_t_C_h_a_n_n_e_l Shutdown the connection for writing without
│ │ │ │ closing the channel.
│ │ │ │ + SocketChannel._s_h_u_t_d_o_w_n_O_u_t_p_u_t()
│ │ │ │ + abstract _S_o_c_k_e_t_C_h_a_n_n_e_l Shutdown the connection for writing without
│ │ │ │ + closing the channel.
│ │ │ │ FileChannel._s_i_z_e()
│ │ │ │ abstract long Returns the current size of this channel's
│ │ │ │ file.
│ │ │ │ SeekableByteChannel._s_i_z_e()
│ │ │ │ long Returns the current size of entity to which
│ │ │ │ this channel is connected.
│ │ │ │ AsynchronousFileChannel._s_i_z_e()
│ │ │ │ @@ -2548,45 +2548,45 @@
│ │ │ │ static _A_s_y_n_c_h_r_o_n_o_u_s_C_h_a_n_n_e_l_G_r_o_u_p (int nThreads, _T_h_r_e_a_d_F_a_c_t_o_r_y threadFactory)
│ │ │ │ Creates an asynchronous channel group with a
│ │ │ │ fixed thread pool.
│ │ │ │ AsynchronousChannelGroup._w_i_t_h_T_h_r_e_a_d_P_o_o_l
│ │ │ │ static _A_s_y_n_c_h_r_o_n_o_u_s_C_h_a_n_n_e_l_G_r_o_u_p (_E_x_e_c_u_t_o_r_S_e_r_v_i_c_e executor)
│ │ │ │ Creates an asynchronous channel group with a
│ │ │ │ given thread pool.
│ │ │ │ - WritableByteChannel._w_r_i_t_e(_B_y_t_e_B_u_f_f_e_r src)
│ │ │ │ - int Writes a sequence of bytes to this channel from
│ │ │ │ - the given buffer.
│ │ │ │ FileChannel._w_r_i_t_e(_B_y_t_e_B_u_f_f_e_r src)
│ │ │ │ abstract int Writes a sequence of bytes to this channel from
│ │ │ │ the given buffer.
│ │ │ │ SeekableByteChannel._w_r_i_t_e(_B_y_t_e_B_u_f_f_e_r src)
│ │ │ │ int Writes a sequence of bytes to this channel from
│ │ │ │ the given buffer.
│ │ │ │ + WritableByteChannel._w_r_i_t_e(_B_y_t_e_B_u_f_f_e_r src)
│ │ │ │ + int Writes a sequence of bytes to this channel from
│ │ │ │ + the given buffer.
│ │ │ │ abstract int SocketChannel._w_r_i_t_e(_B_y_t_e_B_u_f_f_e_r src)
│ │ │ │ abstract int DatagramChannel._w_r_i_t_e(_B_y_t_e_B_u_f_f_e_r src)
│ │ │ │ Writes a datagram to this channel.
│ │ │ │ FileChannel._w_r_i_t_e(_B_y_t_e_B_u_f_f_e_r[] srcs)
│ │ │ │ long Writes a sequence of bytes to this channel from
│ │ │ │ the given buffers.
│ │ │ │ + long SocketChannel._w_r_i_t_e(_B_y_t_e_B_u_f_f_e_r[] srcs)
│ │ │ │ GatheringByteChannel._w_r_i_t_e(_B_y_t_e_B_u_f_f_e_r[] srcs)
│ │ │ │ long Writes a sequence of bytes to this channel from
│ │ │ │ the given buffers.
│ │ │ │ - long SocketChannel._w_r_i_t_e(_B_y_t_e_B_u_f_f_e_r[] srcs)
│ │ │ │ long DatagramChannel._w_r_i_t_e(_B_y_t_e_B_u_f_f_e_r[] srcs)
│ │ │ │ Writes a datagram to this channel.
│ │ │ │ FileChannel._w_r_i_t_e(_B_y_t_e_B_u_f_f_e_r[] srcs,
│ │ │ │ abstract long int offset, int length)
│ │ │ │ Writes a sequence of bytes to this channel from
│ │ │ │ a subsequence of the given buffers.
│ │ │ │ + abstract long SocketChannel._w_r_i_t_e(_B_y_t_e_B_u_f_f_e_r[] srcs,
│ │ │ │ + int offset, int length)
│ │ │ │ GatheringByteChannel._w_r_i_t_e(_B_y_t_e_B_u_f_f_e_r[] srcs,
│ │ │ │ long int offset, int length)
│ │ │ │ Writes a sequence of bytes to this channel from
│ │ │ │ a subsequence of the given buffers.
│ │ │ │ - abstract long SocketChannel._w_r_i_t_e(_B_y_t_e_B_u_f_f_e_r[] srcs,
│ │ │ │ - int offset, int length)
│ │ │ │ DatagramChannel._w_r_i_t_e(_B_y_t_e_B_u_f_f_e_r[] srcs,
│ │ │ │ abstract long int offset, int length)
│ │ │ │ Writes a datagram to this channel.
│ │ │ │ FileChannel._w_r_i_t_e(_B_y_t_e_B_u_f_f_e_r src,
│ │ │ │ long position)
│ │ │ │ abstract int Writes a sequence of bytes to this channel from
│ │ │ │ the given buffer, starting at the given file
│ │ │ │ @@ -2596,18 +2596,18 @@
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ void AbstractInterruptibleChannel._c_l_o_s_e()
│ │ │ │ Closes this channel.
│ │ │ │ void AbstractSelector._c_l_o_s_e()
│ │ │ │ Closes this selector.
│ │ │ │ _S_e_l_e_c_t_a_b_l_e_C_h_a_n_n_e_l AbstractSelectableChannel._c_o_n_f_i_g_u_r_e_B_l_o_c_k_i_n_g(boolean block)
│ │ │ │ Adjusts this channel's blocking mode.
│ │ │ │ - protected abstract void AbstractInterruptibleChannel._i_m_p_l_C_l_o_s_e_C_h_a_n_n_e_l()
│ │ │ │ - Closes this channel.
│ │ │ │ protected void AbstractSelectableChannel._i_m_p_l_C_l_o_s_e_C_h_a_n_n_e_l()
│ │ │ │ Closes this channel.
│ │ │ │ + protected abstract void AbstractInterruptibleChannel._i_m_p_l_C_l_o_s_e_C_h_a_n_n_e_l()
│ │ │ │ + Closes this channel.
│ │ │ │ protected abstract void AbstractSelectableChannel._i_m_p_l_C_l_o_s_e_S_e_l_e_c_t_a_b_l_e_C_h_a_n_n_e_l()
│ │ │ │ Closes this selectable channel.
│ │ │ │ protected abstract void AbstractSelector._i_m_p_l_C_l_o_s_e_S_e_l_e_c_t_o_r()
│ │ │ │ Closes this selector.
│ │ │ │ protected abstract void AbstractSelectableChannel._i_m_p_l_C_o_n_f_i_g_u_r_e_B_l_o_c_k_i_n_g(boolean block)
│ │ │ │ Adjusts this channel's blocking mode.
│ │ │ │ SelectorProvider._i_n_h_e_r_i_t_e_d_C_h_a_n_n_e_l()
│ │ │ │ @@ -2711,18 +2711,18 @@
│ │ │ │ _F_i_l_e_V_i_s_i_t_R_e_s_u_l_t _I_O_E_x_c_e_p_t_i_o_n exc)
│ │ │ │ Invoked for a file that could not be visited.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._nn_ii_oo_.._ff_ii_ll_ee tthhaatt tthhrrooww _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ DirectoryStream.Filter._a_c_c_e_p_t(_T entry)
│ │ │ │ boolean Decides if the given directory entry should be
│ │ │ │ accepted or filtered.
│ │ │ │ - abstract void FileSystem._c_l_o_s_e()
│ │ │ │ - Closes this file system.
│ │ │ │ void WatchService._c_l_o_s_e()
│ │ │ │ Closes this watch service.
│ │ │ │ + abstract void FileSystem._c_l_o_s_e()
│ │ │ │ + Closes this file system.
│ │ │ │ Files._c_o_p_y(_I_n_p_u_t_S_t_r_e_a_m in, _P_a_t_h target,
│ │ │ │ static long _C_o_p_y_O_p_t_i_o_n... options)
│ │ │ │ Copies all bytes from an input stream to a
│ │ │ │ file.
│ │ │ │ Files._c_o_p_y(_P_a_t_h source, _O_u_t_p_u_t_S_t_r_e_a_m out)
│ │ │ │ static long Copies all bytes from a file to an output
│ │ │ │ stream.
│ │ │ │ @@ -3035,17 +3035,17 @@
│ │ │ │ abstract UserPrincipalLookupService._l_o_o_k_u_p_P_r_i_n_c_i_p_a_l_B_y_N_a_m_e
│ │ │ │ _U_s_e_r_P_r_i_n_c_i_p_a_l (_S_t_r_i_n_g name)
│ │ │ │ Lookup a user principal by name.
│ │ │ │ UserDefinedFileAttributeView._r_e_a_d(_S_t_r_i_n_g name,
│ │ │ │ int _B_y_t_e_B_u_f_f_e_r dst)
│ │ │ │ Read the value of a user-defined attribute into a
│ │ │ │ buffer.
│ │ │ │ - _P_o_s_i_x_F_i_l_e_A_t_t_r_i_b_u_t_e_s PosixFileAttributeView._r_e_a_d_A_t_t_r_i_b_u_t_e_s()
│ │ │ │ _B_a_s_i_c_F_i_l_e_A_t_t_r_i_b_u_t_e_s BasicFileAttributeView._r_e_a_d_A_t_t_r_i_b_u_t_e_s()
│ │ │ │ Reads the basic file attributes as a bulk operation.
│ │ │ │ + _P_o_s_i_x_F_i_l_e_A_t_t_r_i_b_u_t_e_s PosixFileAttributeView._r_e_a_d_A_t_t_r_i_b_u_t_e_s()
│ │ │ │ _D_o_s_F_i_l_e_A_t_t_r_i_b_u_t_e_s DosFileAttributeView._r_e_a_d_A_t_t_r_i_b_u_t_e_s()
│ │ │ │ void AclFileAttributeView._s_e_t_A_c_l(_L_i_s_t<_A_c_l_E_n_t_r_y> acl)
│ │ │ │ Updates (replace) the access control list.
│ │ │ │ void DosFileAttributeView._s_e_t_A_r_c_h_i_v_e(boolean value)
│ │ │ │ Updates the value of the archive attribute.
│ │ │ │ void PosixFileAttributeView._s_e_t_G_r_o_u_p(_G_r_o_u_p_P_r_i_n_c_i_p_a_l group)
│ │ │ │ Updates the file group-owner.
│ │ │ │ @@ -3280,22 +3280,22 @@
│ │ │ │ RMISocketFactory._c_r_e_a_t_e_S_e_r_v_e_r_S_o_c_k_e_t(int port)
│ │ │ │ abstract _S_e_r_v_e_r_S_o_c_k_e_t Create a server socket on the specified port
│ │ │ │ (port 0 indicates an anonymous port).
│ │ │ │ RMIServerSocketFactory._c_r_e_a_t_e_S_e_r_v_e_r_S_o_c_k_e_t
│ │ │ │ _S_e_r_v_e_r_S_o_c_k_e_t (int port)
│ │ │ │ Create a server socket on the specified port
│ │ │ │ (port 0 indicates an anonymous port).
│ │ │ │ - RMIClientSocketFactory._c_r_e_a_t_e_S_o_c_k_e_t
│ │ │ │ - _S_o_c_k_e_t (_S_t_r_i_n_g host, int port)
│ │ │ │ - Create a client socket connected to the
│ │ │ │ - specified host and port.
│ │ │ │ RMISocketFactory._c_r_e_a_t_e_S_o_c_k_e_t(_S_t_r_i_n_g host,
│ │ │ │ abstract _S_o_c_k_e_t int port)
│ │ │ │ Creates a client socket connected to the
│ │ │ │ specified host and port.
│ │ │ │ + RMIClientSocketFactory._c_r_e_a_t_e_S_o_c_k_e_t
│ │ │ │ + _S_o_c_k_e_t (_S_t_r_i_n_g host, int port)
│ │ │ │ + Create a client socket connected to the
│ │ │ │ + specified host and port.
│ │ │ │ RemoteCall._d_o_n_e()
│ │ │ │ void Deprecated.
│ │ │ │ no replacement
│ │ │ │ RemoteCall._g_e_t_I_n_p_u_t_S_t_r_e_a_m()
│ │ │ │ _O_b_j_e_c_t_I_n_p_u_t Deprecated.
│ │ │ │ no replacement
│ │ │ │ RemoteCall._g_e_t_O_u_t_p_u_t_S_t_r_e_a_m()
│ │ │ │ @@ -3514,20 +3514,20 @@
│ │ │ │ _I_n_v_a_l_i_d_P_r_o_p_e_r_t_i_e_s_F_o_r_m_a_t_E_x_c_e_p_t_i_o_n
│ │ │ │ Thrown to indicate that an operation could not
│ │ │ │ class complete because the input did not conform to the
│ │ │ │ appropriate XML document type for a collection of
│ │ │ │ properties, as per the _P_r_o_p_e_r_t_i_e_s specification.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._uu_tt_ii_ll tthhaatt rreettuurrnn _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - Formatter._i_o_E_x_c_e_p_t_i_o_n()
│ │ │ │ - _I_O_E_x_c_e_p_t_i_o_n Returns the IOException last thrown by this
│ │ │ │ - formatter's _A_p_p_e_n_d_a_b_l_e.
│ │ │ │ Scanner._i_o_E_x_c_e_p_t_i_o_n()
│ │ │ │ _I_O_E_x_c_e_p_t_i_o_n Returns the IOException last thrown by this
│ │ │ │ Scanner's underlying Readable.
│ │ │ │ + Formatter._i_o_E_x_c_e_p_t_i_o_n()
│ │ │ │ + _I_O_E_x_c_e_p_t_i_o_n Returns the IOException last thrown by this
│ │ │ │ + formatter's _A_p_p_e_n_d_a_b_l_e.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._uu_tt_ii_ll tthhaatt tthhrrooww _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ Properties._l_o_a_d(_I_n_p_u_t_S_t_r_e_a_m inStream)
│ │ │ │ void Reads a property list (key and element pairs)
│ │ │ │ from the input byte stream.
│ │ │ │ Properties._l_o_a_d(_R_e_a_d_e_r reader)
│ │ │ │ void Reads a property list (key and element pairs)
│ │ │ │ @@ -3703,151 +3703,151 @@
│ │ │ │ SSuubbccllaasssseess ooff _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn iinn _jj_aa_vv_aa_.._uu_tt_ii_ll_.._zz_ii_pp?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ _Z_i_p_E_x_c_e_p_t_i_o_n
│ │ │ │ class Signals that a Zip exception of some sort has
│ │ │ │ occurred.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._uu_tt_ii_ll_.._zz_ii_pp tthhaatt tthhrrooww _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + DeflaterInputStream._a_v_a_i_l_a_b_l_e()
│ │ │ │ + int Returns 0 after EOF has been reached, otherwise
│ │ │ │ + always return 1.
│ │ │ │ ZipInputStream._a_v_a_i_l_a_b_l_e()
│ │ │ │ int Returns 0 after EOF has reached for the current
│ │ │ │ entry data, otherwise always return 1.
│ │ │ │ InflaterInputStream._a_v_a_i_l_a_b_l_e()
│ │ │ │ int Returns 0 after EOF has been reached, otherwise
│ │ │ │ always return 1.
│ │ │ │ - DeflaterInputStream._a_v_a_i_l_a_b_l_e()
│ │ │ │ - int Returns 0 after EOF has been reached, otherwise
│ │ │ │ - always return 1.
│ │ │ │ - void ZipFile._c_l_o_s_e()
│ │ │ │ - Closes the ZIP file.
│ │ │ │ - ZipOutputStream._c_l_o_s_e()
│ │ │ │ - void Closes the ZIP output stream as well as the
│ │ │ │ - stream being filtered.
│ │ │ │ + InflaterOutputStream._c_l_o_s_e()
│ │ │ │ + void Writes any remaining uncompressed data to the
│ │ │ │ + output stream and closes the underlying output
│ │ │ │ + stream.
│ │ │ │ + DeflaterInputStream._c_l_o_s_e()
│ │ │ │ + void Closes this input stream and its underlying input
│ │ │ │ + stream, discarding any pending uncompressed data.
│ │ │ │ + ZipInputStream._c_l_o_s_e()
│ │ │ │ + void Closes this input stream and releases any system
│ │ │ │ + resources associated with the stream.
│ │ │ │ DeflaterOutputStream._c_l_o_s_e()
│ │ │ │ void Writes remaining compressed data to the output
│ │ │ │ stream and closes the underlying stream.
│ │ │ │ - ZipInputStream._c_l_o_s_e()
│ │ │ │ + ZipOutputStream._c_l_o_s_e()
│ │ │ │ + void Closes the ZIP output stream as well as the
│ │ │ │ + stream being filtered.
│ │ │ │ + GZIPInputStream._c_l_o_s_e()
│ │ │ │ void Closes this input stream and releases any system
│ │ │ │ resources associated with the stream.
│ │ │ │ InflaterInputStream._c_l_o_s_e()
│ │ │ │ void Closes this input stream and releases any system
│ │ │ │ resources associated with the stream.
│ │ │ │ - InflaterOutputStream._c_l_o_s_e()
│ │ │ │ - void Writes any remaining uncompressed data to the
│ │ │ │ - output stream and closes the underlying output
│ │ │ │ - stream.
│ │ │ │ - GZIPInputStream._c_l_o_s_e()
│ │ │ │ - void Closes this input stream and releases any system
│ │ │ │ - resources associated with the stream.
│ │ │ │ - DeflaterInputStream._c_l_o_s_e()
│ │ │ │ - void Closes this input stream and its underlying input
│ │ │ │ - stream, discarding any pending uncompressed data.
│ │ │ │ - ZipOutputStream._c_l_o_s_e_E_n_t_r_y()
│ │ │ │ - void Closes the current ZIP entry and positions the
│ │ │ │ - stream for writing the next entry.
│ │ │ │ + void ZipFile._c_l_o_s_e()
│ │ │ │ + Closes the ZIP file.
│ │ │ │ ZipInputStream._c_l_o_s_e_E_n_t_r_y()
│ │ │ │ void Closes the current ZIP entry and positions the
│ │ │ │ stream for reading the next entry.
│ │ │ │ + ZipOutputStream._c_l_o_s_e_E_n_t_r_y()
│ │ │ │ + void Closes the current ZIP entry and positions the
│ │ │ │ + stream for writing the next entry.
│ │ │ │ DeflaterOutputStream._d_e_f_l_a_t_e()
│ │ │ │ protected void Writes next block of compressed data to the
│ │ │ │ output stream.
│ │ │ │ protected void InflaterInputStream._f_i_l_l()
│ │ │ │ Fills input buffer with more data to decompress.
│ │ │ │ ZipFile._f_i_n_a_l_i_z_e()
│ │ │ │ protected void Ensures that the system resources held by this
│ │ │ │ ZipFile object are released when there are no
│ │ │ │ more references to it.
│ │ │ │ - ZipOutputStream._f_i_n_i_s_h()
│ │ │ │ - void Finishes writing the contents of the ZIP output
│ │ │ │ - stream without closing the underlying stream.
│ │ │ │ - DeflaterOutputStream._f_i_n_i_s_h()
│ │ │ │ - void Finishes writing compressed data to the output
│ │ │ │ - stream without closing the underlying stream.
│ │ │ │ InflaterOutputStream._f_i_n_i_s_h()
│ │ │ │ void Finishes writing uncompressed data to the output
│ │ │ │ stream without closing the underlying stream.
│ │ │ │ GZIPOutputStream._f_i_n_i_s_h()
│ │ │ │ void Finishes writing compressed data to the output
│ │ │ │ stream without closing the underlying stream.
│ │ │ │ - void DeflaterOutputStream._f_l_u_s_h()
│ │ │ │ - Flushes the compressed output stream.
│ │ │ │ + DeflaterOutputStream._f_i_n_i_s_h()
│ │ │ │ + void Finishes writing compressed data to the output
│ │ │ │ + stream without closing the underlying stream.
│ │ │ │ + ZipOutputStream._f_i_n_i_s_h()
│ │ │ │ + void Finishes writing the contents of the ZIP output
│ │ │ │ + stream without closing the underlying stream.
│ │ │ │ InflaterOutputStream._f_l_u_s_h()
│ │ │ │ void Flushes this output stream, forcing any pending
│ │ │ │ buffered output bytes to be written.
│ │ │ │ + void DeflaterOutputStream._f_l_u_s_h()
│ │ │ │ + Flushes the compressed output stream.
│ │ │ │ ZipFile._g_e_t_I_n_p_u_t_S_t_r_e_a_m(_Z_i_p_E_n_t_r_y entry)
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m Returns an input stream for reading the contents
│ │ │ │ of the specified zip file entry.
│ │ │ │ ZipInputStream._g_e_t_N_e_x_t_E_n_t_r_y()
│ │ │ │ _Z_i_p_E_n_t_r_y Reads the next ZIP file entry and positions the
│ │ │ │ stream at the beginning of the entry data.
│ │ │ │ ZipOutputStream._p_u_t_N_e_x_t_E_n_t_r_y(_Z_i_p_E_n_t_r_y e)
│ │ │ │ void Begins writing a new ZIP file entry and positions
│ │ │ │ the stream to the start of the entry data.
│ │ │ │ - int InflaterInputStream._r_e_a_d()
│ │ │ │ - Reads a byte of uncompressed data.
│ │ │ │ DeflaterInputStream._r_e_a_d()
│ │ │ │ int Reads a single byte of compressed data from the
│ │ │ │ input stream.
│ │ │ │ + int InflaterInputStream._r_e_a_d()
│ │ │ │ + Reads a byte of uncompressed data.
│ │ │ │ int CheckedInputStream._r_e_a_d()
│ │ │ │ Reads a byte.
│ │ │ │ + DeflaterInputStream._r_e_a_d(byte[] b, int off,
│ │ │ │ + int int len)
│ │ │ │ + Reads compressed data into a byte array.
│ │ │ │ ZipInputStream._r_e_a_d(byte[] b, int off, int len)
│ │ │ │ int Reads from the current ZIP entry into an array of
│ │ │ │ bytes.
│ │ │ │ - InflaterInputStream._r_e_a_d(byte[] b, int off,
│ │ │ │ - int int len)
│ │ │ │ - Reads uncompressed data into an array of bytes.
│ │ │ │ GZIPInputStream._r_e_a_d(byte[] buf, int off,
│ │ │ │ int int len)
│ │ │ │ Reads uncompressed data into an array of bytes.
│ │ │ │ - DeflaterInputStream._r_e_a_d(byte[] b, int off,
│ │ │ │ + InflaterInputStream._r_e_a_d(byte[] b, int off,
│ │ │ │ int int len)
│ │ │ │ - Reads compressed data into a byte array.
│ │ │ │ + Reads uncompressed data into an array of bytes.
│ │ │ │ CheckedInputStream._r_e_a_d(byte[] buf, int off,
│ │ │ │ int int len)
│ │ │ │ Reads into an array of bytes.
│ │ │ │ + void DeflaterInputStream._r_e_s_e_t()
│ │ │ │ + This operation is not supported.
│ │ │ │ InflaterInputStream._r_e_s_e_t()
│ │ │ │ void Repositions this stream to the position at the
│ │ │ │ time the mark method was last called on this
│ │ │ │ input stream.
│ │ │ │ - void DeflaterInputStream._r_e_s_e_t()
│ │ │ │ - This operation is not supported.
│ │ │ │ + DeflaterInputStream._s_k_i_p(long n)
│ │ │ │ + long Skips over and discards data from the input
│ │ │ │ + stream.
│ │ │ │ ZipInputStream._s_k_i_p(long n)
│ │ │ │ long Skips specified number of bytes in the current
│ │ │ │ ZIP entry.
│ │ │ │ InflaterInputStream._s_k_i_p(long n)
│ │ │ │ long Skips specified number of bytes of uncompressed
│ │ │ │ data.
│ │ │ │ - DeflaterInputStream._s_k_i_p(long n)
│ │ │ │ - long Skips over and discards data from the input
│ │ │ │ - stream.
│ │ │ │ long CheckedInputStream._s_k_i_p(long n)
│ │ │ │ Skips specified number of bytes of input.
│ │ │ │ - ZipOutputStream._w_r_i_t_e(byte[] b, int off, int len)
│ │ │ │ - void Writes an array of bytes to the current ZIP entry
│ │ │ │ - data.
│ │ │ │ - DeflaterOutputStream._w_r_i_t_e(byte[] b, int off,
│ │ │ │ - void int len)
│ │ │ │ - Writes an array of bytes to the compressed output
│ │ │ │ - stream.
│ │ │ │ InflaterOutputStream._w_r_i_t_e(byte[] b, int off,
│ │ │ │ void int len)
│ │ │ │ Writes an array of bytes to the uncompressed
│ │ │ │ output stream.
│ │ │ │ GZIPOutputStream._w_r_i_t_e(byte[] buf, int off,
│ │ │ │ void int len)
│ │ │ │ Writes array of bytes to the compressed output
│ │ │ │ stream.
│ │ │ │ CheckedOutputStream._w_r_i_t_e(byte[] b, int off,
│ │ │ │ void int len)
│ │ │ │ Writes an array of bytes.
│ │ │ │ - void DeflaterOutputStream._w_r_i_t_e(int b)
│ │ │ │ - Writes a byte to the compressed output stream.
│ │ │ │ + DeflaterOutputStream._w_r_i_t_e(byte[] b, int off,
│ │ │ │ + void int len)
│ │ │ │ + Writes an array of bytes to the compressed output
│ │ │ │ + stream.
│ │ │ │ + ZipOutputStream._w_r_i_t_e(byte[] b, int off, int len)
│ │ │ │ + void Writes an array of bytes to the current ZIP entry
│ │ │ │ + data.
│ │ │ │ void InflaterOutputStream._w_r_i_t_e(int b)
│ │ │ │ Writes a byte to the uncompressed output stream.
│ │ │ │ void CheckedOutputStream._w_r_i_t_e(int b)
│ │ │ │ Writes a byte.
│ │ │ │ + void DeflaterOutputStream._w_r_i_t_e(int b)
│ │ │ │ + Writes a byte to the compressed output stream.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_.._uu_tt_ii_ll_.._zz_ii_pp tthhaatt tthhrrooww _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _G_Z_I_P_I_n_p_u_t_S_t_r_e_a_m(_I_n_p_u_t_S_t_r_e_a_m in)
│ │ │ │ Creates a new input stream with a default buffer size.
│ │ │ │ _G_Z_I_P_I_n_p_u_t_S_t_r_e_a_m(_I_n_p_u_t_S_t_r_e_a_m in, int size)
│ │ │ │ Creates a new input stream with the specified buffer size.
│ │ │ │ _G_Z_I_P_O_u_t_p_u_t_S_t_r_e_a_m(_O_u_t_p_u_t_S_t_r_e_a_m out)
│ │ │ │ @@ -3886,39 +3886,39 @@
│ │ │ │ _O_b_j_e_c_t _C_l_a_s_s_L_o_a_d_e_r loader)
│ │ │ │ Return the instantiated JavaBean component.
│ │ │ │ _O_b_j_e_c_t DataHandler._g_e_t_C_o_n_t_e_n_t()
│ │ │ │ Return the data in its preferred Object form.
│ │ │ │ DataContentHandler._g_e_t_C_o_n_t_e_n_t(_D_a_t_a_S_o_u_r_c_e ds)
│ │ │ │ _O_b_j_e_c_t Return an object representing the data in its
│ │ │ │ most preferred form.
│ │ │ │ - FileDataSource._g_e_t_I_n_p_u_t_S_t_r_e_a_m()
│ │ │ │ - _I_n_p_u_t_S_t_r_e_a_m This method will return an InputStream
│ │ │ │ - representing the the data and will throw an
│ │ │ │ - IOException if it can not do so.
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m DataHandler._g_e_t_I_n_p_u_t_S_t_r_e_a_m()
│ │ │ │ Get the InputStream for this object.
│ │ │ │ DataSource._g_e_t_I_n_p_u_t_S_t_r_e_a_m()
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m This method returns an InputStream representing
│ │ │ │ the data and throws the appropriate exception if
│ │ │ │ it can not do so.
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m URLDataSource._g_e_t_I_n_p_u_t_S_t_r_e_a_m()
│ │ │ │ The getInputStream method from the URL.
│ │ │ │ - FileDataSource._g_e_t_O_u_t_p_u_t_S_t_r_e_a_m()
│ │ │ │ - _O_u_t_p_u_t_S_t_r_e_a_m This method will return an OutputStream
│ │ │ │ + FileDataSource._g_e_t_I_n_p_u_t_S_t_r_e_a_m()
│ │ │ │ + _I_n_p_u_t_S_t_r_e_a_m This method will return an InputStream
│ │ │ │ representing the the data and will throw an
│ │ │ │ IOException if it can not do so.
│ │ │ │ DataHandler._g_e_t_O_u_t_p_u_t_S_t_r_e_a_m()
│ │ │ │ _O_u_t_p_u_t_S_t_r_e_a_m Get an OutputStream for this DataHandler to allow
│ │ │ │ overwriting the underlying data.
│ │ │ │ DataSource._g_e_t_O_u_t_p_u_t_S_t_r_e_a_m()
│ │ │ │ _O_u_t_p_u_t_S_t_r_e_a_m This method returns an OutputStream where the
│ │ │ │ data can be written and throws the appropriate
│ │ │ │ exception if it can not do so.
│ │ │ │ _O_u_t_p_u_t_S_t_r_e_a_m URLDataSource._g_e_t_O_u_t_p_u_t_S_t_r_e_a_m()
│ │ │ │ The getOutputStream method from the URL.
│ │ │ │ + FileDataSource._g_e_t_O_u_t_p_u_t_S_t_r_e_a_m()
│ │ │ │ + _O_u_t_p_u_t_S_t_r_e_a_m This method will return an OutputStream
│ │ │ │ + representing the the data and will throw an
│ │ │ │ + IOException if it can not do so.
│ │ │ │ DataHandler._g_e_t_T_r_a_n_s_f_e_r_D_a_t_a(_D_a_t_a_F_l_a_v_o_r flavor)
│ │ │ │ _O_b_j_e_c_t Returns an object that represents the data to be
│ │ │ │ transferred.
│ │ │ │ DataContentHandler._g_e_t_T_r_a_n_s_f_e_r_D_a_t_a(_D_a_t_a_F_l_a_v_o_r df,
│ │ │ │ _O_b_j_e_c_t _D_a_t_a_S_o_u_r_c_e ds)
│ │ │ │ Returns an object which represents the data to be
│ │ │ │ transferred.
│ │ │ │ @@ -4002,20 +4002,20 @@
│ │ │ │ resource.
│ │ │ │ o ******** UUsseess ooff _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn iinn _jj_aa_vv_aa_xx_.._cc_rr_yy_pp_tt_oo ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._cc_rr_yy_pp_tt_oo tthhaatt tthhrrooww _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ CipherInputStream._a_v_a_i_l_a_b_l_e()
│ │ │ │ int Returns the number of bytes that can be read from
│ │ │ │ this input stream without blocking.
│ │ │ │ - CipherInputStream._c_l_o_s_e()
│ │ │ │ - void Closes this input stream and releases any system
│ │ │ │ - resources associated with the stream.
│ │ │ │ CipherOutputStream._c_l_o_s_e()
│ │ │ │ void Closes this output stream and releases any system
│ │ │ │ resources associated with this stream.
│ │ │ │ + CipherInputStream._c_l_o_s_e()
│ │ │ │ + void Closes this input stream and releases any system
│ │ │ │ + resources associated with the stream.
│ │ │ │ CipherOutputStream._f_l_u_s_h()
│ │ │ │ Flushes this output stream by forcing any
│ │ │ │ void buffered output bytes that have already been
│ │ │ │ processed by the encapsulated cipher object to be
│ │ │ │ written out.
│ │ │ │ byte[] EncryptedPrivateKeyInfo._g_e_t_E_n_c_o_d_e_d()
│ │ │ │ Returns the ASN.1 encoding of this object.
│ │ │ │ @@ -4479,96 +4479,96 @@
│ │ │ │ provider.
│ │ │ │ o ******** UUsseess ooff _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn iinn _jj_aa_vv_aa_xx_.._ii_mm_aa_gg_ee_ii_oo_.._ss_tt_rr_ee_aa_mm ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ii_mm_aa_gg_ee_ii_oo_.._ss_tt_rr_ee_aa_mm tthhaatt tthhrrooww _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ ImageInputStreamImpl._c_h_e_c_k_C_l_o_s_e_d()
│ │ │ │ protected void Throws an IOException if the stream has been
│ │ │ │ closed.
│ │ │ │ - void MemoryCacheImageOutputStream._c_l_o_s_e()
│ │ │ │ - Closes this MemoryCacheImageOutputStream.
│ │ │ │ + void FileImageOutputStream._c_l_o_s_e()
│ │ │ │ + void FileCacheImageOutputStream._c_l_o_s_e()
│ │ │ │ + Closes this FileCacheImageOutputStream.
│ │ │ │ void ImageInputStreamImpl._c_l_o_s_e()
│ │ │ │ void ImageInputStream._c_l_o_s_e()
│ │ │ │ Closes the stream.
│ │ │ │ - MemoryCacheImageInputStream._c_l_o_s_e()
│ │ │ │ - void Closes this MemoryCacheImageInputStream, freeing
│ │ │ │ - the cache.
│ │ │ │ - void FileImageOutputStream._c_l_o_s_e()
│ │ │ │ void FileImageInputStream._c_l_o_s_e()
│ │ │ │ - void FileCacheImageOutputStream._c_l_o_s_e()
│ │ │ │ - Closes this FileCacheImageOutputStream.
│ │ │ │ FileCacheImageInputStream._c_l_o_s_e()
│ │ │ │ void Closes this FileCacheImageInputStream, closing
│ │ │ │ and removing the cache file.
│ │ │ │ + MemoryCacheImageInputStream._c_l_o_s_e()
│ │ │ │ + void Closes this MemoryCacheImageInputStream, freeing
│ │ │ │ + the cache.
│ │ │ │ + void MemoryCacheImageOutputStream._c_l_o_s_e()
│ │ │ │ + Closes this MemoryCacheImageOutputStream.
│ │ │ │ void ImageInputStreamImpl._f_l_u_s_h()
│ │ │ │ ImageInputStream._f_l_u_s_h()
│ │ │ │ void Discards the initial position of the stream prior
│ │ │ │ to the current stream position.
│ │ │ │ - void MemoryCacheImageOutputStream._f_l_u_s_h_B_e_f_o_r_e
│ │ │ │ - (long pos)
│ │ │ │ - void ImageInputStreamImpl._f_l_u_s_h_B_e_f_o_r_e(long pos)
│ │ │ │ - ImageInputStream._f_l_u_s_h_B_e_f_o_r_e(long pos)
│ │ │ │ - void Discards the initial portion of the stream prior
│ │ │ │ - to the indicated position.
│ │ │ │ ImageOutputStream._f_l_u_s_h_B_e_f_o_r_e(long pos)
│ │ │ │ void Flushes all data prior to the given position to
│ │ │ │ the underlying destination, such as an
│ │ │ │ OutputStream or File.
│ │ │ │ + void FileCacheImageOutputStream._f_l_u_s_h_B_e_f_o_r_e(long pos)
│ │ │ │ + void ImageInputStreamImpl._f_l_u_s_h_B_e_f_o_r_e(long pos)
│ │ │ │ + ImageInputStream._f_l_u_s_h_B_e_f_o_r_e(long pos)
│ │ │ │ + void Discards the initial portion of the stream prior
│ │ │ │ + to the indicated position.
│ │ │ │ void MemoryCacheImageInputStream._f_l_u_s_h_B_e_f_o_r_e
│ │ │ │ (long pos)
│ │ │ │ - void FileCacheImageOutputStream._f_l_u_s_h_B_e_f_o_r_e(long pos)
│ │ │ │ + void MemoryCacheImageOutputStream._f_l_u_s_h_B_e_f_o_r_e
│ │ │ │ + (long pos)
│ │ │ │ ImageOutputStreamImpl._f_l_u_s_h_B_i_t_s()
│ │ │ │ protected void If the bit offset is non-zero, forces the
│ │ │ │ remaining bits in the current byte to 0 and
│ │ │ │ advances the stream position by one.
│ │ │ │ int ImageInputStreamImpl._g_e_t_B_i_t_O_f_f_s_e_t()
│ │ │ │ ImageInputStream._g_e_t_B_i_t_O_f_f_s_e_t()
│ │ │ │ int Returns the current bit offset, as an integer
│ │ │ │ between 0 and 7, inclusive.
│ │ │ │ long ImageInputStreamImpl._g_e_t_S_t_r_e_a_m_P_o_s_i_t_i_o_n()
│ │ │ │ long ImageInputStream._g_e_t_S_t_r_e_a_m_P_o_s_i_t_i_o_n()
│ │ │ │ Returns the current byte position of the stream.
│ │ │ │ long ImageInputStream._l_e_n_g_t_h()
│ │ │ │ Returns the total length of the stream, if known.
│ │ │ │ - int MemoryCacheImageOutputStream._r_e_a_d()
│ │ │ │ + int FileImageOutputStream._r_e_a_d()
│ │ │ │ + int FileCacheImageOutputStream._r_e_a_d()
│ │ │ │ ImageInputStreamImpl._r_e_a_d()
│ │ │ │ abstract int Reads a single byte from the stream and returns
│ │ │ │ it as an int between 0 and 255.
│ │ │ │ ImageInputStream._r_e_a_d()
│ │ │ │ int Reads a single byte from the stream and returns
│ │ │ │ it as an integer between 0 and 255.
│ │ │ │ - int MemoryCacheImageInputStream._r_e_a_d()
│ │ │ │ - int FileImageOutputStream._r_e_a_d()
│ │ │ │ int FileImageInputStream._r_e_a_d()
│ │ │ │ - int FileCacheImageOutputStream._r_e_a_d()
│ │ │ │ int FileCacheImageInputStream._r_e_a_d()
│ │ │ │ + int MemoryCacheImageInputStream._r_e_a_d()
│ │ │ │ + int MemoryCacheImageOutputStream._r_e_a_d()
│ │ │ │ ImageInputStreamImpl._r_e_a_d(byte[] b)
│ │ │ │ int A convenience method that calls read(b, 0,
│ │ │ │ b.length).
│ │ │ │ ImageInputStream._r_e_a_d(byte[] b)
│ │ │ │ int Reads up to b.length bytes from the stream, and
│ │ │ │ stores them into b starting at index 0.
│ │ │ │ - int MemoryCacheImageOutputStream._r_e_a_d(byte[] b,
│ │ │ │ + int FileImageOutputStream._r_e_a_d(byte[] b, int off,
│ │ │ │ + int len)
│ │ │ │ + int FileCacheImageOutputStream._r_e_a_d(byte[] b,
│ │ │ │ int off, int len)
│ │ │ │ ImageInputStreamImpl._r_e_a_d(byte[] b, int off,
│ │ │ │ abstract int int len)
│ │ │ │ Reads up to len bytes from the stream, and stores
│ │ │ │ them into b starting at index off.
│ │ │ │ ImageInputStream._r_e_a_d(byte[] b, int off, int len)
│ │ │ │ int Reads up to len bytes from the stream, and stores
│ │ │ │ them into b starting at index off.
│ │ │ │ - int MemoryCacheImageInputStream._r_e_a_d(byte[] b,
│ │ │ │ - int off, int len)
│ │ │ │ - int FileImageOutputStream._r_e_a_d(byte[] b, int off,
│ │ │ │ - int len)
│ │ │ │ int FileImageInputStream._r_e_a_d(byte[] b, int off,
│ │ │ │ int len)
│ │ │ │ - int FileCacheImageOutputStream._r_e_a_d(byte[] b,
│ │ │ │ - int off, int len)
│ │ │ │ int FileCacheImageInputStream._r_e_a_d(byte[] b, int off,
│ │ │ │ int len)
│ │ │ │ + int MemoryCacheImageInputStream._r_e_a_d(byte[] b,
│ │ │ │ + int off, int len)
│ │ │ │ + int MemoryCacheImageOutputStream._r_e_a_d(byte[] b,
│ │ │ │ + int off, int len)
│ │ │ │ int ImageInputStreamImpl._r_e_a_d_B_i_t()
│ │ │ │ ImageInputStream._r_e_a_d_B_i_t()
│ │ │ │ int Reads a single bit from the stream and returns it
│ │ │ │ as an int with the value 0 or 1.
│ │ │ │ long ImageInputStreamImpl._r_e_a_d_B_i_t_s(int numBits)
│ │ │ │ ImageInputStream._r_e_a_d_B_i_t_s(int numBits)
│ │ │ │ long Reads a bitstring from the stream and returns it
│ │ │ │ @@ -4708,25 +4708,25 @@
│ │ │ │ ImageInputStreamImpl._r_e_s_e_t()
│ │ │ │ void Resets the current stream byte and bit positions
│ │ │ │ from the stack of marked positions.
│ │ │ │ ImageInputStream._r_e_s_e_t()
│ │ │ │ void Returns the stream pointer to its previous
│ │ │ │ position, including the bit offset, at the time
│ │ │ │ of the most recent unmatched call to mark.
│ │ │ │ - void ImageInputStreamImpl._s_e_e_k(long pos)
│ │ │ │ - ImageInputStream._s_e_e_k(long pos)
│ │ │ │ - void Sets the current stream position to the desired
│ │ │ │ - location.
│ │ │ │ FileImageOutputStream._s_e_e_k(long pos)
│ │ │ │ void Sets the current stream position and resets the
│ │ │ │ bit offset to 0.
│ │ │ │ - void FileImageInputStream._s_e_e_k(long pos)
│ │ │ │ FileCacheImageOutputStream._s_e_e_k(long pos)
│ │ │ │ void Sets the current stream position and resets the
│ │ │ │ bit offset to 0.
│ │ │ │ + void ImageInputStreamImpl._s_e_e_k(long pos)
│ │ │ │ + ImageInputStream._s_e_e_k(long pos)
│ │ │ │ + void Sets the current stream position to the desired
│ │ │ │ + location.
│ │ │ │ + void FileImageInputStream._s_e_e_k(long pos)
│ │ │ │ void ImageInputStreamImpl._s_e_t_B_i_t_O_f_f_s_e_t(int bitOffset)
│ │ │ │ ImageInputStream._s_e_t_B_i_t_O_f_f_s_e_t(int bitOffset)
│ │ │ │ void Sets the bit offset to an integer between 0 and
│ │ │ │ 7, inclusive.
│ │ │ │ ImageInputStreamImpl._s_k_i_p_B_y_t_e_s(int n)
│ │ │ │ int Advances the current stream position by calling
│ │ │ │ seek(getStreamPosition() + n).
│ │ │ │ @@ -4735,125 +4735,125 @@
│ │ │ │ number of bytes.
│ │ │ │ ImageInputStreamImpl._s_k_i_p_B_y_t_e_s(long n)
│ │ │ │ long Advances the current stream position by calling
│ │ │ │ seek(getStreamPosition() + n).
│ │ │ │ ImageInputStream._s_k_i_p_B_y_t_e_s(long n)
│ │ │ │ long Moves the stream position forward by a given
│ │ │ │ number of bytes.
│ │ │ │ - void ImageOutputStreamImpl._w_r_i_t_e(byte[] b)
│ │ │ │ ImageOutputStream._w_r_i_t_e(byte[] b)
│ │ │ │ void Writes a sequence of bytes to the stream at the
│ │ │ │ current position.
│ │ │ │ - void MemoryCacheImageOutputStream._w_r_i_t_e(byte[] b,
│ │ │ │ - int off, int len)
│ │ │ │ - abstract void ImageOutputStreamImpl._w_r_i_t_e(byte[] b, int off,
│ │ │ │ + void ImageOutputStreamImpl._w_r_i_t_e(byte[] b)
│ │ │ │ + void FileImageOutputStream._w_r_i_t_e(byte[] b, int off,
│ │ │ │ int len)
│ │ │ │ ImageOutputStream._w_r_i_t_e(byte[] b, int off,
│ │ │ │ void int len)
│ │ │ │ Writes a sequence of bytes to the stream at the
│ │ │ │ current position.
│ │ │ │ - void FileImageOutputStream._w_r_i_t_e(byte[] b, int off,
│ │ │ │ - int len)
│ │ │ │ void FileCacheImageOutputStream._w_r_i_t_e(byte[] b,
│ │ │ │ int off, int len)
│ │ │ │ - void MemoryCacheImageOutputStream._w_r_i_t_e(int b)
│ │ │ │ - abstract void ImageOutputStreamImpl._w_r_i_t_e(int b)
│ │ │ │ + abstract void ImageOutputStreamImpl._w_r_i_t_e(byte[] b, int off,
│ │ │ │ + int len)
│ │ │ │ + void MemoryCacheImageOutputStream._w_r_i_t_e(byte[] b,
│ │ │ │ + int off, int len)
│ │ │ │ + void FileImageOutputStream._w_r_i_t_e(int b)
│ │ │ │ ImageOutputStream._w_r_i_t_e(int b)
│ │ │ │ void Writes a single byte to the stream at the current
│ │ │ │ position.
│ │ │ │ - void FileImageOutputStream._w_r_i_t_e(int b)
│ │ │ │ void FileCacheImageOutputStream._w_r_i_t_e(int b)
│ │ │ │ - void ImageOutputStreamImpl._w_r_i_t_e_B_i_t(int bit)
│ │ │ │ + abstract void ImageOutputStreamImpl._w_r_i_t_e(int b)
│ │ │ │ + void MemoryCacheImageOutputStream._w_r_i_t_e(int b)
│ │ │ │ ImageOutputStream._w_r_i_t_e_B_i_t(int bit)
│ │ │ │ Writes a single bit, given by the least
│ │ │ │ void significant bit of the argument, to the stream at
│ │ │ │ the current bit offset within the current byte
│ │ │ │ position.
│ │ │ │ - void ImageOutputStreamImpl._w_r_i_t_e_B_i_t_s(long bits,
│ │ │ │ - int numBits)
│ │ │ │ + void ImageOutputStreamImpl._w_r_i_t_e_B_i_t(int bit)
│ │ │ │ ImageOutputStream._w_r_i_t_e_B_i_t_s(long bits,
│ │ │ │ int numBits)
│ │ │ │ void Writes a sequence of bits, given by the numBits
│ │ │ │ least significant bits of the bits argument in
│ │ │ │ left-to-right order, to the stream at the current
│ │ │ │ bit offset within the current byte position.
│ │ │ │ - void ImageOutputStreamImpl._w_r_i_t_e_B_o_o_l_e_a_n(boolean v)
│ │ │ │ + void ImageOutputStreamImpl._w_r_i_t_e_B_i_t_s(long bits,
│ │ │ │ + int numBits)
│ │ │ │ void ImageOutputStream._w_r_i_t_e_B_o_o_l_e_a_n(boolean v)
│ │ │ │ Writes a boolean value to the stream.
│ │ │ │ - void ImageOutputStreamImpl._w_r_i_t_e_B_y_t_e(int v)
│ │ │ │ + void ImageOutputStreamImpl._w_r_i_t_e_B_o_o_l_e_a_n(boolean v)
│ │ │ │ void ImageOutputStream._w_r_i_t_e_B_y_t_e(int v)
│ │ │ │ Writes the 8 low-order bits of v to the stream.
│ │ │ │ - void ImageOutputStreamImpl._w_r_i_t_e_B_y_t_e_s(_S_t_r_i_n_g s)
│ │ │ │ + void ImageOutputStreamImpl._w_r_i_t_e_B_y_t_e(int v)
│ │ │ │ void ImageOutputStream._w_r_i_t_e_B_y_t_e_s(_S_t_r_i_n_g s)
│ │ │ │ Writes a string to the output stream.
│ │ │ │ - void ImageOutputStreamImpl._w_r_i_t_e_C_h_a_r(int v)
│ │ │ │ + void ImageOutputStreamImpl._w_r_i_t_e_B_y_t_e_s(_S_t_r_i_n_g s)
│ │ │ │ void ImageOutputStream._w_r_i_t_e_C_h_a_r(int v)
│ │ │ │ This method is a synonym for _w_r_i_t_e_S_h_o_r_t.
│ │ │ │ - void ImageOutputStreamImpl._w_r_i_t_e_C_h_a_r_s(char[] c,
│ │ │ │ - int off, int len)
│ │ │ │ + void ImageOutputStreamImpl._w_r_i_t_e_C_h_a_r(int v)
│ │ │ │ ImageOutputStream._w_r_i_t_e_C_h_a_r_s(char[] c, int off,
│ │ │ │ void int len)
│ │ │ │ Writes a sequence of chars to the stream at the
│ │ │ │ current position.
│ │ │ │ - void ImageOutputStreamImpl._w_r_i_t_e_C_h_a_r_s(_S_t_r_i_n_g s)
│ │ │ │ + void ImageOutputStreamImpl._w_r_i_t_e_C_h_a_r_s(char[] c,
│ │ │ │ + int off, int len)
│ │ │ │ void ImageOutputStream._w_r_i_t_e_C_h_a_r_s(_S_t_r_i_n_g s)
│ │ │ │ Writes a string to the output stream.
│ │ │ │ - void ImageOutputStreamImpl._w_r_i_t_e_D_o_u_b_l_e(double v)
│ │ │ │ + void ImageOutputStreamImpl._w_r_i_t_e_C_h_a_r_s(_S_t_r_i_n_g s)
│ │ │ │ ImageOutputStream._w_r_i_t_e_D_o_u_b_l_e(double v)
│ │ │ │ void Writes a double value, which is comprised of four
│ │ │ │ bytes, to the output stream.
│ │ │ │ - void ImageOutputStreamImpl._w_r_i_t_e_D_o_u_b_l_e_s(double[] d,
│ │ │ │ - int off, int len)
│ │ │ │ + void ImageOutputStreamImpl._w_r_i_t_e_D_o_u_b_l_e(double v)
│ │ │ │ ImageOutputStream._w_r_i_t_e_D_o_u_b_l_e_s(double[] d,
│ │ │ │ void int off, int len)
│ │ │ │ Writes a sequence of doubles to the stream at the
│ │ │ │ current position.
│ │ │ │ - void ImageOutputStreamImpl._w_r_i_t_e_F_l_o_a_t(float v)
│ │ │ │ + void ImageOutputStreamImpl._w_r_i_t_e_D_o_u_b_l_e_s(double[] d,
│ │ │ │ + int off, int len)
│ │ │ │ ImageOutputStream._w_r_i_t_e_F_l_o_a_t(float v)
│ │ │ │ void Writes a float value, which is comprised of four
│ │ │ │ bytes, to the output stream.
│ │ │ │ - void ImageOutputStreamImpl._w_r_i_t_e_F_l_o_a_t_s(float[] f,
│ │ │ │ - int off, int len)
│ │ │ │ + void ImageOutputStreamImpl._w_r_i_t_e_F_l_o_a_t(float v)
│ │ │ │ ImageOutputStream._w_r_i_t_e_F_l_o_a_t_s(float[] f, int off,
│ │ │ │ void int len)
│ │ │ │ Writes a sequence of floats to the stream at the
│ │ │ │ current position.
│ │ │ │ - void ImageOutputStreamImpl._w_r_i_t_e_I_n_t(int v)
│ │ │ │ + void ImageOutputStreamImpl._w_r_i_t_e_F_l_o_a_t_s(float[] f,
│ │ │ │ + int off, int len)
│ │ │ │ void ImageOutputStream._w_r_i_t_e_I_n_t(int v)
│ │ │ │ Writes the 32 bits of v to the stream.
│ │ │ │ - void ImageOutputStreamImpl._w_r_i_t_e_I_n_t_s(int[] i, int off,
│ │ │ │ - int len)
│ │ │ │ + void ImageOutputStreamImpl._w_r_i_t_e_I_n_t(int v)
│ │ │ │ ImageOutputStream._w_r_i_t_e_I_n_t_s(int[] i, int off,
│ │ │ │ void int len)
│ │ │ │ Writes a sequence of ints to the stream at the
│ │ │ │ current position.
│ │ │ │ - void ImageOutputStreamImpl._w_r_i_t_e_L_o_n_g(long v)
│ │ │ │ + void ImageOutputStreamImpl._w_r_i_t_e_I_n_t_s(int[] i, int off,
│ │ │ │ + int len)
│ │ │ │ void ImageOutputStream._w_r_i_t_e_L_o_n_g(long v)
│ │ │ │ Writes the 64 bits of v to the stream.
│ │ │ │ - void ImageOutputStreamImpl._w_r_i_t_e_L_o_n_g_s(long[] l,
│ │ │ │ - int off, int len)
│ │ │ │ + void ImageOutputStreamImpl._w_r_i_t_e_L_o_n_g(long v)
│ │ │ │ ImageOutputStream._w_r_i_t_e_L_o_n_g_s(long[] l, int off,
│ │ │ │ void int len)
│ │ │ │ Writes a sequence of longs to the stream at the
│ │ │ │ current position.
│ │ │ │ - void ImageOutputStreamImpl._w_r_i_t_e_S_h_o_r_t(int v)
│ │ │ │ + void ImageOutputStreamImpl._w_r_i_t_e_L_o_n_g_s(long[] l,
│ │ │ │ + int off, int len)
│ │ │ │ void ImageOutputStream._w_r_i_t_e_S_h_o_r_t(int v)
│ │ │ │ Writes the 16 low-order bits of v to the stream.
│ │ │ │ - void ImageOutputStreamImpl._w_r_i_t_e_S_h_o_r_t_s(short[] s,
│ │ │ │ - int off, int len)
│ │ │ │ + void ImageOutputStreamImpl._w_r_i_t_e_S_h_o_r_t(int v)
│ │ │ │ ImageOutputStream._w_r_i_t_e_S_h_o_r_t_s(short[] s, int off,
│ │ │ │ void int len)
│ │ │ │ Writes a sequence of shorts to the stream at the
│ │ │ │ current position.
│ │ │ │ - void ImageOutputStreamImpl._w_r_i_t_e_U_T_F(_S_t_r_i_n_g s)
│ │ │ │ + void ImageOutputStreamImpl._w_r_i_t_e_S_h_o_r_t_s(short[] s,
│ │ │ │ + int off, int len)
│ │ │ │ ImageOutputStream._w_r_i_t_e_U_T_F(_S_t_r_i_n_g s)
│ │ │ │ Writes two bytes of length information to the
│ │ │ │ void output stream in network byte order, followed by
│ │ │ │ the _m_o_d_i_f_i_e_d_ _U_T_F_-_8 representation of every
│ │ │ │ character in the string s.
│ │ │ │ + void ImageOutputStreamImpl._w_r_i_t_e_U_T_F(_S_t_r_i_n_g s)
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_xx_.._ii_mm_aa_gg_ee_ii_oo_.._ss_tt_rr_ee_aa_mm tthhaatt tthhrrooww _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _F_i_l_e_C_a_c_h_e_I_m_a_g_e_I_n_p_u_t_S_t_r_e_a_m(_I_n_p_u_t_S_t_r_e_a_m stream, _F_i_l_e cacheDir)
│ │ │ │ Constructs a FileCacheImageInputStream that will read from a given
│ │ │ │ InputStream.
│ │ │ │ _F_i_l_e_C_a_c_h_e_I_m_a_g_e_O_u_t_p_u_t_S_t_r_e_a_m(_O_u_t_p_u_t_S_t_r_e_a_m stream, _F_i_l_e cacheDir)
│ │ │ │ Constructs a FileCacheImageOutputStream that will write to a given
│ │ │ │ @@ -5092,34 +5092,34 @@
│ │ │ │ [] $param_arrayOf_MarshalledObject_2, _S_u_b_j_e_c_t
│ │ │ │ [] $param_arrayOf_Subject_3)
│ │ │ │ RMIServerImpl._c_l_i_e_n_t_C_l_o_s_e_d(_R_M_I_C_o_n_n_e_c_t_i_o_n client)
│ │ │ │ protected void Method called when a client connection created by
│ │ │ │ _m_a_k_e_C_l_i_e_n_t is closed.
│ │ │ │ void RMIConnection._c_l_o_s_e()
│ │ │ │ Closes this connection.
│ │ │ │ - void RMIServerImpl._c_l_o_s_e()
│ │ │ │ - Closes this connection server.
│ │ │ │ - void RMIConnector._c_l_o_s_e()
│ │ │ │ void RMIConnectionImpl._c_l_o_s_e()
│ │ │ │ + void RMIConnector._c_l_o_s_e()
│ │ │ │ void RMIConnectionImpl_Stub._c_l_o_s_e()
│ │ │ │ - protected abstract RMIServerImpl._c_l_o_s_e_C_l_i_e_n_t(_R_M_I_C_o_n_n_e_c_t_i_o_n client)
│ │ │ │ - void Closes a client connection made by _m_a_k_e_C_l_i_e_n_t.
│ │ │ │ + void RMIServerImpl._c_l_o_s_e()
│ │ │ │ + Closes this connection server.
│ │ │ │ protected void RMIJRMPServerImpl._c_l_o_s_e_C_l_i_e_n_t
│ │ │ │ (_R_M_I_C_o_n_n_e_c_t_i_o_n client)
│ │ │ │ protected void RMIIIOPServerImpl._c_l_o_s_e_C_l_i_e_n_t
│ │ │ │ (_R_M_I_C_o_n_n_e_c_t_i_o_n client)
│ │ │ │ - protected abstract RMIServerImpl._c_l_o_s_e_S_e_r_v_e_r()
│ │ │ │ - void Called by _R_M_I_S_e_r_v_e_r_I_m_p_l_._c_l_o_s_e_(_) to close the
│ │ │ │ - connector server.
│ │ │ │ + protected abstract RMIServerImpl._c_l_o_s_e_C_l_i_e_n_t(_R_M_I_C_o_n_n_e_c_t_i_o_n client)
│ │ │ │ + void Closes a client connection made by _m_a_k_e_C_l_i_e_n_t.
│ │ │ │ RMIJRMPServerImpl._c_l_o_s_e_S_e_r_v_e_r()
│ │ │ │ protected void Called by _R_M_I_S_e_r_v_e_r_I_m_p_l_._c_l_o_s_e_(_) to close the
│ │ │ │ connector server by unexporting this object.
│ │ │ │ RMIIIOPServerImpl._c_l_o_s_e_S_e_r_v_e_r()
│ │ │ │ protected void Called by _R_M_I_S_e_r_v_e_r_I_m_p_l_._c_l_o_s_e_(_) to close the
│ │ │ │ connector server by unexporting this object.
│ │ │ │ + protected abstract RMIServerImpl._c_l_o_s_e_S_e_r_v_e_r()
│ │ │ │ + void Called by _R_M_I_S_e_r_v_e_r_I_m_p_l_._c_l_o_s_e_(_) to close the
│ │ │ │ + connector server.
│ │ │ │ void RMIConnector._c_o_n_n_e_c_t()
│ │ │ │ void RMIConnector._c_o_n_n_e_c_t(_M_a_p<_S_t_r_i_n_g,?> environment)
│ │ │ │ RMIConnection._c_r_e_a_t_e_M_B_e_a_n(_S_t_r_i_n_g className,
│ │ │ │ _O_b_j_e_c_t_N_a_m_e name, _M_a_r_s_h_a_l_l_e_d_O_b_j_e_c_t params, _S_t_r_i_n_g
│ │ │ │ _O_b_j_e_c_t_I_n_s_t_a_n_c_e [] signature, _S_u_b_j_e_c_t delegationSubject)
│ │ │ │ Handles the method
│ │ │ │ _M_B_e_a_n_S_e_r_v_e_r_C_o_n_n_e_c_t_i_o_n_._c_r_e_a_t_e_M_B_e_a_n_(_S_t_r_i_n_g_,
│ │ │ │ @@ -5172,18 +5172,18 @@
│ │ │ │ _O_b_j_e_c_t_N_a_m_e_).
│ │ │ │ _O_b_j_e_c_t_I_n_s_t_a_n_c_e RMIConnectionImpl._c_r_e_a_t_e_M_B_e_a_n(_S_t_r_i_n_g className,
│ │ │ │ _O_b_j_e_c_t_N_a_m_e name, _S_u_b_j_e_c_t delegationSubject)
│ │ │ │ RMIConnectionImpl_Stub._c_r_e_a_t_e_M_B_e_a_n
│ │ │ │ _O_b_j_e_c_t_I_n_s_t_a_n_c_e (_S_t_r_i_n_g $param_String_1,
│ │ │ │ _O_b_j_e_c_t_N_a_m_e $param_ObjectName_2,
│ │ │ │ _S_u_b_j_e_c_t $param_Subject_3)
│ │ │ │ - protected abstract RMIServerImpl._e_x_p_o_r_t()
│ │ │ │ - void Exports this RMI object.
│ │ │ │ protected void RMIJRMPServerImpl._e_x_p_o_r_t()
│ │ │ │ protected void RMIIIOPServerImpl._e_x_p_o_r_t()
│ │ │ │ + protected abstract RMIServerImpl._e_x_p_o_r_t()
│ │ │ │ + void Exports this RMI object.
│ │ │ │ RMIConnection._f_e_t_c_h_N_o_t_i_f_i_c_a_t_i_o_n_s
│ │ │ │ _N_o_t_i_f_i_c_a_t_i_o_n_R_e_s_u_l_t (long clientSequenceNumber, int maxNotifications,
│ │ │ │ long timeout)
│ │ │ │ Retrieves notifications from the connector server.
│ │ │ │ RMIConnectionImpl._f_e_t_c_h_N_o_t_i_f_i_c_a_t_i_o_n_s
│ │ │ │ _N_o_t_i_f_i_c_a_t_i_o_n_R_e_s_u_l_t (long clientSequenceNumber, int maxNotifications,
│ │ │ │ long timeout)
│ │ │ │ @@ -5209,16 +5209,16 @@
│ │ │ │ _S_t_r_i_n_g[] attributes, _S_u_b_j_e_c_t delegationSubject)
│ │ │ │ RMIConnectionImpl_Stub._g_e_t_A_t_t_r_i_b_u_t_e_s
│ │ │ │ _A_t_t_r_i_b_u_t_e_L_i_s_t (_O_b_j_e_c_t_N_a_m_e $param_ObjectName_1, _S_t_r_i_n_g
│ │ │ │ [] $param_arrayOf_String_2,
│ │ │ │ _S_u_b_j_e_c_t $param_Subject_3)
│ │ │ │ _S_t_r_i_n_g RMIConnection._g_e_t_C_o_n_n_e_c_t_i_o_n_I_d()
│ │ │ │ Returns the connection ID.
│ │ │ │ - _S_t_r_i_n_g RMIConnector._g_e_t_C_o_n_n_e_c_t_i_o_n_I_d()
│ │ │ │ _S_t_r_i_n_g RMIConnectionImpl._g_e_t_C_o_n_n_e_c_t_i_o_n_I_d()
│ │ │ │ + _S_t_r_i_n_g RMIConnector._g_e_t_C_o_n_n_e_c_t_i_o_n_I_d()
│ │ │ │ _S_t_r_i_n_g RMIConnectionImpl_Stub._g_e_t_C_o_n_n_e_c_t_i_o_n_I_d()
│ │ │ │ RMIConnection._g_e_t_D_e_f_a_u_l_t_D_o_m_a_i_n
│ │ │ │ _S_t_r_i_n_g (_S_u_b_j_e_c_t delegationSubject)
│ │ │ │ Handles the method
│ │ │ │ _M_B_e_a_n_S_e_r_v_e_r_C_o_n_n_e_c_t_i_o_n_._g_e_t_D_e_f_a_u_l_t_D_o_m_a_i_n_(_).
│ │ │ │ _S_t_r_i_n_g RMIConnectionImpl._g_e_t_D_e_f_a_u_l_t_D_o_m_a_i_n
│ │ │ │ (_S_u_b_j_e_c_t delegationSubject)
│ │ │ │ @@ -5291,31 +5291,31 @@
│ │ │ │ Handles the method
│ │ │ │ _M_B_e_a_n_S_e_r_v_e_r_C_o_n_n_e_c_t_i_o_n_._i_s_R_e_g_i_s_t_e_r_e_d_(_O_b_j_e_c_t_N_a_m_e_).
│ │ │ │ boolean RMIConnectionImpl._i_s_R_e_g_i_s_t_e_r_e_d(_O_b_j_e_c_t_N_a_m_e name,
│ │ │ │ _S_u_b_j_e_c_t delegationSubject)
│ │ │ │ RMIConnectionImpl_Stub._i_s_R_e_g_i_s_t_e_r_e_d
│ │ │ │ boolean (_O_b_j_e_c_t_N_a_m_e $param_ObjectName_1,
│ │ │ │ _S_u_b_j_e_c_t $param_Subject_2)
│ │ │ │ - protected abstract RMIServerImpl._m_a_k_e_C_l_i_e_n_t(_S_t_r_i_n_g connectionId,
│ │ │ │ - _R_M_I_C_o_n_n_e_c_t_i_o_n _S_u_b_j_e_c_t subject)
│ │ │ │ - Creates a new client connection.
│ │ │ │ RMIJRMPServerImpl._m_a_k_e_C_l_i_e_n_t(_S_t_r_i_n_g connectionId,
│ │ │ │ protected _S_u_b_j_e_c_t subject)
│ │ │ │ _R_M_I_C_o_n_n_e_c_t_i_o_n Creates a new client connection as an RMI object
│ │ │ │ exported through JRMP.
│ │ │ │ RMIIIOPServerImpl._m_a_k_e_C_l_i_e_n_t(_S_t_r_i_n_g connectionId,
│ │ │ │ protected _S_u_b_j_e_c_t subject)
│ │ │ │ _R_M_I_C_o_n_n_e_c_t_i_o_n Creates a new client connection as an RMI object
│ │ │ │ exported through IIOP.
│ │ │ │ + protected abstract RMIServerImpl._m_a_k_e_C_l_i_e_n_t(_S_t_r_i_n_g connectionId,
│ │ │ │ + _R_M_I_C_o_n_n_e_c_t_i_o_n _S_u_b_j_e_c_t subject)
│ │ │ │ + Creates a new client connection.
│ │ │ │ + _R_M_I_C_o_n_n_e_c_t_i_o_n RMIServerImpl_Stub._n_e_w_C_l_i_e_n_t
│ │ │ │ + (_O_b_j_e_c_t $param_Object_1)
│ │ │ │ _R_M_I_C_o_n_n_e_c_t_i_o_n RMIServer._n_e_w_C_l_i_e_n_t(_O_b_j_e_c_t credentials)
│ │ │ │ Makes a new connection through this RMI connector.
│ │ │ │ _R_M_I_C_o_n_n_e_c_t_i_o_n RMIServerImpl._n_e_w_C_l_i_e_n_t(_O_b_j_e_c_t credentials)
│ │ │ │ Creates a new client connection.
│ │ │ │ - _R_M_I_C_o_n_n_e_c_t_i_o_n RMIServerImpl_Stub._n_e_w_C_l_i_e_n_t
│ │ │ │ - (_O_b_j_e_c_t $param_Object_1)
│ │ │ │ RMIConnection._q_u_e_r_y_M_B_e_a_n_s(_O_b_j_e_c_t_N_a_m_e name,
│ │ │ │ _M_a_r_s_h_a_l_l_e_d_O_b_j_e_c_t query, _S_u_b_j_e_c_t delegationSubject)
│ │ │ │ _S_e_t<_O_b_j_e_c_t_I_n_s_t_a_n_c_e> Handles the method
│ │ │ │ _M_B_e_a_n_S_e_r_v_e_r_C_o_n_n_e_c_t_i_o_n_._q_u_e_r_y_M_B_e_a_n_s_(_O_b_j_e_c_t_N_a_m_e_,
│ │ │ │ _Q_u_e_r_y_E_x_p_).
│ │ │ │ RMIConnectionImpl._q_u_e_r_y_M_B_e_a_n_s(_O_b_j_e_c_t_N_a_m_e name,
│ │ │ │ _S_e_t<_O_b_j_e_c_t_I_n_s_t_a_n_c_e> _M_a_r_s_h_a_l_l_e_d_O_b_j_e_c_t query,
│ │ │ │ @@ -5415,21 +5415,21 @@
│ │ │ │ listening for client connections.
│ │ │ │ RMIConnectorServer._s_t_o_p()
│ │ │ │ void Deactivates the connector server, that is, stops
│ │ │ │ listening for client connections.
│ │ │ │ RMIConnectorServer._t_o_J_M_X_C_o_n_n_e_c_t_o_r
│ │ │ │ _J_M_X_C_o_n_n_e_c_t_o_r (_M_a_p<_S_t_r_i_n_g,?> env)
│ │ │ │ Returns a client stub for this connector server.
│ │ │ │ - abstract _R_e_m_o_t_e RMIServerImpl._t_o_S_t_u_b()
│ │ │ │ - Returns a remotable stub for this server object.
│ │ │ │ RMIJRMPServerImpl._t_o_S_t_u_b()
│ │ │ │ _R_e_m_o_t_e Returns a serializable stub for this _R_M_I_S_e_r_v_e_r
│ │ │ │ object.
│ │ │ │ _R_e_m_o_t_e RMIIIOPServerImpl._t_o_S_t_u_b()
│ │ │ │ Returns an IIOP stub.
│ │ │ │ + abstract _R_e_m_o_t_e RMIServerImpl._t_o_S_t_u_b()
│ │ │ │ + Returns a remotable stub for this server object.
│ │ │ │ RMIConnection._u_n_r_e_g_i_s_t_e_r_M_B_e_a_n(_O_b_j_e_c_t_N_a_m_e name,
│ │ │ │ void _S_u_b_j_e_c_t delegationSubject)
│ │ │ │ Handles the method
│ │ │ │ _M_B_e_a_n_S_e_r_v_e_r_C_o_n_n_e_c_t_i_o_n_._u_n_r_e_g_i_s_t_e_r_M_B_e_a_n_(_O_b_j_e_c_t_N_a_m_e_).
│ │ │ │ void RMIConnectionImpl._u_n_r_e_g_i_s_t_e_r_M_B_e_a_n(_O_b_j_e_c_t_N_a_m_e name,
│ │ │ │ _S_u_b_j_e_c_t delegationSubject)
│ │ │ │ RMIConnectionImpl_Stub._u_n_r_e_g_i_s_t_e_r_M_B_e_a_n
│ │ │ │ @@ -5583,30 +5583,30 @@
│ │ │ │ int clientPort)
│ │ │ │ Used only by subclasses.
│ │ │ │ o ******** UUsseess ooff _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn iinn _jj_aa_vv_aa_xx_.._pp_rr_ii_nn_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._pp_rr_ii_nn_tt tthhaatt tthhrrooww _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ _D_o_c MultiDoc._g_e_t_D_o_c()
│ │ │ │ Obtain the current doc object.
│ │ │ │ + _O_b_j_e_c_t SimpleDoc._g_e_t_P_r_i_n_t_D_a_t_a()
│ │ │ │ Doc._g_e_t_P_r_i_n_t_D_a_t_a()
│ │ │ │ Obtains the print data representation object that
│ │ │ │ _O_b_j_e_c_t contains this doc object's piece of print data in
│ │ │ │ the format corresponding to the supported doc
│ │ │ │ flavor.
│ │ │ │ - _O_b_j_e_c_t SimpleDoc._g_e_t_P_r_i_n_t_D_a_t_a()
│ │ │ │ - Doc._g_e_t_R_e_a_d_e_r_F_o_r_T_e_x_t()
│ │ │ │ + SimpleDoc._g_e_t_R_e_a_d_e_r_F_o_r_T_e_x_t()
│ │ │ │ _R_e_a_d_e_r Obtains a reader for extracting character print
│ │ │ │ data from this doc.
│ │ │ │ - SimpleDoc._g_e_t_R_e_a_d_e_r_F_o_r_T_e_x_t()
│ │ │ │ + Doc._g_e_t_R_e_a_d_e_r_F_o_r_T_e_x_t()
│ │ │ │ _R_e_a_d_e_r Obtains a reader for extracting character print
│ │ │ │ data from this doc.
│ │ │ │ - Doc._g_e_t_S_t_r_e_a_m_F_o_r_B_y_t_e_s()
│ │ │ │ + SimpleDoc._g_e_t_S_t_r_e_a_m_F_o_r_B_y_t_e_s()
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m Obtains an input stream for extracting byte print
│ │ │ │ data from this doc.
│ │ │ │ - SimpleDoc._g_e_t_S_t_r_e_a_m_F_o_r_B_y_t_e_s()
│ │ │ │ + Doc._g_e_t_S_t_r_e_a_m_F_o_r_B_y_t_e_s()
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m Obtains an input stream for extracting byte print
│ │ │ │ data from this doc.
│ │ │ │ MultiDoc._n_e_x_t()
│ │ │ │ _M_u_l_t_i_D_o_c Go to the multidoc object that contains the next
│ │ │ │ doc object in the sequence of doc objects.
│ │ │ │ o ******** UUsseess ooff _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn iinn _jj_aa_vv_aa_xx_.._rr_mm_ii_.._CC_OO_RR_BB_AA ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._rr_mm_ii_.._CC_OO_RR_BB_AA tthhaatt tthhrrooww _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn?
│ │ │ │ @@ -5915,33 +5915,33 @@
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt tthhaatt tthhrrooww _II_OO_EE_xx_cc_ee_pp_tt_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ protected void AbstractWriter._i_n_d_e_n_t()
│ │ │ │ Does indentation.
│ │ │ │ AbstractWriter._o_u_t_p_u_t(char[] content,
│ │ │ │ protected void int start, int length)
│ │ │ │ The last stop in writing out content.
│ │ │ │ - EditorKit._r_e_a_d(_I_n_p_u_t_S_t_r_e_a_m in,
│ │ │ │ - _D_o_c_u_m_e_n_t doc, int pos)
│ │ │ │ - abstract void Inserts content from the given stream which
│ │ │ │ - is expected to be in a format appropriate
│ │ │ │ - for this kind of content handler.
│ │ │ │ DefaultEditorKit._r_e_a_d(_I_n_p_u_t_S_t_r_e_a_m in,
│ │ │ │ _D_o_c_u_m_e_n_t doc, int pos)
│ │ │ │ void Inserts content from the given stream which
│ │ │ │ is expected to be in a format appropriate
│ │ │ │ for this kind of content handler.
│ │ │ │ - EditorKit._r_e_a_d(_R_e_a_d_e_r in, _D_o_c_u_m_e_n_t doc,
│ │ │ │ - int pos)
│ │ │ │ + EditorKit._r_e_a_d(_I_n_p_u_t_S_t_r_e_a_m in,
│ │ │ │ + _D_o_c_u_m_e_n_t doc, int pos)
│ │ │ │ abstract void Inserts content from the given stream which
│ │ │ │ is expected to be in a format appropriate
│ │ │ │ for this kind of content handler.
│ │ │ │ DefaultEditorKit._r_e_a_d(_R_e_a_d_e_r in,
│ │ │ │ void _D_o_c_u_m_e_n_t doc, int pos)
│ │ │ │ Inserts content from the given stream,
│ │ │ │ which will be treated as plain text.
│ │ │ │ + EditorKit._r_e_a_d(_R_e_a_d_e_r in, _D_o_c_u_m_e_n_t doc,
│ │ │ │ + int pos)
│ │ │ │ + abstract void Inserts content from the given stream which
│ │ │ │ + is expected to be in a format appropriate
│ │ │ │ + for this kind of content handler.
│ │ │ │ void JTextComponent._r_e_a_d(_R_e_a_d_e_r in, _O_b_j_e_c_t desc)
│ │ │ │ Initializes from a stream.
│ │ │ │ StyleContext._r_e_a_d_A_t_t_r_i_b_u_t_e_s
│ │ │ │ (_O_b_j_e_c_t_I_n_p_u_t_S_t_r_e_a_m in,
│ │ │ │ void _M_u_t_a_b_l_e_A_t_t_r_i_b_u_t_e_S_e_t a)
│ │ │ │ Context-specific handling of reading in
│ │ │ │ attributes
│ │ │ │ @@ -5958,38 +5958,38 @@
│ │ │ │ protected abstract void This abstract method needs to be
│ │ │ │ implemented by subclasses.
│ │ │ │ protected void AbstractWriter._w_r_i_t_e(char ch)
│ │ │ │ Writes out a character.
│ │ │ │ AbstractWriter._w_r_i_t_e(char[] chars,
│ │ │ │ protected void int startIndex, int length)
│ │ │ │ All write methods call into this one.
│ │ │ │ - EditorKit._w_r_i_t_e(_O_u_t_p_u_t_S_t_r_e_a_m out,
│ │ │ │ + DefaultEditorKit._w_r_i_t_e(_O_u_t_p_u_t_S_t_r_e_a_m out,
│ │ │ │ _D_o_c_u_m_e_n_t doc, int pos, int len)
│ │ │ │ - abstract void Writes content from a document to the given
│ │ │ │ + void Writes content from a document to the given
│ │ │ │ stream in a format appropriate for this
│ │ │ │ kind of content handler.
│ │ │ │ - DefaultEditorKit._w_r_i_t_e(_O_u_t_p_u_t_S_t_r_e_a_m out,
│ │ │ │ + EditorKit._w_r_i_t_e(_O_u_t_p_u_t_S_t_r_e_a_m out,
│ │ │ │ _D_o_c_u_m_e_n_t doc, int pos, int len)
│ │ │ │ - void Writes content from a document to the given
│ │ │ │ + abstract void Writes content from a document to the given
│ │ │ │ stream in a format appropriate for this
│ │ │ │ kind of content handler.
│ │ │ │ protected void AbstractWriter._w_r_i_t_e(_S_t_r_i_n_g content)
│ │ │ │ Writes out a string.
│ │ │ │ JTextComponent._w_r_i_t_e(_W_r_i_t_e_r out)
│ │ │ │ void Stores the contents of the model into the
│ │ │ │ given stream.
│ │ │ │ + DefaultEditorKit._w_r_i_t_e(_W_r_i_t_e_r out,
│ │ │ │ + void _D_o_c_u_m_e_n_t doc, int pos, int len)
│ │ │ │ + Writes content from a document to the given
│ │ │ │ + stream as plain text.
│ │ │ │ EditorKit._w_r_i_t_e(_W_r_i_t_e_r out, _D_o_c_u_m_e_n_t doc,
│ │ │ │ int pos, int len)
│ │ │ │ abstract void Writes content from a document to the given
│ │ │ │ stream in a format appropriate for this
│ │ │ │ kind of content handler.
│ │ │ │ - DefaultEditorKit._w_r_i_t_e(_W_r_i_t_e_r out,
│ │ │ │ - void _D_o_c_u_m_e_n_t doc, int pos, int len)
│ │ │ │ - Writes content from a document to the given
│ │ │ │ - stream as plain text.
│ │ │ │ AbstractWriter._w_r_i_t_e_A_t_t_r_i_b_u_t_e_s
│ │ │ │ protected void (_A_t_t_r_i_b_u_t_e_S_e_t attr)
│ │ │ │ Writes out the set of attributes as "
│ │ │ │ =" pairs.
│ │ │ │ StyleContext._w_r_i_t_e_A_t_t_r_i_b_u_t_e_s
│ │ │ │ void (_O_b_j_e_c_t_O_u_t_p_u_t_S_t_r_e_a_m out, _A_t_t_r_i_b_u_t_e_S_e_t a)
│ │ │ │ Context-specific handling of writing out
│ │ │ │ @@ -6476,20 +6476,20 @@
│ │ │ │ Parse the document.
│ │ │ │ void ParserAdapter._p_a_r_s_e(_S_t_r_i_n_g systemId)
│ │ │ │ Parse an XML document.
│ │ │ │ void XMLFilterImpl._p_a_r_s_e(_S_t_r_i_n_g systemId)
│ │ │ │ Parse a document.
│ │ │ │ void XMLReaderAdapter._p_a_r_s_e(_S_t_r_i_n_g systemId)
│ │ │ │ Parse the document.
│ │ │ │ - DefaultHandler._r_e_s_o_l_v_e_E_n_t_i_t_y(_S_t_r_i_n_g publicId,
│ │ │ │ - _I_n_p_u_t_S_o_u_r_c_e _S_t_r_i_n_g systemId)
│ │ │ │ - Resolve an external entity.
│ │ │ │ XMLFilterImpl._r_e_s_o_l_v_e_E_n_t_i_t_y(_S_t_r_i_n_g publicId,
│ │ │ │ _I_n_p_u_t_S_o_u_r_c_e _S_t_r_i_n_g systemId)
│ │ │ │ Filter an external entity resolution.
│ │ │ │ + DefaultHandler._r_e_s_o_l_v_e_E_n_t_i_t_y(_S_t_r_i_n_g publicId,
│ │ │ │ + _I_n_p_u_t_S_o_u_r_c_e _S_t_r_i_n_g systemId)
│ │ │ │ + Resolve an external entity.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -6503,9 +6503,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/InputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.InputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -203,23 +203,23 @@
│ │ │ │ _X_M_L_D_e_c_o_d_e_r(_I_n_p_u_t_S_t_r_e_a_m in, _O_b_j_e_c_t owner,
│ │ │ │ _E_x_c_e_p_t_i_o_n_L_i_s_t_e_n_e_r exceptionListener, _C_l_a_s_s_L_o_a_d_e_r cl)
│ │ │ │ Creates a new input stream for reading archives created by the
│ │ │ │ XMLEncoder class.
│ │ │ │ o ******** UUsseess ooff _II_nn_pp_uu_tt_SS_tt_rr_ee_aa_mm iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt tthhaatt rreettuurrnn _II_nn_pp_uu_tt_SS_tt_rr_ee_aa_mm?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - _I_n_p_u_t_S_t_r_e_a_m BeanContextSupport._g_e_t_R_e_s_o_u_r_c_e_A_s_S_t_r_e_a_m
│ │ │ │ - (_S_t_r_i_n_g name, _B_e_a_n_C_o_n_t_e_x_t_C_h_i_l_d bcc)
│ │ │ │ BeanContext._g_e_t_R_e_s_o_u_r_c_e_A_s_S_t_r_e_a_m(_S_t_r_i_n_g name,
│ │ │ │ _B_e_a_n_C_o_n_t_e_x_t_C_h_i_l_d bcc)
│ │ │ │ Analagous to
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m java.lang.ClassLoader.getResourceAsStream(), this
│ │ │ │ method allows a BeanContext implementation to
│ │ │ │ interpose behavior between the child Component
│ │ │ │ and underlying ClassLoader.
│ │ │ │ + _I_n_p_u_t_S_t_r_e_a_m BeanContextSupport._g_e_t_R_e_s_o_u_r_c_e_A_s_S_t_r_e_a_m
│ │ │ │ + (_S_t_r_i_n_g name, _B_e_a_n_C_o_n_t_e_x_t_C_h_i_l_d bcc)
│ │ │ │ o ******** UUsseess ooff _II_nn_pp_uu_tt_SS_tt_rr_ee_aa_mm iinn _jj_aa_vv_aa_.._ii_oo ********
│ │ │ │ SSuubbccllaasssseess ooff _II_nn_pp_uu_tt_SS_tt_rr_ee_aa_mm iinn _jj_aa_vv_aa_.._ii_oo?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee CCllaassss aanndd DDeessccrriippttiioonn
│ │ │ │ _B_u_f_f_e_r_e_d_I_n_p_u_t_S_t_r_e_a_m
│ │ │ │ A BufferedInputStream adds functionality to
│ │ │ │ class another input stream-namely, the ability to
│ │ │ │ buffer the input and to support the mark and
│ │ │ │ @@ -343,19 +343,19 @@
│ │ │ │ Runtime._g_e_t_L_o_c_a_l_i_z_e_d_I_n_p_u_t_S_t_r_e_a_m
│ │ │ │ (_I_n_p_u_t_S_t_r_e_a_m in)
│ │ │ │ Deprecated.
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m As of JDK 1.1, the preferred way to translate
│ │ │ │ a byte stream in the local encoding into a
│ │ │ │ character stream in Unicode is via the
│ │ │ │ InputStreamReader and BufferedReader classes.
│ │ │ │ - _I_n_p_u_t_S_t_r_e_a_m Class._g_e_t_R_e_s_o_u_r_c_e_A_s_S_t_r_e_a_m(_S_t_r_i_n_g name)
│ │ │ │ - Finds a resource with a given name.
│ │ │ │ ClassLoader._g_e_t_R_e_s_o_u_r_c_e_A_s_S_t_r_e_a_m(_S_t_r_i_n_g name)
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m Returns an input stream for reading the
│ │ │ │ specified resource.
│ │ │ │ + _I_n_p_u_t_S_t_r_e_a_m Class._g_e_t_R_e_s_o_u_r_c_e_A_s_S_t_r_e_a_m(_S_t_r_i_n_g name)
│ │ │ │ + Finds a resource with a given name.
│ │ │ │ ClassLoader._g_e_t_S_y_s_t_e_m_R_e_s_o_u_r_c_e_A_s_S_t_r_e_a_m
│ │ │ │ (_S_t_r_i_n_g name)
│ │ │ │ static _I_n_p_u_t_S_t_r_e_a_m Open for reading, a resource of the specified
│ │ │ │ name from the search path used to load
│ │ │ │ classes.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._ll_aa_nn_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee _II_nn_pp_uu_tt_SS_tt_rr_ee_aa_mm?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ @@ -373,23 +373,23 @@
│ │ │ │ CacheResponse._g_e_t_B_o_d_y()
│ │ │ │ abstract _I_n_p_u_t_S_t_r_e_a_m Returns the response body as an
│ │ │ │ InputStream.
│ │ │ │ HttpURLConnection._g_e_t_E_r_r_o_r_S_t_r_e_a_m()
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m Returns the error stream if the
│ │ │ │ connection failed but the server
│ │ │ │ sent useful data nonetheless.
│ │ │ │ + SocketImpl._g_e_t_I_n_p_u_t_S_t_r_e_a_m()
│ │ │ │ + protected abstract _I_n_p_u_t_S_t_r_e_a_m Returns an input stream for this
│ │ │ │ + socket.
│ │ │ │ URLConnection._g_e_t_I_n_p_u_t_S_t_r_e_a_m()
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m Returns an input stream that reads
│ │ │ │ from this open connection.
│ │ │ │ Socket._g_e_t_I_n_p_u_t_S_t_r_e_a_m()
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m Returns an input stream for this
│ │ │ │ socket.
│ │ │ │ - SocketImpl._g_e_t_I_n_p_u_t_S_t_r_e_a_m()
│ │ │ │ - protected abstract _I_n_p_u_t_S_t_r_e_a_m Returns an input stream for this
│ │ │ │ - socket.
│ │ │ │ URLClassLoader._g_e_t_R_e_s_o_u_r_c_e_A_s_S_t_r_e_a_m
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m (_S_t_r_i_n_g name)
│ │ │ │ Returns an input stream for reading
│ │ │ │ the specified resource.
│ │ │ │ URL._o_p_e_n_S_t_r_e_a_m()
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m Opens a connection to this URL and
│ │ │ │ returns an InputStream for reading
│ │ │ │ @@ -535,20 +535,20 @@
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m Retrieves the value of the designated column in
│ │ │ │ the current row of this ResultSet object as a
│ │ │ │ stream of ASCII characters.
│ │ │ │ ResultSet._g_e_t_A_s_c_i_i_S_t_r_e_a_m(_S_t_r_i_n_g columnLabel)
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m Retrieves the value of the designated column in
│ │ │ │ the current row of this ResultSet object as a
│ │ │ │ stream of ASCII characters.
│ │ │ │ - Blob._g_e_t_B_i_n_a_r_y_S_t_r_e_a_m()
│ │ │ │ - _I_n_p_u_t_S_t_r_e_a_m Retrieves the BLOB value designated by this Blob
│ │ │ │ - instance as a stream.
│ │ │ │ SQLXML._g_e_t_B_i_n_a_r_y_S_t_r_e_a_m()
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m Retrieves the XML value designated by this SQLXML
│ │ │ │ instance as a stream.
│ │ │ │ + Blob._g_e_t_B_i_n_a_r_y_S_t_r_e_a_m()
│ │ │ │ + _I_n_p_u_t_S_t_r_e_a_m Retrieves the BLOB value designated by this Blob
│ │ │ │ + instance as a stream.
│ │ │ │ ResultSet._g_e_t_B_i_n_a_r_y_S_t_r_e_a_m(int columnIndex)
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m Retrieves the value of the designated column in
│ │ │ │ the current row of this ResultSet object as a
│ │ │ │ stream of uninterpreted bytes.
│ │ │ │ Blob._g_e_t_B_i_n_a_r_y_S_t_r_e_a_m(long pos, long length)
│ │ │ │ Returns an InputStream object that contains a
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m partial Blob value, starting with the byte
│ │ │ │ @@ -859,26 +859,26 @@
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._aa_cc_cc_ee_ss_ss_ii_bb_ii_ll_ii_tt_yy tthhaatt rreettuurrnn _II_nn_pp_uu_tt_SS_tt_rr_ee_aa_mm?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m AccessibleStreamable._g_e_t_S_t_r_e_a_m(_D_a_t_a_F_l_a_v_o_r flavor)
│ │ │ │ Returns an InputStream for a DataFlavor
│ │ │ │ o ******** UUsseess ooff _II_nn_pp_uu_tt_SS_tt_rr_ee_aa_mm iinn _jj_aa_vv_aa_xx_.._aa_cc_tt_ii_vv_aa_tt_ii_oo_nn ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._aa_cc_tt_ii_vv_aa_tt_ii_oo_nn tthhaatt rreettuurrnn _II_nn_pp_uu_tt_SS_tt_rr_ee_aa_mm?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - FileDataSource._g_e_t_I_n_p_u_t_S_t_r_e_a_m()
│ │ │ │ - _I_n_p_u_t_S_t_r_e_a_m This method will return an InputStream
│ │ │ │ - representing the the data and will throw an
│ │ │ │ - IOException if it can not do so.
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m DataHandler._g_e_t_I_n_p_u_t_S_t_r_e_a_m()
│ │ │ │ Get the InputStream for this object.
│ │ │ │ DataSource._g_e_t_I_n_p_u_t_S_t_r_e_a_m()
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m This method returns an InputStream representing
│ │ │ │ the data and throws the appropriate exception if
│ │ │ │ it can not do so.
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m URLDataSource._g_e_t_I_n_p_u_t_S_t_r_e_a_m()
│ │ │ │ The getInputStream method from the URL.
│ │ │ │ + FileDataSource._g_e_t_I_n_p_u_t_S_t_r_e_a_m()
│ │ │ │ + _I_n_p_u_t_S_t_r_e_a_m This method will return an InputStream
│ │ │ │ + representing the the data and will throw an
│ │ │ │ + IOException if it can not do so.
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_xx_.._aa_cc_tt_ii_vv_aa_tt_ii_oo_nn wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _II_nn_pp_uu_tt_SS_tt_rr_ee_aa_mm?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _M_a_i_l_c_a_p_C_o_m_m_a_n_d_M_a_p(_I_n_p_u_t_S_t_r_e_a_m is)
│ │ │ │ Constructor that allows the caller to specify an InputStream
│ │ │ │ containing a mailcap file.
│ │ │ │ _M_i_m_e_t_y_p_e_s_F_i_l_e_T_y_p_e_M_a_p(_I_n_p_u_t_S_t_r_e_a_m is)
│ │ │ │ @@ -933,18 +933,18 @@
│ │ │ │ _S_o_c_k_e_t Creates a server mode _S_o_c_k_e_t layered over an
│ │ │ │ existing connected socket, and is able to read
│ │ │ │ data which has already been consumed/removed from
│ │ │ │ the _S_o_c_k_e_t's underlying _I_n_p_u_t_S_t_r_e_a_m.
│ │ │ │ o ******** UUsseess ooff _II_nn_pp_uu_tt_SS_tt_rr_ee_aa_mm iinn _jj_aa_vv_aa_xx_.._pp_rr_ii_nn_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._pp_rr_ii_nn_tt tthhaatt rreettuurrnn _II_nn_pp_uu_tt_SS_tt_rr_ee_aa_mm?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - Doc._g_e_t_S_t_r_e_a_m_F_o_r_B_y_t_e_s()
│ │ │ │ + SimpleDoc._g_e_t_S_t_r_e_a_m_F_o_r_B_y_t_e_s()
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m Obtains an input stream for extracting byte print
│ │ │ │ data from this doc.
│ │ │ │ - SimpleDoc._g_e_t_S_t_r_e_a_m_F_o_r_B_y_t_e_s()
│ │ │ │ + Doc._g_e_t_S_t_r_e_a_m_F_o_r_B_y_t_e_s()
│ │ │ │ _I_n_p_u_t_S_t_r_e_a_m Obtains an input stream for extracting byte print
│ │ │ │ data from this doc.
│ │ │ │ o ******** UUsseess ooff _II_nn_pp_uu_tt_SS_tt_rr_ee_aa_mm iinn _jj_aa_vv_aa_xx_.._ss_ee_cc_uu_rr_ii_tt_yy_.._aa_uu_tt_hh_.._xx_55_00_00 ********
│ │ │ │ CCoonnssttrruuccttoorrss iinn _jj_aa_vv_aa_xx_.._ss_ee_cc_uu_rr_ii_tt_yy_.._aa_uu_tt_hh_.._xx_55_00_00 wwiitthh ppaarraammeetteerrss ooff
│ │ │ │ ttyyppee _II_nn_pp_uu_tt_SS_tt_rr_ee_aa_mm?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _X_5_0_0_P_r_i_n_c_i_p_a_l(_I_n_p_u_t_S_t_r_e_a_m is)
│ │ │ │ @@ -1215,24 +1215,24 @@
│ │ │ │ SynthLookAndFeel._l_o_a_d(_I_n_p_u_t_S_t_r_e_a_m input,
│ │ │ │ void _C_l_a_s_s> resourceBase)
│ │ │ │ Loads the set of SynthStyles that will be used by
│ │ │ │ this SynthLookAndFeel.
│ │ │ │ o ******** UUsseess ooff _II_nn_pp_uu_tt_SS_tt_rr_ee_aa_mm iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _II_nn_pp_uu_tt_SS_tt_rr_ee_aa_mm?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - EditorKit._r_e_a_d(_I_n_p_u_t_S_t_r_e_a_m in, _D_o_c_u_m_e_n_t doc,
│ │ │ │ - int pos)
│ │ │ │ - abstract void Inserts content from the given stream which is
│ │ │ │ - expected to be in a format appropriate for this
│ │ │ │ - kind of content handler.
│ │ │ │ DefaultEditorKit._r_e_a_d(_I_n_p_u_t_S_t_r_e_a_m in,
│ │ │ │ _D_o_c_u_m_e_n_t doc, int pos)
│ │ │ │ void Inserts content from the given stream which is
│ │ │ │ expected to be in a format appropriate for this
│ │ │ │ kind of content handler.
│ │ │ │ + EditorKit._r_e_a_d(_I_n_p_u_t_S_t_r_e_a_m in, _D_o_c_u_m_e_n_t doc,
│ │ │ │ + int pos)
│ │ │ │ + abstract void Inserts content from the given stream which is
│ │ │ │ + expected to be in a format appropriate for this
│ │ │ │ + kind of content handler.
│ │ │ │ o ******** UUsseess ooff _II_nn_pp_uu_tt_SS_tt_rr_ee_aa_mm iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt_.._rr_tt_ff ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt_.._rr_tt_ff wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _II_nn_pp_uu_tt_SS_tt_rr_ee_aa_mm?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ RTFEditorKit._r_e_a_d(_I_n_p_u_t_S_t_r_e_a_m in, _D_o_c_u_m_e_n_t doc,
│ │ │ │ int pos)
│ │ │ │ void Insert content from the given stream which is
│ │ │ │ @@ -1493,9 +1493,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/InputStreamReader.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.InputStreamReader (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -43,9 +43,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/InterruptedIOException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.InterruptedIOException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -43,9 +43,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/InvalidClassException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.InvalidClassException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/InvalidObjectException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.InvalidObjectException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -42,24 +42,24 @@
│ │ │ │ Validates the object.
│ │ │ │ o ******** UUsseess ooff _II_nn_vv_aa_ll_ii_dd_OO_bb_jj_ee_cc_tt_EE_xx_cc_ee_pp_tt_ii_oo_nn iinn _jj_aa_vv_aa_.._tt_ee_xx_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._tt_ee_xx_tt tthhaatt tthhrrooww _II_nn_vv_aa_ll_ii_dd_OO_bb_jj_ee_cc_tt_EE_xx_cc_ee_pp_tt_ii_oo_nn?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ MessageFormat.Field._r_e_a_d_R_e_s_o_l_v_e()
│ │ │ │ protected _O_b_j_e_c_t Resolves instances being deserialized to the
│ │ │ │ predefined constants.
│ │ │ │ + NumberFormat.Field._r_e_a_d_R_e_s_o_l_v_e()
│ │ │ │ + protected _O_b_j_e_c_t Resolves instances being deserialized to the
│ │ │ │ + predefined constants.
│ │ │ │ AttributedCharacterIterator.Attribute._r_e_a_d_R_e_s_o_l_v_e
│ │ │ │ protected _O_b_j_e_c_t ()
│ │ │ │ Resolves instances being deserialized to the
│ │ │ │ predefined constants.
│ │ │ │ DateFormat.Field._r_e_a_d_R_e_s_o_l_v_e()
│ │ │ │ protected _O_b_j_e_c_t Resolves instances being deserialized to the
│ │ │ │ predefined constants.
│ │ │ │ - NumberFormat.Field._r_e_a_d_R_e_s_o_l_v_e()
│ │ │ │ - protected _O_b_j_e_c_t Resolves instances being deserialized to the
│ │ │ │ - predefined constants.
│ │ │ │ _S_k_i_p_ _n_a_v_i_g_a_t_i_o_n_ _l_i_n_k_s
│ │ │ │ * _O_v_e_r_v_i_e_w
│ │ │ │ * _P_a_c_k_a_g_e
│ │ │ │ * _C_l_a_s_s
│ │ │ │ * Use
│ │ │ │ * _T_r_e_e
│ │ │ │ * _D_e_p_r_e_c_a_t_e_d
│ │ │ │ @@ -73,9 +73,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/LineNumberInputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.LineNumberInputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/LineNumberReader.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.LineNumberReader (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/NotActiveException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.NotActiveException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -45,9 +45,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/NotSerializableException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.NotSerializableException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/ObjectInput.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.io.ObjectInput (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -93,9 +93,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/ObjectInputStream.GetField.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.ObjectInputStream.GetField (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -44,9 +44,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/ObjectInputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.ObjectInputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -27,22 +27,22 @@
│ │ │ │ _j_a_v_a_x_._s_w_i_n_g_._t_e_x_t Provides classes and interfaces that deal with
│ │ │ │ editable and noneditable text components.
│ │ │ │ * o ******** UUsseess ooff _OO_bb_jj_ee_cc_tt_II_nn_pp_uu_tt_SS_tt_rr_ee_aa_mm iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _OO_bb_jj_ee_cc_tt_II_nn_pp_uu_tt_SS_tt_rr_ee_aa_mm?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ - BeanContextSupport._b_c_s_P_r_e_D_e_s_e_r_i_a_l_i_z_a_t_i_o_n_H_o_o_k
│ │ │ │ - protected void (_O_b_j_e_c_t_I_n_p_u_t_S_t_r_e_a_m ois)
│ │ │ │ - called by readObject after defaultReadObject() but
│ │ │ │ - prior to deserialization of any children.
│ │ │ │ BeanContextServicesSupport._b_c_s_P_r_e_D_e_s_e_r_i_a_l_i_z_a_t_i_o_n_H_o_o_k
│ │ │ │ protected void (_O_b_j_e_c_t_I_n_p_u_t_S_t_r_e_a_m ois)
│ │ │ │ called from BeanContextSupport readObject before it
│ │ │ │ deserializes the children ...
│ │ │ │ + BeanContextSupport._b_c_s_P_r_e_D_e_s_e_r_i_a_l_i_z_a_t_i_o_n_H_o_o_k
│ │ │ │ + protected void (_O_b_j_e_c_t_I_n_p_u_t_S_t_r_e_a_m ois)
│ │ │ │ + called by readObject after defaultReadObject() but
│ │ │ │ + prior to deserialization of any children.
│ │ │ │ BeanContextSupport._d_e_s_e_r_i_a_l_i_z_e
│ │ │ │ protected void (_O_b_j_e_c_t_I_n_p_u_t_S_t_r_e_a_m ois, _C_o_l_l_e_c_t_i_o_n coll)
│ │ │ │ used by readObject to deserialize a collection.
│ │ │ │ BeanContextSupport._r_e_a_d_C_h_i_l_d_r_e_n
│ │ │ │ (_O_b_j_e_c_t_I_n_p_u_t_S_t_r_e_a_m ois)
│ │ │ │ void When an instance of this class is used as a delegate
│ │ │ │ for the implementation of the BeanContext protocols
│ │ │ │ @@ -105,9 +105,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/ObjectInputValidation.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.io.ObjectInputValidation (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -46,9 +46,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/ObjectOutput.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.io.ObjectOutput (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -107,9 +107,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/ObjectOutputStream.PutField.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.ObjectOutputStream.PutField (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -45,9 +45,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/ObjectOutputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.ObjectOutputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -36,23 +36,23 @@
│ │ │ │ protected void AWTEventMulticaster._s_a_v_e_I_n_t_e_r_n_a_l
│ │ │ │ (_O_b_j_e_c_t_O_u_t_p_u_t_S_t_r_e_a_m s, _S_t_r_i_n_g k)
│ │ │ │ o ******** UUsseess ooff _OO_bb_jj_ee_cc_tt_OO_uu_tt_pp_uu_tt_SS_tt_rr_ee_aa_mm iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._bb_ee_aa_nn_ss_.._bb_ee_aa_nn_cc_oo_nn_tt_ee_xx_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _OO_bb_jj_ee_cc_tt_OO_uu_tt_pp_uu_tt_SS_tt_rr_ee_aa_mm?
│ │ │ │ MMooddiiffiieerr aanndd MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TTyyppee
│ │ │ │ + BeanContextServicesSupport._b_c_s_P_r_e_S_e_r_i_a_l_i_z_a_t_i_o_n_H_o_o_k
│ │ │ │ + protected void (_O_b_j_e_c_t_O_u_t_p_u_t_S_t_r_e_a_m oos)
│ │ │ │ + called from BeanContextSupport writeObject before
│ │ │ │ + it serializes the children ...
│ │ │ │ BeanContextSupport._b_c_s_P_r_e_S_e_r_i_a_l_i_z_a_t_i_o_n_H_o_o_k
│ │ │ │ (_O_b_j_e_c_t_O_u_t_p_u_t_S_t_r_e_a_m oos)
│ │ │ │ protected void called by writeObject after defaultWriteObject()
│ │ │ │ but prior to serialization of currently
│ │ │ │ serializable children.
│ │ │ │ - BeanContextServicesSupport._b_c_s_P_r_e_S_e_r_i_a_l_i_z_a_t_i_o_n_H_o_o_k
│ │ │ │ - protected void (_O_b_j_e_c_t_O_u_t_p_u_t_S_t_r_e_a_m oos)
│ │ │ │ - called from BeanContextSupport writeObject before
│ │ │ │ - it serializes the children ...
│ │ │ │ BeanContextSupport._s_e_r_i_a_l_i_z_e
│ │ │ │ protected void (_O_b_j_e_c_t_O_u_t_p_u_t_S_t_r_e_a_m oos, _C_o_l_l_e_c_t_i_o_n coll)
│ │ │ │ Used by writeObject to serialize a Collection.
│ │ │ │ BeanContextSupport._w_r_i_t_e_C_h_i_l_d_r_e_n
│ │ │ │ void (_O_b_j_e_c_t_O_u_t_p_u_t_S_t_r_e_a_m oos)
│ │ │ │ Used to serialize all children of this
│ │ │ │ BeanContext.
│ │ │ │ @@ -93,9 +93,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/ObjectStreamClass.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.ObjectStreamClass (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -65,9 +65,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/ObjectStreamConstants.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.io.ObjectStreamConstants (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -48,9 +48,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/ObjectStreamException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.ObjectStreamException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -129,9 +129,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/ObjectStreamField.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.ObjectStreamField (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -51,9 +51,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/OptionalDataException.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.OptionalDataException (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/OutputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.OutputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -248,23 +248,23 @@
│ │ │ │ BufferedWriter, and PrintWriter classes.
│ │ │ │ o ******** UUsseess ooff _OO_uu_tt_pp_uu_tt_SS_tt_rr_ee_aa_mm iinn _jj_aa_vv_aa_.._nn_ee_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._nn_ee_tt tthhaatt rreettuurrnn _OO_uu_tt_pp_uu_tt_SS_tt_rr_ee_aa_mm?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ CacheRequest._g_e_t_B_o_d_y()
│ │ │ │ abstract _O_u_t_p_u_t_S_t_r_e_a_m Returns an OutputStream to which
│ │ │ │ the response body can be written.
│ │ │ │ + SocketImpl._g_e_t_O_u_t_p_u_t_S_t_r_e_a_m()
│ │ │ │ + protected abstract _O_u_t_p_u_t_S_t_r_e_a_m Returns an output stream for this
│ │ │ │ + socket.
│ │ │ │ URLConnection._g_e_t_O_u_t_p_u_t_S_t_r_e_a_m()
│ │ │ │ _O_u_t_p_u_t_S_t_r_e_a_m Returns an output stream that
│ │ │ │ writes to this connection.
│ │ │ │ Socket._g_e_t_O_u_t_p_u_t_S_t_r_e_a_m()
│ │ │ │ _O_u_t_p_u_t_S_t_r_e_a_m Returns an output stream for this
│ │ │ │ socket.
│ │ │ │ - SocketImpl._g_e_t_O_u_t_p_u_t_S_t_r_e_a_m()
│ │ │ │ - protected abstract _O_u_t_p_u_t_S_t_r_e_a_m Returns an output stream for this
│ │ │ │ - socket.
│ │ │ │ o ******** UUsseess ooff _OO_uu_tt_pp_uu_tt_SS_tt_rr_ee_aa_mm iinn _jj_aa_vv_aa_.._nn_ii_oo_.._cc_hh_aa_nn_nn_ee_ll_ss ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._nn_ii_oo_.._cc_hh_aa_nn_nn_ee_ll_ss tthhaatt rreettuurrnn _OO_uu_tt_pp_uu_tt_SS_tt_rr_ee_aa_mm?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ Channels._n_e_w_O_u_t_p_u_t_S_t_r_e_a_m
│ │ │ │ static _O_u_t_p_u_t_S_t_r_e_a_m (_A_s_y_n_c_h_r_o_n_o_u_s_B_y_t_e_C_h_a_n_n_e_l ch)
│ │ │ │ Constructs a stream that writes bytes to the
│ │ │ │ given channel.
│ │ │ │ @@ -535,27 +535,27 @@
│ │ │ │ _Z_i_p_O_u_t_p_u_t_S_t_r_e_a_m(_O_u_t_p_u_t_S_t_r_e_a_m out)
│ │ │ │ Creates a new ZIP output stream.
│ │ │ │ _Z_i_p_O_u_t_p_u_t_S_t_r_e_a_m(_O_u_t_p_u_t_S_t_r_e_a_m out, _C_h_a_r_s_e_t charset)
│ │ │ │ Creates a new ZIP output stream.
│ │ │ │ o ******** UUsseess ooff _OO_uu_tt_pp_uu_tt_SS_tt_rr_ee_aa_mm iinn _jj_aa_vv_aa_xx_.._aa_cc_tt_ii_vv_aa_tt_ii_oo_nn ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._aa_cc_tt_ii_vv_aa_tt_ii_oo_nn tthhaatt rreettuurrnn _OO_uu_tt_pp_uu_tt_SS_tt_rr_ee_aa_mm?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - FileDataSource._g_e_t_O_u_t_p_u_t_S_t_r_e_a_m()
│ │ │ │ - _O_u_t_p_u_t_S_t_r_e_a_m This method will return an OutputStream
│ │ │ │ - representing the the data and will throw an
│ │ │ │ - IOException if it can not do so.
│ │ │ │ DataHandler._g_e_t_O_u_t_p_u_t_S_t_r_e_a_m()
│ │ │ │ _O_u_t_p_u_t_S_t_r_e_a_m Get an OutputStream for this DataHandler to allow
│ │ │ │ overwriting the underlying data.
│ │ │ │ DataSource._g_e_t_O_u_t_p_u_t_S_t_r_e_a_m()
│ │ │ │ _O_u_t_p_u_t_S_t_r_e_a_m This method returns an OutputStream where the
│ │ │ │ data can be written and throws the appropriate
│ │ │ │ exception if it can not do so.
│ │ │ │ _O_u_t_p_u_t_S_t_r_e_a_m URLDataSource._g_e_t_O_u_t_p_u_t_S_t_r_e_a_m()
│ │ │ │ The getOutputStream method from the URL.
│ │ │ │ + FileDataSource._g_e_t_O_u_t_p_u_t_S_t_r_e_a_m()
│ │ │ │ + _O_u_t_p_u_t_S_t_r_e_a_m This method will return an OutputStream
│ │ │ │ + representing the the data and will throw an
│ │ │ │ + IOException if it can not do so.
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._aa_cc_tt_ii_vv_aa_tt_ii_oo_nn wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _OO_uu_tt_pp_uu_tt_SS_tt_rr_ee_aa_mm?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ DataContentHandler._w_r_i_t_e_T_o(_O_b_j_e_c_t obj,
│ │ │ │ _S_t_r_i_n_g mimeType, _O_u_t_p_u_t_S_t_r_e_a_m os)
│ │ │ │ void Convert the object to a byte stream of the
│ │ │ │ specified MIME type and write it to the output
│ │ │ │ @@ -668,24 +668,24 @@
│ │ │ │ object represents, starting at position pos.
│ │ │ │ SerialBlob._s_e_t_B_i_n_a_r_y_S_t_r_e_a_m(long pos)
│ │ │ │ _O_u_t_p_u_t_S_t_r_e_a_m Retrieves a stream that can be used to write to
│ │ │ │ the BLOB value that this Blob object represents.
│ │ │ │ o ******** UUsseess ooff _OO_uu_tt_pp_uu_tt_SS_tt_rr_ee_aa_mm iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _OO_uu_tt_pp_uu_tt_SS_tt_rr_ee_aa_mm?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - EditorKit._w_r_i_t_e(_O_u_t_p_u_t_S_t_r_e_a_m out, _D_o_c_u_m_e_n_t doc,
│ │ │ │ - int pos, int len)
│ │ │ │ - abstract void Writes content from a document to the given
│ │ │ │ - stream in a format appropriate for this kind of
│ │ │ │ - content handler.
│ │ │ │ DefaultEditorKit._w_r_i_t_e(_O_u_t_p_u_t_S_t_r_e_a_m out,
│ │ │ │ _D_o_c_u_m_e_n_t doc, int pos, int len)
│ │ │ │ void Writes content from a document to the given
│ │ │ │ stream in a format appropriate for this kind of
│ │ │ │ content handler.
│ │ │ │ + EditorKit._w_r_i_t_e(_O_u_t_p_u_t_S_t_r_e_a_m out, _D_o_c_u_m_e_n_t doc,
│ │ │ │ + int pos, int len)
│ │ │ │ + abstract void Writes content from a document to the given
│ │ │ │ + stream in a format appropriate for this kind of
│ │ │ │ + content handler.
│ │ │ │ o ******** UUsseess ooff _OO_uu_tt_pp_uu_tt_SS_tt_rr_ee_aa_mm iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt_.._rr_tt_ff ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt_.._rr_tt_ff wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _OO_uu_tt_pp_uu_tt_SS_tt_rr_ee_aa_mm?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ RTFEditorKit._w_r_i_t_e(_O_u_t_p_u_t_S_t_r_e_a_m out,
│ │ │ │ _D_o_c_u_m_e_n_t doc, int pos, int len)
│ │ │ │ void Write content from a document to the given stream
│ │ │ │ @@ -840,9 +840,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/OutputStreamWriter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.OutputStreamWriter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -43,9 +43,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/PipedInputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.PipedInputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -49,9 +49,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/PipedOutputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.PipedOutputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -54,9 +54,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/PipedReader.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.PipedReader (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -47,9 +47,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/PipedWriter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.PipedWriter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -52,9 +52,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/PrintStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.PrintStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -184,46 +184,46 @@
│ │ │ │ JAXBException._p_r_i_n_t_S_t_a_c_k_T_r_a_c_e(_P_r_i_n_t_S_t_r_e_a_m s)
│ │ │ │ void Prints this JAXBException and its stack trace
│ │ │ │ (including the stack trace of the linkedException
│ │ │ │ if it is non-null) to the PrintStream.
│ │ │ │ o ******** UUsseess ooff _PP_rr_ii_nn_tt_SS_tt_rr_ee_aa_mm iinn _jj_aa_vv_aa_xx_.._xx_mm_ll_.._cc_rr_yy_pp_tt_oo ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._xx_mm_ll_.._cc_rr_yy_pp_tt_oo wwiitthh ppaarraammeetteerrss ooff ttyyppee _PP_rr_ii_nn_tt_SS_tt_rr_ee_aa_mm?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + MarshalException._p_r_i_n_t_S_t_a_c_k_T_r_a_c_e(_P_r_i_n_t_S_t_r_e_a_m s)
│ │ │ │ + void Prints this MarshalException, its backtrace and
│ │ │ │ + the cause's backtrace to the specified print
│ │ │ │ + stream.
│ │ │ │ KeySelectorException._p_r_i_n_t_S_t_a_c_k_T_r_a_c_e
│ │ │ │ (_P_r_i_n_t_S_t_r_e_a_m s)
│ │ │ │ void Prints this KeySelectorException, its backtrace
│ │ │ │ and the cause's backtrace to the specified print
│ │ │ │ stream.
│ │ │ │ - URIReferenceException._p_r_i_n_t_S_t_a_c_k_T_r_a_c_e
│ │ │ │ - (_P_r_i_n_t_S_t_r_e_a_m s)
│ │ │ │ - void Prints this URIReferenceException, its backtrace
│ │ │ │ - and the cause's backtrace to the specified print
│ │ │ │ - stream.
│ │ │ │ - MarshalException._p_r_i_n_t_S_t_a_c_k_T_r_a_c_e(_P_r_i_n_t_S_t_r_e_a_m s)
│ │ │ │ - void Prints this MarshalException, its backtrace and
│ │ │ │ - the cause's backtrace to the specified print
│ │ │ │ - stream.
│ │ │ │ NoSuchMechanismException._p_r_i_n_t_S_t_a_c_k_T_r_a_c_e
│ │ │ │ (_P_r_i_n_t_S_t_r_e_a_m s)
│ │ │ │ void Prints this NoSuchMechanismException, its
│ │ │ │ backtrace and the cause's backtrace to the
│ │ │ │ specified print stream.
│ │ │ │ + URIReferenceException._p_r_i_n_t_S_t_a_c_k_T_r_a_c_e
│ │ │ │ + (_P_r_i_n_t_S_t_r_e_a_m s)
│ │ │ │ + void Prints this URIReferenceException, its backtrace
│ │ │ │ + and the cause's backtrace to the specified print
│ │ │ │ + stream.
│ │ │ │ o ******** UUsseess ooff _PP_rr_ii_nn_tt_SS_tt_rr_ee_aa_mm iinn _jj_aa_vv_aa_xx_.._xx_mm_ll_.._cc_rr_yy_pp_tt_oo_.._dd_ss_ii_gg ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._xx_mm_ll_.._cc_rr_yy_pp_tt_oo_.._dd_ss_ii_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _PP_rr_ii_nn_tt_SS_tt_rr_ee_aa_mm?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - TransformException._p_r_i_n_t_S_t_a_c_k_T_r_a_c_e(_P_r_i_n_t_S_t_r_e_a_m s)
│ │ │ │ - void Prints this TransformException, its backtrace and
│ │ │ │ - the cause's backtrace to the specified print
│ │ │ │ - stream.
│ │ │ │ XMLSignatureException._p_r_i_n_t_S_t_a_c_k_T_r_a_c_e
│ │ │ │ (_P_r_i_n_t_S_t_r_e_a_m s)
│ │ │ │ void Prints this XMLSignatureException, its backtrace
│ │ │ │ and the cause's backtrace to the specified print
│ │ │ │ stream.
│ │ │ │ + TransformException._p_r_i_n_t_S_t_a_c_k_T_r_a_c_e(_P_r_i_n_t_S_t_r_e_a_m s)
│ │ │ │ + void Prints this TransformException, its backtrace and
│ │ │ │ + the cause's backtrace to the specified print
│ │ │ │ + stream.
│ │ │ │ o ******** UUsseess ooff _PP_rr_ii_nn_tt_SS_tt_rr_ee_aa_mm iinn _jj_aa_vv_aa_xx_.._xx_mm_ll_.._tt_rr_aa_nn_ss_ff_oo_rr_mm ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._xx_mm_ll_.._tt_rr_aa_nn_ss_ff_oo_rr_mm wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _PP_rr_ii_nn_tt_SS_tt_rr_ee_aa_mm?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TransformerException._p_r_i_n_t_S_t_a_c_k_T_r_a_c_e
│ │ │ │ void (_P_r_i_n_t_S_t_r_e_a_m s)
│ │ │ │ Print the the trace of methods from where the
│ │ │ │ @@ -250,9 +250,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/PrintWriter.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.PrintWriter (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -129,46 +129,46 @@
│ │ │ │ JAXBException._p_r_i_n_t_S_t_a_c_k_T_r_a_c_e(_P_r_i_n_t_W_r_i_t_e_r s)
│ │ │ │ void Prints this JAXBException and its stack trace
│ │ │ │ (including the stack trace of the linkedException
│ │ │ │ if it is non-null) to the PrintWriter.
│ │ │ │ o ******** UUsseess ooff _PP_rr_ii_nn_tt_WW_rr_ii_tt_ee_rr iinn _jj_aa_vv_aa_xx_.._xx_mm_ll_.._cc_rr_yy_pp_tt_oo ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._xx_mm_ll_.._cc_rr_yy_pp_tt_oo wwiitthh ppaarraammeetteerrss ooff ttyyppee _PP_rr_ii_nn_tt_WW_rr_ii_tt_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + MarshalException._p_r_i_n_t_S_t_a_c_k_T_r_a_c_e(_P_r_i_n_t_W_r_i_t_e_r s)
│ │ │ │ + void Prints this MarshalException, its backtrace and
│ │ │ │ + the cause's backtrace to the specified print
│ │ │ │ + writer.
│ │ │ │ KeySelectorException._p_r_i_n_t_S_t_a_c_k_T_r_a_c_e
│ │ │ │ (_P_r_i_n_t_W_r_i_t_e_r s)
│ │ │ │ void Prints this KeySelectorException, its backtrace
│ │ │ │ and the cause's backtrace to the specified print
│ │ │ │ writer.
│ │ │ │ - URIReferenceException._p_r_i_n_t_S_t_a_c_k_T_r_a_c_e
│ │ │ │ - (_P_r_i_n_t_W_r_i_t_e_r s)
│ │ │ │ - void Prints this URIReferenceException, its backtrace
│ │ │ │ - and the cause's backtrace to the specified print
│ │ │ │ - writer.
│ │ │ │ - MarshalException._p_r_i_n_t_S_t_a_c_k_T_r_a_c_e(_P_r_i_n_t_W_r_i_t_e_r s)
│ │ │ │ - void Prints this MarshalException, its backtrace and
│ │ │ │ - the cause's backtrace to the specified print
│ │ │ │ - writer.
│ │ │ │ NoSuchMechanismException._p_r_i_n_t_S_t_a_c_k_T_r_a_c_e
│ │ │ │ (_P_r_i_n_t_W_r_i_t_e_r s)
│ │ │ │ void Prints this NoSuchMechanismException, its
│ │ │ │ backtrace and the cause's backtrace to the
│ │ │ │ specified print writer.
│ │ │ │ + URIReferenceException._p_r_i_n_t_S_t_a_c_k_T_r_a_c_e
│ │ │ │ + (_P_r_i_n_t_W_r_i_t_e_r s)
│ │ │ │ + void Prints this URIReferenceException, its backtrace
│ │ │ │ + and the cause's backtrace to the specified print
│ │ │ │ + writer.
│ │ │ │ o ******** UUsseess ooff _PP_rr_ii_nn_tt_WW_rr_ii_tt_ee_rr iinn _jj_aa_vv_aa_xx_.._xx_mm_ll_.._cc_rr_yy_pp_tt_oo_.._dd_ss_ii_gg ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._xx_mm_ll_.._cc_rr_yy_pp_tt_oo_.._dd_ss_ii_gg wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _PP_rr_ii_nn_tt_WW_rr_ii_tt_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - TransformException._p_r_i_n_t_S_t_a_c_k_T_r_a_c_e(_P_r_i_n_t_W_r_i_t_e_r s)
│ │ │ │ - void Prints this TransformException, its backtrace and
│ │ │ │ - the cause's backtrace to the specified print
│ │ │ │ - writer.
│ │ │ │ XMLSignatureException._p_r_i_n_t_S_t_a_c_k_T_r_a_c_e
│ │ │ │ (_P_r_i_n_t_W_r_i_t_e_r s)
│ │ │ │ void Prints this XMLSignatureException, its backtrace
│ │ │ │ and the cause's backtrace to the specified print
│ │ │ │ writer.
│ │ │ │ + TransformException._p_r_i_n_t_S_t_a_c_k_T_r_a_c_e(_P_r_i_n_t_W_r_i_t_e_r s)
│ │ │ │ + void Prints this TransformException, its backtrace and
│ │ │ │ + the cause's backtrace to the specified print
│ │ │ │ + writer.
│ │ │ │ o ******** UUsseess ooff _PP_rr_ii_nn_tt_WW_rr_ii_tt_ee_rr iinn _jj_aa_vv_aa_xx_.._xx_mm_ll_.._tt_rr_aa_nn_ss_ff_oo_rr_mm ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._xx_mm_ll_.._tt_rr_aa_nn_ss_ff_oo_rr_mm wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _PP_rr_ii_nn_tt_WW_rr_ii_tt_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ TransformerException._p_r_i_n_t_S_t_a_c_k_T_r_a_c_e
│ │ │ │ void (_P_r_i_n_t_W_r_i_t_e_r s)
│ │ │ │ Print the the trace of methods from where the
│ │ │ │ @@ -195,9 +195,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/PushbackInputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.PushbackInputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/PushbackReader.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.PushbackReader (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/RandomAccessFile.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.RandomAccessFile (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -48,9 +48,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/Reader.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.Reader (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -162,21 +162,21 @@
│ │ │ │ Channels._n_e_w_R_e_a_d_e_r(_R_e_a_d_a_b_l_e_B_y_t_e_C_h_a_n_n_e_l ch,
│ │ │ │ static _R_e_a_d_e_r _S_t_r_i_n_g csName)
│ │ │ │ Constructs a reader that decodes bytes from the
│ │ │ │ given channel according to the named charset.
│ │ │ │ o ******** UUsseess ooff _RR_ee_aa_dd_ee_rr iinn _jj_aa_vv_aa_.._ss_qq_ll ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_.._ss_qq_ll tthhaatt rreettuurrnn _RR_ee_aa_dd_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ + SQLXML._g_e_t_C_h_a_r_a_c_t_e_r_S_t_r_e_a_m()
│ │ │ │ + _R_e_a_d_e_r Retrieves the XML value designated by this SQLXML
│ │ │ │ + instance as a java.io.Reader object.
│ │ │ │ Clob._g_e_t_C_h_a_r_a_c_t_e_r_S_t_r_e_a_m()
│ │ │ │ _R_e_a_d_e_r Retrieves the CLOB value designated by this Clob
│ │ │ │ object as a java.io.Reader object (or as a stream
│ │ │ │ of characters).
│ │ │ │ - SQLXML._g_e_t_C_h_a_r_a_c_t_e_r_S_t_r_e_a_m()
│ │ │ │ - _R_e_a_d_e_r Retrieves the XML value designated by this SQLXML
│ │ │ │ - instance as a java.io.Reader object.
│ │ │ │ ResultSet._g_e_t_C_h_a_r_a_c_t_e_r_S_t_r_e_a_m(int columnIndex)
│ │ │ │ _R_e_a_d_e_r Retrieves the value of the designated column in
│ │ │ │ the current row of this ResultSet object as a
│ │ │ │ java.io.Reader object.
│ │ │ │ CallableStatement._g_e_t_C_h_a_r_a_c_t_e_r_S_t_r_e_a_m
│ │ │ │ (int parameterIndex)
│ │ │ │ _R_e_a_d_e_r Retrieves the value of the designated parameter
│ │ │ │ @@ -380,18 +380,18 @@
│ │ │ │ _RR_ee_aa_dd_ee_rr?
│ │ │ │ CCoonnssttrruuccttoorr aanndd DDeessccrriippttiioonn
│ │ │ │ _P_r_o_p_e_r_t_y_R_e_s_o_u_r_c_e_B_u_n_d_l_e(_R_e_a_d_e_r reader)
│ │ │ │ Creates a property resource bundle from a _R_e_a_d_e_r.
│ │ │ │ o ******** UUsseess ooff _RR_ee_aa_dd_ee_rr iinn _jj_aa_vv_aa_xx_.._pp_rr_ii_nn_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._pp_rr_ii_nn_tt tthhaatt rreettuurrnn _RR_ee_aa_dd_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - Doc._g_e_t_R_e_a_d_e_r_F_o_r_T_e_x_t()
│ │ │ │ + SimpleDoc._g_e_t_R_e_a_d_e_r_F_o_r_T_e_x_t()
│ │ │ │ _R_e_a_d_e_r Obtains a reader for extracting character print
│ │ │ │ data from this doc.
│ │ │ │ - SimpleDoc._g_e_t_R_e_a_d_e_r_F_o_r_T_e_x_t()
│ │ │ │ + Doc._g_e_t_R_e_a_d_e_r_F_o_r_T_e_x_t()
│ │ │ │ _R_e_a_d_e_r Obtains a reader for extracting character print
│ │ │ │ data from this doc.
│ │ │ │ o ******** UUsseess ooff _RR_ee_aa_dd_ee_rr iinn _jj_aa_vv_aa_xx_.._ss_cc_rr_ii_pp_tt ********
│ │ │ │ FFiieellddss iinn _jj_aa_vv_aa_xx_.._ss_cc_rr_ii_pp_tt ddeeccllaarreedd aass _RR_ee_aa_dd_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee FFiieelldd aanndd DDeessccrriippttiioonn
│ │ │ │ SimpleScriptContext._r_e_a_d_e_r
│ │ │ │ protected _R_e_a_d_e_r This is the reader to be used for input from
│ │ │ │ @@ -585,22 +585,22 @@
│ │ │ │ XmlReader._r_e_a_d_X_M_L(_W_e_b_R_o_w_S_e_t caller,
│ │ │ │ void _R_e_a_d_e_r reader)
│ │ │ │ Reads and parses the given WebRowSet object from
│ │ │ │ the given input stream in XML format.
│ │ │ │ o ******** UUsseess ooff _RR_ee_aa_dd_ee_rr iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt wwiitthh ppaarraammeetteerrss ooff ttyyppee _RR_ee_aa_dd_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - EditorKit._r_e_a_d(_R_e_a_d_e_r in, _D_o_c_u_m_e_n_t doc, int pos)
│ │ │ │ - abstract void Inserts content from the given stream which is
│ │ │ │ - expected to be in a format appropriate for this
│ │ │ │ - kind of content handler.
│ │ │ │ DefaultEditorKit._r_e_a_d(_R_e_a_d_e_r in, _D_o_c_u_m_e_n_t doc,
│ │ │ │ void int pos)
│ │ │ │ Inserts content from the given stream, which will
│ │ │ │ be treated as plain text.
│ │ │ │ + EditorKit._r_e_a_d(_R_e_a_d_e_r in, _D_o_c_u_m_e_n_t doc, int pos)
│ │ │ │ + abstract void Inserts content from the given stream which is
│ │ │ │ + expected to be in a format appropriate for this
│ │ │ │ + kind of content handler.
│ │ │ │ void JTextComponent._r_e_a_d(_R_e_a_d_e_r in, _O_b_j_e_c_t desc)
│ │ │ │ Initializes from a stream.
│ │ │ │ o ******** UUsseess ooff _RR_ee_aa_dd_ee_rr iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt_.._hh_tt_mm_ll ********
│ │ │ │ MMeetthhooddss iinn _jj_aa_vv_aa_xx_.._ss_ww_ii_nn_gg_.._tt_ee_xx_tt_.._hh_tt_mm_ll wwiitthh ppaarraammeetteerrss ooff ttyyppee _RR_ee_aa_dd_ee_rr?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ StyleSheet._l_o_a_d_R_u_l_e_s(_R_e_a_d_e_r in, _U_R_L ref)
│ │ │ │ void Loads a set of rules that have been specified in
│ │ │ │ @@ -738,9 +738,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/SequenceInputStream.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Class java.io.SequenceInputStream (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -35,9 +35,9 @@
│ │ │ │ * _N_o_ _F_r_a_m_e_s
│ │ │ │ * _A_l_l_ _C_l_a_s_s_e_s
│ │ │ │ _S_u_b_m_i_t_ _a_ _b_u_g_ _o_r_ _f_e_a_t_u_r_e
│ │ │ │ For further API reference and developer documentation, see _J_a_v_a_ _S_E
│ │ │ │ _D_o_c_u_m_e_n_t_a_t_i_o_n. That documentation contains more detailed, developer-targeted
│ │ │ │ descriptions, with conceptual overviews, definitions of terms, workarounds, and
│ │ │ │ working code examples.
│ │ │ │ -_C_o_p_y_r_i_g_h_t © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ +_C_o_p_y_r_i_g_h_t © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use
│ │ │ │ is subject to _l_i_c_e_n_s_e_ _t_e_r_m_s. Also see the _d_o_c_u_m_e_n_t_a_t_i_o_n_ _r_e_d_i_s_t_r_i_b_u_t_i_o_n_ _p_o_l_i_c_y.
│ │ ├── ./usr/share/doc/openjdk-8-jre-headless/api/java/io/class-use/Serializable.html
│ │ │ @@ -1,14 +1,14 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │ Uses of Interface java.io.Serializable (Java Platform SE 8 )
│ │ │ -
│ │ │ +
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ - Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │ + Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2026, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -6487,36 +6487,36 @@
│ │ │ │ DynAny._g_e_t___v_a_l()
│ │ │ │ _S_e_r_i_a_l_i_z_a_b_l_e Deprecated.
│ │ │ │ Retrieves the java.io.Serializable object
│ │ │ │ contained in this DynAny object.
│ │ │ │ DataInputStream._r_e_a_d___V_a_l_u_e()
│ │ │ │ _S_e_r_i_a_l_i_z_a_b_l_e Reads an IDL value type from the input
│ │ │ │ stream.
│ │ │ │ - _S_e_r_i_a_l_i_z_a_b_l_e StringValueHelper._r_e_a_d___v_a_l_u_e
│ │ │ │ - (_I_n_p_u_t_S_t_r_e_a_m istream)
│ │ │ │ _S_e_r_i_a_l_i_z_a_b_l_e WStringValueHelper._r_e_a_d___v_a_l_u_e
│ │ │ │ (_I_n_p_u_t_S_t_r_e_a_m istream)
│ │ │ │ + _S_e_r_i_a_l_i_z_a_b_l_e StringValueHelper._r_e_a_d___v_a_l_u_e
│ │ │ │ + (_I_n_p_u_t_S_t_r_e_a_m istream)
│ │ │ │ static _S_e_r_i_a_l_i_z_a_b_l_e ValueBaseHelper._r_e_a_d(_I_n_p_u_t_S_t_r_e_a_m istream)
│ │ │ │ MMeetthhooddss iinn _oo_rr_gg_.._oo_mm_gg_.._CC_OO_RR_BB_AA wwiitthh ppaarraammeetteerrss ooff ttyyppee _SS_ee_rr_ii_aa_ll_ii_zz_aa_bb_ll_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ DynAny._i_n_s_e_r_t___v_a_l(_S_e_r_i_a_l_i_z_a_b_l_e value)
│ │ │ │ void Deprecated.
│ │ │ │ Inserts the given java.io.Serializable object as
│ │ │ │ the value for this DynAny object.
│ │ │ │ Any._i_n_s_e_r_t___V_a_l_u_e(_S_e_r_i_a_l_i_z_a_b_l_e v)
│ │ │ │ abstract void Inserts the given java.io.Serializable object
│ │ │ │ into this Any object's value field.
│ │ │ │ Any._i_n_s_e_r_t___V_a_l_u_e(_S_e_r_i_a_l_i_z_a_b_l_e v, _T_y_p_e_C_o_d_e t)
│ │ │ │ abstract void Inserts the given java.io.Serializable object
│ │ │ │ into this Any object's value field.
│ │ │ │ static void ValueBaseHelper._i_n_s_e_r_t(_A_n_y a, _S_e_r_i_a_l_i_z_a_b_l_e that)
│ │ │ │ - void StringValueHelper._w_r_i_t_e___v_a_l_u_e
│ │ │ │ - (_O_u_t_p_u_t_S_t_r_e_a_m ostream, _S_e_r_i_a_l_i_z_a_b_l_e value)
│ │ │ │ void WStringValueHelper._w_r_i_t_e___v_a_l_u_e
│ │ │ │ (_O_u_t_p_u_t_S_t_r_e_a_m ostream, _S_e_r_i_a_l_i_z_a_b_l_e value)
│ │ │ │ + void StringValueHelper._w_r_i_t_e___v_a_l_u_e
│ │ │ │ + (_O_u_t_p_u_t_S_t_r_e_a_m ostream, _S_e_r_i_a_l_i_z_a_b_l_e value)
│ │ │ │ DataOutputStream._w_r_i_t_e___V_a_l_u_e(_S_e_r_i_a_l_i_z_a_b_l_e value)
│ │ │ │ void Writes the IDL value type value to the output
│ │ │ │ stream.
│ │ │ │ static void ValueBaseHelper._w_r_i_t_e(_O_u_t_p_u_t_S_t_r_e_a_m ostream,
│ │ │ │ _S_e_r_i_a_l_i_z_a_b_l_e value)
│ │ │ │ CCoonnssttrruuccttoorrss iinn _oo_rr_gg_.._oo_mm_gg_.._CC_OO_RR_BB_AA wwiitthh ppaarraammeetteerrss ooff ttyyppee
│ │ │ │ _SS_ee_rr_ii_aa_ll_ii_zz_aa_bb_ll_ee?
│ │ │ │ @@ -6771,59 +6771,59 @@
│ │ │ │ ___D_y_n_V_a_l_u_e_S_t_u_b
│ │ │ │ class DynValue objects support the manipulation of IDL
│ │ │ │ non-boxed value types.
│ │ │ │ class _N_a_m_e_D_y_n_A_n_y_P_a_i_r
│ │ │ │ org/omg/DynamicAny/NameDynAnyPair.java .
│ │ │ │ MMeetthhooddss iinn _oo_rr_gg_.._oo_mm_gg_.._DD_yy_nn_aa_mm_ii_cc_AA_nn_yy tthhaatt rreettuurrnn _SS_ee_rr_ii_aa_ll_ii_zz_aa_bb_ll_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - _S_e_r_i_a_l_i_z_a_b_l_e _DynAnyStub._g_e_t___v_a_l()
│ │ │ │ + _S_e_r_i_a_l_i_z_a_b_l_e _DynValueStub._g_e_t___v_a_l()
│ │ │ │ + Extracts a Serializable object from this DynAny.
│ │ │ │ + _S_e_r_i_a_l_i_z_a_b_l_e _DynStructStub._g_e_t___v_a_l()
│ │ │ │ Extracts a Serializable object from this DynAny.
│ │ │ │ _S_e_r_i_a_l_i_z_a_b_l_e _DynFixedStub._g_e_t___v_a_l()
│ │ │ │ Extracts a Serializable object from this DynAny.
│ │ │ │ _S_e_r_i_a_l_i_z_a_b_l_e _DynEnumStub._g_e_t___v_a_l()
│ │ │ │ Extracts a Serializable object from this DynAny.
│ │ │ │ - _S_e_r_i_a_l_i_z_a_b_l_e _DynStructStub._g_e_t___v_a_l()
│ │ │ │ - Extracts a Serializable object from this DynAny.
│ │ │ │ _S_e_r_i_a_l_i_z_a_b_l_e _DynUnionStub._g_e_t___v_a_l()
│ │ │ │ Extracts a Serializable object from this DynAny.
│ │ │ │ - _S_e_r_i_a_l_i_z_a_b_l_e _DynSequenceStub._g_e_t___v_a_l()
│ │ │ │ - Extracts a Serializable object from this DynAny.
│ │ │ │ _S_e_r_i_a_l_i_z_a_b_l_e _DynArrayStub._g_e_t___v_a_l()
│ │ │ │ Extracts a Serializable object from this DynAny.
│ │ │ │ - _S_e_r_i_a_l_i_z_a_b_l_e _DynValueStub._g_e_t___v_a_l()
│ │ │ │ - Extracts a Serializable object from this DynAny.
│ │ │ │ _S_e_r_i_a_l_i_z_a_b_l_e DynAnyOperations._g_e_t___v_a_l()
│ │ │ │ Extracts a Serializable object from this DynAny.
│ │ │ │ + _S_e_r_i_a_l_i_z_a_b_l_e _DynSequenceStub._g_e_t___v_a_l()
│ │ │ │ + Extracts a Serializable object from this DynAny.
│ │ │ │ + _S_e_r_i_a_l_i_z_a_b_l_e _DynAnyStub._g_e_t___v_a_l()
│ │ │ │ + Extracts a Serializable object from this DynAny.
│ │ │ │ MMeetthhooddss iinn _oo_rr_gg_.._oo_mm_gg_.._DD_yy_nn_aa_mm_ii_cc_AA_nn_yy wwiitthh ppaarraammeetteerrss ooff ttyyppee _SS_ee_rr_ii_aa_ll_ii_zz_aa_bb_ll_ee?
│ │ │ │ MMooddiiffiieerr aanndd TTyyppee MMeetthhoodd aanndd DDeessccrriippttiioonn
│ │ │ │ - _DynAnyStub._i_n_s_e_r_t___v_a_l(_S_e_r_i_a_l_i_z_a_b_l_e value)
│ │ │ │ + _DynValueStub._i_n_s_e_r_t___v_a_l(_S_e_r_i_a_l_i_z_a_b_l_e value)
│ │ │ │ void Inserts a reference to a Serializable object into
│ │ │ │ this DynAny.
│ │ │ │ - _DynFixedStub._i_n_s_e_r_t___v_a_l(_S_e_r_i_a_l_i_z_a_b_l_e value)
│ │ │ │ + _DynStructStub._i_n_s_e_r_t___v_a_l(_S_e_r_i_a_l_i_z_a_b_l_e value)
│ │ │ │ void Inserts a reference to a Serializable object into
│ │ │ │ this DynAny.
│ │ │ │ - _DynEnumStub._i_n_s_e_r_t___v_a_l(_S_e_r_i_a_l_i_z_a_b_l_e value)
│ │ │ │ + _DynFixedStub._i_n_s_e_r_t___v_a_l(_S_e_r_i_a_l_i_z_a_b_l_e value)
│ │ │ │ void Inserts a reference to a Serializable object into
│ │ │ │ this DynAny.
│ │ │ │ - _DynStructStub._i_n_s_e_r_t___v_a_l(_S_e_r_i_a_l_i_z_a_b_l_e value)
│ │ │ │ + _DynEnumStub._i_n_s_e_r_t___v_a_l(_S_e_r_i_a_l_i_z_a_b_l_e value)
│ │ │ │ void Inserts a reference to a Serializable object into
│ │ │ │ this DynAny.
│ │ │ │ _DynUnionStub._i_n_s_e_r_t___v_a_l(_S_e_r_i_a_l_i_z_a_b_l_e value)
│ │ │ │ void Inserts a reference to a Serializable object into
│ │ │ │ this DynAny.
│ │ │ │ - _DynSequenceStub._i_n_s_e_r_t___v_a_l(_S_e_r_i_a_l_i_z_a_b_l_e value)
│ │ │ │ + _DynArrayStub._i_n_s_e_r_t___v_a_l(_S_e_r_i_a_l_i_z_a_b_l_e value)
│ │ │ │ void Inserts a reference to a Serializable object into
│ │ │ │ this DynAny.
│ │ │ │ - _DynArrayStub._i_n_s_e_r_t___v_a_l(_S_e_r_i_a_l_i_z_a_b_l_e value)
│ │ │ │ + DynAnyOperations._i_n_s_e_r_t___v_a_l(_S_e_r_i_a_l_i_z_a_b_l_e value)
│ │ │ │ void Inserts a reference to a Serializable object into
│ │ │ │ this DynAny.
│ │ │ │ - _DynValueStub._i_n_s_e_r_t___v_a_l(_S_e_r_i_a_l_i_z_a_b_l_e value)
│ │ │ │ + _DynSequenceStub._i_n_s_e_r_t___v_a_l(_S_e_r_i_a_l_i_z_a_b_l_e value)
│ │ │ │ void
TRUNCATED DUE TO SIZE LIMIT: 10485760 bytes