rero.gui.input
Class InputBorder

java.lang.Object
  extended byrero.gui.input.InputBorder
All Implemented Interfaces:
Border

public class InputBorder
extends Object
implements Border


Field Summary
protected  text.AttributedString indent
           
protected  String original
           
 
Constructor Summary
InputBorder(String text)
           
 
Method Summary
 text.AttributedText getAttributes()
           
 Insets getBorderInsets(Component c)
           
 String getText()
           
 boolean isBorderOpaque()
           
 void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

indent

protected text.AttributedString indent

original

protected String original
Constructor Detail

InputBorder

public InputBorder(String text)
Method Detail

getText

public String getText()

getAttributes

public text.AttributedText getAttributes()

isBorderOpaque

public boolean isBorderOpaque()
Specified by:
isBorderOpaque in interface Border

getBorderInsets

public Insets getBorderInsets(Component c)
Specified by:
getBorderInsets in interface Border

paintBorder

public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int width,
                        int height)
Specified by:
paintBorder in interface Border