public abstract class AbstractFrame extends Object implements Comparable<AbstractFrame>
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
AbstractFrame() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AbstractFrame 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() |
public static final int BELOW_CONTENT
public static final int HELP_TOOLBAR
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(AbstractFrame o)
compareTo
in interface Comparable<AbstractFrame>
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.