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

A

add(Component) - Static method in class voji.vdialog.VMain
 
add(Object, Object) - Method in class voji.utils.VChoice
Adds an entry
add(ReportComponent) - Method in class voji.report.Report
Adds a new component
add(ReportComponent) - Method in class voji.report.ReportComponent
Adds a new component
add(ReportComponent, int) - Method in class voji.report.ReportComponent
Adds a new component and sets its vertical position
add(Vector, Enumeration) - Static method in class voji.utils.U
Adds all elements of an Enumeration to a Vector.
add(Vector, Iterator) - Static method in class voji.utils.U
Adds all elements of an Iterator to a Vector.
add(Vector, Object[]) - Static method in class voji.utils.U
Adds the content of an Object Array to a Vector.
addBottom(ReportComponent) - Method in class voji.report.Report
Adds a new bottom component.
addColumn(Object, int, int, DataFormat) - Method in class voji.ui.JResultTable
Adds a new column to this table
addColumn(Object, TableCellRenderer, int, DataFormat) - Method in class voji.ui.JResultTable
Adds a new column to this table
addColumn(TableColumn, DataFormat) - Method in class voji.ui.JResultTable
Adds a new column to this table
addDatabaseListener(DatabaseListener) - Static method in class voji.db.Database
 
addEnabling(Component) - Method in class voji.vdialog.VDialog
 
addFormat(DataFormat) - Method in class voji.ui.JResultTable.ResultTableModel
Adds a new format
addGraphics(Graphics) - Method in class voji.utils.CopyGraphics
Adds a sub Graphics object
addGraphics(Graphics[]) - Method in class voji.utils.CopyGraphics
Adds some sub Graphics objects
addHeader(ReportComponent) - Method in class voji.report.Report
Adds a new header component.
addIDListener(IDListener) - Method in class voji.ui.JResultTable
Adds an ID listener to this component that's notified each time the selected ID changes
addObjectListener(ObjectListener) - Method in class voji.ui.JFormatTextField
 
addObjectListener(ObjectListener) - Method in class voji.ui.FormatTextField
 
after - Variable in class voji.report.ReportPageNumber
The text after the number itself
afterJob() - Method in class voji.vdialog.VDialog.Job
 
align - Variable in class voji.report.ReportText
The horizontal alignment of the text.
areAssignableFrom(Class[], Object[]) - Static method in class voji.utils.U
Returns whether all class types are assignable from the given parameters.

B

before - Variable in class voji.report.ReportPageNumber
The text before the number itself
BOLD - Static variable in class voji.report.ReportFrame
Frame with a bold border line
BOLD_WIDTH - Static variable in class voji.report.ReportFrame
The width of a BOLD line
BOOK - Static variable in class voji.utils.Icons
Picture:
BooleanFormat - class voji.utils.BooleanFormat.
This is a formatter for the Boolean type.
BooleanFormat() - Constructor for class voji.utils.BooleanFormat
Creates a new BooleanFormat instance with default settings
BooleanFormat(String, String) - Constructor for class voji.utils.BooleanFormat
Creates a new BooleanFormat instance

C

CHAR - Static variable in class voji.report.ReportText
Break at any character
clear() - Method in class voji.utils.VChoice
Removes all entries
clearRect(int, int, int, int) - Method in class voji.utils.CopyGraphics
Redirects to clearRect of the registered Graphics objects
clipRect(int, int, int, int) - Method in class voji.utils.CopyGraphics
Redirects to clipRect of the registered Graphics objects
close() - Method in class voji.vdialog.VDialog
 
close() - Method in interface voji.vdialog.VDialogInterface
 
close() - Method in class voji.vdialog.interfaces.JInternalFrame
 
close() - Method in class voji.vdialog.interfaces.JFrame
 
close() - Method in class voji.vdialog.interfaces.JDialog
 
close() - Method in class voji.vdialog.interfaces.Frame
 
close() - Method in class voji.vdialog.interfaces.Dialog
 
color - Variable in class voji.report.ReportColor
The color of the sub components
connect(Connection) - Static method in class voji.db.Database
 
connect(Properties) - Static method in class voji.db.Database
 
connect(String, String, String) - Static method in class voji.db.Database
 
connect(String, String, String, String) - Static method in class voji.db.Database
 
constructor - Variable in class voji.utils.Instance
The constructor which is to be used
content - Variable in class voji.report.ReportTable
The component containing the content (i.e. the text components) of this table
contentPane - Variable in class voji.vdialog.VDialog
 
copyArea(int, int, int, int, int, int) - Method in class voji.utils.CopyGraphics
Redirects to copyArea of the registered Graphics objects
CopyGraphics - class voji.utils.CopyGraphics.
This class redirects all functions to one or more specified Graphics objects.
CopyGraphics() - Constructor for class voji.utils.CopyGraphics
Creates a new empty instance of CopyGraphics
CopyGraphics(Graphics) - Constructor for class voji.utils.CopyGraphics
Creates a new empty instance of CopyGraphics containing the given sub Graphics object
CopyGraphics(Graphics[]) - Constructor for class voji.utils.CopyGraphics
Creates a new instance of CopyGraphics containing the given sub Graphics objects
CopyPrintJob - class voji.utils.CopyPrintJob.
This class redirects all functions to another PrintJob.
CopyPrintJob() - Constructor for class voji.utils.CopyPrintJob
Creates a new empty instance of CopyPrintJob
CopyPrintJob(PrintJob) - Constructor for class voji.utils.CopyPrintJob
Creates a new empty instance of CopyPrintJob handling the given PrintJob.
create() - Method in class voji.utils.PageGraphics
Creates a new PageGraphics instance as a copy of the current object
create() - Method in class voji.utils.Instance
Creates the instance.
create() - Method in class voji.utils.CopyGraphics
Creates a new CopyGraphics instance containing copies of all sub Graphics objects
create() - Static method in class voji.log.LogTextArea
 
create() - Static method in class voji.log.LogShortList
 
create() - Static method in class voji.log.LogList
 
create() - Static method in class voji.log.JLogTextArea
 
create() - Static method in class voji.log.JLogShortList
 
create() - Static method in class voji.log.JLogList
 
create(int) - Static method in class voji.log.LogShortList
 
create(int) - Static method in class voji.log.JLogShortList
 
createStatement() - Static method in class voji.db.Database
 
currentID - Variable in class voji.ui.JResultTable
The currently selected ID

D

