The Artima Developer Community
Sponsored Link

Java Buzz Forum
Eclipse tip: Type Filters

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Vasanth Dharmaraj

Posts: 594
Nickname: vazz
Registered: Oct, 2003

Vasanth Dharmaraj is J2EE developer learning Dot Net
Eclipse tip: Type Filters Posted: Sep 10, 2004 6:09 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Vasanth Dharmaraj.
Original Post: Eclipse tip: Type Filters
Feed Title: Vasanth Dharmaraj's Blogs
Feed URL: /SyndicationService.asmx/GetRssCategory?categoryName=Technology%7CJava
Feed Description: my thoughts on dot net, java, linux, formula one, xbox gamming...(my java category)
Latest Java Buzz Posts
Latest Java Buzz Posts by Vasanth Dharmaraj
Latest Posts From Vasanth Dharmaraj's Blogs

Advertisement

Eclipse tip: Type Filters

Eclipse provides a lot of useful assistance to developers like the code completion, finding types or quick fix proposals. But if you have a large number of libraries in your projects these assistance can be a bit overwhelming. For instance you might be developing a web application but you might see Swing or AWT types in code assists. Eclipse provides a solution for this problem with Type Filters. Go to Window>Preference>Java>Type Filters and add the packages you do not want to see. You can add javax.swing.* and java.awt.*. Now these types will not bother you anymore. :-)

Read: Eclipse tip: Type Filters

Topic: Wayne Rooney at Manchester United Previous Topic   Next Topic Topic: [Aug 31, 2004 16:30 PDT] 6 Links

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use