Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gjt.sp.jedit.gui
Class HistoryTextField.HistoryBorder  view HistoryTextField.HistoryBorder download HistoryTextField.HistoryBorder.java

java.lang.Object
  extended byjavax.swing.border.AbstractBorder
      extended byorg.gjt.sp.jedit.gui.HistoryTextField.HistoryBorder
All Implemented Interfaces:
javax.swing.border.Border, java.io.Serializable
Enclosing class:
HistoryTextField

static class HistoryTextField.HistoryBorder
extends javax.swing.border.AbstractBorder


Field Summary
(package private) static int WIDTH
           
 
Fields inherited from class javax.swing.border.AbstractBorder
 
Constructor Summary
(package private) HistoryTextField.HistoryBorder()
           
 
Method Summary
 java.awt.Insets getBorderInsets(java.awt.Component c)
          Returns the insets required for drawing this border around the specified component.
 void paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int w, int h)
          Performs nothing, because the default implementation provided by this class is an invisible, zero-width border.
 
Methods inherited from class javax.swing.border.AbstractBorder
getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WIDTH

static final int WIDTH
See Also:
Constant Field Values
Constructor Detail

HistoryTextField.HistoryBorder

HistoryTextField.HistoryBorder()
Method Detail

paintBorder

public void paintBorder(java.awt.Component c,
                        java.awt.Graphics g,
                        int x,
                        int y,
                        int w,
                        int h)
Description copied from class: javax.swing.border.AbstractBorder
Performs nothing, because the default implementation provided by this class is an invisible, zero-width border. Subclasses will likely want to override this method, but they are not required to do so.


getBorderInsets

public java.awt.Insets getBorderInsets(java.awt.Component c)
Description copied from class: javax.swing.border.AbstractBorder
Returns the insets required for drawing this border around the specified component.