data - Variable in class voji.utils.VChoice
A Vector of (name,value) pairs containing the data
data - Variable in class voji.ui.JResultTable.ResultTableModel
The internal data
Database - class voji.db.Database.
 
Database() - Constructor for class voji.db.Database
 
databaseChanged() - Method in class voji.db.VPreparedStatement
 
databaseChanged() - Method in interface voji.db.DatabaseListener
 
DatabaseListener - interface voji.db.DatabaseListener.
 
DataFormat - class voji.utils.DataFormat.
This class defines an way to format the result of an SQL query to a string.
DataFormat() - Constructor for class voji.utils.DataFormat
Creates a new DataFormat instance
DataFormat(Format) - Constructor for class voji.utils.DataFormat
Creates a new DataFormat instance.
DATE - Static variable in class voji.utils.SQLDateFormat
 
DATE - Static variable in class voji.utils.Icons
Picture:
dateSeparator - Variable in class voji.log.Log
 
defIndex - Variable in class voji.utils.VChoice
The default index.
DESKTOP - Static variable in class voji.vdialog.VMain
 
Dialog - class voji.vdialog.interfaces.Dialog.
 
Dialog() - Constructor for class voji.vdialog.interfaces.Dialog
 
dispose() - Method in class voji.utils.CopyGraphics
Redirects to dispose of the registered Graphics objects
doInit() - Method in class voji.vdialog.VDialog
 
doJob() - Method in class voji.vdialog.VDialog.Job
 
DOUBLE - Static variable in class voji.report.ReportFrame
Frame with two thin border lines
DOUBLE_SPACE - Static variable in class voji.report.ReportFrame
The space between the two lines of a DOUBLE
draw(ListIterator, PageGraphics) - Method in class voji.report.Report
Draws the given components onto the given graphics context.
draw(PageGraphics) - Method in class voji.report.ReportText
Draws this component
draw(PageGraphics) - Method in class voji.report.ReportSpace
Draws this component
draw(PageGraphics) - Method in class voji.report.ReportList
Draws this component.
draw(PageGraphics) - Method in class voji.report.ReportImage
Draws this component
draw(PageGraphics) - Method in class voji.report.ReportFrame
Draws this component
draw(PageGraphics) - Method in class voji.report.ReportComponent
Draws this component.
draw(PageGraphics) - Method in class voji.report.ReportColor
Draws this component
draw(PageGraphics, int) - Method in class voji.report.ReportComponent
Draws this component
drawArc(int, int, int, int, int, int) - Method in class voji.utils.CopyGraphics
Redirects to drawArc of the registered Graphics objects
drawImage(Image, int, int, Color, ImageObserver) - Method in class voji.utils.CopyGraphics
Redirects to drawImage of the registered Graphics objects
drawImage(Image, int, int, ImageObserver) - Method in class voji.utils.CopyGraphics
Redirects to drawImage of the registered Graphics objects
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class voji.utils.CopyGraphics
Redirects to drawImage of the registered Graphics objects
drawImage(Image, int, int, int, int, ImageObserver) - Method in class voji.utils.CopyGraphics
Redirects to drawImage of the registered Graphics objects
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class voji.utils.CopyGraphics
Redirects to drawImage of the registered Graphics objects
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class voji.utils.CopyGraphics
Redirects to drawImage of the registered Graphics objects
drawLine(Graphics, String, int, int, int) - Method in class voji.report.ReportText
Draws a single line
drawLine(int, int, int, int) - Method in class voji.utils.CopyGraphics
Redirects to drawLine of the registered Graphics objects
drawOval(int, int, int, int) - Method in class voji.utils.CopyGraphics
Redirects to drawOval of the registered Graphics objects
drawPolygon(int[], int[], int) - Method in class voji.utils.CopyGraphics
Redirects to drawPolygon of the registered Graphics objects
drawPolyline(int[], int[], int) - Method in class voji.utils.CopyGraphics
Redirects to drawPolyline of the registered Graphics objects
drawRoundRect(int, int, int, int, int, int) - Method in class voji.utils.CopyGraphics
Redirects to drawRoundRect of the registered Graphics objects
drawString(AttributedCharacterIterator, int, int) - Method in class voji.utils.CopyGraphics
Redirects to drawString of the registered Graphics objects
drawString(String, int, int) - Method in class voji.utils.CopyGraphics
Redirects to drawString of the registered Graphics objects

E

EAST - Static variable in class voji.utils.Icons
Picture:
EAST_STOP - Static variable in class voji.utils.Icons
Picture:
EDIT - Static variable in class voji.utils.Icons
Picture:
elements() - Method in class voji.utils.VChoice
Returns an Array for Lists and ComboBoxes
empty - Variable in class voji.log.ShortLog
 
end() - Method in class voji.utils.CopyPrintJob
Ends the print job and does any necessary cleanup
end() - Method in class voji.ui.JPrintPreview.PrintPreviewPrintJob
Ends the print job and does any necessary cleanup.
equals(Object) - Method in class voji.utils.ValueHolder
Indicates whether some other object is "equal to" this one
ERROR - Static variable in class voji.vdialog.VDialog
 
executeQuery(Object[]) - Method in class voji.db.VPreparedStatement
 
executeQuery(String) - Static method in class voji.db.Database
 
executeUpdate(Object[]) - Method in class voji.db.VPreparedStatement
 
executeUpdate(String) - Static method in class voji.db.Database
 

F

fillArc(int, int, int, int, int, int) - Method in class voji.utils.CopyGraphics
Redirects to fillArc of the registered Graphics objects
fillOval(int, int, int, int) - Method in class voji.utils.CopyGraphics
Redirects to fillOval of the registered Graphics objects
fillPolygon(int[], int[], int) - Method in class voji.utils.CopyGraphics
Redirects to fillPolygon of the registered Graphics objects
fillRect(int, int, int, int) - Method in class voji.utils.CopyGraphics
Redirects to fillRect of the registered Graphics objects
fillRoundRect(int, int, int, int, int, int) - Method in class voji.utils.CopyGraphics
Redirects to fillRoundRect of the registered Graphics objects
finalize() - Method in class voji.utils.CopyGraphics
Redirects to finalize of the registered Graphics objects
FIND - Static variable in class voji.utils.Icons
Picture:
fireDatabaseChanged() - Static method in class voji.db.Database
 
fireIDChanged() - Method in class voji.ui.JResultTable
Let all ID listeners know that the ID has been changed
fireObjectChanged() - Method in class voji.ui.JFormatTextField
 
