Skip navigation links
com.nelkinda.japi:nelkinda-japi-swing
0.0.2
A C D F G I J S U V W 

A

actionPerformed(ActionEvent) - Method in class com.nelkinda.javax.swing.DummyAction
 
actionPerformed(ActionEvent) - Method in class com.nelkinda.javax.swing.SimpleAction
 
AncestorAdapter - Interface in com.nelkinda.javax.swing.event
An abstract adapter for receiving AncestorEvents.
ancestorAdded(AncestorEvent) - Method in interface com.nelkinda.javax.swing.event.AncestorAdapter
 
ancestorMoved(AncestorEvent) - Method in interface com.nelkinda.javax.swing.event.AncestorAdapter
 
ancestorRemoved(AncestorEvent) - Method in interface com.nelkinda.javax.swing.event.AncestorAdapter
 

C

callAndWait(Callable<T>) - Static method in enum com.nelkinda.javax.swing.SwingUtilitiesN
Causes callable.call() to be executed synchronously on the AWT event dispatching thread.
callLater(Callable<T>) - Static method in enum com.nelkinda.javax.swing.SwingUtilitiesN
Causes callable.call() to be executed asynchronously on the AWT event dispatching thread.
com.nelkinda.javax.swing - package com.nelkinda.javax.swing
Extension classes for javax.swing.
com.nelkinda.javax.swing.event - package com.nelkinda.javax.swing.event
Extension classes for javax.swing.event.
createAction(String, SerializableRunnable) - Method in class com.nelkinda.javax.swing.GuiFactory
Creates an action.
createAction(String, Action) - Method in class com.nelkinda.javax.swing.GuiFactory
Creates an action.
createAction(String, ActionListener) - Method in class com.nelkinda.javax.swing.GuiFactory
Creates an action.
createAction(String) - Method in class com.nelkinda.javax.swing.GuiFactory
Creates an dummy action.
createJMenuBar() - Method in class com.nelkinda.javax.swing.GuiFactory
Creates a JMenuBar with the actions specified by the resource bundle.
createJMenuBar(String) - Method in class com.nelkinda.javax.swing.GuiFactory
Creates a JMenuBar with the actions specified by the resource bundle.
createJToolBar(String) - Method in class com.nelkinda.javax.swing.GuiFactory
Creates a JToolBar with the actions specified by the resource bundle.
createJToolBar() - Method in class com.nelkinda.javax.swing.GuiFactory
Creates a JToolBar with the actions specified by the resource bundle.

D

DummyAction - Class in com.nelkinda.javax.swing
Action which does nothing.
DummyAction() - Constructor for class com.nelkinda.javax.swing.DummyAction
Creates a DummyAction.

F

findComponent(Class<T>, Container...) - Static method in enum com.nelkinda.javax.swing.SwingUtilitiesN
Finds a component in a list of containers.
findComponent(Predicate, Container...) - Static method in enum com.nelkinda.javax.swing.SwingUtilitiesN
Finds a component in a list of containers.
findJMenu(JMenuBar, String) - Static method in enum com.nelkinda.javax.swing.SwingUtilitiesN
 
findJMenu(JMenu, String) - Static method in enum com.nelkinda.javax.swing.SwingUtilitiesN
 

G

getColumnNames(JTable) - Static method in enum com.nelkinda.javax.swing.SwingUtilitiesN
 
getImageIcon(String) - Method in class com.nelkinda.javax.swing.IconCache
Gets an Icon from the cache.
getImageIcon(String) - Static method in enum com.nelkinda.javax.swing.SwingUtilitiesN
 
getImageIconUrlAsString(String) - Static method in class com.nelkinda.javax.swing.IconCache
Returns an Icon URL as String.
getRedoAction() - Method in class com.nelkinda.javax.swing.UndoAndRedo
Returns an Action that can be used for Redo.
getTableValues(JTable) - Static method in enum com.nelkinda.javax.swing.SwingUtilitiesN
 
getUndoAction() - Method in class com.nelkinda.javax.swing.UndoAndRedo
Returns an Action that can be used for Undo.
GuiFactory - Class in com.nelkinda.javax.swing
The GuiFactory creates components based on a resource bundle and an action map.
GuiFactory(ResourceBundle, ActionMap) - Constructor for class com.nelkinda.javax.swing.GuiFactory
Creates a GuiFactory.

I

IconCache - Class in com.nelkinda.javax.swing
A cache for icons so that they would not be unnecessarily loaded multiple times.
IconCache() - Constructor for class com.nelkinda.javax.swing.IconCache
Creates an icon cache.
initActionFromBundle(Action, String, ResourceBundle) - Static method in enum com.nelkinda.javax.swing.SwingUtilitiesN
Initializes an action from a ResourceBundle.
initActionFromBundle(Action, ResourceBundle) - Static method in enum com.nelkinda.javax.swing.SwingUtilitiesN
Initializes an action from a ResourceBundle.

