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

Quick Search    Search Deep
A B C D F G H I J L M N O R S W

A

actionPerformed(ActionEvent) - Method in class org.apache.jorphan.gui.JLabeledChoice.AddListener
 
actionPerformed(ActionEvent) - Method in class org.apache.jorphan.gui.JLabeledChoice.DeleteListener
 
actionPerformed(ActionEvent) - Method in class org.apache.jorphan.gui.JLabeledRadio
When a radio button is clicked, an ActionEvent is triggered.
add - Variable in class org.apache.jorphan.gui.JLabeledChoice
 
addChangeListener(ChangeListener) - Method in class org.apache.jorphan.gui.JLabeledChoice
Adds a change listener, that will be notified when the text in the text field is changed.
addChangeListener(ChangeListener) - Method in interface org.apache.jorphan.gui.JLabeledField
 
addChangeListener(ChangeListener) - Method in class org.apache.jorphan.gui.JLabeledRadio
 
addChangeListener(ChangeListener) - Method in class org.apache.jorphan.gui.JLabeledTextArea
Adds a change listener, that will be notified when the text in the text field is changed.
addChangeListener(ChangeListener) - Method in class org.apache.jorphan.gui.JLabeledTextField
Adds a change listener, that will be notified when the text in the text field is changed.
addRow(Object) - Method in class org.apache.jorphan.gui.ObjectTableModel
 
addValue(String) - Method in class org.apache.jorphan.gui.JLabeledChoice
 

B

bGroup - Variable in class org.apache.jorphan.gui.JLabeledRadio
 

C

ComponentUtil - class org.apache.jorphan.gui.ComponentUtil.
This class is a Util for awt Component and could be used to place them in center of an other.
ComponentUtil() - Constructor for class org.apache.jorphan.gui.ComponentUtil
Private constructor to prevent instantiation.
centerComponentInComponent(Component, Component) - Static method in class org.apache.jorphan.gui.ComponentUtil
Use this static method if you want to center a component over another component.
centerComponentInWindow(Component, int) - Static method in class org.apache.jorphan.gui.ComponentUtil
Use this static method if you want to center and set its position compared to the size of the current users screen size.
centerComponentInWindow(Component) - Static method in class org.apache.jorphan.gui.ComponentUtil
Use this static method if you want to center a component in Window.
choiceList - Variable in class org.apache.jorphan.gui.JLabeledChoice
 
classes - Variable in class org.apache.jorphan.gui.ObjectTableModel
 
clearData() - Method in class org.apache.jorphan.gui.ObjectTableModel
 
createTextField(int) - Method in class org.apache.jorphan.gui.JLabeledPasswordField
 
createTextField(int) - Method in class org.apache.jorphan.gui.JLabeledTextField
 

D

delete - Variable in class org.apache.jorphan.gui.JLabeledChoice
 

F

focusGained(FocusEvent) - Method in class org.apache.jorphan.gui.JLabeledTextArea
Catch what the value was when focus was gained.
focusGained(FocusEvent) - Method in class org.apache.jorphan.gui.JLabeledTextField
Catch what the value was when focus was gained.
focusLost(FocusEvent) - Method in class org.apache.jorphan.gui.JLabeledTextArea
Callback method when the focus to the Text Field component is lost.
focusLost(FocusEvent) - Method in class org.apache.jorphan.gui.JLabeledTextField
Callback method when the focus to the Text Field component is lost.

G

getColumnClass(int) - Method in class org.apache.jorphan.gui.ObjectTableModel
 
getColumnCount() - Method in class org.apache.jorphan.gui.ObjectTableModel
 
getColumnName(int) - Method in class org.apache.jorphan.gui.ObjectTableModel
 
getComponentList() - Method in class org.apache.jorphan.gui.JLabeledChoice
 
getComponentList() - Method in interface org.apache.jorphan.gui.JLabeledField
 
getComponentList() - Method in class org.apache.jorphan.gui.JLabeledRadio
Method will return all the label and JRadioButtons.
getComponentList() - Method in class org.apache.jorphan.gui.JLabeledTextArea
 
getComponentList() - Method in class org.apache.jorphan.gui.JLabeledTextField
 
getItems() - Method in class org.apache.jorphan.gui.JLabeledChoice
 
getLabel() - Method in class org.apache.jorphan.gui.JLabeledChoice
Returns the text of the label.
getLabel() - Method in class org.apache.jorphan.gui.JLabeledTextArea
Returns the text of the label.
getLabel() - Method in class org.apache.jorphan.gui.JLabeledTextField
Returns the text of the label.
getRowCount() - Method in class org.apache.jorphan.gui.ObjectTableModel
 