fireObjectChanged() - Method in class voji.ui.FormatTextField
 
font - Variable in class voji.report.ReportText
The font of the text
format(boolean, StringBuffer, FieldPosition) - Method in class voji.utils.BooleanFormat
Formats a boolean
format(Date, StringBuffer, FieldPosition) - Method in class voji.utils.SQLDateFormat
 
format(Format, Object) - Static method in class voji.utils.U
Formats an Object using a Format without throwing an exception
format(Format, Object, String) - Static method in class voji.utils.U
Formats an Object using a Format without throwing an exception
format(Iterator) - Method in class voji.utils.DataFormat
Formats an Iterator.
format(Iterator, int) - Method in class voji.utils.DataFormat
Formats an Iterator.
format(Iterator, List) - Static method in class voji.utils.DataFormat
Formats an Iterator using more formats.
format(List, int) - Method in class voji.utils.DataFormat
Formats a List
format(List, List) - Static method in class voji.utils.DataFormat
Formats a List using more formats.
format(Object) - Method in class voji.log.Log
 
format(Object[], int) - Method in class voji.utils.DataFormat
Formats an Array
format(Object[], List) - Static method in class voji.utils.DataFormat
Formats an Array using more formats.
format(Object, StringBuffer, FieldPosition) - Method in class voji.utils.BooleanFormat
Formats an Object
format(ResultSet, int) - Method in class voji.utils.DataFormat
Formats a ResultSet
format(ResultSet, List) - Static method in class voji.utils.DataFormat
Formats a ResultSet using more formats.
formatAll(List, List) - Static method in class voji.utils.DataFormat
Formats a List of List using more formats.
formatAll(ResultSet, List) - Static method in class voji.utils.DataFormat
Formats a ResultSet using more formats.
FormatCellRenderer - class voji.ui.FormatCellRenderer.
 
FormatCellRenderer(Format) - Constructor for class voji.ui.FormatCellRenderer
 
FormatCellRenderer(Format, int) - Constructor for class voji.ui.FormatCellRenderer
 
FormatLabel - class voji.ui.FormatLabel.
 
FormatLabel(Format) - Constructor for class voji.ui.FormatLabel
 
formats - Variable in class voji.ui.JResultTable.ResultTableModel
The formats of the columns
FormatTextField - class voji.ui.FormatTextField.
 
FormatTextField(Format) - Constructor for class voji.ui.FormatTextField
 
Frame - class voji.vdialog.interfaces.Frame.
 
Frame() - Constructor for class voji.vdialog.interfaces.Frame
 

G

get() - Method in class voji.utils.Instance
Returns the instance and creates it, if necessary
get(Object) - Static method in class voji.utils.ValueHolder
A shorter way to access the value of a ValueHolder
getClip() - Method in class voji.utils.CopyGraphics
Redirects to getClip of the registered Graphics objects
getClipBounds() - Method in class voji.utils.CopyGraphics
Redirects to getClipBounds of the registered Graphics objects
getColor() - Method in class voji.utils.CopyGraphics
Redirects to getColor of the registered Graphics objects
getColumnCount() - Method in class voji.ui.JResultTable.ResultTableModel
 
getColumnNames(ResultSet) - Static method in class voji.utils.U
Puts a ResultSet's column names into a Vector
getColumnNames(ResultSetMetaData) - Static method in class voji.utils.U
Puts a ResultSetMetaData's column names into a Vector
getConnection() - Static method in class voji.db.Database
 
getConstructor(Class, Object[]) - Static method in class voji.utils.U
This method is the same as Class.getConstructor(Object[]) except that the parameters' types don't need to match exactly with the constructor's parameters' types.
getContent() - Method in class voji.report.ReportTable
Returns the component that contains the content of this table
getContentPane() - Method in interface voji.vdialog.VDialogInterface
 
getContentPane() - Method in class voji.vdialog.interfaces.Frame
 
getContentPane() - Method in class voji.vdialog.interfaces.Dialog
 
getCount() - Method in class voji.log.ShortLog
 
getElementAt(int) - Method in class voji.ui.JOrderList.OrderListModel
 
getFocusOwner() - Method in interface voji.vdialog.VDialogInterface
 
getFont() - Method in class voji.utils.CopyGraphics
Redirects to getFont of the registered Graphics objects
getFontMetrics(Font) - Method in class voji.utils.CopyGraphics
Redirects to getFontMetrics of the registered Graphics objects
getFormat() - Method in class voji.ui.JFormatTextField
 
getFormat() - Method in class voji.ui.JFormatLabel
 
getFormat() - Method in class voji.ui.FormatTextField
 
getFormat() - Method in class voji.ui.FormatLabel
 
getFormat() - Method in class voji.ui.FormatCellRenderer
 
getGraphics() - Method in class voji.utils.CopyPrintJob
Gets a Graphics object that will draw to the next page.
getGraphics() - Method in class voji.ui.JPrintPreview.PrintPreviewPrintJob
Gets a Graphics object that will draw to the next page.
getHeight(PageGraphics) - Method in class voji.report.ReportSpace
Returns the total height of this component
getHeight(PageGraphics) - Method in class voji.report.ReportList
Returns the total height of this component.
getHeight(PageGraphics) - Method in class voji.report.ReportComponent
Returns the total height of this component.
getID(int) - Method in class voji.ui.JResultTable.ResultTableModel
Returns the ID of the specified row
getInsets(PageGraphics) - Method in class voji.report.ReportText
Returns the insets of this text component
getLines(PageGraphics) - Method in class voji.report.ReportText
Splits the current text into lines
getMaxLength() - Method in class voji.ui.JFormatTextField.FormatTextFieldDocument
 
getMaxLength() - Method in class voji.ui.JFormatTextField
 
getObject() - Method in class voji.ui.JFormatTextField
 
getObject() - Method in class voji.ui.JFormatLabel
 
getObject() - Method in class voji.ui.FormatTextField
 
getObject() - Method in class voji.ui.FormatLabel
 
getOrder() - Method in class voji.ui.JOrderList.OrderListModel
Returns the IDs in their current order
getOrder() - Method in class voji.ui.JOrderList
Returns the IDs in their current order
getOwner() - Static method in class voji.vdialog.VMain
 
