A B C D E F G H I J L M N O P R S T U V W Z

A

ABOUT - Static variable in class com.lamatek.swingextras.IconFactory
 
accept(File) - Method in class com.lamatek.util.JFileFilter
Denotes whether the file fits this filters acceptance list.
ACCEPT_OPTION - Static variable in class com.lamatek.swingextras.JDateChooser
Value returned by showDialog upon pressing the "okay" button.
ACCEPT_OPTION - Static variable in class com.lamatek.swingextras.JFontChooser
Value returned by showDialog upon a selected font.
acceptDirectories(boolean) - Method in class com.lamatek.util.JFileFilter
Sets whether this FileFiler should accept and display directories.
acceptSelection() - Method in class com.lamatek.swingextras.JDateChooser
This method is called when the user presses the "okay" button.
acceptSelection() - Method in class com.lamatek.swingextras.JFontChooser
This method is called when the user presses the okay button, selecting the currently displayed font.
ActionAdapter - Class in com.lamatek.event
A simple class that provides an empty implementation of the java.awt.ActionListener interface.
ActionAdapter() - Constructor for class com.lamatek.event.ActionAdapter
 
actionPerformed(ActionEvent) - Method in class com.lamatek.event.ActionAdapter
Called when a java.awt.ActionEvent occurs onthe registered component.
actionPerformed(ActionEvent) - Method in class com.lamatek.swingextras.JDateChooser
Used to process events from the previous month, previous year, next month, next year, okay and cancel buttons.
actionPerformed(ActionEvent) - Method in class com.lamatek.swingextras.JErrorFrame
 
actionPerformed(ActionEvent) - Method in class com.lamatek.swingextras.JFontChooser
Processes action events from the okay and cancel buttons as well as the current size TextField.
actionPerformed(ActionEvent) - Method in class com.lamatek.swingextras.JNumericField
 
ADD - Static variable in class com.lamatek.swingextras.IconFactory
 
add(JButton) - Method in class com.lamatek.swingextras.JInternalToolBar
Adds a javax.swing.JButton to the toolbar.
addExtension(String) - Method in class com.lamatek.util.JFileFilter
Adds an extension that this filter will accept.
addSeparator(int) - Method in class com.lamatek.swingextras.JInternalToolBar
Adds a separator of the given size to the toolbar.
ALIGN_BOTTOM - Static variable in class com.lamatek.swingextras.IconFactory
 
ALIGN_CENTER - Static variable in class com.lamatek.swingextras.IconFactory
 
ALIGN_JUSTIFY_HORIZONTAL - Static variable in class com.lamatek.swingextras.IconFactory
 
ALIGN_JUSTIFY_VERTICAL - Static variable in class com.lamatek.swingextras.IconFactory
 
ALIGN_LEFT - Static variable in class com.lamatek.swingextras.IconFactory
 
ALIGN_RIGHT - Static variable in class com.lamatek.swingextras.IconFactory
 
ALIGN_TOP - Static variable in class com.lamatek.swingextras.IconFactory
 
APPLET - Static variable in class com.lamatek.swingextras.IconFactory
 
APPLICATION - Static variable in class com.lamatek.swingextras.IconFactory
 
APPLICATION_DEPLOY - Static variable in class com.lamatek.swingextras.IconFactory
 
ArrayUtil - Class in com.lamatek.util
A utility class to create object arrays from a variety of collection based classes.
ArrayUtil() - Constructor for class com.lamatek.util.ArrayUtil
 

B

BACK - Static variable in class com.lamatek.swingextras.IconFactory
 
BEAN - Static variable in class com.lamatek.swingextras.IconFactory
 
BEAN_ADD - Static variable in class com.lamatek.swingextras.IconFactory
 
BOLD - Static variable in class com.lamatek.swingextras.IconFactory
 
BOOKMARKS - Static variable in class com.lamatek.swingextras.IconFactory
 

C

CANCEL_OPTION - Static variable in class com.lamatek.swingextras.JDateChooser
Value returned by showDialog upon pressing the "cancel" button.
CANCEL_OPTION - Static variable in class com.lamatek.swingextras.JFontChooser
Value returned by showDialog upon a cancel.
cancelSelection() - Method in class com.lamatek.swingextras.JDateChooser
This method is called when the user presses the "cancel" button.
cancelSelection() - Method in class com.lamatek.swingextras.JFontChooser
This method is called when the user presses the cancel button.
COLUMN_DELETE - Static variable in class com.lamatek.swingextras.IconFactory
 
