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

A

addChangeListener(ChangeListener) - Method in class com.jpeterson.virtlcd.swing.DefaultDotMatrixDisplayModel
 
addChangeListener(ChangeListener) - Method in class com.jpeterson.virtlcd.swing.DefaultDotMatrixModel
 
addChangeListener(ChangeListener) - Method in interface com.jpeterson.virtlcd.swing.DotMatrixDisplayModel
Adds a ChangeListener to the model's listener list.
addChangeListener(ChangeListener) - Method in interface com.jpeterson.virtlcd.swing.DotMatrixModel
Adds a ChangeListener to the model's listener list.
addLayoutComponent(String, Component) - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI.DotMatrixSixByEightLayout
 

B

BasicDotMatrixDisplayUI - Class in com.jpeterson.virtlcd.swing.ui
Implementation of the "view" for actually displaying the basic LCD characters in a grid of columns and rows.
BasicDotMatrixDisplayUI() - Constructor for class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixDisplayUI
 
BasicDotMatrixSixByEightUI - Class in com.jpeterson.virtlcd.swing.ui
Implementation of the "view" for actually displaying the basic LCD character.
BasicDotMatrixSixByEightUI() - Constructor for class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
 
BasicDotMatrixSixByEightUI.DotMatrixSixByEightLayout - Class in com.jpeterson.virtlcd.swing.ui
Layout for the dot matrix display.
BasicDotMatrixSixByEightUI.DotMatrixSixByEightLayout() - Constructor for class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI.DotMatrixSixByEightLayout
 
BITMAP - Static variable in class com.jpeterson.virtlcd.swing.ui.CharSet
 

C

CharSet - Class in com.jpeterson.virtlcd.swing.ui
This class provides the font specification for the characters.
CharSet() - Constructor for class com.jpeterson.virtlcd.swing.ui.CharSet
 
com.jpeterson.virtlcd - package com.jpeterson.virtlcd
 
com.jpeterson.virtlcd.swing - package com.jpeterson.virtlcd.swing
 
com.jpeterson.virtlcd.swing.ui - package com.jpeterson.virtlcd.swing.ui
 
coords - Static variable in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
 
createCharacter(char) - Method in class com.jpeterson.virtlcd.TestHarness
 
createHeader(String) - Method in class com.jpeterson.virtlcd.TestHarness
 
createLayoutManager() - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixDisplayUI
Invoked by installUI to create a layout manager object to manage the dot matrix display.
createLayoutManager() - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
Invoked by installUI to create a layout manager object to manage the dot matrix display.
createUI(JComponent) - Static method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixDisplayUI
 
createUI(JComponent) - Static method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
 

D

DEFAULT_CHAR - Static variable in class com.jpeterson.virtlcd.swing.DefaultDotMatrixModel
The default character is a "space" character.
DefaultDotMatrixDisplayModel - Class in com.jpeterson.virtlcd.swing
Default implementation of the DotMatrixDisplayModel.
DefaultDotMatrixDisplayModel() - Constructor for class com.jpeterson.virtlcd.swing.DefaultDotMatrixDisplayModel
 
DefaultDotMatrixModel - Class in com.jpeterson.virtlcd.swing
Default implementation of the DotMatrixModel.
DefaultDotMatrixModel() - Constructor for class com.jpeterson.virtlcd.swing.DefaultDotMatrixModel
 
dotMatrixCharacters - Variable in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixDisplayUI
 
dotMatrixDisplay - Variable in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixDisplayUI
The associated dot matrix character.
dotMatrixDisplayChangeListener - Variable in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixDisplayUI
 
DotMatrixDisplayModel - Interface in com.jpeterson.virtlcd.swing
This is the model in the MVC pattern for the JDotMatrixDisplay character.
DotMatrixDisplayUI - Class in com.jpeterson.virtlcd.swing.ui
Defines the "view" portion of the MVC pattern for Swing component.
DotMatrixDisplayUI() - Constructor for class com.jpeterson.virtlcd.swing.ui.DotMatrixDisplayUI
 
