Class fvaswing.app.context.browser.FvTreeFolderIcon

Implemented Interfaces

Icon

Description

Simple Icon representation for 'folder' node in FvFileDialogView folder tree.

Method Index

new FvTreeFolderIcon()
getIconHeight(), getIconWidth(), paintIcon(), uninstallIcon()

Constructor Detail

FvTreeFolderIcon

public function FvTreeFolderIcon()

Constructor.

Method Detail

getIconWidth

public function getIconWidth():Number

Return the icon's width.

getIconHeight

public function getIconHeight():Number

Return the icon's height.

paintIcon

public function paintIcon(com:Component, g:Graphics, x:Number, y:Number):Void

Draw the icon at the specified component's specified location with the graphics.

Parameters

comcomponent for which this border is being painted
gthe paint graphics
xthe x corrdinate of the icon(top left of bounds)
ythe y corrdinate of the icon(top left of bounds)

uninstallIcon

public function uninstallIcon(com:Component):Void

Remove things in the icon object related to the component.