COLUMN_INSERT_AFTER - Static variable in class com.lamatek.swingextras.IconFactory
 
COLUMN_INSERT_BEFORE - Static variable in class com.lamatek.swingextras.IconFactory
 
com.lamatek.event - package com.lamatek.event
 
com.lamatek.swingextras - package com.lamatek.swingextras
 
com.lamatek.util - package com.lamatek.util
 
COMPOSE_MAIL - Static variable in class com.lamatek.swingextras.IconFactory
 
CONTEXTUAL_HELP - Static variable in class com.lamatek.swingextras.IconFactory
 
COPY - Static variable in class com.lamatek.swingextras.IconFactory
 
createDefaultModel() - Method in class com.lamatek.swingextras.JNumericField
 
createEnumeration(Object[]) - Method in class com.lamatek.util.ArrayUtil
Returns an Enumeration from an array of Objects.
createObjectArray(Enumeration) - Static method in class com.lamatek.util.ArrayUtil
A static method that creates an array of Object from an Enumeration.
createObjectArray(Vector) - Static method in class com.lamatek.util.ArrayUtil
A static method that creates an array of Object from a Vector.
createObjectArray(Enumeration) - Static method in class com.lamatek.util.EnumerationToArray
This static method creates an array of type Object from all the elements in the supplied java.util.Enumeration.
createObjectArray(Vector) - Static method in class com.lamatek.util.VectorToArray
A static method that creates an array of type Object from the elements in the supplied Vector.
createStringArray(Enumeration) - Static method in class com.lamatek.util.ArrayUtil
A static method that creates an array of String from an Enumeration.
createStringArray(Vector) - Static method in class com.lamatek.util.ArrayUtil
A static method that creates an array of type String from a Vector.
createStringArray(Enumeration) - Static method in class com.lamatek.util.EnumerationToArray
A static method that creates an array of type String from the supplied Enumeration.
createStringArray(Vector) - Static method in class com.lamatek.util.VectorToArray
A convenience method that creates an array of type String from the elements in the supplied Vector.
createVector(Object[]) - Static method in class com.lamatek.util.ArrayUtil
Creates a Vector from an array of Objects.
CURRENCY - Static variable in class com.lamatek.swingextras.JNumericField
Variable denoting the acceptance of up to two decimal places only.
CUT - Static variable in class com.lamatek.swingextras.IconFactory
 

D

daySelected(int) - Method in interface com.lamatek.swingextras.DaySelectionListener
Called when a user selects a date.
daySelected(int) - Method in class com.lamatek.swingextras.JDateChooser
Used to process day selection events from the user.
DaySelectionListener - Interface in com.lamatek.swingextras
Interface used by JDateChooser to notify when the user has selected a date.
DECIMAL - Static variable in class com.lamatek.swingextras.JNumericField
Variable denoting the allowance of decimal values.
DELETE - Static variable in class com.lamatek.swingextras.IconFactory
 
desktop - Variable in class com.lamatek.swingextras.JInternalToolBar
 
dock() - Method in class com.lamatek.swingextras.JInternalToolBar
 
docked - Variable in class com.lamatek.swingextras.JInternalToolBar
 
DOWN - Static variable in class com.lamatek.swingextras.IconFactory
 

E

EDIT - Static variable in class com.lamatek.swingextras.IconFactory
 
ENTERPRISE_JAVABEAN - Static variable in class com.lamatek.swingextras.IconFactory
 
ENTERPRISE_JAVABEAN_JAR - Static variable in class com.lamatek.swingextras.IconFactory
 
EnumerationToArray - Class in com.lamatek.util
A utility class that creates an Object or String array from a java.util.Enumeration instance.
EnumerationToArray() - Constructor for class com.lamatek.util.EnumerationToArray
 
ERROR_OPTION - Static variable in class com.lamatek.swingextras.JDateChooser
Value returned by showDialog upon an error.
ERROR_OPTION - Static variable in class com.lamatek.swingextras.JFontChooser
Value returned by showDialog upon an error.
EXPORT - Static variable in class com.lamatek.swingextras.IconFactory
 