DotMatrixModel - Interface in com.jpeterson.virtlcd.swing
This is the model in the MVC pattern for the JDotMatrixSixByEight character.
dotMatrixSixByEight - Variable in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
The associated dot matrix character.
dotMatrixSixByEightChangeListener - Variable in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
 
DotMatrixSixByEightUI - Class in com.jpeterson.virtlcd.swing.ui
Defines the "view" portion of the MVC pattern for Swing component.
DotMatrixSixByEightUI() - Constructor for class com.jpeterson.virtlcd.swing.ui.DotMatrixSixByEightUI
 

F

fireStateChanged() - Method in class com.jpeterson.virtlcd.swing.DefaultDotMatrixDisplayModel
Runs each ChangeListener's stateChanged method.
fireStateChanged() - Method in class com.jpeterson.virtlcd.swing.DefaultDotMatrixModel
Runs each ChangeListener's stateChanged method.

G

getChangeListeners() - Method in class com.jpeterson.virtlcd.swing.DefaultDotMatrixDisplayModel
Returns an array of all the change listeners registered on this DefaultBoundedRangeModel.
getChangeListeners() - Method in class com.jpeterson.virtlcd.swing.DefaultDotMatrixModel
Returns an array of all the change listeners registered on this DefaultBoundedRangeModel.
getChar() - Method in class com.jpeterson.virtlcd.swing.DefaultDotMatrixModel
 
getChar() - Method in interface com.jpeterson.virtlcd.swing.DotMatrixModel
The character being displayed.
getChar() - Method in class com.jpeterson.virtlcd.swing.JDotMatrixSixByEight
Get the character displayed.
getColumns() - Method in class com.jpeterson.virtlcd.swing.JDotMatrixDisplay
Get the number of columns, characters, in the display.
getModel() - Method in class com.jpeterson.virtlcd.swing.JDotMatrixDisplay
 
getModel() - Method in class com.jpeterson.virtlcd.swing.JDotMatrixSixByEight
 
getRows() - Method in class com.jpeterson.virtlcd.swing.JDotMatrixDisplay
Get the number of rows in the display.
getText() - Method in class com.jpeterson.virtlcd.swing.DefaultDotMatrixDisplayModel
 
getText() - Method in interface com.jpeterson.virtlcd.swing.DotMatrixDisplayModel
Get the text displayed.
getText() - Method in class com.jpeterson.virtlcd.swing.JDotMatrixDisplay
Get the text displayed.
getUI() - Method in class com.jpeterson.virtlcd.swing.JDotMatrixDisplay
Returns the UI object which implements the L&F for this component.
getUI() - Method in class com.jpeterson.virtlcd.swing.JDotMatrixSixByEight
Returns the UI object which implements the L&F for this component.
getUIClassID() - Method in class com.jpeterson.virtlcd.swing.JDotMatrixDisplay
Returns the name of the UI class that implements the L&F for this component.
getUIClassID() - Method in class com.jpeterson.virtlcd.swing.JDotMatrixSixByEight
Returns the name of the UI class that implements the L&F for this component.

H

HEIGHT - Static variable in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
 

I

installComponents() - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixDisplayUI
 
installComponents() - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
 
installDefaults() - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixDisplayUI
 
installDefaults() - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
 
installListeners() - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixDisplayUI
 
installListeners() - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
 
installUI(JComponent) - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixDisplayUI
 
installUI(JComponent) - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
 

J

JDotMatrixDisplay - Class in com.jpeterson.virtlcd.swing
Simple component composed of multiple JDotMatrixSixByEight components arranged in a grid.
JDotMatrixDisplay(int, int) - Constructor for class com.jpeterson.virtlcd.swing.JDotMatrixDisplay
Create a new dot matrix display.
JDotMatrixSixByEight - Class in com.jpeterson.virtlcd.swing
Basic LCD character display.
JDotMatrixSixByEight() - Constructor for class com.jpeterson.virtlcd.swing.JDotMatrixSixByEight
Construct a new component that will display 1 character.

L

layoutContainer(Container) - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI.DotMatrixSixByEightLayout
 
listenerList - Variable in class com.jpeterson.virtlcd.swing.DefaultDotMatrixDisplayModel
 
listenerList - Variable in class com.jpeterson.virtlcd.swing.DefaultDotMatrixModel
 

