Class GaaScsGText
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----com.scs.awt.ScsGComponent
|
+----GaaScsGText
- public class GaaScsGText
- extends ScsGComponent
- implements ActionListener, KeyListener, Serializable
-
GaaScsGText()
-
-
actionPerformed(ActionEvent)
-
-
cellSelected(int, int, int, int)
-
-
getActionComponent()
-
-
getTextBackColor()
-
-
getTextBox()
-
-
getTextColor()
-
-
getTextFont()
-
-
keyPressed(KeyEvent)
-
-
keyReleased(KeyEvent)
-
-
keyTyped(KeyEvent)
-
-
setActionComponent(boolean)
-
-
setBounds(int, int, int, int)
-
-
setTextBackColor(Color)
-
-
setTextColor(Color)
-
-
setTextFont(Font)
-
-
startEdit(int, int)
-
GaaScsGText
public GaaScsGText()
actionPerformed
public void actionPerformed(ActionEvent e)
cellSelected
public void cellSelected(int oldrow,
int oldcol,
int newrow,
int newcol)
- Overrides:
- cellSelected in class ScsGComponent
getActionComponent
public boolean getActionComponent()
getTextBackColor
public Color getTextBackColor()
getTextBox
public TextField getTextBox()
getTextColor
public Color getTextColor()
getTextFont
public Font getTextFont()
keyPressed
public void keyPressed(KeyEvent evt)
keyReleased
public void keyReleased(KeyEvent evt)
keyTyped
public void keyTyped(KeyEvent evt)
setActionComponent
public void setActionComponent(boolean a)
- Overrides:
- setActionComponent in class ScsGComponent
setBounds
public void setBounds(int x,
int y,
int width,
int height)
- Overrides:
- setBounds in class Component
setTextBackColor
public void setTextBackColor(Color c)
setTextColor
public void setTextColor(Color c)
setTextFont
public void setTextFont(Font f)
startEdit
public void startEdit(int row,
int col)
- Overrides:
- startEdit in class ScsGComponent