F

FAST_FORWARD - Static variable in class com.lamatek.swingextras.IconFactory
 
FIND - Static variable in class com.lamatek.swingextras.IconFactory
 
FIND_AGAIN - Static variable in class com.lamatek.swingextras.IconFactory
 
floatable - Variable in class com.lamatek.swingextras.JInternalToolBar
 
FORWARD - Static variable in class com.lamatek.swingextras.IconFactory
 

G

getDescription() - Method in class com.lamatek.util.JFileFilter
Returns the textual description for this filter.
getFloat() - Method in class com.lamatek.swingextras.JNumericField
Returns the current value of the JNumericField as a float.
getIcon(String) - Method in class com.lamatek.swingextras.IconFactory
Returns the requested icon as an instance of Icon.
getImage(String) - Method in class com.lamatek.swingextras.IconFactory
Returns the desired icon as an instance of Image.
getInteger() - Method in class com.lamatek.swingextras.JNumericField
Returns the current value of the JNumericField as an int.
getMinimumSize() - Method in class com.lamatek.swingextras.ImagePanel
 
getMinimumSize() - Method in class com.lamatek.swingextras.JFontPreviewPanel
 
getPreferredSize() - Method in class com.lamatek.swingextras.ImagePanel
 
getPreferredSize() - Method in class com.lamatek.swingextras.JFontPreviewPanel
 
getScaledIcon(String, Dimension) - Method in class com.lamatek.swingextras.IconFactory
Returns a scaled instance of the requested image as an instance of Icon for use in Swing applications.
getScaledIcon(String, int, int) - Method in class com.lamatek.swingextras.IconFactory
Returns a scaled instance of the requested image as an instance of Icon for use in Swing applications.
getScaledImage(String, Dimension) - Method in class com.lamatek.swingextras.IconFactory
Returns a scaled instance of the desired Image.
getScaledImage(String, int, int) - Method in class com.lamatek.swingextras.IconFactory
Returns a scaled instance of the desired Image.
getSelectedDate() - Method in class com.lamatek.swingextras.JDateChooser
Returns the currently selected Date in the form of a java.util.Calendar object.
getSelectedFont() - Method in class com.lamatek.swingextras.JFontChooser
Returns the currently selected font.

H

HELP - Static variable in class com.lamatek.swingextras.IconFactory
 
HISTORY - Static variable in class com.lamatek.swingextras.IconFactory
 
HOME - Static variable in class com.lamatek.swingextras.IconFactory
 
HORIZONTAL - Static variable in class com.lamatek.swingextras.JInternalToolBar
Variable used to declare horizontal (left to right) orientation.
HOST - Static variable in class com.lamatek.swingextras.IconFactory
 

I

IconFactory - Class in com.lamatek.swingextras
This class provides methods to retrieve L&F specific graphics and icons for common IDE functions.
IconFactory() - Constructor for class com.lamatek.swingextras.IconFactory
Creates new instance of IconFactory.
ImagePanel - Class in com.lamatek.swingextras
A simple extension of JPanel designed to display an image.
ImagePanel(Image) - Constructor for class com.lamatek.swingextras.ImagePanel
Creates an ImagePanel displaying the supplied image.
IMPORT - Static variable in class com.lamatek.swingextras.IconFactory
 
INFORMATION - Static variable in class com.lamatek.swingextras.IconFactory
 
INTEGER - Static variable in class com.lamatek.swingextras.JNumericField
Variable denoting to allow integer input only.
IntroDialog - Class in com.lamatek.swingextras
Provides a simple 'Splash Screen' to display during application loading or for a 'Help | about' menu option.
IntroDialog(JFrame, String, Image) - Constructor for class com.lamatek.swingextras.IntroDialog
Constructs and displays a splash screen with the supplied image, title and parent.
ITALIC - Static variable in class com.lamatek.swingextras.IconFactory
 

J

J2EE_APPLICATION - Static variable in class com.lamatek.swingextras.IconFactory
 
J2EE_APPLICATION_CLIENT - Static variable in class com.lamatek.swingextras.IconFactory
 
