This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 46340 - Create regular API for sliding functionality
Summary: Create regular API for sliding functionality
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: issues@platform
URL:
Keywords: API
Depends on:
Blocks: 50329
  Show dependency tree
 
Reported: 2004-07-20 15:19 UTC by David Simonek
Modified: 2010-08-11 13:28 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Simonek 2004-07-20 15:19:57 UTC
Currently we have only private "isSliding"
property in TopComponent.
Better solution is to create regular API for
modules to be able to find out their sliding state
and perhaps also slide in/hidden state. This task
involves studying various user actions which are
sensitive to sliding state of top component, for
example action that opens new java source and also
selects it in explorer - if explorer is in sliding
state, explorer selection will slide it in, which
is not desirable.
Comment 1 David Simonek 2005-05-09 11:40:16 UTC
Yo, still valid.