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 179171 - FileBrowser should have a public getter for the file's currDirName
Summary: FileBrowser should have a public getter for the file's currDirName
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Karol Harezlak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-04 00:45 UTC by beezer
Modified: 2010-01-04 00:45 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 beezer 2010-01-04 00:45:39 UTC
Unless i am mistaken it the component on the Displayables part of the pallette (in flow view) has currently no capability of displaying the directory name currently selected.
By adding a public getter as such:

public String getCurrDirName() {
        return currDirName;
}

the functionality of the FileBrowser could be enhanced to provide the currently selected directory.