J2EE_APPLICATION_CLIENT_ADD - Static variable in class com.lamatek.swingextras.IconFactory
 
J2EE_SERVER - Static variable in class com.lamatek.swingextras.IconFactory
 
JAR - Static variable in class com.lamatek.swingextras.IconFactory
 
JAR_ADD - Static variable in class com.lamatek.swingextras.IconFactory
 
JDateChooser - Class in com.lamatek.swingextras
JDateChooser is a simple Date choosing component with similar functionality to JFileChooser and JColorChooser.
JDateChooser() - Constructor for class com.lamatek.swingextras.JDateChooser
This constructor creates a new instance of JDateChooser initialized to the current date.
JDateChooser(Calendar) - Constructor for class com.lamatek.swingextras.JDateChooser
Creates a new instance of JDateChooser initialized to the given Calendar.
JErrorFrame - Class in com.lamatek.swingextras
A java implementation of the classic Windows error frame.
JErrorFrame(String, String, Component, boolean) - Constructor for class com.lamatek.swingextras.JErrorFrame
Creates a JErrorFrame with the supplied title and displays the provided string message when the details button is pressed.
JErrorFrame(String, Exception, Component, boolean) - Constructor for class com.lamatek.swingextras.JErrorFrame
Creates a JErrorFrame with the supplied title and displays the stack trace of the supplied exception when the details button is pressed.
JFileFilter - Class in com.lamatek.util
Provides a functional javax.swing.filechooser.FileFilter object to filter files accepted in a JFileChooser.
JFileFilter() - Constructor for class com.lamatek.util.JFileFilter
Creates and initializes a new FileFilter.
JFileFilter(String) - Constructor for class com.lamatek.util.JFileFilter
Create a new FileFilter with the given description.
JFileFilter(String, String) - Constructor for class com.lamatek.util.JFileFilter
Creates a new FileFilter with the given description, that accepts the given extension.
JFileFilter(String, String, boolean) - Constructor for class com.lamatek.util.JFileFilter
Creates a new FileFilter with the given description that accepts the given extension and accepts/unaccepts directories.
JFlatButton - Class in com.lamatek.swingextras
A simple extension of javax.swing.JButton that provides an Explorer like button.
JFlatButton() - Constructor for class com.lamatek.swingextras.JFlatButton
Creates a blank JFlatButton with no label or icon.
JFlatButton(Action) - Constructor for class com.lamatek.swingextras.JFlatButton
Constructs a JFlatButton from the supplied Action.
JFlatButton(Icon) - Constructor for class com.lamatek.swingextras.JFlatButton
Creates a JFlatButton with the given icon.
JFlatButton(String) - Constructor for class com.lamatek.swingextras.JFlatButton
Constructs a JFlatButton with the supplied text label.
JFlatButton(String, Icon) - Constructor for class com.lamatek.swingextras.JFlatButton
Constructs a JFlatButton with the given text label and icon.
JFontChooser - Class in com.lamatek.swingextras
A simple FontChooser dialog that implements similar functionality to the JFileChooser, JOptionPane and JColorChooser components provided with Swing.
JFontChooser(Font) - Constructor for class com.lamatek.swingextras.JFontChooser
Constructs a new JFontChooser component initialized to the supplied font object.
JFontPreviewPanel - Class in com.lamatek.swingextras
A simple panel that renders a font preview for JFontChooser component.
JFontPreviewPanel(Font) - Constructor for class com.lamatek.swingextras.JFontPreviewPanel
Constructs a font preview panel initialized to the specified font.
JInternalToolBar - Class in com.lamatek.swingextras
A toolbar to be used in MDI interfaces.
JInternalToolBar(String, int, JDesktopPane) - Constructor for class com.lamatek.swingextras.JInternalToolBar
Creates a new floatable, dockable JInternalToolBar.
JNumericField - Class in com.lamatek.swingextras
A subclass of javax.swing.JTextField that only allows input of digits and decimal placeholders.
JNumericField() - Constructor for class com.lamatek.swingextras.JNumericField
Creates an initially empty JNumericField.
JNumericField(int) - Constructor for class com.lamatek.swingextras.JNumericField
Creates an initially empty JNumericField that is 'cols' columns wide.
JNumericField(int, int) - Constructor for class com.lamatek.swingextras.JNumericField
Creates an empty JNumeric that is 'cols' columns wide and allows 'type' input.

