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 246527 - Branding switch needed for hard-coded Window System actions
Summary: Branding switch needed for hard-coded Window System actions
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: PC Linux
: P2 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-18 20:00 UTC by Geertjan Wielenga
Modified: 2014-08-20 09:17 UTC (History)
2 users (show)

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 Geertjan Wielenga 2014-08-18 20:00:49 UTC
"Move"
"Shift Left"
"Shift Right"
"Move Group"
"Size Group"

These actions are hard-coded in the action list. A branding switch is needed for them.

Right now, the only way to get rid of these actions is to add an impl dependency on core.windows and implement the org.netbeans.core.windows.actions.ActionsFactory interface.

Maybe org.netbeans.core.windows.actions.ActionsFactory can be made a public API?