Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » getChildren with non visiable components
getChildren with non visiable components [message #436622] Thu, 20 May 2004 12:30
Eclipse UserFriend
Originally posted by: am560571.wcupa.edu

I am trying to write an ini class for java however when I get call the
method it only returns childern that have thier visibilty set to true. I
need to get all the children and thier visibility state. Here is some I
am using the getChilrent method and checking the length.

Control chil[] = ((SomeAppWindow) this.window).getSashForm().getChildren();
int num = chil.length;

thank you for the help

Aaron
Previous Topic:Resizing w/ INI file
Next Topic:Updating Combo?
Goto Forum:
  


Current Time: Sun May 12 18:56:36 GMT 2024

Powered by FUDForum. Page generated in 0.03504 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top