Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I J K L M N O P R S T U V W _

A

ALT_GRAPH_MASK - Static variable in class jpicedt.widgets.KeyEventWorkaround
 
actionCommand - Variable in class jpicedt.widgets.IncrementableTextField
 
actionPerformed(ActionEvent) - Method in class jpicedt.widgets.FontSelector.ActionHandler
 
actionPerformed(ActionEvent) - Method in class jpicedt.widgets.FontSelectorDialog.ActionHandler
 
actionPerformed(ActionEvent) - Method in class jpicedt.widgets.HistoryTextField.ActionHandler
 
actionPerformed(ActionEvent) - Method in class jpicedt.widgets.IncrementableTextField
this method is public as an implementation side effect
addActionListener(ActionListener) - Method in class jpicedt.widgets.IncrementableTextField
adds an ActionListener to the component
addCurrentToHistory() - Method in class jpicedt.widgets.HistoryTextField
Adds the currently entered item to the history.
addItem(String) - Method in class jpicedt.widgets.HistoryModel
Adds an item to the end of this history list, trimming the list to the maximum number of items if necessary.
addItemToEnd(String) - Method in class jpicedt.widgets.HistoryModel
 

B

BOLD - Static variable in class jpicedt.widgets.FontSelector
 
BOLD_ITALIC - Static variable in class jpicedt.widgets.FontSelector
 
bMinus - Variable in class jpicedt.widgets.IncrementableTextField
 
bPlus - Variable in class jpicedt.widgets.IncrementableTextField
 

C

cancel - Variable in class jpicedt.widgets.FontSelectorDialog
 
cancel() - Method in class jpicedt.widgets.FontSelectorDialog
 
createDefaultModel() - Method in class jpicedt.widgets.DecimalNumberField
 
createDefaultModel() - Method in class jpicedt.widgets.WholeNumberField
 
createTextFieldAndListPanel(String, JTextField, JList) - Method in class jpicedt.widgets.FontSelectorDialog
 
current - Variable in class jpicedt.widgets.HistoryTextField
 

D

DecimalNumberField - class jpicedt.widgets.DecimalNumberField.
A JtextField that accept only DecimalNumbers
DecimalNumberField(int) - Constructor for class jpicedt.widgets.DecimalNumberField
contructs a new Field with "columns" as the initial number of columns
DecimalNumberField(double, int, boolean) - Constructor for class jpicedt.widgets.DecimalNumberField
contructs a new Field with an initial value and an initial number of columns, and the given "positiveOnly" flag
DecimalNumberField(double, int) - Constructor for class jpicedt.widgets.DecimalNumberField
constructs a new Field with an initial value and an initial number of columns
DecimalNumberField.DecimalNumberDocument - class jpicedt.widgets.DecimalNumberField.DecimalNumberDocument.
 
DecimalNumberField.DecimalNumberDocument() - Constructor for class jpicedt.widgets.DecimalNumberField.DecimalNumberDocument
 
data - Variable in class jpicedt.widgets.HistoryModel
 
dialogTitle - Variable in class jpicedt.widgets.IncrementableTextField
 
doBackwardSearch() - Method in class jpicedt.widgets.HistoryTextField
 
doForwardSearch() - Method in class jpicedt.widgets.HistoryTextField
 
doubleFormatter - Variable in class jpicedt.widgets.DecimalNumberField
 

E

enterAddsToHistory - Variable in class jpicedt.widgets.HistoryTextField
 

F

FontSelector - class jpicedt.widgets.FontSelector.
A font chooser widget.
FontSelector() - Constructor for class jpicedt.widgets.FontSelector
init with a default font
FontSelector(Font) - Constructor for class jpicedt.widgets.FontSelector
init with the given font
FontSelector.ActionHandler - class jpicedt.widgets.FontSelector.ActionHandler.
button's action-listener ; open a FontSelectorDialog
FontSelector.ActionHandler() - Constructor for class jpicedt.widgets.FontSelector.ActionHandler
 
FontSelectorDialog - class jpicedt.widgets.FontSelectorDialog.
 
FontSelectorDialog(Component, Font) - Constructor for class jpicedt.widgets.FontSelectorDialog
 
FontSelectorDialog.ActionHandler - class jpicedt.widgets.FontSelectorDialog.ActionHandler.
 
