A B D E F G I L M P Q R S

A

actionPerformed(ActionEvent) - Method in class minesy.Minesy
Standard function - processes actions like menu item selection
addLayoutComponent(String, Component) - Method in class minesy.GraphPaperLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(Component, Object) - Method in class minesy.GraphPaperLayout
Adds the specified component to the layout, using the specified constraint object.

B

board - Variable in class minesy.Minesy
 

D

DecimalField - Class in minesy
 
DecimalField(double, int, NumberFormat) - Constructor for class minesy.DecimalField
 

E

execute() - Method in class minesy.Minesy
Stub main - just calls main2

F

FormattedDocument - Class in minesy
 
FormattedDocument(Format) - Constructor for class minesy.FormattedDocument
 

G

getFormat() - Method in class minesy.FormattedDocument
 
getGridSize() - Method in class minesy.GraphPaperLayout
 
getLargestCellSize(Container, boolean) - Method in class minesy.GraphPaperLayout
Algorithm for calculating the largest minimum or preferred cell size.
getLayoutAlignmentX(Container) - Method in class minesy.GraphPaperLayout
Returns the alignment along the x axis.
getLayoutAlignmentY(Container) - Method in class minesy.GraphPaperLayout
Returns the alignment along the y axis.
getLayoutSize(Container, boolean) - Method in class minesy.GraphPaperLayout
Algorithm for calculating layout size (minimum or preferred).
getValue() - Method in class minesy.DecimalField
 
GraphPaperLayout - Class in minesy
The GraphPaperLayout class is a layout manager that lays out a container's components in a rectangular grid, similar to GridLayout.
GraphPaperLayout() - Constructor for class minesy.GraphPaperLayout
Creates a graph paper layout with a default of a 1 x 1 graph, with no vertical or horizontal padding.
GraphPaperLayout(Dimension) - Constructor for class minesy.GraphPaperLayout
Creates a graph paper layout with the given grid size, with no vertical or horizontal padding.
GraphPaperLayout(Dimension, int, int) - Constructor for class minesy.GraphPaperLayout
Creates a graph paper layout with the given grid size and padding.

I

iAbout - Variable in class minesy.Minesy
 
iHelp - Variable in class minesy.Minesy
 
inAnApplet - Variable in class minesy.Minesy
 
iNewGame - Variable in class minesy.Minesy
 
insertString(int, String, AttributeSet) - Method in class minesy.FormattedDocument
 
invalidateLayout(Container) - Method in class minesy.GraphPaperLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
iQuit - Variable in class minesy.Minesy
 
iSettings - Variable in class minesy.Minesy
 

L

layoutContainer(Container) - Method in class minesy.GraphPaperLayout
Lays out the container in the specified container.

M

main(String[]) - Static method in class minesy.Minesy
Stub main - just calls main2
main2() - Method in class minesy.Minesy
The real main function - initializes main window
maximumLayoutSize(Container) - Method in class minesy.GraphPaperLayout
Returns the maximum size of this component.
mbar - Variable in class minesy.Minesy
 
minesy - package minesy
 
Minesy - Class in minesy
The Minesy is a java implementation of the famous Minesweeper game ;-)
Minesy() - Constructor for class minesy.Minesy
Creates main window - menus, sets window size, creates board
minimumLayoutSize(Container) - Method in class minesy.GraphPaperLayout
Calculates the minimum size dimensions for the specified panel given the components in the specified parent container.

P

preferredLayoutSize(Container) - Method in class minesy.GraphPaperLayout
Calculates the preferred size dimensions for the specified panel given the components in the specified parent container.
processWindowEvent(WindowEvent) - Method in class minesy.Minesy
Standard function - processes events like WINDOW_CLOSING etc.

Q

quit() - Method in class minesy.Minesy
Called to quit the program

R

remove(int, int) - Method in class minesy.FormattedDocument
 
removeLayoutComponent(Component) - Method in class minesy.GraphPaperLayout
Removes the specified component from the layout.

S

setConstraints(Component, Rectangle) - Method in class minesy.GraphPaperLayout
 
setGridSize(Dimension) - Method in class minesy.GraphPaperLayout
Set the size of the graph paper in logical units (n x m)
setGridSize(int, int) - Method in class minesy.GraphPaperLayout
Set the size of the graph paper in logical units (n x m)
setValue(double) - Method in class minesy.DecimalField
 

A B D E F G I L M P Q R S

Copyright © 2005 Andree; distribute under GPL 2.0