congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
DateCellRenderer.setHorizontalAlignment
Code IndexAdd Tabnine to your IDE (free)

How to use
setHorizontalAlignment
method
in
org.jfree.ui.DateCellRenderer

Best Java code snippets using org.jfree.ui.DateCellRenderer.setHorizontalAlignment (Showing top 4 results out of 315)

origin: jfree/jcommon

/**
 * Creates a new renderer.
 * 
 * @param formatter  the formatter.
 */
public DateCellRenderer(final DateFormat formatter) {
  super();
  this.formatter = formatter;
  setHorizontalAlignment(SwingConstants.CENTER);
}
origin: org.jfree/jcommon

/**
 * Creates a new renderer.
 * 
 * @param formatter  the formatter.
 */
public DateCellRenderer(final DateFormat formatter) {
  super();
  this.formatter = formatter;
  setHorizontalAlignment(SwingConstants.CENTER);
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Creates a new renderer.
 * 
 * @param formatter  the formatter.
 */
public DateCellRenderer(final DateFormat formatter) {
  super();
  this.formatter = formatter;
  setHorizontalAlignment(SwingConstants.CENTER);
}
origin: bcdev/beam

coordinateTable.getColumnModel().getColumn(3).setPreferredWidth(200);
final DateCellRenderer dateCellRenderer = new DateCellRenderer(dateFormat);
dateCellRenderer.setHorizontalAlignment(SwingConstants.RIGHT);
coordinateTable.getColumnModel().getColumn(3).setCellRenderer(dateCellRenderer);
final JScrollPane rasterScrollPane = new JScrollPane(coordinateTable);
org.jfree.uiDateCellRenderersetHorizontalAlignment

Popular methods of DateCellRenderer

  • setBackground
  • setFont
  • setText
  • <init>
    Creates a new renderer.
  • getTableCellRendererComponent
    Returns itself as the renderer. Supports the TableCellRenderer interface.

Popular in Java

  • Finding current android device location
  • onRequestPermissionsResult (Fragment)
  • getSupportFragmentManager (FragmentActivity)
  • notifyDataSetChanged (ArrayAdapter)
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • JCheckBox (javax.swing)
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now