Skip navigation links
org.openide.awt 7.77
A B C D E F G H I J K L M N O P Q R S T U V W 

S

Savable - Interface in org.netbeans.api.actions
Context interface that represents ability to persist its state to long term storage.
save() - Method in interface org.netbeans.api.actions.Savable
Invoke the save operation.
save() - Method in class org.netbeans.spi.actions.AbstractSavable
Implementation of Savable.save() contract.
SECOND_PREFERRED - Static variable in class org.openide.awt.SplittedPanel
Deprecated.
constant for moving the split point so that the second (right/bottom) component is sized according to its preferredSize
setAccelerator(Action, FileObject) - Static method in class org.openide.awt.AcceleratorBinding
Associates an Action.ACCELERATOR_KEY with an action based on a declared shortcut.
setAlwaysShown(boolean) - Method in class org.openide.awt.QuickSearch
Set whether the quick search field should always be shown.
setArrowsOrientation(boolean) - Method in class org.openide.awt.SpinButton
Deprecated.
Sets the new orientation of arows.
setBoundsIgnored(boolean) - Method in class org.openide.awt.SpinButton
Deprecated.
 
setCentered(boolean) - Method in interface org.openide.awt.HtmlRenderer.Renderer
Indicate that the text should be painted centered below the icon.
setContinuousLayout(boolean) - Method in class org.openide.awt.SplittedPanel
Deprecated.
Setter method for the ContinuousLayout property.
setDelay(int) - Method in class org.openide.awt.SpinButton
Deprecated.
Sets new value of repeatDelay variable.
setDisplayOverflowOnHover(boolean) - Method in class org.openide.awt.ToolbarWithOverflow
Sets whether the overflow should be displayed on hover or not.
setEnabled(boolean) - Method in class org.openide.awt.QuickSearch
Set the enabled state of the quick search.
setEnableHome(boolean) - Method in class org.openide.awt.HtmlBrowser
Enables/disables Home button.
setEnableLocation(boolean) - Method in class org.openide.awt.HtmlBrowser
Enables/disables location.
setFactory(HtmlBrowser.Factory) - Static method in class org.openide.awt.HtmlBrowser
Deprecated.
Use Lookup instead to register factories
setForeground(Color) - Method in class org.openide.awt.SpinButton
Deprecated.
Setter method for foreground color.
setHomePage(String) - Static method in class org.openide.awt.HtmlBrowser
Sets the home page.
setHtml(boolean) - Method in interface org.openide.awt.HtmlRenderer.Renderer
Explicitly tell the renderer it is going to receive HTML markup, or it is not.
setIcon(Icon) - Method in interface org.openide.awt.HtmlRenderer.Renderer
Set the icon to be used for painting
setIconTextGap(int) - Method in interface org.openide.awt.HtmlRenderer.Renderer
Convenience method to set the gap between the icon and text.
setIndent(int) - Method in interface org.openide.awt.HtmlRenderer.Renderer
Set a number of pixels the icon and text should be indented.
setKeepFirstSame(boolean) - Method in class org.openide.awt.SplittedPanel
Deprecated.
Setter method for the KeepFirstSame property.
setKeepSecondSame(boolean) - Method in class org.openide.awt.SplittedPanel
Deprecated.
Setter method for the KeepSecondSame property.
setLimit(int) - Method in class org.openide.awt.UndoRedo.Manager
 
setLocalizedText(AbstractButton, String) - Static method in class org.openide.awt.Mnemonics
Sets the text for a menu item or other subclass of AbstractButton.
setLocalizedText(JLabel, String) - Static method in class org.openide.awt.Mnemonics
Sets the text for the label or other subclass of JLabel.
setLocation(String) - Method in class org.openide.awt.HtmlBrowser.Impl
Change current browser location.
setMaximum(int) - Method in class org.openide.awt.SpinButton
Deprecated.
Sets a maximum of the range of the SpinButton.
setMenuItems(JMenuItem[]) - Method in class org.openide.awt.JInlineMenu
Deprecated.
Setter for array of items to display.
setMenuText(AbstractButton, String, boolean) - Static method in class org.openide.awt.Actions
setMinimum(int) - Method in class org.openide.awt.SpinButton
Deprecated.
Sets a minimum of the range of the SpinButton.
setModel(Color[], String[]) - Method in class org.openide.awt.ColorComboBox
Change the combo content.
setOrientation(boolean) - Method in class org.openide.awt.SpinButton
Deprecated.
Sets the new orientation.
setOrientation(int) - Method in class org.openide.awt.ToolbarWithOverflow
 