FontSelectorDialog.ActionHandler() - Constructor for class jpicedt.widgets.FontSelectorDialog.ActionHandler
 
FontSelectorDialog.ListHandler - class jpicedt.widgets.FontSelectorDialog.ListHandler.
 
FontSelectorDialog.ListHandler() - Constructor for class jpicedt.widgets.FontSelectorDialog.ListHandler
 
familyField - Variable in class jpicedt.widgets.FontSelectorDialog
 
familyList - Variable in class jpicedt.widgets.FontSelectorDialog
 
fireActionPerformed() - Method in class jpicedt.widgets.HistoryTextField
Fires an action event to all listeners.
fireActionPerformed(ActionEvent) - Method in class jpicedt.widgets.IncrementableTextField
Notify all listeners that have registered interest for notification on this event type.

G

getActionCommand() - Method in class jpicedt.widgets.IncrementableTextField
 
getFontList() - Method in class jpicedt.widgets.FontSelectorDialog
 
getItem(int) - Method in class jpicedt.widgets.HistoryModel
Returns an item from the history list.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class jpicedt.widgets.MotifLAFCellRenderer
 
getMaximum() - Method in class jpicedt.widgets.IncrementableTextField
 
getMinimum() - Method in class jpicedt.widgets.IncrementableTextField
 
getModel(String) - Static method in class jpicedt.widgets.HistoryModel
Returns a named model.
getModel() - Method in class jpicedt.widgets.HistoryTextField
Returns the underlying history model.
getName() - Method in class jpicedt.widgets.HistoryModel
Returns the name of this history list.
getPostFix() - Method in class jpicedt.widgets.IncrementableTextField
 
getSelectedFont() - Method in class jpicedt.widgets.FontSelectorDialog
 
getSize() - Method in class jpicedt.widgets.HistoryModel
Returns the number of elements in this history list.
getValue() - Method in class jpicedt.widgets.DecimalNumberField
 
getValue() - Method in class jpicedt.widgets.IncrementableTextField
 
getValue() - Method in class jpicedt.widgets.WholeNumberField
 
glass - Variable in class jpicedt.widgets.ModalInternalFrame
 

H

HIDEFONTS - Static variable in class jpicedt.widgets.FontSelectorDialog
For some reason the default Java fonts show up in the list with .bold, .bolditalic, and .italic extensions.
HistoryModel - class jpicedt.widgets.HistoryModel.
A history list.
HistoryModel(String) - Constructor for class jpicedt.widgets.HistoryModel
Creates a new history list.
HistoryTextField - class jpicedt.widgets.HistoryTextField.
Text field with an arrow-key accessable history.
HistoryTextField(String) - Constructor for class jpicedt.widgets.HistoryTextField
Creates a new history text field.
HistoryTextField(String, boolean) - Constructor for class jpicedt.widgets.HistoryTextField
Creates a new history text field.
HistoryTextField(String, boolean, boolean) - Constructor for class jpicedt.widgets.HistoryTextField
Creates a new history text field.
HistoryTextField.ActionHandler - class jpicedt.widgets.HistoryTextField.ActionHandler.
 
HistoryTextField.ActionHandler() - Constructor for class jpicedt.widgets.HistoryTextField.ActionHandler
 
HistoryTextField.MouseHandler - class jpicedt.widgets.HistoryTextField.MouseHandler.
 
HistoryTextField.MouseHandler() - Constructor for class jpicedt.widgets.HistoryTextField.MouseHandler
 
handleBrokenKeys(int, int) - Static method in class jpicedt.widgets.KeyEventWorkaround
 
historyModel - Variable in class jpicedt.widgets.HistoryTextField
 
historyNext() - Method in class jpicedt.widgets.HistoryTextField
 
historyPrevious() - Method in class jpicedt.widgets.HistoryTextField
 

I

ITALIC - Static variable in class jpicedt.widgets.FontSelector
 
IncrementableTextField - class jpicedt.widgets.IncrementableTextField.
A JComponent that encompasses a traditional JTextField together with a +/- arrow field that allows the user to increment/decrement the field's value.
IncrementableTextField(double, double, Icon, String) - Constructor for class jpicedt.widgets.IncrementableTextField
Creates a new IncrementableTextField with an etched border drawn around it.
IncrementableTextField(double, double, Icon, String, boolean) - Constructor for class jpicedt.widgets.IncrementableTextField
 