M

main(String[]) - Static method in class com.jpeterson.virtlcd.TestHarness
 
makeCharacterTestPanel() - Method in class com.jpeterson.virtlcd.TestHarness
 
makeCharSetPanel() - Method in class com.jpeterson.virtlcd.TestHarness
 
makeDisplayTestPanel() - Method in class com.jpeterson.virtlcd.TestHarness
 
minimumLayoutSize(Container) - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI.DotMatrixSixByEightLayout
 
model - Variable in class com.jpeterson.virtlcd.swing.JDotMatrixDisplay
 
model - Variable in class com.jpeterson.virtlcd.swing.JDotMatrixSixByEight
 

N

NUM_PIXELS_HIGH - Static variable in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
 
NUM_PIXELS_WIDE - Static variable in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
 

P

paint(Graphics, JComponent) - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixDisplayUI
 
paint(Graphics, JComponent) - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
 
paintPixels(Graphics) - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
 
PIXEL_HEIGHT - Static variable in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
 
PIXEL_INNER_HEIGHT - Static variable in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
 
PIXEL_INNER_WIDTH - Static variable in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
 
PIXEL_WIDTH - Static variable in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
 
preferredLayoutSize(Container) - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI.DotMatrixSixByEightLayout
 

R

removeChangeListener(ChangeListener) - Method in class com.jpeterson.virtlcd.swing.DefaultDotMatrixDisplayModel
 
removeChangeListener(ChangeListener) - Method in class com.jpeterson.virtlcd.swing.DefaultDotMatrixModel
 
removeChangeListener(ChangeListener) - Method in interface com.jpeterson.virtlcd.swing.DotMatrixDisplayModel
Removes a ChangeListener from the model's listener list.
removeChangeListener(ChangeListener) - Method in interface com.jpeterson.virtlcd.swing.DotMatrixModel
Removes a ChangeListener from the model's listener list.
removeLayoutComponent(Component) - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI.DotMatrixSixByEightLayout
 

S

setChar(char) - Method in class com.jpeterson.virtlcd.swing.DefaultDotMatrixModel
 
setChar(char) - Method in interface com.jpeterson.virtlcd.swing.DotMatrixModel
Set the character to display.
setChar(char) - Method in class com.jpeterson.virtlcd.swing.JDotMatrixSixByEight
Set the character to display.
setText(String) - Method in class com.jpeterson.virtlcd.swing.DefaultDotMatrixDisplayModel
 
setText(String) - Method in interface com.jpeterson.virtlcd.swing.DotMatrixDisplayModel
Set the text to display.
setText(String) - Method in class com.jpeterson.virtlcd.swing.JDotMatrixDisplay
Set the text to display.
setUI(DotMatrixDisplayUI) - Method in class com.jpeterson.virtlcd.swing.JDotMatrixDisplay
Sets the new UI delegate.
setUI(DotMatrixSixByEightUI) - Method in class com.jpeterson.virtlcd.swing.JDotMatrixSixByEight
Sets the new UI delegate.

T

TestHarness - Class in com.jpeterson.virtlcd
Example program that provides examples of using the provide Swing components for displaying an LCD-like character display.
TestHarness() - Constructor for class com.jpeterson.virtlcd.TestHarness
 

U

uninstallComponents() - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixDisplayUI
 
uninstallComponents() - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
 
uninstallDefaults() - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixDisplayUI
 
uninstallDefaults() - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
 
uninstallListeners() - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixDisplayUI
 
uninstallListeners() - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
 
uninstallUI(JComponent) - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixDisplayUI
 
uninstallUI(JComponent) - Method in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
 
updateUI() - Method in class com.jpeterson.virtlcd.swing.JDotMatrixDisplay
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class com.jpeterson.virtlcd.swing.JDotMatrixSixByEight
Resets the UI property to a value from the current look and feel.

V

VERTICAL_GAP - Static variable in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixDisplayUI
 

W

WIDTH - Static variable in class com.jpeterson.virtlcd.swing.ui.BasicDotMatrixSixByEightUI
 

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

Copyright © 2008 Jesse Peterson. All Rights Reserved.