J

JOptionPane2 - Enum in com.nelkinda.javax.swing
Additional dialogs.

S

SerializableRunnable - Interface in com.nelkinda.javax.swing
Interface for serializable code to make Runnable compatible with Swing.
setLookAndFeelFromClassName(String, Window) - Static method in enum com.nelkinda.javax.swing.SwingUtilitiesN
 
setLookAndFeelFromName(String) - Static method in enum com.nelkinda.javax.swing.SwingUtilitiesN
Sets the current look and feel to the look and feel specified by lookAndFeelName.
setupAction(String, Action) - Method in class com.nelkinda.javax.swing.GuiFactory
Sets up an Action by initializing it form the resource bundle and storing it in the actionMap.
showInputDialog(Object) - Static method in enum com.nelkinda.javax.swing.JOptionPane2
Shows a question-message dialog requesting input from the user.
showInputDialog(Object, Object) - Static method in enum com.nelkinda.javax.swing.JOptionPane2
Shows a question-message dialog requesting input from the user, with the input value initialized to initialSelectionValue.
showInputDialog(Component, Object) - Static method in enum com.nelkinda.javax.swing.JOptionPane2
Shows a question-message dialog requesting input from the user parented to parentComponent.
showInputDialog(Component, Object, Object) - Static method in enum com.nelkinda.javax.swing.JOptionPane2
Shows a question-message dialog requesting input from the user and parented to parentComponent.
showInputDialog(Component, Object, String, int) - Static method in enum com.nelkinda.javax.swing.JOptionPane2
Shows a dialog requesting input from the user parented to parentComponent with the dialog having the title title and message type messageType.
showInputDialog(Component, Object, String, int, Icon, T[], T) - Static method in enum com.nelkinda.javax.swing.JOptionPane2
Prompts the user for input in a blocking dialog where the initial selection, possible selections, and all other options can be specified.
showPasswordDialog(Object) - Static method in enum com.nelkinda.javax.swing.JOptionPane2
Shows a question-message dialog requesting a passphrase or password input from the user.
showPasswordDialog(Component, Object) - Static method in enum com.nelkinda.javax.swing.JOptionPane2
Shows a question-message dialog requesting a passphrase or password input from the user parented to parentComponent.
showPasswordDialog(Component, Object, String, int) - Static method in enum com.nelkinda.javax.swing.JOptionPane2
Shows a dialog requesting input from the user parented to parentComponent with the dialog having the title title and message type messageType.
SimpleAction - Class in com.nelkinda.javax.swing
An action which delegates to a Runnable.
SimpleAction(SerializableRunnable) - Constructor for class com.nelkinda.javax.swing.SimpleAction
Creates a SimpleAction.
SwingUtilitiesN - Enum in com.nelkinda.javax.swing
A collection of utility methods for Swing.

U

undoableEditHappened(UndoableEditEvent) - Method in class com.nelkinda.javax.swing.UndoAndRedo
 
UndoAndRedo - Class in com.nelkinda.javax.swing
Manages Undo and Redo for an application.
UndoAndRedo() - Constructor for class com.nelkinda.javax.swing.UndoAndRedo
 

V

valueOf(String) - Static method in enum com.nelkinda.javax.swing.JOptionPane2
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nelkinda.javax.swing.SwingUtilitiesN
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.nelkinda.javax.swing.JOptionPane2
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nelkinda.javax.swing.SwingUtilitiesN
Returns an array containing the constants of this enum type, in the order they are declared.

W

windowActivated(WindowEvent) - Method in interface com.nelkinda.javax.swing.event.WindowAdapter
 
WindowAdapter - Interface in com.nelkinda.javax.swing.event
An abstract adapter for receiving WindowEvents.
windowClosed(WindowEvent) - Method in interface com.nelkinda.javax.swing.event.WindowAdapter
 
windowClosing(WindowEvent) - Method in interface com.nelkinda.javax.swing.event.WindowAdapter
 
windowDeactivated(WindowEvent) - Method in interface com.nelkinda.javax.swing.event.WindowAdapter
 
windowDeiconified(WindowEvent) - Method in interface com.nelkinda.javax.swing.event.WindowAdapter
 
windowIconified(WindowEvent) - Method in interface com.nelkinda.javax.swing.event.WindowAdapter
 
windowOpened(WindowEvent) - Method in interface com.nelkinda.javax.swing.event.WindowAdapter
 
A C D F G I J S U V W 
Skip navigation links
com.nelkinda.japi:nelkinda-japi-swing
0.0.2

Copyright © 2016 Nelkinda Software Craft Pvt Ltd. All rights reserved.