alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

package intrinsic.mx.controls;

public class HTML extends intrinsic.mx.core.ScrollControlBase implements intrinsic.mx.controls.listClasses.IListItemRenderer, intrinsic.mx.managers.IFocusManagerComponent, intrinsic.mx.controls.listClasses.IDropInListItemRenderer, intrinsic.mx.core.IDataRenderer {

	/** Accessors */
	public intrinsic.flash.html.HTMLHost htmlHost;
	public int historyPosition;
	public String htmlText;
	public double contentHeight;
	public Object data;
	public String location;
	public boolean loaded;
	public double contentWidth;
	public intrinsic.mx.controls.listClasses.BaseListData listData;
	public int historyLength;
	public intrinsic.flash.html.JavaScriptObject javaScriptWindow;
	public intrinsic.flash.system.ApplicationDomain useApplicationDomain;
	public intrinsic.mx.core.IFactory htmlControlFactory;
	public boolean paintsDefaultBackground;
	public String userAgent;

	/** Variables */
	public intrinsic.flash.html.HTMLControl htmlControl;
	public boolean liveScrolling;
	public boolean showScrollTips;
	public intrinsic.Array transitions;
	public intrinsic.Array states;

	/** Constants */
	public static final String VERSION = "version";

	/** Class Accessors */
	public static int pdfCapability;

	/** Class variables */

/** Contructors */
public HTML() {
}


/** Static Methods */

/** Methods */
public native void reload();
public native void historyBack();
public native void historyForward();
public native void historyGo(int arg0);
public native intrinsic.flash.html.HTMLHistoryItem getHistoryAt(int arg0);
public native void cancelLoad();

}
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.