com.standbysoft.component.date.swing.plaf.basic
Class AbstractMonthViewUI.CalendarLayout
java.lang.Object
com.standbysoft.component.date.swing.plaf.basic.AbstractMonthViewUI.CalendarLayout
- All Implemented Interfaces:
- java.awt.LayoutManager
- Enclosing class:
- AbstractMonthViewUI
- public class AbstractMonthViewUI.CalendarLayout
- extends java.lang.Object
- implements java.awt.LayoutManager
This layout manager is used to arrange components of a JMonthView.
|
Field Summary |
static java.lang.String |
MONTH
|
static java.lang.String |
NEXT
|
static java.lang.String |
NONE
|
static java.lang.String |
PREVIOUS
|
static java.lang.String |
TODAY
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PREVIOUS
public static final java.lang.String PREVIOUS
- See Also:
- Constant Field Values
NEXT
public static final java.lang.String NEXT
- See Also:
- Constant Field Values
TODAY
public static final java.lang.String TODAY
- See Also:
- Constant Field Values
NONE
public static final java.lang.String NONE
- See Also:
- Constant Field Values
MONTH
public static final java.lang.String MONTH
- See Also:
- Constant Field Values
AbstractMonthViewUI.CalendarLayout
public AbstractMonthViewUI.CalendarLayout()
setRows
public void setRows(int rows)
setColumns
public void setColumns(int columns)
addLayoutComponent
public void addLayoutComponent(java.lang.String name,
java.awt.Component comp)
- Specified by:
addLayoutComponent in interface java.awt.LayoutManager
removeLayoutComponent
public void removeLayoutComponent(java.awt.Component comp)
- Specified by:
removeLayoutComponent in interface java.awt.LayoutManager
preferredLayoutSize
public java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
- Computes the preferred size for a specified component (
JMonthView).
- Specified by:
preferredLayoutSize in interface java.awt.LayoutManager
- Parameters:
parent - specified component for which the preferred size is computed
minimumLayoutSize
public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
- Specified by:
minimumLayoutSize in interface java.awt.LayoutManager
layoutContainer
public void layoutContainer(java.awt.Container parent)
- Arranges the components of a specified
JMonthView component.
- Specified by:
layoutContainer in interface java.awt.LayoutManager
- Parameters:
parent - specified JMonthView component for which the component
are arranged
Visit www.javadatepicker.com for further information or send us your suggestions.
Copyright © 2003-2004 Stand By Soft Ltd. All Rights Reserved.