Overview
Package
Class
Use
Tree
Deprecated
Index
Help
JAPI 0.9.0
Yet another Java API
API Documentation
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
V
W
F
Factory
- Class in
net.sf.japi.util.filter.file
A factory for filters.
fatalError(SAXParseException)
- Method in class net.sf.japi.swing.
JSAXErrorHandler
Receive notification of a non-recoverable error.
FileFilter
- Interface in
net.sf.japi.util.filter.file
An interface that joins
FileFilter
with
Filter
.
FilenameFileFilter
- Class in
net.sf.japi.util.filter.file
Swing FileFilter implementation that filters files with specified names.
FilenameFileFilter(boolean, String, String...)
- Constructor for class net.sf.japi.util.filter.file.
FilenameFileFilter
Create a DFileFilter.
FilenameFileFilter(boolean, boolean, String, String...)
- Constructor for class net.sf.japi.util.filter.file.
FilenameFileFilter
Create a DFileFilter.
fillMenu(JMenu)
- Method in class net.sf.japi.swing.
LookAndFeelManager
Fill a menu with look and feel selection items.
filter(Filter<? super T>, T...)
- Static method in class net.sf.japi.util.
Arrays2
Returns an array only containing those elements accepted by the given filter.
filter(C, Filter<? super T>)
- Static method in class net.sf.japi.util.
Collections2
Returns a collection only containing those elements accepted by the given filter.
Filter
<
T
> - Interface in
net.sf.japi.util.filter
This interface servers as a common interface for filters.
Filter.Factory
- Class in
net.sf.japi.util.filter
Factory for useful filters.
FilteredNodeList
<
T
extends
Node
> - Class in
net.sf.japi.xml
FilteredNodeList is a NodeList implementation that allows quick iteration over an elements children.
FilteredNodeList(Element, short)
- Constructor for class net.sf.japi.xml.
FilteredNodeList
Create a FilteredNodeList.
FilteredNodeList(Element, String)
- Constructor for class net.sf.japi.xml.
FilteredNodeList
Create a FilteredNodeList.
find(JMenuBar, Action)
- Static method in class net.sf.japi.swing.
ActionFactory
Method to find the JMenuItem for a specific Action.
find(JMenu, Action)
- Static method in class net.sf.japi.swing.
ActionFactory
Method to find the JMenuItem for a specific Action.
find(JMenuBar, String)
- Method in class net.sf.japi.swing.
ActionFactory
Method to find the JMenuItem for a specific Action key.
finished()
- Method in interface net.sf.japi.swing.
Progress
Progress has finished.
finished()
- Method in class net.sf.japi.swing.
ProgressDisplay
Progress has finished.
fireTreeNodesChanged(Object, T[], int[], T[])
- Method in class net.sf.japi.swing.treetable.
AbstractTreeTableModel
Informs all registered listeners of a change.
fireTreeNodesInserted(Object, Object[], int[], Object[])
- Method in class net.sf.japi.swing.treetable.
AbstractTreeTableModel
Informs all registered listeners of an insertion.
fireTreeNodesRemoved(Object, Object[], int[], Object[])
- Method in class net.sf.japi.swing.treetable.
AbstractTreeTableModel
Informs all registered listeners of a removal.
fireTreeStructureChanged(Object, Object[], int[], Object[])
- Method in class net.sf.japi.swing.treetable.
AbstractTreeTableModel
Informs all registered listeners of a structural change.
FIRST
- Static variable in class net.sf.japi.swing.
ToolBarLayout.ToolBarConstraints
Constant for first position (0).
folder
- Variable in class net.sf.japi.swing.bookmarks.
BookmarkManager.Bookmark
The folder (parent) of this bookmark.
FontChooser
- Class in
net.sf.japi.swing.font
Class for letting the user choose a font.
FontChooser()
- Constructor for class net.sf.japi.swing.font.
FontChooser
Create a new FontChooser.
FontFamilyComboBox
- Class in
net.sf.japi.swing.font
ComboBox to choose the font family.
FontFamilyComboBox()
- Constructor for class net.sf.japi.swing.font.
FontFamilyComboBox
Create a FontFamilyComboBox.
FontFamilyListCellRenderer
- Class in
net.sf.japi.swing.font
List cell renderer for letting the user choose the font family.
FontFamilyListCellRenderer()
- Constructor for class net.sf.japi.swing.font.
FontFamilyListCellRenderer
FontPreview
- Class in
net.sf.japi.swing.font
Font Preview.
FontPreview()
- Constructor for class net.sf.japi.swing.font.
FontPreview
Create a new FontPreview.
FontStyleListCellRenderer
- Class in
net.sf.japi.swing.font
ListCellRenderer for font styles.
FontStyleListCellRenderer()
- Constructor for class net.sf.japi.swing.font.
FontStyleListCellRenderer
format(String, Object...)
- Method in class net.sf.japi.swing.
ActionFactory
Formats a message with parameters.
Forwarder
- Class in
net.sf.japi.net
This class forwards incoming TCP connections to another host and port.
Forwarder(Socket, Socket)
- Constructor for class net.sf.japi.net.
Forwarder
Create a new Forwarder.
freq(boolean[], boolean)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific boolean in an unsorted array of booleans.
freq(boolean[], int, int, boolean)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific boolean in an unsorted array of booleans.
freq(char[], char)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific char in an unsorted array of chars.
freq(char[], int, int, char)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific char in an unsorted array of chars.
freq(byte[], byte)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific byte in an unsorted array of bytes.
freq(byte[], int, int, byte)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific byte in an unsorted array of bytes.
freq(short[], short)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific short in an unsorted array of shorts.
freq(short[], int, int, short)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific short in an unsorted array of shorts.
freq(int[], int)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific int in an unsorted array of ints.
freq(int[], int, int, int)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific int in an unsorted array of ints.
freq(long[], long)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific long in an unsorted array of longs.
freq(long[], int, int, long)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific long in an unsorted array of longs.
freq(float[], float)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific float in an unsorted array of floats.
freq(float[], int, int, float)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific float in an unsorted array of floats.
freq(double[], double)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific double in an unsorted array of doubles.
freq(double[], int, int, double)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific double in an unsorted array of doubles.
freqComparable(T[], T)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific Comparable in an unsorted array of Comparables.
freqComparable(T[], int, int, T)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific Comparable in an unsorted array of Comparables.
freqComparator(T[], T, Comparator<? super T>)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific Object in an unsorted array of Objects.
freqComparator(T[], int, int, T, Comparator<? super T>)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific Object in an unsorted array of Objects.
freqEquals(Object[], Object)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific Object in an unsorted array of Objects.
freqEquals(Object[], int, int, Object)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific Object in an unsorted array of Objects.
freqIdentity(Object[], Object)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific Object in an unsorted array of Objects.
freqIdentity(Object[], int, int, Object)
- Static method in class net.sf.japi.util.
Arrays2
Count the frequency of a specific Object in an unsorted array of Objects.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
JAPI
Yet another Java API
API Documentation
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
V
W
© 2005-2006 Christian Hujer. All rights reserved. See
copyright