Lines Matching defs:accessor

54      * An accessor for the JComponent class.
64 * An accessor for the JTextComponent class.
85 * An accessor for the JLightweightFrame class.
95 * An accessor for the UIDefaults class.
105 * An accessor for the RepaintManager class.
113 * An accessor for PopupFactory class.
121 * An accessor for the KeyStroke class
129 * The javax.swing.JComponent class accessor object.
134 * Set an accessor object for the javax.swing.JComponent class.
141 * Retrieve the accessor object for the javax.swing.JComponent class.
152 * The javax.swing.text.JTextComponent class accessor object.
157 * Set an accessor object for the javax.swing.text.JTextComponent class.
164 * Retrieve the accessor object for the javax.swing.text.JTextComponent class.
175 * The JLightweightFrame class accessor object
180 * Set an accessor object for the JLightweightFrame class.
182 public static void setJLightweightFrameAccessor(JLightweightFrameAccessor accessor) {
183 jLightweightFrameAccessor = accessor;
187 * Retrieve the accessor object for the JLightweightFrame class
197 * The UIDefaults class accessor object
202 * Set an accessor object for the UIDefaults class.
204 public static void setUIDefaultsAccessor(UIDefaultsAccessor accessor) {
205 uiDefaultsAccessor = accessor;
209 * Retrieve the accessor object for the JLightweightFrame class
219 * The RepaintManager class accessor object.
224 * Set an accessor object for the RepaintManager class.
226 public static void setRepaintManagerAccessor(RepaintManagerAccessor accessor) {
227 repaintManagerAccessor = accessor;
231 * Retrieve the accessor object for the RepaintManager class.
241 * The PopupFactory class accessor object.
246 * Retrieve the accessor object for the PopupFactory class.
263 * The KeyStroke class accessor object.
268 * Retrieve the accessor object for the KeyStroke class.
278 * Set the accessor object for the KeyStroke class.
280 public static void setKeyStrokeAccessor(KeyStrokeAccessor accessor) {
281 SwingAccessor.keyStrokeAccessor = accessor;