- 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.