iconLabel - Variable in class jpicedt.widgets.IncrementableTextField
 
increment - Variable in class jpicedt.widgets.IncrementableTextField
 
index - Variable in class jpicedt.widgets.HistoryTextField
 
insertString(int, String, AttributeSet) - Method in class jpicedt.widgets.DecimalNumberField.DecimalNumberDocument
 
insertString(int, String, AttributeSet) - Method in class jpicedt.widgets.WholeNumberField.WholeNumberDocument
 
instantPopups - Variable in class jpicedt.widgets.HistoryTextField
 
integerFormatter - Variable in class jpicedt.widgets.WholeNumberField
 
isEnabled() - Method in class jpicedt.widgets.IncrementableTextField
Return the "enabled" state of this component
isHighBounded - Variable in class jpicedt.widgets.IncrementableTextField
 
isHighBounded() - Method in class jpicedt.widgets.IncrementableTextField
 
isLowBounded - Variable in class jpicedt.widgets.IncrementableTextField
 
isLowBounded() - Method in class jpicedt.widgets.IncrementableTextField
 
isOK - Variable in class jpicedt.widgets.FontSelectorDialog
 

J

jpicedt.widgets - package jpicedt.widgets
Contains the main JPicEdt class, as well as some utilities.

K

KeyEventWorkaround - class jpicedt.widgets.KeyEventWorkaround.
 
KeyEventWorkaround() - Constructor for class jpicedt.widgets.KeyEventWorkaround
 

L

LAST_ALT - Static variable in class jpicedt.widgets.KeyEventWorkaround
 
LAST_ALTGR - Static variable in class jpicedt.widgets.KeyEventWorkaround
 
LAST_BROKEN - Static variable in class jpicedt.widgets.KeyEventWorkaround
 
LAST_NOTHING - Static variable in class jpicedt.widgets.KeyEventWorkaround
 
last - Static variable in class jpicedt.widgets.KeyEventWorkaround
 
lastKeyTime - Static variable in class jpicedt.widgets.KeyEventWorkaround
 

M

ModalInternalFrame - class jpicedt.widgets.ModalInternalFrame.
Re-implementation of JDialog using JInternalFrame's.
ModalInternalFrame(String, JRootPane, Component, JOptionPane) - Constructor for class jpicedt.widgets.ModalInternalFrame
Constructor to be used to display a JOptionPane wrapped in modal JInternalFrame
ModalInternalFrame(String, JRootPane, Component, JComponent) - Constructor for class jpicedt.widgets.ModalInternalFrame
constructor to be used to wrap any JComponent in a modal internal frame
ModalInternalFrame.OptionPanePropertyChangeListener - class jpicedt.widgets.ModalInternalFrame.OptionPanePropertyChangeListener.
 
ModalInternalFrame.OptionPanePropertyChangeListener() - Constructor for class jpicedt.widgets.ModalInternalFrame.OptionPanePropertyChangeListener
 
MotifLAFCellRenderer - class jpicedt.widgets.MotifLAFCellRenderer.
A customized cell-renderer for the Motif LAF (turns selected item background to white)
MotifLAFCellRenderer() - Constructor for class jpicedt.widgets.MotifLAFCellRenderer
 
main(String[]) - Static method in class jpicedt.widgets.ModalInternalFrame
test - code snippet from Java Developper Connection.
max - Variable in class jpicedt.widgets.HistoryModel
 
maximum - Variable in class jpicedt.widgets.IncrementableTextField
 
minimum - Variable in class jpicedt.widgets.IncrementableTextField
 
models - Static variable in class jpicedt.widgets.HistoryModel
 
mousePressed(MouseEvent) - Method in class jpicedt.widgets.HistoryTextField.MouseHandler
 

N

name - Variable in class jpicedt.widgets.HistoryModel
Saves the history to the specified file.

O

ok - Variable in class jpicedt.widgets.FontSelectorDialog
 
ok() - Method in class jpicedt.widgets.FontSelectorDialog
 

P

PLAIN - Static variable in class jpicedt.widgets.FontSelector
 
popup - Variable in class jpicedt.widgets.HistoryTextField
 