getOwnHeight(PageGraphics) - Method in class voji.report.ReportText
Returns the local height of this component
getOwnHeight(PageGraphics) - Method in class voji.report.ReportImage
Returns the local height of this component
getOwnHeight(PageGraphics) - Method in class voji.report.ReportComponent
Returns the local height of this component.
getPageDimension() - Method in class voji.utils.CopyPrintJob
Returns the dimensions of the page in pixels
getPageDimension() - Method in class voji.ui.JPrintPreview.PrintPreviewPrintJob
Returns the dimensions of the page in pixels
getPageGraphics() - Method in class voji.utils.CopyPrintJob
Gets a Graphics object that will draw to the next page.
getPageNumber() - Method in class voji.utils.PageGraphics
Returns the current page number
getPageResolution() - Method in class voji.utils.CopyPrintJob
Returns the resolution of the page in pixels per inch
getPageResolution() - Method in class voji.ui.JPrintPreview.PrintPreviewPrintJob
Returns the resolution of the page in pixels per inch.
getPrintJob() - Method in class voji.utils.PageGraphics
Returns the PrintJob object from which this PrintGraphics object originated
getPrintJob(Frame, String, JobAttributes, PageAttributes) - Method in class voji.ui.JPrintPreview
Creates a print job which draws to this print preview It internally creates an empty print job using java.awt.Toolkit and uses it as a template for the returned print job.
getPrintJob(Frame, String, Properties) - Method in class voji.ui.JPrintPreview
Creates a print job which draws to this print preview.
getPrintJob(PrintJob) - Method in class voji.ui.JPrintPreview
Creates a print job which draws to this print preview using the specified print job as a template.
getPS() - Method in class voji.db.VPreparedStatement
 
getRow(int) - Method in class voji.ui.JResultTable.ResultTableModel
Looks for the row with the specified ID
getRowCount() - Method in class voji.ui.JResultTable.ResultTableModel
 
getSelectedID() - Method in class voji.ui.JResultTable
Returns the ID of the currently selected row
getSize() - Method in class voji.ui.JOrderList.OrderListModel
 
getSQL() - Method in class voji.db.VPreparedStatement
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class voji.ui.FormatCellRenderer
 
getToUpperCase() - Method in class voji.ui.JFormatTextField.FormatTextFieldDocument
 
getToUpperCase() - Method in class voji.ui.JFormatTextField
 
getValueAt(int, int) - Method in class voji.ui.JResultTable.ResultTableModel
 

H

hasInsets - Variable in class voji.report.ReportText
Says whether the text should have insets
height - Variable in class voji.report.ReportSpace
The height of this component, that means the size of the space
height - Variable in class voji.report.ReportImage
The height where to scale the image to
HELP - Static variable in class voji.utils.Icons
Picture:
HIDDEN - Static variable in class voji.vdialog.VMain
 

I

i2v(int) - Method in class voji.utils.VChoice
Returns the value of an index
Icons - class voji.utils.Icons.
This class contains many icons for your application.
Icons() - Constructor for class voji.utils.Icons
 
idChanged(int) - Method in interface voji.ui.IDListener
This method is called whenever the ID changed
IDEA - Static variable in class voji.utils.Icons
Picture:
IDListener - interface voji.ui.IDListener.
This listener is used by the JResultTable components.
ids - Variable in class voji.ui.JOrderList.OrderListModel
The IDs
image - Variable in class voji.report.ReportImage
The current image
init() - Method in class voji.vdialog.VDialog
 
init(String[], double, double[], Font, int[], int, int, int[]) - Method in class voji.report.ReportTable
Initializes this ReportTable instance
insertString(int, String, AttributeSet) - Method in class voji.ui.JFormatTextField.FormatTextFieldDocument
 
instance - Variable in class voji.utils.Instance
The instance or null if the instance hasn't been created yet
Instance - class voji.utils.Instance.
This class holds parameters for the constructor of a class.
Instance() - Constructor for class voji.utils.Instance
Constructs a new empty Instance instance
Instance(Class, Object[]) - Constructor for class voji.utils.Instance
Constructs a new Instance instance holding an instance of the given Class.
isCellEditable(int, int) - Method in class voji.ui.VTableModel
 
isReadOnly() - Method in class voji.ui.VTableModel
 
iterator() - Method in class voji.report.ReportComponent
Returns an iterator of all sub components

J

JDialog - class voji.vdialog.interfaces.JDialog.
 
JDialog() - Constructor for class voji.vdialog.interfaces.JDialog
 
JFormatLabel - class voji.ui.JFormatLabel.
 
JFormatLabel(Format) - Constructor for class voji.ui.JFormatLabel
 
JFormatTextField - class voji.ui.JFormatTextField.
 
JFormatTextField.FormatTextFieldDocument - class voji.ui.JFormatTextField.FormatTextFieldDocument.
 
JFormatTextField.FormatTextFieldDocument(int, boolean) - Constructor for class voji.ui.JFormatTextField.FormatTextFieldDocument
 
JFormatTextField(boolean) - Constructor for class voji.ui.JFormatTextField
 
JFormatTextField(boolean, Format) - Constructor for class voji.ui.JFormatTextField
 
JFormatTextField(Format) - Constructor for class voji.ui.JFormatTextField
 
JFormatTextField(int) - Constructor for class voji.ui.JFormatTextField
 
JFormatTextField(int, boolean) - Constructor for class voji.ui.JFormatTextField
 
JFormatTextField(int, boolean, Format) - Constructor for class voji.ui.JFormatTextField
 
JFormatTextField(int, Format) - Constructor for class voji.ui.JFormatTextField
 
JFrame - class voji.vdialog.interfaces.JFrame.
 
JFrame() - Constructor for class voji.vdialog.interfaces.JFrame
 
JInternalFrame - class voji.vdialog.interfaces.JInternalFrame.
 
JInternalFrame() - Constructor for class voji.vdialog.interfaces.JInternalFrame
 
JLogLabels - class voji.log.JLogLabels.
 
JLogLabels(JLabel) - Constructor for class voji.log.JLogLabels
 
JLogLabels(JLabel[]) - Constructor for class voji.log.JLogLabels
 
JLogList - class voji.log.JLogList.
 
JLogList(JList) - Constructor for class voji.log.JLogList
 
JLogShortList - class voji.log.JLogShortList.
 
JLogShortList(JList) - Constructor for class voji.log.JLogShortList
 
JLogShortList(JList, int) - Constructor for class voji.log.JLogShortList
 
JLogTextArea - class voji.log.JLogTextArea.
 
