public class BFileEdit extends Object implements KeyListener
| Modifier and Type | Field and Description |
|---|---|
JScrollPane |
scrollPanes |
| Constructor and Description |
|---|
BFileEdit(File lfile,
BLogHandle logHandle) |
BFileEdit(String dbDirName,
BLogHandle logHandle) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendText(String mystr) |
static String |
getCurrentDate(String format) |
String |
getName() |
String |
getText() |
void |
keyPressed(KeyEvent e) |
void |
keyReleased(KeyEvent e) |
void |
keyTyped(KeyEvent e) |
void |
saveAsFile() |
void |
saveFile() |
void |
setText(String mystr) |
public JScrollPane scrollPanes
public BFileEdit(File lfile, BLogHandle logHandle)
public BFileEdit(String dbDirName, BLogHandle logHandle)
public void saveFile()
public void saveAsFile()
public String getName()
public String getText()
public void setText(String mystr)
public void appendText(String mystr)
public void keyPressed(KeyEvent e)
keyPressed in interface KeyListenerpublic void keyReleased(KeyEvent e)
keyReleased in interface KeyListenerpublic void keyTyped(KeyEvent e)
keyTyped in interface KeyListenerCopyright © 2016 openBaraza. All Rights Reserved.