positiveOnly - Variable in class jpicedt.widgets.DecimalNumberField
 
postFix - Variable in class jpicedt.widgets.IncrementableTextField
 
postFixLabel - Variable in class jpicedt.widgets.IncrementableTextField
 
preview - Variable in class jpicedt.widgets.FontSelectorDialog
 
processKeyEvent(KeyEvent) - Method in class jpicedt.widgets.HistoryTextField
 
processKeyEvent(KeyEvent) - Static method in class jpicedt.widgets.KeyEventWorkaround
 
propertyChange(PropertyChangeEvent) - Method in class jpicedt.widgets.ModalInternalFrame.OptionPanePropertyChangeListener
 

R

removeActionListener(ActionListener) - Method in class jpicedt.widgets.IncrementableTextField
removes an ActionListener from the component

S

setActionCommand(String) - Method in class jpicedt.widgets.IncrementableTextField
sets the actionCommand for this component to the given string
setBoundValues(int, int) - Method in class jpicedt.widgets.IncrementableTextField
sets minimum and maximum bounds for "value" to the given doubles
setDialogTitle(String) - Method in class jpicedt.widgets.IncrementableTextField
sets the title of the JDialog that opens when a NumberFormatException occurs
setEnabled(boolean) - Method in class jpicedt.widgets.IncrementableTextField
set the enable state of this component
setFont(Font) - Method in class jpicedt.widgets.FontSelector
 
setHighBounded(boolean) - Method in class jpicedt.widgets.IncrementableTextField
 
setLowBounded(boolean) - Method in class jpicedt.widgets.IncrementableTextField
 
setMaximum(double) - Method in class jpicedt.widgets.IncrementableTextField
sets maximum bound for "value" to the given double
setMinimum(double) - Method in class jpicedt.widgets.IncrementableTextField
sets minimum bound for "value" to the given double
setModel(String) - Method in class jpicedt.widgets.HistoryTextField
Sets the history list model.
setPostFix(String) - Method in class jpicedt.widgets.IncrementableTextField
sets the post-fix string
setText(String) - Method in class jpicedt.widgets.HistoryTextField
Sets the displayed text.
setValue(double) - Method in class jpicedt.widgets.DecimalNumberField
set the field's text from the given double value
setValue(double) - Method in class jpicedt.widgets.IncrementableTextField
sets the DecimalNumberField double value, as well as the internal copy, to the given value, possibly modifying it so that it fits within the limits.
setValue(int) - Method in class jpicedt.widgets.WholeNumberField
 
setVisible(boolean) - Method in class jpicedt.widgets.ModalInternalFrame
 
showPopupMenu(String, int, int) - Method in class jpicedt.widgets.HistoryTextField
 
sizeField - Variable in class jpicedt.widgets.FontSelectorDialog
 
sizeList - Variable in class jpicedt.widgets.FontSelectorDialog
 
styleField - Variable in class jpicedt.widgets.FontSelectorDialog
 
styleList - Variable in class jpicedt.widgets.FontSelectorDialog
 

T

tf - Variable in class jpicedt.widgets.IncrementableTextField
 
toolkit - Variable in class jpicedt.widgets.DecimalNumberField
 
toolkit - Variable in class jpicedt.widgets.WholeNumberField
 

U

updatePreview() - Method in class jpicedt.widgets.FontSelectorDialog
 
updateText() - Method in class jpicedt.widgets.FontSelector
update button's text content from the current button's font.

V

value - Variable in class jpicedt.widgets.IncrementableTextField
 
valueChanged(ListSelectionEvent) - Method in class jpicedt.widgets.FontSelectorDialog.ListHandler
 

W

WholeNumberField - class jpicedt.widgets.WholeNumberField.
A JtextField that accept only WholeNumbers
WholeNumberField(int, int) - Constructor for class jpicedt.widgets.WholeNumberField
 
WholeNumberField.WholeNumberDocument - class jpicedt.widgets.WholeNumberField.WholeNumberDocument.
 
WholeNumberField.WholeNumberDocument() - Constructor for class jpicedt.widgets.WholeNumberField.WholeNumberDocument
 

_

_startModal() - Method in class jpicedt.widgets.ModalInternalFrame
 
_stopModal() - Method in class jpicedt.widgets.ModalInternalFrame
 

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