JLogTextArea(JTextArea) - Constructor for class voji.log.JLogTextArea
 
JOrderList - class voji.ui.JOrderList.
This is a list that allows the user to change the order of its items.
JOrderList.OrderListModel - class voji.ui.JOrderList.OrderListModel.
This is the list model for OrderLists
JOrderList.OrderListModel() - Constructor for class voji.ui.JOrderList.OrderListModel
Constructs an OrderListModel with empty data
JOrderList() - Constructor for class voji.ui.JOrderList
Creates a new, empty JOrderList instance
JOrderList(Vector) - Constructor for class voji.ui.JOrderList
Creates a new JOrderList instance with the given items
JPrintPreview - class voji.ui.JPrintPreview.
This is a preview for print jobs.
JPrintPreview.PrintPreviewPrintJob - class voji.ui.JPrintPreview.PrintPreviewPrintJob.
This is the table model for ResultTables
JPrintPreview.PrintPreviewPrintJob(PrintJob) - Constructor for class voji.ui.JPrintPreview.PrintPreviewPrintJob
Constructs a PrintPreviewPrintJob using the given template.
JPrintPreview() - Constructor for class voji.ui.JPrintPreview
Creates a new JPrintPreview instance
JResultTable - class voji.ui.JResultTable.
This is a table desinged for holding results from SQL queries (given via ResultSets).
JResultTable.ResultTableModel - class voji.ui.JResultTable.ResultTableModel.
This is the table model for ResultTables
JResultTable.ResultTableModel() - Constructor for class voji.ui.JResultTable.ResultTableModel
Constructs a ResultTableModel with empty data
JResultTable() - Constructor for class voji.ui.JResultTable
Creates a new JResultTable instance
JResultTable(int) - Constructor for class voji.ui.JResultTable
Creates a new JResultTable instance
JTextCheckBox - class voji.ui.JTextCheckBox.
 
JTextCheckBox(String, JTextComponent) - Constructor for class voji.ui.JTextCheckBox
 

L

label - Variable in class voji.ui.JPrintPreview
 
labels - Variable in class voji.log.LogLabels
 
labels - Variable in class voji.log.JLogLabels
 
lastPageFirst() - Method in class voji.utils.CopyPrintJob
Returns true if the last page will be printed first
lastPageFirst() - Method in class voji.ui.JPrintPreview.PrintPreviewPrintJob
Returns true if the last page will be printed first.
left - Variable in class voji.report.ReportText
The left extension of the text
left - Variable in class voji.report.ReportFrame
The left extension of the frame
list - Variable in class voji.ui.JPrintPreview
 
listModel - Variable in class voji.ui.JPrintPreview
 
locked - Variable in class voji.ui.JPrintPreview
 
lockInit() - Method in class voji.vdialog.VDialog
 
Log - class voji.log.Log.
 
log() - Static method in class voji.log.Log
 
Log() - Constructor for class voji.log.Log
 
Log(boolean) - Constructor for class voji.log.Log
 
Log(boolean, boolean) - Constructor for class voji.log.Log
 
log(Object) - Static method in class voji.log.Log
 
LogFile - class voji.log.LogFile.
 
LogFile(File) - Constructor for class voji.log.LogFile
 
LogFile(String) - Constructor for class voji.log.LogFile
 
logHere() - Method in class voji.log.Log
 
logHere(Object) - Method in class voji.log.Log
 
LogLabels - class voji.log.LogLabels.
 
LogLabels(Label) - Constructor for class voji.log.LogLabels
 
LogLabels(Label[]) - Constructor for class voji.log.LogLabels
 
LogList - class voji.log.LogList.
 
LogList(List) - Constructor for class voji.log.LogList
 
LogShortList - class voji.log.LogShortList.
 
LogShortList(List) - Constructor for class voji.log.LogShortList
 
LogShortList(List, int) - Constructor for class voji.log.LogShortList
 
LogTextArea - class voji.log.LogTextArea.
 
LogTextArea(TextArea) - Constructor for class voji.log.LogTextArea
 
LogWriter - class voji.log.LogWriter.
 
LogWriter(File) - Constructor for class voji.log.LogWriter
 
LogWriter(OutputStream) - Constructor for class voji.log.LogWriter
 
LogWriter(String) - Constructor for class voji.log.LogWriter
 
LogWriter(Writer) - Constructor for class voji.log.LogWriter
 

M

maxLength - Variable in class voji.ui.JFormatTextField.FormatTextFieldDocument
 
maxRows - Variable in class voji.ui.JResultTable.ResultTableModel
The maximum number of rows
menuBar - Static variable in class voji.vdialog.VMain
 
moveBottom() - Method in class voji.ui.JOrderList
Moves the current item to the bottom of this list
moveDown() - Method in class voji.ui.JOrderList
Moves the current item one position down
moveItem(int, int) - Method in class voji.ui.JOrderList.OrderListModel
Moves an item
moveTop() - Method in class voji.ui.JOrderList
Moves the current item to the top of this list
moveUp() - Method in class voji.ui.JOrderList
Moves the current item one position up
msgSeparator - Variable in class voji.log.Log
 

N

name - Variable in class voji.utils.ValueHolder
The name Object
NEW - Static variable in class voji.utils.Icons
Picture:
newInternClassInstance() - Static method in class voji.vdialog.VDialog
 
NEWLINE - Static variable in class voji.report.ReportText
Break only at '\n'
NEXT - Static variable in class voji.utils.Icons
Picture:
nextStep() - Method in class voji.vdialog.VDialog.Job
 
nextStep(String) - Method in class voji.vdialog.VDialog.Job
 
NONE - Static variable in class voji.utils.SQLDateFormat
 
NONE - Static variable in class voji.report.ReportFrame
Invisible Frame
NORMAL - Static variable in class voji.vdialog.VMain
 
NORTH - Static variable in class voji.utils.Icons
Picture:
NORTH_STOP - Static variable in class voji.utils.Icons
Picture:

O

objectChanged(Object) - Method in interface voji.ui.ObjectListener
This method is called whenever the formatted object was changed
ObjectListener - interface voji.ui.ObjectListener.
This listener is used by the Format components.
OK - Static variable in class voji.utils.Icons
Picture:
OPEN - Static variable in class voji.utils.Icons
Picture:
OVAL - Static variable in class voji.report.ReportFrame
Frame with an oval border line

P

PACKED - Static variable in class voji.vdialog.VMain
 
