|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.awt.Component
|
+--java.awt.Container
|
+--javax.swing.JComponent
|
+--javax.swing.text.JTextComponent
|
+--javax.swing.JEditorPane
|
+--javax.swing.JTextPane
|
+--uci.gef.FigTextEditor
| Inner classes inherited from class javax.swing.JEditorPane |
JEditorPane.AccessibleJEditorPane,
JEditorPane.AccessibleJEditorPaneHTML,
JEditorPane.JEditorPaneAccessibleHypertextSupport |
| Inner classes inherited from class javax.swing.text.JTextComponent |
JTextComponent.AccessibleJTextComponent,
JTextComponent.KeyBinding |
| Inner classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
| Field Summary | |
static int |
EXTRA
|
| Fields inherited from class javax.swing.text.JTextComponent |
DEFAULT_KEYMAP,
FOCUS_ACCELERATOR_KEY |
| Fields inherited from class javax.swing.JComponent |
accessibleContext,
listenerList,
TOOL_TIP_TEXT_KEY,
ui,
UNDEFINED_CONDITION,
WHEN_ANCESTOR_OF_FOCUSED_COMPONENT,
WHEN_FOCUSED,
WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT,
CENTER_ALIGNMENT,
LEFT_ALIGNMENT,
RIGHT_ALIGNMENT,
TOP_ALIGNMENT |
| Constructor Summary | |
FigTextEditor(FigText ft,
InputEvent ie)
Needs-more-work: does not open if I use tab to select the FigText. |
|
| Method Summary | |
void |
changedUpdate(DocumentEvent e)
|
void |
endEditing()
|
void |
insertUpdate(DocumentEvent e)
|
void |
keyPressed(KeyEvent ke)
|
void |
keyReleased(KeyEvent ke)
|
void |
keyTyped(KeyEvent ke)
|
void |
propertyChange(PropertyChangeEvent pve)
|
void |
removeUpdate(DocumentEvent e)
|
protected void |
updateFigText()
|
| Methods inherited from class java.awt.Container |
add,
add,
add,
add,
add,
addContainerListener,
addImpl,
countComponents,
deliverEvent,
doLayout,
findComponentAt,
findComponentAt,
getComponent,
getComponentAt,
getComponentAt,
getComponentCount,
getComponents,
getLayout,
insets,
invalidate,
isAncestorOf,
layout,
list,
list,
locate,
minimumSize,
paintComponents,
preferredSize,
print,
printComponents,
processContainerEvent,
processEvent,
remove,
remove,
removeAll,
removeContainerListener,
setLayout,
validate,
validateTree |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
public static int EXTRA
| Constructor Detail |
public FigTextEditor(FigText ft,
InputEvent ie)
| Method Detail |
public void propertyChange(PropertyChangeEvent pve)
public void endEditing()
public void keyTyped(KeyEvent ke)
public void keyReleased(KeyEvent ke)
public void keyPressed(KeyEvent ke)
public void insertUpdate(DocumentEvent e)
public void removeUpdate(DocumentEvent e)
public void changedUpdate(DocumentEvent e)
protected void updateFigText()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||