public class JavaFormatBrowser extends Object
Constructor and Description |
---|
JavaFormatBrowser() |
Modifier and Type | Method and Description |
---|---|
void |
formatSource() |
int |
getLineWidth() |
JComponent |
getToolbar() |
JComponent |
getView() |
void |
loadSource() |
static void |
main(String[] args) |
void |
newSource() |
void |
setLineWidth(int value) |
void |
setTargetFormat(Format format) |
void |
setText(String text) |
void |
showSource() |
void |
showTarget() |
protected void |
updateFormat() |
protected void |
updateTarget() |
public JComponent getToolbar()
public JComponent getView()
public void setText(String text)
public void newSource()
public void loadSource()
public void showSource()
public void showTarget()
public void formatSource()
public void setTargetFormat(Format format)
protected void updateFormat()
protected void updateTarget()
public int getLineWidth()
public void setLineWidth(int value)
public static void main(String[] args)
see also the complete user documentation .