| java.lang.Object org.beryl.gui.swing.ConsoleRow
ConsoleRow | public class ConsoleRow (Code) | | This class represents one row in the console
|
appendFragment | public void appendFragment(String text, ConsoleAttribute attribute)(Code) | | Append a fragment to the row. If there is already a fragment with
the same attributes, the two fragments are joined
|
getFragmentAttribute | public ConsoleAttribute getFragmentAttribute(int index)(Code) | | Get the attribute content of a fragment
|
getFragmentCount | public int getFragmentCount()(Code) | | Get the number of fragments in this row
|
getFragmentText | public String getFragmentText(int index)(Code) | | Get the text content of a fragment
|
isDirty | public boolean isDirty()(Code) | | Check whether this row needs repainting
|
markDirty | public void markDirty()(Code) | | Mark this row to be repainted
|
removeFragment | public void removeFragment(int index)(Code) | | Remove a fragment from the row
|
setFragmentText | public void setFragmentText(int index, String text)(Code) | | Set the text content of a fragment
|
|
|