getSelectedItems() - Method in class org.apache.jorphan.gui.JLabeledChoice
 
getText() - Method in class org.apache.jorphan.gui.JLabeledChoice
Returns the text in the Text Field.
getText() - Method in interface org.apache.jorphan.gui.JLabeledField
 
getText() - Method in class org.apache.jorphan.gui.JLabeledRadio
The implementation will get the Text value from the selected radio button in the JButtonGroup.
getText() - Method in class org.apache.jorphan.gui.JLabeledTextArea
Returns the text in the Text Field.
getText() - Method in class org.apache.jorphan.gui.JLabeledTextField
Returns the text in the Text Field.
getValueAt(int, int) - Method in class org.apache.jorphan.gui.ObjectTableModel
 

H

headers - Variable in class org.apache.jorphan.gui.ObjectTableModel
 

I

init() - Method in class org.apache.jorphan.gui.JLabeledChoice
Initialises all of the components on this panel.
init(String[], String) - Method in class org.apache.jorphan.gui.JLabeledRadio
Method is responsible for creating the JRadioButtons and adding them to the ButtonGroup.
init() - Method in class org.apache.jorphan.gui.JLabeledTextArea
Initialises all of the components on this panel.
init() - Method in class org.apache.jorphan.gui.JLabeledTextField
Initialises all of the components on this panel.
insertRow(Object, int) - Method in class org.apache.jorphan.gui.ObjectTableModel
 
isCellEditable(int, int) - Method in class org.apache.jorphan.gui.ObjectTableModel
 
iterator() - Method in class org.apache.jorphan.gui.ObjectTableModel
 

J

JLabeledChoice - class org.apache.jorphan.gui.JLabeledChoice.
 
JLabeledChoice() - Constructor for class org.apache.jorphan.gui.JLabeledChoice
Default constructor, The label and the Text field are left empty.
JLabeledChoice(String, boolean) - Constructor for class org.apache.jorphan.gui.JLabeledChoice
 
JLabeledChoice(String, String[]) - Constructor for class org.apache.jorphan.gui.JLabeledChoice
Constructs a new component with the label displaying the passed text.
JLabeledChoice(String, String[], boolean) - Constructor for class org.apache.jorphan.gui.JLabeledChoice
 
JLabeledChoice.AddListener - class org.apache.jorphan.gui.JLabeledChoice.AddListener.
 
JLabeledChoice.AddListener() - Constructor for class org.apache.jorphan.gui.JLabeledChoice.AddListener
 
JLabeledChoice.DeleteListener - class org.apache.jorphan.gui.JLabeledChoice.DeleteListener.
 
JLabeledChoice.DeleteListener() - Constructor for class org.apache.jorphan.gui.JLabeledChoice.DeleteListener
 
JLabeledField - interface org.apache.jorphan.gui.JLabeledField.
 
JLabeledPasswordField - class org.apache.jorphan.gui.JLabeledPasswordField.
 
JLabeledPasswordField() - Constructor for class org.apache.jorphan.gui.JLabeledPasswordField
 
JLabeledPasswordField(String) - Constructor for class org.apache.jorphan.gui.JLabeledPasswordField
Constructs a new component with the label displaying the passed text.
JLabeledRadio - class org.apache.jorphan.gui.JLabeledRadio.
 
JLabeledRadio() - Constructor for class org.apache.jorphan.gui.JLabeledRadio
 
JLabeledRadio(String, String[]) - Constructor for class org.apache.jorphan.gui.JLabeledRadio
 
JLabeledRadio(String, String[], String) - Constructor for class org.apache.jorphan.gui.JLabeledRadio
 
JLabeledTextArea - class org.apache.jorphan.gui.JLabeledTextArea.
A Helper component that wraps a JTextField with a label into a JPanel (this).
JLabeledTextArea() - Constructor for class org.apache.jorphan.gui.JLabeledTextArea
Default constructor, The label and the Text field are left empty.
JLabeledTextArea(String, Document) - Constructor for class org.apache.jorphan.gui.JLabeledTextArea
Constructs a new component with the label displaying the passed text.
JLabeledTextField - class org.apache.jorphan.gui.JLabeledTextField.
A Helper component that wraps a JTextField with a label into a JPanel (this).
JLabeledTextField() - Constructor for class org.apache.jorphan.gui.JLabeledTextField
Default constructor, The label and the Text field are left empty.
JLabeledTextField(String) - Constructor for class org.apache.jorphan.gui.JLabeledTextField
Constructs a new component with the label displaying the passed text.
JLabeledTextField(String, int) - Constructor for class org.apache.jorphan.gui.JLabeledTextField
 

L

log - Static variable in class org.apache.jorphan.gui.ObjectTableModel
 

M

