public abstract class AbstractFrame extends java.lang.Object implements java.lang.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) |
java.lang.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 java.lang.String |
getName() |
java.lang.String |
getSize() |
abstract java.lang.String |
getURL() |
boolean |
isVisible() |
public static final int BELOW_CONTENT
public static final int HELP_TOOLBAR
public abstract int getLocation()
public abstract java.lang.String getName()
public abstract java.lang.String getURL()
public java.lang.String getSize()
public boolean isVisible()
public java.lang.String getFrameAttributes()
public final int compareTo(AbstractFrame o)
compareTo in interface java.lang.Comparable<AbstractFrame>
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.