setParentFocused(boolean) - Method in interface org.openide.awt.HtmlRenderer.Renderer
Indicate that the component being rendered has keyboard focus.
setRate(int) - Method in class org.openide.awt.SpinButton
Deprecated.
Sets new value of repeatRate variable.
setRenderStyle(int) - Method in interface org.openide.awt.HtmlRenderer.Renderer
Set the rendering style - this can be JLabel-style truncated-with-ellipsis (...) text, or clipped text.
setRepeating(boolean) - Method in class org.openide.awt.SpinButton
Deprecated.
 
setSelectedColor(Color) - Method in class org.openide.awt.ColorComboBox
Select given in the combo box.
setSelectionInterval(int, int) - Method in class org.openide.awt.ListPane
Deprecated.
 
setSplitAbsolute(boolean) - Method in class org.openide.awt.SplittedPanel
Deprecated.
Setter method for the SplitAbsolute property.
setSplitDragable(boolean) - Method in class org.openide.awt.SplittedPanel
Deprecated.
Setter method for the Dragable property.
setSplitPosition(int) - Method in class org.openide.awt.SplittedPanel
Deprecated.
Setter method for the SplitPosition property.
setSplitterComponent(Component) - Method in class org.openide.awt.SplittedPanel
Deprecated.
Setter method for the SplitterComponent property.
setSplitterCursor() - Method in class org.openide.awt.SplittedPanel
Deprecated.
Updates the splitter's cursor according to the current SplittedPanel settings.
setSplitterType(int) - Method in class org.openide.awt.SplittedPanel
Deprecated.
Setter method for the SplitterType property.
setSplitType(int) - Method in class org.openide.awt.SplittedPanel
Deprecated.
Setter method for the SplitType property.
setSplitTypeChangeEnabled(boolean) - Method in class org.openide.awt.SplittedPanel
Deprecated.
Setter method for the SplitTypeChangeEnabled property.
setStatusLineVisible(boolean) - Method in class org.openide.awt.HtmlBrowser
Shows/hides status line.
setStatusText(String) - Method in class org.openide.awt.StatusDisplayer
Show text in the status line.
setStatusText(String, int) - Method in class org.openide.awt.StatusDisplayer
Show text in the status line.
setStep(int) - Method in class org.openide.awt.SpinButton
Deprecated.
Sets a new step of the SpinButton.
setSwapPanesEnabled(boolean) - Method in class org.openide.awt.SplittedPanel
Deprecated.
Setter method for the SwapPanesEnabled property.
setText(String) - Method in interface org.openide.awt.HtmlRenderer.Renderer
Set the text to be displayed.
setToolbarVisible(boolean) - Method in class org.openide.awt.HtmlBrowser
Shows/hides toolbar.
setURL(URL) - Method in class org.openide.awt.HtmlBrowser.Impl
Sets current URL.
setURL(String) - Method in class org.openide.awt.HtmlBrowser
Sets new URL.
setURL(URL) - Method in class org.openide.awt.HtmlBrowser
Sets new URL.
setValue(int) - Method in class org.openide.awt.SpinButton
Deprecated.
Sets a new value of the SpinButton.
setVisibleColumnCount(int) - Method in class org.openide.awt.ListPane
Deprecated.
Set the preferred number of rows in the list that are visible within the nearest JViewport ancestor, if any.
showHistory() - Method in class org.openide.awt.HtmlBrowser.Impl
Invoked when the history button is pressed.
showNextSelection(boolean) - Method in interface org.openide.awt.QuickSearch.Callback
Called to select a next occurrence of the search result.
showPopup(MouseEvent) - Method in class org.openide.awt.MouseUtils.PopupMouseAdapter
Called when the sequnce of mouse events should lead to actual showing of the popup menu.
showURL(URL) - Method in class org.openide.awt.HtmlBrowser.URLDisplayer
API clients usage: Call this method to display your URL in some browser.
showURLExternal(URL) - Method in class org.openide.awt.HtmlBrowser.URLDisplayer
Attempts to display given URL in preferred external browser.
SpinButton - Class in org.openide.awt
Deprecated.
Obsoleted by javax.swing.JSpinner in JDK 1.4
SpinButton() - Constructor for class org.openide.awt.SpinButton
Deprecated.
Create new SpinButton.
SpinButton.RepeatThread - Class in org.openide.awt
Deprecated.
Made visible only because it was (by mistake) visible from public signatures. No need to use it.
SpinButtonAdapter - Class in org.openide.awt
Deprecated.
Obsoleted by javax.swing.JSpinner in JDK 1.4
SpinButtonAdapter() - Constructor for class org.openide.awt.SpinButtonAdapter
Deprecated.
 