pageGraphics - Variable in class voji.ui.JPrintPreview.PrintPreviewPrintJob
The internal page graphics object
PageGraphics - class voji.utils.PageGraphics.
This class coveres another Graphics object giving printing attributes and a page number to it.
PageGraphics(PrintJob) - Constructor for class voji.utils.PageGraphics
Creates a new PageGraphics instance covering the given print job
pageNumber - Variable in class voji.utils.PageGraphics
The current page number
pages - Variable in class voji.ui.JPrintPreview
 
params - Variable in class voji.utils.Instance
The parameters which have to be passed to the constructor
parse(String, ParsePosition) - Method in class voji.utils.SQLDateFormat
 
parse(String, ParsePosition) - Method in class voji.utils.BooleanFormat
Parses a String
parseObject(Format, String) - Static method in class voji.utils.U
Parses a String using a Format without throwing an exception
parseObject(String, ParsePosition) - Method in class voji.utils.BooleanFormat
Parses a String
parts - Variable in class voji.log.ShortLog
 
position - Variable in class voji.report.ReportComponent
The vertical position of the component.
prepareCall(String) - Static method in class voji.db.Database
 
prepareStatement(String) - Static method in class voji.db.Database
 
PREV - Static variable in class voji.utils.Icons
Picture:
PRINT - Static variable in class voji.utils.Icons
Picture:
print(CopyPrintJob) - Method in class voji.report.Report
Prints this report to a printer
print(PrintJob) - Method in class voji.ui.JPrintPreview
Prints out all pages.
print(PrintJob) - Method in class voji.report.Report
Prints this report to a printer
printJob - Variable in class voji.utils.PageGraphics
The covered print job
progressBar - Variable in class voji.vdialog.VDialog
 

R

readOnly - Variable in class voji.ui.VTableModel
 
releaseInit() - Method in class voji.vdialog.VDialog
 
REMOVE - Static variable in class voji.utils.Icons
Picture:
remove(ReportComponent) - Method in class voji.report.ReportComponent
Removes a component
removeAll(Vector, Object) - Static method in class voji.utils.U
Removes all occurences of an Object from a Vector.
removeGraphics(Graphics) - Method in class voji.utils.CopyGraphics
Removes a sub Graphics object
replace(StringBuffer, String, String) - Static method in class voji.utils.U
Replaces all occurences of a sub String in a StringBuffer.
replace(String, String, String) - Static method in class voji.utils.U
Replaces all occurences of a sub String in a String
Report - class voji.report.Report.
This class holds a complete report and is able to print it out in various ways.
Report() - Constructor for class voji.report.Report
Constructs a new empty Report instance
ReportColor - class voji.report.ReportColor.
This report component changes the current color for its sub components.
ReportColor(Color) - Constructor for class voji.report.ReportColor
Constructs a new ReportColor instance
ReportColor(Color, ReportComponent) - Constructor for class voji.report.ReportColor
Constructs a new ReportColor instance containing the given sub component
ReportComponent - class voji.report.ReportComponent.
This is the common base class of all components which can be part of a report.
ReportComponent() - Constructor for class voji.report.ReportComponent
Constructs a new empty ReportComponent instance
ReportFrame - class voji.report.ReportFrame.
This report component draws a frame around its sub components
ReportFrame(double, double) - Constructor for class voji.report.ReportFrame
Constructs a new ReportFrame instance of the type SINGLE
ReportFrame(double, double, int) - Constructor for class voji.report.ReportFrame
Constructs a new ReportFrame instance of the specified type
ReportImage - class voji.report.ReportImage.
This report component draws an image
ReportImage(Image, double, double, double, double) - Constructor for class voji.report.ReportImage
Constructs a new ReportImage instance representing the given image
ReportImage(ImageIcon, double, double, double, double) - Constructor for class voji.report.ReportImage
Constructs a new ReportImage instance representing the given icon
ReportList - class voji.report.ReportList.
This report component draws its sub components vertically one under another.
ReportList() - Constructor for class voji.report.ReportList
Constructs a new empty ReportList instance
ReportPageNumber - class voji.report.ReportPageNumber.
This report component shows the current page number
ReportPageNumber(String, String, double, double, Font) - Constructor for class voji.report.ReportPageNumber
Constructs a new ReportPageNumber instance.
ReportPageNumber(String, String, double, double, Font, int, int, boolean) - Constructor for class voji.report.ReportPageNumber
Constructs a new ReportPageNumber instance
ReportSpace - class voji.report.ReportSpace.
This report component just forces some space.
ReportSpace(double) - Constructor for class voji.report.ReportSpace
Constructs a new ReportSpace instance
ReportSpace(double, ReportComponent) - Constructor for class voji.report.ReportSpace
Constructs a new ReportSpace instance containing the given sub component
ReportTable - class voji.report.ReportTable.
This report component draws a table row
ReportTable(String[], double, double[], Font) - Constructor for class voji.report.ReportTable
Constructs a new ReportTable instance using the given strings and coordinates.
ReportTable(String[], double, double[], Font, int[], int, int, int) - Constructor for class voji.report.ReportTable
Constructs a new ReportTable instance using the given strings and coordinates It uses the same align and position for each column.
ReportTable(String[], double, double[], Font, int[], int, int, int[]) - Constructor for class voji.report.ReportTable
Constructs a new ReportTable instance using the given strings and coordinates
ReportTable(String[], double, double[], Font, int, int, int, int) - Constructor for class voji.report.ReportTable
Constructs a new ReportTable instance using the given strings and coordinates It uses the same align and position for each column.
ReportText - class voji.report.ReportText.
This report component draws a text
ReportText(String, double, double, Font) - Constructor for class voji.report.ReportText
Constructs a new ReportText instance representing the given string in the given font.
ReportText(String, double, double, Font, int) - Constructor for class voji.report.ReportText
Constructs a new ReportText instance representing the given string in the given font.
ReportText(String, double, double, Font, int, int, boolean) - Constructor for class voji.report.ReportText
Constructs a new ReportText instance representing the given string in the given font
right - Variable in class voji.report.ReportText
The right extension of the text
right - Variable in class voji.report.ReportFrame
The right extension of the frame
run() - Method in class voji.vdialog.VDialog.Job
 

S

SAVE - Static variable in class voji.utils.Icons
Picture:
searchRow(ResultSet) - Method in class voji.ui.VTableModel
 
searchRow(Vector) - Method in class voji.ui.VTableModel
 
separator - Static variable in class voji.ui.TextCheckBox
 
separator - Static variable in class voji.ui.JTextCheckBox
 
setClip(int, int, int, int) - Method in class voji.utils.CopyGraphics
Redirects to setClip of the registered Graphics objects
setClip(Shape) - Method in class voji.utils.CopyGraphics
Redirects to setClip of the registered Graphics objects
setColor(Color) - Method in class voji.utils.CopyGraphics
Redirects to setColor of the registered Graphics objects
setCount(int) - Method in class voji.log.ShortLog
 
setData(Iterator) - Method in class voji.utils.VChoice
Sets the data of this instance
setData(ResultSet) - Method in class voji.utils.VChoice
Sets the data of this instance
setData(ResultSet) - Method in class voji.ui.JResultTable.ResultTableModel
Sets the data of this model.
setData(ResultSet) - Method in class voji.ui.JResultTable
Sets the data of this table.
setDataVector(ResultSet) - Method in class voji.ui.VTableModel
 
setEnabled(boolean) - Method in class voji.vdialog.VDialog
 
setFont(Font) - Method in class voji.utils.CopyGraphics
Redirects to setFont of the registered Graphics objects
setFormat(Format) - Method in class voji.ui.JFormatTextField
 
setFormat(Format) - Method in class voji.ui.JFormatLabel
 
setFormat(Format) - Method in class voji.ui.FormatTextField
 
setFormat(Format) - Method in class voji.ui.FormatLabel
 
setFormat(Format) - Method in class voji.ui.FormatCellRenderer
 
setGraphics(Graphics) - Method in class voji.utils.PageGraphics
Sets the current sub Graphics object.
setGraphics(Graphics) - Method in class voji.utils.CopyGraphics
Sets the current sub Graphics object
setInternClass(Class) - Static method in class voji.vdialog.VDialog
 
setInternClass(String) - Static method in class voji.vdialog.VDialog
 
setItems(Vector) - Method in class voji.ui.JOrderList.OrderListModel
Sets the items of this model.
setItems(Vector) - Method in class voji.ui.JOrderList
Sets the items of this list.
setLocation(Point) - Method in interface voji.vdialog.VDialogInterface
 
setMaxLength(int) - Method in class voji.ui.JFormatTextField.FormatTextFieldDocument
 
setMaxLength(int) - Method in class voji.ui.JFormatTextField
 
setMaxRows(int) - Method in class voji.ui.JResultTable.ResultTableModel
Sets the maximum number of rows accepted by setData().
setMaxRows(int) - Method in class voji.ui.JResultTable
Sets the maximum number of rows shown in this table
setObject(Object) - Method in class voji.ui.JFormatTextField
 
setObject(Object) - Method in class voji.ui.JFormatLabel
 
setObject(Object) - Method in class voji.ui.FormatTextField
 
setObject(Object) - Method in class voji.ui.FormatLabel
 
setPageNumber(int) - Method in class voji.utils.PageGraphics
Sets the current page number.
setPaintMode() - Method in class voji.utils.CopyGraphics
Redirects to setPaintMode of the registered Graphics objects
setPrintJob(PrintJob) - Method in class voji.utils.CopyPrintJob
Sets the current print job
setRawDataVector(ResultSet) - Method in class voji.ui.VTableModel
 
setRawDataVector(Vector) - Method in class voji.ui.VTableModel
 
setReadOnly(boolean) - Method in class voji.ui.VTableModel
 
setSelectedID(int) - Method in class voji.ui.JResultTable
Selects the row with the specified ID
setSize(Dimension) - Method in interface voji.vdialog.VDialogInterface
 
setTitle(String) - Method in interface voji.vdialog.VDialogInterface
 
setToUpperCase(boolean) - Method in class voji.ui.JFormatTextField.FormatTextFieldDocument
 
setToUpperCase(boolean) - Method in class voji.ui.JFormatTextField
 
setTranslation(double, double) - Method in class voji.utils.CopyPrintJob
Sets the initial translation for each page in inches
setTranslation(Properties) - Method in class voji.utils.CopyPrintJob
Sets the initial translation for each page in inches
setType(int) - Static method in class voji.vdialog.VMain
 
setXORMode(Color) - Method in class voji.utils.CopyGraphics
Redirects to setXORMode of the registered Graphics objects
ShortLog - class voji.log.ShortLog.
 
ShortLog(int) - Constructor for class voji.log.ShortLog
 
ShortLog(int, boolean) - Constructor for class voji.log.ShortLog
 
ShortLog(int, boolean, boolean) - Constructor for class voji.log.ShortLog
 
show() - Method in class voji.vdialog.VDialog
 
show() - Method in interface voji.vdialog.VDialogInterface
 
SINGLE - Static variable in class voji.report.ReportFrame
Frame with a single thin border line
SOUTH - Static variable in class voji.utils.Icons
Picture:
SOUTH_STOP - Static variable in class voji.utils.Icons
Picture:
SPELL - Static variable in class voji.utils.Icons
Picture:
split(String) - Method in class voji.log.SplitLog
 
SplitLog - class voji.log.SplitLog.
 
SplitLog() - Constructor for class voji.log.SplitLog
 
SplitLog(boolean) - Constructor for class voji.log.SplitLog
 
SplitLog(boolean, boolean) - Constructor for class voji.log.SplitLog
 
splitString(String, String, String, String) - Static method in class voji.utils.U
Splits a String
splitStringNE(String, String, String, String) - Static method in class voji.utils.U
Splits a String into non-empty parts
SQLDateFormat - class voji.utils.SQLDateFormat.
 
SQLDateFormat(int, DateFormat) - Constructor for class voji.utils.SQLDateFormat
 
STOP - Static variable in class voji.utils.Icons
Picture:
switchItems(int, int) - Method in class voji.ui.JOrderList.OrderListModel
Switches the positions of two items
synchronizeDirectory(JFileChooser) - Static method in class voji.utils.U
Synchronizes the current directory between file choosers.

T

templatePrintJob - Variable in class voji.ui.JPrintPreview.PrintPreviewPrintJob
The template print job
text - Variable in class voji.report.ReportText
The displayed text
TextCheckBox - class voji.ui.TextCheckBox.
 
TextCheckBox(String, TextComponent) - Constructor for class voji.ui.TextCheckBox
 
TIME - Static variable in class voji.utils.SQLDateFormat
 