mChangeListeners - Variable in class org.apache.jorphan.gui.JLabeledChoice
 
mChangeListeners - Variable in class org.apache.jorphan.gui.JLabeledRadio
 
mChangeListeners - Variable in class org.apache.jorphan.gui.JLabeledTextArea
 
mChangeListeners - Variable in class org.apache.jorphan.gui.JLabeledTextField
 
mLabel - Variable in class org.apache.jorphan.gui.JLabeledChoice
 
mLabel - Variable in class org.apache.jorphan.gui.JLabeledRadio
 
mLabel - Variable in class org.apache.jorphan.gui.JLabeledTextArea
 
mLabel - Variable in class org.apache.jorphan.gui.JLabeledTextField
 
mTextArea - Variable in class org.apache.jorphan.gui.JLabeledTextArea
 
mTextField - Variable in class org.apache.jorphan.gui.JLabeledTextField
 
moveRow(int, int, int) - Method in class org.apache.jorphan.gui.ObjectTableModel
 

N

notifyChangeListeners() - Method in class org.apache.jorphan.gui.JLabeledChoice
Notify all registered change listeners that the text in the text field has changed.
notifyChangeListeners() - Method in class org.apache.jorphan.gui.JLabeledRadio
Notify all registered change listeners that the text in the text field has changed.
notifyChangeListeners() - Method in class org.apache.jorphan.gui.JLabeledTextArea
Notify all registered change listeners that the text in the text field has changed.
notifyChangeListeners() - Method in class org.apache.jorphan.gui.JLabeledTextField
Notify all registered change listeners that the text in the text field has changed.

O

ObjectTableModel - class org.apache.jorphan.gui.ObjectTableModel.
 
ObjectTableModel(String[], Functor[], Functor[], Class[]) - Constructor for class org.apache.jorphan.gui.ObjectTableModel
 
objects - Variable in class org.apache.jorphan.gui.ObjectTableModel
 
oldValue - Variable in class org.apache.jorphan.gui.JLabeledTextArea
 
oldValue - Variable in class org.apache.jorphan.gui.JLabeledTextField
 
org.apache.jorphan.gui - package org.apache.jorphan.gui
 

R

readFunctors - Variable in class org.apache.jorphan.gui.ObjectTableModel
 
removeChangeListener(ChangeListener) - Method in class org.apache.jorphan.gui.JLabeledChoice
Removes a change listener.
removeChangeListener(ChangeListener) - Method in class org.apache.jorphan.gui.JLabeledTextArea
Removes a change listener.
removeChangeListener(ChangeListener) - Method in class org.apache.jorphan.gui.JLabeledTextField
Removes a change listener.
removeRow(int) - Method in class org.apache.jorphan.gui.ObjectTableModel
 

S

setDocumentModel(Document) - Method in class org.apache.jorphan.gui.JLabeledTextArea
 
setEditable(boolean) - Method in class org.apache.jorphan.gui.JLabeledChoice
 
setEnabled(boolean) - Method in class org.apache.jorphan.gui.JLabeledTextArea
 
setEnabled(boolean) - Method in class org.apache.jorphan.gui.JLabeledTextField
 
setItems(String[]) - Method in class org.apache.jorphan.gui.JLabeledRadio
setItems will set the radio button items.
setLabel(String) - Method in class org.apache.jorphan.gui.JLabeledChoice
Set the text displayed in the label.
setLabel(String) - Method in interface org.apache.jorphan.gui.JLabeledField
 
setLabel(String) - Method in class org.apache.jorphan.gui.JLabeledRadio
 
setLabel(String) - Method in class org.apache.jorphan.gui.JLabeledTextArea
Set the text displayed in the label.
setLabel(String) - Method in class org.apache.jorphan.gui.JLabeledTextField
Set the text displayed in the label.
setText(String) - Method in class org.apache.jorphan.gui.JLabeledChoice
Set the text displayed in the Text Field.
setText(String) - Method in interface org.apache.jorphan.gui.JLabeledField
 
setText(String) - Method in class org.apache.jorphan.gui.JLabeledRadio
The implementation will iterate through the radio buttons and find the match.
setText(String) - Method in class org.apache.jorphan.gui.JLabeledTextArea
Set the text displayed in the Text Field.
setText(String) - Method in class org.apache.jorphan.gui.JLabeledTextField
Set the text displayed in the Text Field.
setValueAt(Object, int, int) - Method in class org.apache.jorphan.gui.ObjectTableModel
 
setValues(String[]) - Method in class org.apache.jorphan.gui.JLabeledChoice
 

W

writeFunctors - Variable in class org.apache.jorphan.gui.ObjectTableModel
 

A B C D F G H I J L M N O R S W