package org.aswing.ext

DateChooser

Dispatched when the datechooser's display page changed etc. @eventType org.aswing.event.InteractiveEvent.STATE_CHANGED

DateGridLayout

@author paling (Burstyx Studio)

DateLabel

@author paling (Burstyx Studio)

DateRange

The definition of a date range. For a single day, you can set rangeStart and rangeEnd to be a same date, If rangeStart == null, means all date before rangeEnd(included) is in range, If rangeEnd == null, means all date after rangeStart(included) is in range. @author paling (Burstyx Studio)

DefaultGridCell

The default grid list cell render value.toString() as texts.

Folder

Dispatched when the button's state changed. the state is all about:

  • enabled
  • rollOver
  • pressed
  • released
  • selected

Form

Form is a vertical list of FormRows. Form will are tring to manage to layout FormRows, if you append non-FormRow component to be child of Form, it will layouted as a SoftBoxLayout layouted. @author paling @see FormRow

FormRow

FormRow is a row in the Form.
A row include column children, each child sit a row, null child make a column blank, also a child can sit a continuous serveral columns.
For the 3 case, they are:

GeneralGridListCellFactory

General factory to generate instance by a class

GridCellHolder

GridList

Dispatched when the list selection changed. @eventType org.aswing.event.SelectionEvent.LISTSELECTIONCHANGED

GridListCell

GridListCellFactory

The factory to generate grid list cell instances.

GridListItemEvent

The event for items of List. @author paling

GridListLayout

MultilineLabel

MutilineLabel performances just like a label that wordwrap and multiline. It is simulated by a JTextArea with no border no backgorund decorator and background not opaque. By default it is wrodwrap and selectable. @author paling