TIMESTAMP - Static variable in class voji.utils.SQLDateFormat
 
toArray(Vector) - Static method in class voji.utils.U
Converts a Vector into an Array.
toArrayOfArrays(Vector) - Static method in class voji.utils.U
Converts a Vector of Vectors to an Array of Object Arrays
toolBar - Static variable in class voji.vdialog.VMain
 
toPixels(double) - Method in class voji.utils.PageGraphics
Returns the number of pixels of the given length
toString() - Method in class voji.utils.ValueHolder
Formats this Object as a String.
toString() - Method in class voji.utils.PageGraphics
Returns a String object representing this object's value
toString() - Method in class voji.utils.CopyGraphics
Returns a String object representing this object's value
toString(Vector, String, String, String) - Static method in class voji.utils.U
Concatenates some Strings
toStringArray(Vector) - Static method in class voji.utils.U
Converts a Vector into a String Array.
toUpperCase - Variable in class voji.ui.JFormatTextField.FormatTextFieldDocument
 
toVector(Enumeration) - Static method in class voji.utils.U
Converts an Enumeration to a Vector.
toVector(Iterator) - Static method in class voji.utils.U
Converts an Iterator to a Vector.
toVector(Object[]) - Static method in class voji.utils.U
Converts an Object Array to a Vector.
toVector(ResultSet) - Static method in class voji.utils.U
Puts the current row's data of a ResultSet into a Vector
toVectorOfVectors(Object[][]) - Static method in class voji.utils.U
Converts an Array of Object Arrays to a Vector of Vectors
toVectorOfVectors(ResultSet) - Static method in class voji.utils.U
Converts a ResultSet into a Vector of Vectors.
toVectorOfVectors(ResultSet, int) - Static method in class voji.utils.U
Converts a ResultSet into a Vector of Vectors.
translate(int, int) - Method in class voji.utils.CopyGraphics
Redirects to translate of the registered Graphics objects
TRASH - Static variable in class voji.utils.Icons
Picture:
type - Variable in class voji.report.ReportText
The break type of the text.
type - Variable in class voji.report.ReportFrame
The type of the frame.

U

U - class voji.utils.U.
This class contains many methods which are useful for java.lang.String, java.util.Vector, java.sql.ResultSet and java.sql.PreparedStatement.
UNDO - Static variable in class voji.utils.Icons
Picture:
update() - Method in class voji.ui.TextCheckBox
 
update() - Method in class voji.ui.JTextCheckBox
 
update() - Method in class voji.ui.JFormatTextField
 
update() - Method in class voji.ui.FormatTextField
 
updateText(PageGraphics) - Method in class voji.report.ReportText
Updates the text.
updateText(PageGraphics) - Method in class voji.report.ReportPageNumber
Updates the text using the current page number

V

v2i(Object) - Method in class voji.utils.VChoice
Returns the index of a value
value - Variable in class voji.utils.ValueHolder
The value Object
ValueHolder - class voji.utils.ValueHolder.
This class holds a value under a certain name.
ValueHolder() - Constructor for class voji.utils.ValueHolder
Creates a new ValueHolder instance with null fields
ValueHolder(Object) - Constructor for class voji.utils.ValueHolder
Creates a "dummy" ValueHolder instance with a null name for comparations
ValueHolder(Object, Object) - Constructor for class voji.utils.ValueHolder
Creates a new ValueHolder instance
values - Variable in class voji.ui.JOrderList.OrderListModel
The shown items
VChoice - class voji.utils.VChoice.
This class facilates implementing a choice for the user.
VChoice() - Constructor for class voji.utils.VChoice
Creates a new VChoice instance without data
VChoice(Object[]) - Constructor for class voji.utils.VChoice
Creates a new VChoice instance with initial data
VDialog - class voji.vdialog.VDialog.
 
VDialog.Job - class voji.vdialog.VDialog.Job.
 
VDialog.Job(int) - Constructor for class voji.vdialog.VDialog.Job
 
VDialog(String, int, int, LayoutManager) - Constructor for class voji.vdialog.VDialog
 
VDialogInterface - interface voji.vdialog.VDialogInterface.
 
VMain - class voji.vdialog.VMain.
 
VMain(String) - Constructor for class voji.vdialog.VMain
 
VMain(String, Dimension) - Constructor for class voji.vdialog.VMain
 
VMain(String, int, int) - Constructor for class voji.vdialog.VMain
 
voji.db - package voji.db
 
voji.log - package voji.log
 
voji.report - package voji.report
 
voji.ui - package voji.ui
 
voji.utils - package voji.utils
 
voji.vdialog - package voji.vdialog
 
voji.vdialog.interfaces - package voji.vdialog.interfaces
 
VPreparedStatement - class voji.db.VPreparedStatement.
 
VPreparedStatement(String) - Constructor for class voji.db.VPreparedStatement
 
VTableModel - class voji.ui.VTableModel.
 
VTableModel(boolean) - Constructor for class voji.ui.VTableModel
 
VTableModel(boolean, Object[]) - Constructor for class voji.ui.VTableModel
 

W

WEST - Static variable in class voji.utils.Icons
Picture:
WEST_STOP - Static variable in class voji.utils.Icons
Picture:
width - Variable in class voji.report.ReportImage
The width where to scale the image to
WORD - Static variable in class voji.report.ReportText
Break at words and newlines
write(String) - Method in class voji.log.SplitLog
 
write(String) - Method in class voji.log.LogWriter
 
write(String) - Method in class voji.log.LogTextArea
 
write(String) - Method in class voji.log.Log
 
write(String) - Method in class voji.log.LogFile
 
write(String) - Method in class voji.log.JLogTextArea
 
writeParts(String[]) - Method in class voji.log.SplitLog
 
writeParts(String[]) - Method in class voji.log.ShortLog
 
writeParts(String[]) - Method in class voji.log.LogList
 
writeParts(String[]) - Method in class voji.log.JLogList
 
writeShort(String[]) - Method in class voji.log.ShortLog
 
writeShort(String[]) - Method in class voji.log.LogShortList
 
writeShort(String[]) - Method in class voji.log.LogLabels
 
writeShort(String[]) - Method in class voji.log.JLogShortList
 
writeShort(String[]) - Method in class voji.log.JLogLabels
 

X

x - Variable in class voji.report.ReportImage
The X-coordinate of the upper left of the image

Y

y - Variable in class voji.report.ReportImage
The Y-coordinate of the upper left of the image

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