L

LAFMenu - Class in com.lamatek.swingextras
Provides a quick and easy JMenu which allows the user to change the look and feel of the application on the fly.
LAFMenu(Component) - Constructor for class com.lamatek.swingextras.LAFMenu
Constructs a new LAFMenu with the given parent.
LAFMenu(String, Component) - Constructor for class com.lamatek.swingextras.LAFMenu
Creates a new LAFMenu with the given title and parent.
ListSelectionAdapter - Class in com.lamatek.event
A simple null implementation of the javax.swing.event.ListSelectionListener interface for use as an anonymous inner class.
ListSelectionAdapter() - Constructor for class com.lamatek.event.ListSelectionAdapter
 

M

MEDIA_STOP - Static variable in class com.lamatek.swingextras.IconFactory
 
mouseClicked(MouseEvent) - Method in class com.lamatek.swingextras.JInternalToolBar
Used by the Thumb object.
mouseDragged(MouseEvent) - Method in class com.lamatek.swingextras.JInternalToolBar
Used by the Thumb object.
mouseEntered(MouseEvent) - Method in class com.lamatek.swingextras.JInternalToolBar
Used by the Thumb object.
mouseExited(MouseEvent) - Method in class com.lamatek.swingextras.JInternalToolBar
Used by the Thumb object.
mouseMoved(MouseEvent) - Method in class com.lamatek.swingextras.JInternalToolBar
Used by the Thumb object.
mousePressed(MouseEvent) - Method in class com.lamatek.swingextras.JInternalToolBar
Used by the Thumb object.
mouseReleased(MouseEvent) - Method in class com.lamatek.swingextras.JInternalToolBar
Used by the Thumb object.
MOVIE - Static variable in class com.lamatek.swingextras.IconFactory
 

N

NEW - Static variable in class com.lamatek.swingextras.IconFactory
 
NORMAL - Static variable in class com.lamatek.swingextras.IconFactory
 

O

OPEN - Static variable in class com.lamatek.swingextras.IconFactory
 
orientation - Variable in class com.lamatek.swingextras.JInternalToolBar
 

P

PAGE_SETUP - Static variable in class com.lamatek.swingextras.IconFactory
 
paint(Graphics) - Method in class com.lamatek.swingextras.ImagePanel
 
paintComponent(Graphics) - Method in class com.lamatek.swingextras.JFontPreviewPanel
 
PASTE - Static variable in class com.lamatek.swingextras.IconFactory
 
PAUSE - Static variable in class com.lamatek.swingextras.IconFactory
 
PLAY - Static variable in class com.lamatek.swingextras.IconFactory
 
PREFERENCES - Static variable in class com.lamatek.swingextras.IconFactory
 
PRINT_PREVIEW - Static variable in class com.lamatek.swingextras.IconFactory
 
PROPERTIES - Static variable in class com.lamatek.swingextras.IconFactory
 

R

REDO - Static variable in class com.lamatek.swingextras.IconFactory
 
REFRESH - Static variable in class com.lamatek.swingextras.IconFactory
 
REMOVE - Static variable in class com.lamatek.swingextras.IconFactory
 
REPLACE - Static variable in class com.lamatek.swingextras.IconFactory
 
REWIND - Static variable in class com.lamatek.swingextras.IconFactory
 
ROW_DELETE - Static variable in class com.lamatek.swingextras.IconFactory
 
ROW_INSERT_AFTER - Static variable in class com.lamatek.swingextras.IconFactory
 
ROW_INSERT_BEFORE - Static variable in class com.lamatek.swingextras.IconFactory
 

S

SAVE - Static variable in class com.lamatek.swingextras.IconFactory
 
SAVE_ALL - Static variable in class com.lamatek.swingextras.IconFactory
 
SAVE_AS - Static variable in class com.lamatek.swingextras.IconFactory
 
SEARCH - Static variable in class com.lamatek.swingextras.IconFactory
 
SEND_MAIL - Static variable in class com.lamatek.swingextras.IconFactory
 
SERVER - Static variable in class com.lamatek.swingextras.IconFactory
 