SpinButtonListener - Interface in org.openide.awt
Deprecated.
Obsoleted by javax.swing.JSpinner in JDK 1.4
splitChanged(SplittedPanel.SplitChangeEvent) - Method in interface org.openide.awt.SplittedPanel.SplitChangeListener
Deprecated.
Called when a split point changes
SplitChangeEvent(SplittedPanel, int, int) - Constructor for class org.openide.awt.SplittedPanel.SplitChangeEvent
Deprecated.
Constructs a new SplitChangeEvent for specified source SplittedPanel and old and new SplitPositions
SplittedPanel - Class in org.openide.awt
Deprecated.
This class does nothing interesting that cannot be done with a JSplitPane. Use a JSplitPane instead.
SplittedPanel() - Constructor for class org.openide.awt.SplittedPanel
Deprecated.
Constructs a new empty SplittedPanel with no spliting.
SplittedPanel.EmptySplitter - Class in org.openide.awt
Deprecated.
This class does nothing interesting that cannot be done with a JSplitPane. Use a JSplitPane instead.
SplittedPanel.SplitChangeEvent - Class in org.openide.awt
Deprecated.
This class does nothing interesting that cannot be done with a JSplitPane. Use a JSplitPane instead.
SplittedPanel.SplitChangeListener - Interface in org.openide.awt
Deprecated.
A listener interface for tracking split point changes
StatusDisplayer - Class in org.openide.awt
Permits control of a status line.
StatusDisplayer() - Constructor for class org.openide.awt.StatusDisplayer
Subclass constructor.
StatusDisplayer.Message - Interface in org.openide.awt
Handle for 'important' status line messages.
StatusLineElementProvider - Interface in org.openide.awt
Provides a component which will be added at east side of the status line.
step - Variable in class org.openide.awt.SpinButton
Deprecated.
Step of the SpinButton.
stopLoading() - Method in class org.openide.awt.HtmlBrowser.Impl
Stops loading of current html page.
STYLE_CLIP - Static variable in class org.openide.awt.HtmlRenderer
Constant used by renderString, renderPlainString, renderHTML, and HtmlRenderer.Renderer.setRenderStyle(int) if painting should simply be cut off at the boundary of the coordinates passed.
STYLE_TRUNCATE - Static variable in class org.openide.awt.HtmlRenderer
Constant used by renderString, renderPlainString, renderHTML, and HtmlRenderer.Renderer.setRenderStyle(int) if painting should produce an ellipsis (...) if the text would overlap the boundary of the coordinates passed.
SubMenu(SystemAction, Actions.SubMenuModel) - Constructor for class org.openide.awt.Actions.SubMenu
Deprecated.
Constructs a new ActMenuItem with the specified label and no keyboard shortcut and connects it to the given SystemAction.
SubMenu(SystemAction, Actions.SubMenuModel, boolean) - Constructor for class org.openide.awt.Actions.SubMenu
Deprecated.
Constructs a new ActMenuItem with the specified label and no keyboard shortcut and connects it to the given SystemAction.
SubMenu(Action, Actions.SubMenuModel, boolean) - Constructor for class org.openide.awt.Actions.SubMenu
Deprecated.
Constructs a new ActMenuItem with the specified label and no keyboard shortcut and connects it to the given SystemAction.
swapPanes() - Method in class org.openide.awt.SplittedPanel
Deprecated.
Swaps the panes.
switchRun(boolean) - Method in class org.openide.awt.SpinButton
Deprecated.
 
switchStop() - Method in class org.openide.awt.SpinButton
Deprecated.
 
synchMenuPresenters(JComponent[]) - Method in class org.openide.awt.Actions.MenuItem
 
synchMenuPresenters(JComponent[]) - Method in class org.openide.awt.Actions.SubMenu
Deprecated.
 
synchMenuPresenters(JComponent[]) - Method in interface org.openide.awt.DynamicMenuContent
update main menu presenters.
synchMenuPresenters(JComponent[]) - Method in class org.openide.awt.JInlineMenu
Deprecated.
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links
org.openide.awt 7.77