MiG InfoCom MiG Calendar JavaBeans User Manual

Page 28

Advertising
background image

java.awt.Cursor

getKnobCursor

()

Property: The

java.awt.Cursor

that the mouse pointer should change to when over +-

knob.

XtdImage

getKnobExpandedImage

()

Property: A

com.miginfocom.util.gfx.XtdImage

(which is a very flexible

Image/Icon

) that should decorate the knob (handle, e.g. +-) that you press th expand/fold

the folder rows.

XtdImage

getKnobFoldedImage

()

Property: A

com.miginfocom.util.gfx.XtdImage

(which is a very flexible

Image/Icon

) that should decorate the knob (handle, e.g. +-) that you press th expand/fold

the folder rows.

boolean

getKnobFoldOnPress

()

Property: If the corresponding sub row should be folded when the user press the knob image
in the category header.

AtRefRangeNumber

getKnobImageAlignX

()

Property: How the knob image should be aligned horizontally.

AtRefRangeNumber

getKnobImageAlignY

()

Property: How the knob image should be aligned vertically.

java.awt.Cursor

getLabelCursor

()

Property: The

java.awt.Cursor

that the mouse pointer should change to when over a

category label.

boolean

getLabelFoldOnPress

()

Property: If the corresponding sub row should be folded when the user press the label in the
category header.

boolean

getNoExpandedFolderGridLine

()

Deprecated. Use DateAreaBean#getNoExpandedFolderGridLine instead.

XtdImage

getRowFolderImage

()

Property: A

com.miginfocom.util.gfx.XtdImage

(which is a very flexible

Image/Icon

) that should represent a folder and are shown for sub rows that aren't leaves.

AtRefRangeNumber

getRowImageAlignX

()

Property: How the row image should be aligned horizontally.

AtRefRangeNumber

getRowImageAlignY

()

Property: How the row image should be aligned vertically.

XtdImage

getRowLeafImage

()

Property: A

com.miginfocom.util.gfx.XtdImage

(which is a very flexible

Image/Icon

) that should represent a folder and are shown for sub rows that doesn't have

sub rows.

int

getTextAntiAlias

()

Property: The anti aliasing hint used when drawing the text for the shape.

void

interactionOccured

(InteractionEvent e)

boolean

isFolderOverlapChildren

()

Property: If the folder category rows, which contains other rows, should get it's secondary
dimension's (along the header) size stretched over all its sub rows bounds.

void

removeInteractionListener

(InteractionListener l)

Removes the listener.

Page 28 of 196

com.miginfocom.beans.CategoryHeaderBean

Advertising