setDecimalsAllowed(int) - Method in class com.lamatek.swingextras.JNumericField
Sets the maximum number of decimals allowed.
setDescription(String) - Method in class com.lamatek.util.JFileFilter
Sets the description that will be shown in the JFileChooser drop-down list for this filter.
setFont(Font) - Method in class com.lamatek.swingextras.JFontPreviewPanel
Sets the font used to render the preview text.
setFrameIcon(ImageIcon) - Method in class com.lamatek.swingextras.JInternalToolBar
Sets the frame icon when the toolbar is floating.
setToolBarBorder(Border) - Method in class com.lamatek.swingextras.JInternalToolBar
Sets the border for the toolbar when docked.
setToolBarIcon(ImageIcon) - Method in class com.lamatek.swingextras.JInternalToolBar
Sets the frame icon when the toolbar is floating.
setType(int) - Method in class com.lamatek.swingextras.JNumericField
Sets the type of input allowed.
setValue(String) - Method in class com.lamatek.swingextras.JNumericField
Sets the value of the JNumericField, using a string as the initializer.
setValue(float) - Method in class com.lamatek.swingextras.JNumericField
Sets the value to the given float.
setValue(int) - Method in class com.lamatek.swingextras.JNumericField
Sets the value to the given int.
showDialog(Component, String) - Method in class com.lamatek.swingextras.JDateChooser
Pops up a Date chooser dialog with the supplied title, centered about the component parent.
showDialog(Component, String) - Method in class com.lamatek.swingextras.JFontChooser
Pops up a Font chooser dialog with the supplied title, centered about the component parent.
STEP_BACK - Static variable in class com.lamatek.swingextras.IconFactory
 
STEP_FORWARD - Static variable in class com.lamatek.swingextras.IconFactory
 
STOP - Static variable in class com.lamatek.swingextras.IconFactory
 

T

TEXT_ALIGN_CENTER - Static variable in class com.lamatek.swingextras.IconFactory
 
TEXT_ALIGN_JUSTIFY - Static variable in class com.lamatek.swingextras.IconFactory
 
TEXT_ALIGN_LEFT - Static variable in class com.lamatek.swingextras.IconFactory
 
TEXT_ALIGN_RIGHT - Static variable in class com.lamatek.swingextras.IconFactory
 
TIP_OF_THE_DAY - Static variable in class com.lamatek.swingextras.IconFactory
 
toString() - Method in class com.lamatek.util.JFileFilter
 

U

UNDERLINE - Static variable in class com.lamatek.swingextras.IconFactory
 
UNDO - Static variable in class com.lamatek.swingextras.IconFactory
 
unDock() - Method in class com.lamatek.swingextras.JInternalToolBar
 
UP - Static variable in class com.lamatek.swingextras.IconFactory
 
update(Graphics) - Method in class com.lamatek.swingextras.ImagePanel
 
update(Graphics) - Method in class com.lamatek.swingextras.JFontPreviewPanel
 

V

valueChanged(ListSelectionEvent) - Method in class com.lamatek.event.ListSelectionAdapter
Called when the registered List item has a selection made.
valueChanged(ListSelectionEvent) - Method in class com.lamatek.swingextras.JFontChooser
Processes events received from the various JList objects.
VectorToArray - Class in com.lamatek.util
A utility class to create an array from an instance of Vector.
VectorToArray() - Constructor for class com.lamatek.util.VectorToArray
 
VERTICAL - Static variable in class com.lamatek.swingextras.JInternalToolBar
Variable used to declare vertical (top to bottom) orientation.
VOLUME - Static variable in class com.lamatek.swingextras.IconFactory
 

W

WAR - Static variable in class com.lamatek.swingextras.IconFactory
 
WAR_ADD - Static variable in class com.lamatek.swingextras.IconFactory
 
WEB_COMPONENT - Static variable in class com.lamatek.swingextras.IconFactory
 
WEB_COMPONENT_ADD - Static variable in class com.lamatek.swingextras.IconFactory
 

Z

ZOOM - Static variable in class com.lamatek.swingextras.IconFactory
 
ZOOM_IN - Static variable in class com.lamatek.swingextras.IconFactory
 
ZOOM_OUT - Static variable in class com.lamatek.swingextras.IconFactory
 

A B C D E F G H I J L M N O P R S T U V W Z