|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.help.webapp.AbstractFrame
public abstract class AbstractFrame
A view which contributes a frame to the help webapp
Field Summary | |
---|---|
static int |
BELOW_CONTENT
Constant returned from getFrameLocation() function to indicate that the frame should be created below the content frame or the Main Help Toolbar |
static int |
HELP_TOOLBAR
|
Constructor Summary | |
---|---|
AbstractFrame()
|
Method Summary | |
---|---|
int |
compareTo(Object o)
|
String |
getFrameAttributes()
allows the attributes of this frame other than name and src to be specified |
abstract int |
getLocation()
Function which defines the frame location |
abstract String |
getName()
|
String |
getSize()
|
abstract String |
getURL()
|
boolean |
isVisible()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int BELOW_CONTENT
public static final int HELP_TOOLBAR
Constructor Detail |
---|
public AbstractFrame()
Method Detail |
---|
public abstract int getLocation()
public abstract String getName()
public abstract String getURL()
public String getSize()
public boolean isVisible()
public String getFrameAttributes()
public final int compareTo(Object o)
compareTo
in interface Comparable
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.