Overview
Package
Class
Use
Tree
Deprecated
Index
Help
JAPI 0_6-alpha-2
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
C
cancel()
- Method in class net.sf.japi.swing.prefs.
PreferencesPane
Action method for cancel.
clear()
- Method in class net.sf.japi.util.
Table
Completely Clear the table.
clone()
- Method in class net.sf.japi.swing.
DisposeAction
clone()
- Method in class net.sf.japi.swing.
DummyAction
clone()
- Method in class net.sf.japi.swing.
ReflectionAction
clone()
- Method in class net.sf.japi.swing.
ToggleAction
Collections2
- Class in
net.sf.japi.util
This class provides some additional utility methods you might miss in
Collections
.
ColumnLayout
- Class in
net.sf.japi.swing
Layout similar to FlowLayout, but using columns (vertical layout) instead of rows (horizontal layout).
ColumnLayout()
- Constructor for class net.sf.japi.swing.
ColumnLayout
Create a ColumnLayout with default gaps (4, 4).
ColumnLayout(int, int)
- Constructor for class net.sf.japi.swing.
ColumnLayout
Create a ColumnLayout with defined gaps.
compare(Locale, Locale)
- Method in class net.sf.japi.swing.
LocaleComparator
concat(double[]...)
- Static method in class net.sf.japi.util.
Arrays2
Concatenate Arrays together.
concat(float[]...)
- Static method in class net.sf.japi.util.
Arrays2
Concatenate Arrays together.
concat(long[]...)
- Static method in class net.sf.japi.util.
Arrays2
Concatenate Arrays together.
concat(int[]...)
- Static method in class net.sf.japi.util.
Arrays2
Concatenate Arrays together.
concat(short[]...)
- Static method in class net.sf.japi.util.
Arrays2
Concatenate Arrays together.
concat(char[]...)
- Static method in class net.sf.japi.util.
Arrays2
Concatenate Arrays together.
concat(byte[]...)
- Static method in class net.sf.japi.util.
Arrays2
Concatenate Arrays together.
concat(boolean[]...)
- Static method in class net.sf.japi.util.
Arrays2
Concatenate Arrays together.
concat(T[]...)
- Static method in class net.sf.japi.util.
Arrays2
Concatenate Arrays together.
contained(Collection<T>)
- Static method in class net.sf.japi.util.
Filter.Factory
Create a Filter that returns whether an element is contained in a collection.
copy(InputStream, OutputStream)
- Static method in class net.sf.japi.io.
IOHelper
Copies all bytes from one stream to another using a default buffer size (see
IOHelper.DEFAULT_BUF_SIZE
).
copy(InputStream, OutputStream, int)
- Static method in class net.sf.japi.io.
IOHelper
Copies all bytes from one stream to another using a specified buffer size.
copyBW(InputStream, OutputStream)
- Static method in class net.sf.japi.io.
IOHelper
Copies all bytes from one stream to another using a bytewise copy.
count(Filter<T>, T...)
- Static method in class net.sf.japi.util.
Arrays2
Count elements in an array that are accepted by the given filter.
CPreProcessor
- Class in
net.sf.japi.cpp
A C Preprocessor.
CPreProcessor()
- Constructor for class net.sf.japi.cpp.
CPreProcessor
createAction(boolean, String)
- Method in class net.sf.japi.swing.
ActionFactory
Create an Action.
createAction(boolean, String, Object)
- Method in class net.sf.japi.swing.
ActionFactory
Create an Action.
createActions(boolean, String...)
- Method in class net.sf.japi.swing.
ActionFactory
Creates actions.
createActions(boolean, Object, String...)
- Method in class net.sf.japi.swing.
ActionFactory
Creates actions.
createCheckBox()
- Method in class net.sf.japi.swing.
ToggleAction
Create a JCheckBox for this action.
createCheckBoxMenuItem()
- Method in class net.sf.japi.swing.
ToggleAction
Create a JCheckBoxMenuItem.
createMenu(boolean, String, String...)
- Method in class net.sf.japi.swing.
ActionFactory
Method for creating a Menu.
createMenu(boolean, String)
- Method in class net.sf.japi.swing.
ActionFactory
Method for creating a Menu.
createMenu(boolean, String, Object)
- Method in class net.sf.japi.swing.
ActionFactory
Method for creating a Menu.
createMenu()
- Method in class net.sf.japi.swing.
LookAndFeelManager
Provide a menu which allows the user to choose from installed look and feels.
createMenuBar(boolean, String)
- Method in class net.sf.japi.swing.
ActionFactory
Method for creating a menubar.
createMenuBar(boolean, String, Object)
- Method in class net.sf.japi.swing.
ActionFactory
Method for creating a menubar.
createToggle(boolean, String, Object)
- Method in class net.sf.japi.swing.
ActionFactory
Create an Action.
createToggles(boolean, Object, String...)
- Method in class net.sf.japi.swing.
ActionFactory
Creates actions.
createToolBar(String...)
- Method in class net.sf.japi.swing.
ActionFactory
Method for creating a toolbar.
createToolBar(String)
- Method in class net.sf.japi.swing.
ActionFactory
Method for creating a toolbar.
createToolBar(Object, String...)
- Method in class net.sf.japi.swing.
ActionFactory
Method for creating a toolbar.
createToolBar(Object, String)
- Method in class net.sf.japi.swing.
ActionFactory
Method for creating a toolbar.
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