This machine mirrors various open-source projects.
20 Gbit/s uplink.
If there are any issues or you want another project mirrored, please contact
mirror-service -=AT=- netcologne DOT de !
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Widget base class.. All graphical widgets inherit from the Widget base class. Widget defines most of the behaviour needed: Widgets are created by the user with a particular parent, and then "pack"ed in order to draw them on the screen. All widgets have three essential things: a widget name used when running Tcl code, an Objective C name when sending messages from Tcl to those objects, and a parent.
Method Summary | |
void |
disableDestroyNotification()
Prevent calling the destroy notification method. |
void |
enableDestroyNotification$notificationMethod(java.lang.Object notificationTarget,
Selector destroyNotificationMethod)
Call a method if we are destroyed. |
boolean |
getDestroyedFlag()
|
int |
getHeight()
Get the height of the widget. |
java.lang.Object |
getParent()
Get the containing window of the widget. |
java.lang.Object |
getTopLevel()
Get top level frame |
java.lang.String |
getWidgetName()
Get the widget name. |
int |
getWidth()
Get the widget the widget. |
java.lang.String |
getWindowGeometry()
|
int |
getX()
Get the X position of the widget. |
int |
getY()
Get the Y position of the widget. |
void |
pack()
Roughly, packing a widget makes it draw on the screen. |
void |
packBeforeAndFillLeft$expand(java.lang.Object widget,
boolean expandFlag)
|
void |
packFill()
|
void |
packFillLeft(boolean expandFlag)
|
void |
packForgetAndExpand()
|
void |
packToRight(java.lang.Object widget)
|
void |
setActiveFlag(boolean activeFlag)
Enable or disable the widget. |
java.lang.Object |
setHeight(int height)
Set the height of the widget. |
java.lang.Object |
setWidth(int width)
Set the width of the widget. |
java.lang.Object |
setWidth$Height(int width,
int height)
Set the width and height of the widget. |
void |
setWindowGeometry(java.lang.String s)
|
void |
setWindowTitle(java.lang.String title)
Set the title on the widget. |
java.lang.Object |
setX$Y(int x,
int y)
Set the position of the widget. |
Methods inherited from interface swarm.defobj.Drop |
drop |
Methods inherited from interface swarm.defobj.DefinedObject |
compare,
describe,
describeID,
getDisplayName,
getTypeName,
getZone,
perform,
perform$with,
perform$with$with,
perform$with$with$with,
respondsTo,
setDisplayName,
xfprint,
xfprintid,
xprint,
xprintid |
Methods inherited from interface swarm.defobj.GetName |
getName |
Method Detail |
public void pack()
public void packFill()
public void packBeforeAndFillLeft$expand(java.lang.Object widget, boolean expandFlag)
public void packFillLeft(boolean expandFlag)
public void packToRight(java.lang.Object widget)
public void packForgetAndExpand()
public void setActiveFlag(boolean activeFlag)
public java.lang.Object setWidth(int width)
public java.lang.Object setHeight(int height)
public java.lang.Object setWidth$Height(int width, int height)
public java.lang.Object setX$Y(int x, int y)
public void setWindowTitle(java.lang.String title)
public java.lang.Object getParent()
public java.lang.Object getTopLevel()
public java.lang.String getWidgetName()
public int getHeight()
public int getWidth()
public int getX()
public int getY()
public java.lang.String getWindowGeometry()
public void setWindowGeometry(java.lang.String s)
public void enableDestroyNotification$notificationMethod(java.lang.Object notificationTarget, Selector destroyNotificationMethod)
public void disableDestroyNotification()
public boolean getDestroyedFlag()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |