站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

S-Index (NetBeans APIs) - NetBeans API Javadoc 4.1.0

A B C D E F G H I J K L M N O P Q R S T U V W X Y

S

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
SHOW_GOTO - Static variable in class org.openide.text.Line
Opens the editor if necessary, shows the line, and takes the focus.
SHOW_SHOW - Static variable in class org.openide.text.Line
Opens the editor if necessary and shows the line.
SHOW_TOFRONT - Static variable in class org.openide.text.Line
Same as SHOW_GOTO except that the Window Manager attempts to front the editor window (i.e.
SHOW_TRY_SHOW - Static variable in class org.openide.text.Line
Shows the line only if the editor is open.
SORTED_BY_NAMES - Static variable in class org.openide.explorer.propertysheet.PropertySheet
Constant for by-name sorting mode.
SORTED_BY_TYPES - Static variable in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Not supported since NetBeans 3.6
STATE_INVALID - Static variable in class org.openide.explorer.propertysheet.PropertyEnv
One possible value for the setState/getState methods.
STATE_NEEDS_VALIDATION - Static variable in class org.openide.explorer.propertysheet.PropertyEnv
One possible value for the setState/getState methods.
STATE_VALID - Static variable in class org.openide.explorer.propertysheet.PropertyEnv
One possible value for the setState/getState methods.
STRING_PREFERRED - Static variable in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Relic of the original property sheet implementation, does useless.
STYLE_CLIP - Static variable in class org.openide.awt.HtmlRenderer
Constant used by renderString, renderPlainString renderHTML, and HtmlRenderer.setRenderStyle if painting should simply be cut off at the boundary of the cooordinates passed.
STYLE_TRUNCATE - Static variable in class org.openide.awt.HtmlRenderer
Constant used by renderString, renderPlainString renderHTML and HtmlRenderer.setRenderStyle if painting should produce an ellipsis (...) if the text would overlap the boundary of the coordinates passed.
SafeException - exception org.openide.util.io.SafeException.
Special IOException that is used to signal that the write operation failed but the underlaying stream is not corrupted and can be used for next operations.
SafeException(Exception) - Constructor for class org.openide.util.io.SafeException
Default constructor.
SaveAction - class org.openide.actions.SaveAction.
Save a single object.
SaveAction() - Constructor for class org.openide.actions.SaveAction
 
SaveCookie - interface org.openide.cookies.SaveCookie.
The cookie for the save operation.
ServiceType - class org.openide.ServiceType.
This class represents an abstract subclass for services (compilation, execution, debugging, etc.) that can be registered in the system.
ServiceType() - Constructor for class org.openide.ServiceType
 
ServiceType.Handle - class org.openide.ServiceType.Handle.
Handle for a service type.
ServiceType.Handle(ServiceType) - Constructor for class org.openide.ServiceType.Handle
Create a new handle for an service.
ServiceType.Registry - class org.openide.ServiceType.Registry.
Deprecated. Use lookup instead.
ServiceType.Registry() - Constructor for class org.openide.ServiceType.Registry
Deprecated.  
SharedClassObject - class org.openide.util.SharedClassObject.
Shared object that allows different instances of the same class to share common data.
SharedClassObject() - Constructor for class org.openide.util.SharedClassObject
Create a shared object.
Sheet - class org.openide.nodes.Sheet.
Support for creation of property sets.
Sheet() - Constructor for class org.openide.nodes.Sheet
Default constructor.
Sheet.Set - class org.openide.nodes.Sheet.Set.
A set of Bean properties.
Sheet.Set() - Constructor for class org.openide.nodes.Sheet.Set
Default constructor.
SpecificationVersion - class org.openide.modules.SpecificationVersion.
Utility class representing a specification version.
SpecificationVersion(String) - Constructor for class org.openide.modules.SpecificationVersion
Parse from string.
SpinButton - class org.openide.awt.SpinButton.
Deprecated. Obsoleted by javax.swing.JSpinner in JDK 1.4
SpinButton() - Constructor for class org.openide.awt.SpinButton
Deprecated. Create new SpinButton.
SpinButtonAdapter - class org.openide.awt.SpinButtonAdapter.
Deprecated. Obsoleted by javax.swing.JSpinner in JDK 1.4
SpinButtonAdapter() - Constructor for class org.openide.awt.SpinButtonAdapter
Deprecated.  
SpinButtonListener - interface org.openide.awt.SpinButtonListener.
Deprecated. Obsoleted by javax.swing.JSpinner in JDK 1.4
SplittedPanel - class org.openide.awt.SplittedPanel.
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 org.openide.awt.SplittedPanel.EmptySplitter.
Deprecated. The EmptySplitter is an empty splitter component with specified width.
SplittedPanel.EmptySplitter() - Constructor for class org.openide.awt.SplittedPanel.EmptySplitter
Deprecated.  
SplittedPanel.EmptySplitter(int) - Constructor for class org.openide.awt.SplittedPanel.EmptySplitter
Deprecated.  
SplittedPanel.SplitChangeEvent - class org.openide.awt.SplittedPanel.SplitChangeEvent.
Deprecated. An event that describes a split point change
SplittedPanel.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.SplitChangeListener - interface org.openide.awt.SplittedPanel.SplitChangeListener.
Deprecated. A listener interface for tracking split point changes
StatusDisplayer - class org.openide.awt.StatusDisplayer.
Permits control of a status line.
StatusDisplayer() - Constructor for class org.openide.awt.StatusDisplayer
Subclass constructor.
SystemAction - class org.openide.util.actions.SystemAction.
The common predecessor of callable actions in the IDE.
SystemAction() - Constructor for class org.openide.util.actions.SystemAction
 
SystemOption - class org.openide.options.SystemOption.
Base class for all system options.
SystemOption() - Constructor for class org.openide.options.SystemOption
Default constructor.
save() - Method in interface org.openide.cookies.SaveCookie
Invoke the save operation.
saveAll() - Method in class org.openide.LifecycleManager
Save all opened objects.
saveDocument() - Method in interface org.openide.cookies.EditorCookie
Save the document.
saveDocument() - Method in class org.openide.text.CloneableEditorSupport
Save the document in this thread.
saveFromKitToStream(StyledDocument, EditorKit, OutputStream) - Method in class org.openide.text.CloneableEditorSupport
Actually write file data to an output stream from an editor kit's document.
schedule(int) - Method in class org.openide.util.RequestProcessor.Task
(Re-)schedules a task to run in the future.
select(String, String, Node, NodeAcceptor, Component) - Method in class org.openide.nodes.NodeOperation
Open a modal Explorer on a root node, permitting a node selection to be returned.
select(String, String, Node, NodeAcceptor) - Method in class org.openide.nodes.NodeOperation
Open a modal Explorer without any extra dialog component.
select(String, String, Node) - Method in class org.openide.nodes.NodeOperation
Open a modal Explorer accepting only a single node.
selectionAccept(Node[]) - Method in class org.openide.explorer.view.BeanTreeView
Can select any nodes.
selectionAccept(Node[]) - Method in class org.openide.explorer.view.ContextTreeView
 
selectionAccept(Node[]) - Method in class org.openide.explorer.view.ListView
Called when explorer manager is about to change the current selection.
selectionAccept(Node[]) - Method in class org.openide.explorer.view.TreeView
Called when explorer manager is about to change the current selection.
selectionChanged(Node[], ExplorerManager) - Method in class org.openide.explorer.view.BeanTreeView
 
selectionChanged(Node[], ExplorerManager) - Method in class org.openide.explorer.view.ContextTreeView
 
selectionChanged(Node[], ExplorerManager) - Method in class org.openide.explorer.view.ListView
Called when the list changed selection and the explorer manager should be updated.
selectionChanged(Node[], ExplorerManager) - Method in class org.openide.explorer.view.TreeView
Called to allow subclasses to define the behaviour when a node(s) are selected in the tree.
serialVersionUID - Static variable in interface org.openide.filesystems.AbstractFileSystem.Attr
Deprecated. Only public by accident.
serialVersionUID - Static variable in interface org.openide.filesystems.AbstractFileSystem.Change
Deprecated. Only public by accident.
serialVersionUID - Static variable in interface org.openide.filesystems.AbstractFileSystem.Info
Deprecated. Only public by accident.
serialVersionUID - Static variable in interface org.openide.filesystems.AbstractFileSystem.List
Deprecated. Only public by accident.
serialVersionUID - Static variable in interface org.openide.filesystems.AbstractFileSystem.Transfer
Deprecated. Only public by accident.
serialVersionUID - Static variable in interface org.openide.nodes.Node.Handle
Deprecated. Only public by accident.
serialVersionUID - Static variable in interface org.openide.windows.Mode
Deprecated. Only public by accident.
serialVersionUID - Static variable in interface org.openide.windows.WindowManager.Component
Deprecated. Only public by accident.
serialVersionUID - Static variable in interface org.openide.windows.Workspace
Deprecated. Only public by accident.
services() - Method in class org.openide.ServiceType.Registry
Deprecated. Get all available services managed by the engine.
services(Class) - Method in class org.openide.ServiceType.Registry
Deprecated. Get all available services that are assignable to the given superclass.
set(Collection, InstanceContent.Convertor) - Method in class org.openide.util.lookup.InstanceContent
Changes all pairs in the lookup to new values.
setAccelerator(KeyStroke) - Method in class org.openide.awt.Actions.SubMenu
Overrides superclass method to be able to have an accelerator.
setActionPerformer(ActionPerformer) - Method in class org.openide.util.actions.CallbackSystemAction
Deprecated. use TopComponent.getActionMap() as described in the javadoc
setActivatedNodes(Node[]) - Method in class org.openide.windows.TopComponent
Set the set of activated nodes in this component.
setActivatedNodes(Node[]) - Method in interface org.openide.windows.WindowManager.Component
Deprecated. Set the set of activated nodes for this component.
setAdditionalOptions(Object[]) - Method in class org.openide.NotifyDescriptor
Define an explicit description of the set of additional user-selectable options.
setAdditionalOptions(Object[]) - Method in class org.openide.WizardDescriptor
 
setAllowedDragActions(int) - Method in class org.openide.explorer.view.ListView
Sets allowed actions for dragging
setAllowedDragActions(int) - Method in class org.openide.explorer.view.TreeView
Sets allowed actions for dragging
setAllowedDropActions(int) - Method in class org.openide.explorer.view.ListView
Sets allowed actions for dropping.
setAllowedDropActions(int) - Method in class org.openide.explorer.view.TreeView
Sets allowed actions for dropping.
setArrowsOrientation(boolean) - Method in class org.openide.awt.SpinButton
Deprecated. Sets the new orientation of arows.
setAsText(String) - Method in class org.openide.text.PrintSettings.AlignmentEditor
 
setAttribute(String, Object) - Method in class org.openide.filesystems.FileObject
Set the file attribute with the specified name.
setBackground(Color) - Method in class org.openide.explorer.propertysheet.PropertyPanel
 
setBefore(boolean) - Method in class org.openide.nodes.Children.Keys
Set whether new nodes should be added to the beginning or end of sublists for a given key.
setBooleanState(boolean) - Method in class org.openide.util.actions.BooleanStateAction
Set the current state.
setBounds(Rectangle) - Method in interface org.openide.windows.Mode
Sets the bounds of the mode.
setBoundsIgnored(boolean) - Method in class org.openide.awt.SpinButton
Deprecated.  
setBranding(String) - Static method in class org.openide.util.NbBundle
Set the current branding token.
setBreakpoint(boolean) - Method in class org.openide.text.DocumentLine
 
setBreakpoint(boolean) - Method in class org.openide.text.Line
Deprecated. Deprecated since 1.20. Use Annotation.attach(org.openide.text.Annotatable) instead.
setBreakpoint(Color) - Method in class org.openide.text.NbDocument.Colors
Deprecated.  
setButtonListener(ActionListener) - Method in class org.openide.DialogDescriptor
Set new button listener instance for this dialog descriptor.
setCapability(FileSystemCapability) - Method in class org.openide.filesystems.FileSystem
Deprecated. Capabilities are no longer used.
setCentered(boolean) - Method in interface org.openide.awt.HtmlRenderer.Renderer
Indicate that the text should be painted centered below the icon.
setChangeImmediate(boolean) - Method in class org.openide.explorer.propertysheet.PropertyPanel
Setter for property changeImmediate.
setCharacterAttributes(int, int, AttributeSet, boolean) - Method in class org.openide.text.FilterDocument
 
setCharacterAttributes(int, int, AttributeSet, boolean) - Method in class org.openide.text.FilterStyledDocument
 
setChildren(Children) - Method in class org.openide.nodes.Node
Allows to change Children of the node.
setClassLoaderFinder(NbBundle.ClassLoaderFinder) - Static method in class org.openide.util.NbBundle
Deprecated. Useless.
setCloseOperation(int) - Method in class org.openide.windows.TopComponent
Deprecated. Do not use. It is redundant since workspaces are not supported anymore.
setClosingOptions(Object[]) - Method in class org.openide.DialogDescriptor
Setter for list of options that close the dialog.
setClosingOptions(Object[]) - Method in class org.openide.WizardDescriptor
 
setComparator(Comparator) - Method in class org.openide.nodes.Children.SortedArray
Set the comparator.
setComparator(Comparator) - Method in class org.openide.nodes.Children.SortedMap
Set the comparator.
setCompile(boolean) - Method in class org.openide.filesystems.FileSystemCapability.Bean
Deprecated. Please use the ClassPath API instead.
setConfirmDelete(boolean) - Method in class org.openide.explorer.ExplorerActions
Deprecated. Set whether to confirm deletions.
setConfirmDelete(boolean) - Static method in class org.openide.explorer.ExplorerPanel
Deprecated. Set whether deletions should have to be confirmed on all Explorer panels.
setContents(Transferable, ClipboardOwner) - Method in class org.openide.util.datatransfer.ExClipboard
 
setContinuousLayout(boolean) - Method in class org.openide.awt.SplittedPanel
Deprecated. Setter method for the ContinuousLayout property.
setCookieSet(CookieSet) - Method in class org.openide.nodes.AbstractNode
Deprecated. just use getCookieSet().add(...) instead
setCurrent(Color) - Method in class org.openide.text.NbDocument.Colors
Deprecated.  
setCurrentPage(int) - Method in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Relic of the original property sheet implementation. Does nothing.
setCurrentPage(String) - Method in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Relic of the original property sheet implementation. Does nothing.
setDebug(boolean) - Method in class org.openide.filesystems.FileSystemCapability.Bean
Deprecated. Please use the ClassPath API instead.
setDefaultAction(SystemAction) - Method in class org.openide.nodes.AbstractNode
Deprecated. Override AbstractNode.getPreferredAction() instead.
setDefaultActionAllowed(boolean) - Method in class org.openide.explorer.view.TreeTableView
 
setDefaultActionAllowed(boolean) - Method in class org.openide.explorer.view.TreeView
Enable/disable double click to invoke default action.
setDefaultActions(SystemAction[]) - Static method in class org.openide.nodes.NodeOp
Deprecated. Useless.
setDefaultProcessor(ActionListener) - Method in class org.openide.explorer.view.ListView
Set a new processor for default actions.
setDelay(int) - Method in class org.openide.awt.SpinButton
Deprecated. Sets new value of repeatDelay variable.
setDelegates(FileSystem[]) - Method in class org.openide.filesystems.MultiFileSystem
Changes the filesystems that this system delegates to
setDepth(int) - Method in class org.openide.explorer.view.NodeListModel
Depth of nodes to display.
setDisabledPropertyColor(Color) - Method in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Relic of the original property sheet implementation. Does nothing.
setDisabledPropertyColor(Color) - Method in class org.openide.explorer.propertysheet.PropertySheetSettings
Deprecated.  
setDisplayName(String) - Method in class org.openide.nodes.FilterNode
 
setDisplayName(String) - Method in class org.openide.nodes.IndexedPropertySupport
 
setDisplayName(String) - Method in class org.openide.nodes.Node
Set the display name.
setDisplayName(String) - Method in class org.openide.windows.TopComponent
Sets localized display name of this TopComponent.
setDisplayWritableOnly(boolean) - Method in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Relic of the original property sheet implementation. Does nothing.
setDisplayWritableOnly(boolean) - Method in class org.openide.explorer.propertysheet.PropertySheetSettings
Deprecated.  
setDoc(boolean) - Method in class org.openide.filesystems.FileSystemCapability.Bean
Deprecated. Please use JavadocForBinaryQuery instead.
setDragSource(boolean) - Method in class org.openide.explorer.view.ListView
Enables/disables dragging support.
setDragSource(boolean) - Method in class org.openide.explorer.view.TreeTableView
 
setDragSource(boolean) - Method in class org.openide.explorer.view.TreeView
Enables/disables dragging support.
setDropTarget(boolean) - Method in class org.openide.explorer.view.ListView
Enables/disables dropping support.
setDropTarget(boolean) - Method in class org.openide.explorer.view.TreeTableView
 
setDropTarget(boolean) - Method in class org.openide.explorer.view.TreeView
Enables/disables dropping support.
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.
setEnabled(boolean) - Method in class org.openide.awt.Actions.SubMenu
Seting menu to disabled also sets the item as not selected
setEnabled(boolean) - Method in class org.openide.explorer.propertysheet.PropertyPanel
Sets whether or not this component is enabled.
setEnabled(boolean) - Method in class org.openide.explorer.view.BeanTreeView
Delegate the setEnable method to Jtree
setEnabled(boolean) - Method in class org.openide.util.actions.NodeAction
 
setEnabled(boolean) - Method in class org.openide.util.actions.SystemAction
Set whether the action should be enabled.
setError(Color) - Method in class org.openide.text.NbDocument.Colors
Deprecated.  
setExactMatch(boolean) - Method in class org.openide.util.MapFormat
Specify whether both brackets are required in the expression.
setExecute(boolean) - Method in class org.openide.filesystems.FileSystemCapability.Bean
Deprecated. Please use the ClassPath API instead.
setExploredContext(Node) - Method in class org.openide.explorer.ExplorerManager
Set the explored context.
setExploredContext(Node, Node[]) - Method in class org.openide.explorer.ExplorerManager
Set the explored context.
setExploredContextAndSelection(Node, Node[]) - Method in class org.openide.explorer.ExplorerManager
Set the explored context and selected nodes.
setFactory(HtmlBrowser.Factory) - Static method in class org.openide.awt.HtmlBrowser
Deprecated. Use Lookup instead to register factories
setFilter(Object) - Method in interface org.openide.cookies.FilterCookie
Deprecated. Set the current filter.
setFooterAlignment(int) - Method in class org.openide.text.PrintSettings
 
setFooterFont(Font) - Method in class org.openide.text.PrintSettings
 
setFooterFormat(String) - Method in class org.openide.text.PrintSettings
 
setForeground(Color) - Method in class org.openide.awt.SpinButton
Deprecated. Setter method for foreground color.
setForeground(Color) - Method in class org.openide.explorer.propertysheet.PropertyPanel
 
setHeaderAlignment(int) - Method in class org.openide.text.PrintSettings
 
setHeaderFont(Font) - Method in class org.openide.text.PrintSettings
 
setHeaderFormat(String) - Method in class org.openide.text.PrintSettings
 
setHelpCtx(HelpCtx) - Method in class org.openide.DialogDescriptor
Set new help context for this dialog descriptor.
setHelpCtx(HelpCtx) - Method in class org.openide.WizardDescriptor
 
setHelpIDString(JComponent, String) - Static method in class org.openide.util.HelpCtx
Set the help ID for a component.
setHidden(boolean) - Method in class org.openide.filesystems.FileSystem
Deprecated. This property is now useless.
setHomePage(String) - Static method in class org.openide.awt.HtmlBrowser
Sets the home page.
setHorizontalScrollBarPolicy(int) - Method in class org.openide.explorer.view.TreeTableView
 
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
setIcon(Icon) - Method in class org.openide.util.actions.SystemAction
Set the action's display icon.
setIcon(Image) - Method in class org.openide.windows.TopComponent
Set the icon of this top component.
setIcon(Image) - Method in interface org.openide.windows.WindowManager.Component
Deprecated. Set the icon of the top component.
setIconBase(String) - Method in class org.openide.nodes.AbstractNode
Change the icon.
setIconTextGap(int) - Method in interface org.openide.awt.HtmlRenderer.Renderer
Convenience method to set the gap between the icon and text.
setImmediateReorder(boolean) - Method in class org.openide.nodes.IndexedCustomizer
Deprecated. Set whether reorders will take effect immediately.
setImportant(boolean) - Method in class org.openide.filesystems.FileObject
Deprecated. No longer used. Instead use SharabilityQuery.
setIndent(int) - Method in interface org.openide.awt.HtmlRenderer.Renderer
Set a number of pixels the icon and text should be indented.
setIndex(int) - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
 
setIndexedValue(int, Object) - Method in class org.openide.nodes.IndexedPropertySupport
 
setIndexedValue(int, Object) - Method in class org.openide.nodes.Node.IndexedProperty
Set the value of the property at an index.
setInputText(String) - Method in class org.openide.NotifyDescriptor.InputLine
Set the text on the input line.
setJarFile(File) - Method in class org.openide.filesystems.JarFileSystem
Set name of the ZIP/JAR file.
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.
setKeys(Collection) - Method in class org.openide.nodes.Children.Keys
Set new keys for this children object.
setKeys(Object[]) - Method in class org.openide.nodes.Children.Keys
Set keys for this list.
setLeaf(boolean) - Method in class org.openide.DialogDescriptor
Set new leaf status.
setLeftBrace(String) - Method in class org.openide.util.MapFormat
Sets string used as left brace
setLineAscentCorrection(float) - Method in class org.openide.text.PrintSettings
Setter for lineAscentCorrection property.
setListPreferredWidth(int) - Method in class org.openide.explorer.view.ListTableView
Deprecated. Set preferred width of list view
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.
setLogicalStyle(int, Style) - Method in class org.openide.text.FilterDocument
 
setLogicalStyle(int, Style) - Method in class org.openide.text.FilterStyledDocument
 
setLookups(Lookup[]) - Method in class org.openide.util.lookup.ProxyLookup
Change the delegates.
setMIMEType(String, String) - Static method in class org.openide.filesystems.FileUtil
Deprecated. You should instead use the more general MIMEResolver system.
setMIMEType(String) - Method in class org.openide.text.CloneableEditorSupport
Set the MIME type for the document.
setMap(Map) - Method in class org.openide.util.MapFormat
Sets argument map This map should contain key-value pairs with key values used in formatted string expression.
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
Deprecated. Use either AbstractButton.setText(java.lang.String) or Mnemonics.setLocalizedText(AbstractButton, String) as appropriate.
setMessage(Object) - Method in class org.openide.NotifyDescriptor
Define a descriptive message to be reported.
setMessageType(int) - Method in class org.openide.NotifyDescriptor
Define the style of the message.
setMinimum(int) - Method in class org.openide.awt.SpinButton
Deprecated. Sets a minimum of the range of the SpinButton.
setModal(boolean) - Method in class org.openide.DialogDescriptor
Set new modal status.
setModel(ToolsAction.Model) - Static method in class org.openide.actions.ToolsAction
Deprecated. Useless, see ActionManager.
setModel(PropertyModel) - Method in class org.openide.explorer.propertysheet.PropertyPanel
Setter for property model.
setName(String) - Method in class org.openide.ServiceType
Set the name of the service type.
setName(String) - Method in class org.openide.nodes.AbstractNode
Set the system name.
setName(String) - Method in class org.openide.nodes.BeanNode
Set the node name.
setName(String) - Method in class org.openide.nodes.FilterNode
 
setName(String) - Method in class org.openide.nodes.IndexedPropertySupport
 
setName(String) - Method in class org.openide.nodes.Node
Set the system name.
setName(String) - Method in class org.openide.windows.TopComponent
Set the name of this top component.
setNode(Node) - Method in class org.openide.explorer.view.NodeListModel
Changes the root of the model.
setNode(Node) - Method in class org.openide.explorer.view.NodeTreeModel
Changes the root of the model.
setNodes(Node[]) - Method in class org.openide.explorer.propertysheet.PropertySheet
Set the nodes explored by this property sheet.
setNodes(Node[]) - Method in class org.openide.explorer.view.NodeTableModel
Set rows.
setObject(Object) - Method in class org.openide.nodes.IndexedCustomizer
Deprecated. Set the nodes to reorder.
setOptionType(int) - Method in class org.openide.NotifyDescriptor
Define the set of options.
setOptions(Object[]) - Method in class org.openide.NotifyDescriptor
Define an explicit description of the set of user-selectable options.
setOptions(Object[]) - Method in class org.openide.WizardDescriptor
Set options permitted by the wizard considered as a DialogDescriptor.
setOptionsAlign(int) - Method in class org.openide.DialogDescriptor
Set new option alignment.
setOrientation(boolean) - Method in class org.openide.awt.SpinButton
Deprecated. Sets the new orientation.
setPageFormat(PageFormat) - Method in class org.openide.text.PrintSettings
sets page format
setPairs(Collection) - Method in class org.openide.util.lookup.AbstractLookup.Content
Changes all pairs in the lookup to new values.
setPairs(Collection) - Method in class org.openide.util.lookup.AbstractLookup
Changes all pairs in the lookup to new values.
setPanels(WizardDescriptor.Iterator) - Method in class org.openide.WizardDescriptor
Set a different list of panels.
setParagraphAttributes(int, int, AttributeSet, boolean) - Method in class org.openide.text.FilterDocument
 
setParagraphAttributes(int, int, AttributeSet, boolean) - Method in class org.openide.text.FilterStyledDocument
 
setParentFocused(boolean) - Method in interface org.openide.awt.HtmlRenderer.Renderer
Indicate that the component being rendered has keyboard focus.
setPasteTypes(PasteType[]) - Method in class org.openide.actions.PasteAction
Deprecated. Use TopComponent.getActionMap ().put (javax.swing.text.DefaultEditorKit.pasteAction, yourPasteAction); If you want register more paste types then use an action which delegates to an array of PasteAction or also can delegate to an array of org.openide.util.datatransfer.PasteType.
setPlastic(boolean) - Method in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Relic of the original property sheet implementation. Display of properties is handled by the look and feel.
setPlastic(boolean) - Method in class org.openide.explorer.propertysheet.PropertySheetSettings
Deprecated.  
setPopupAllowed(boolean) - Method in class org.openide.explorer.view.ListView
Enable/disable displaying popup menus on list view items.
setPopupAllowed(boolean) - Method in class org.openide.explorer.view.TreeTableView
 
setPopupAllowed(boolean) - Method in class org.openide.explorer.view.TreeView
Enable/disable displaying popup menus on tree view items.
setPopupMenuVisible(boolean) - Method in class org.openide.awt.JMenuPlus
Overriden to provide better strategy for placing the JMenu on the screen.
setPreferences(int) - Method in class org.openide.explorer.propertysheet.PropertyPanel
Setter for visual preferences in displaying of the value of the property.
setPreferredSize(Dimension) - Method in class org.openide.explorer.view.ListTableView
Deprecated.  
setPriority(int) - Method in class org.openide.util.RequestProcessor.Task
Changes the priority the task will be performed with.
setPropagateMasks(boolean) - Method in class org.openide.filesystems.MultiFileSystem
Set whether unused mask files should be listed as children.
setProperties(Node.Property[]) - Method in class org.openide.explorer.view.ListTableView
Deprecated. Set columns.
setProperties(Node.Property[]) - Method in class org.openide.explorer.view.NodeTableModel
Set columns.
setProperties(Node.Property[]) - Method in class org.openide.explorer.view.TreeTableView
Set columns.
setProperty(Node.Property) - Method in class org.openide.explorer.propertysheet.PropertyPanel
Set or change the property this PropertyPanel will display
setPropertyEditorClass(Class) - Method in class org.openide.nodes.PropertySupport.Reflection
Set the property editor explicitly.
setPropertyModel(PropertyModel) - Method in interface org.openide.explorer.propertysheet.InplaceEditor
Set the property model that should be updated in the event of a change.
setPropertyPaintingStyle(int) - Method in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Relic of the original property sheet implementation. Does nothing.
setPropertyPaintingStyle(int) - Method in class org.openide.explorer.propertysheet.PropertySheetSettings
Deprecated.  
setRate(int) - Method in class org.openide.awt.SpinButton
Deprecated. Sets new value of repeatRate variable.
setReadOnly(boolean) - Method in class org.openide.filesystems.LocalFileSystem
Set whether the filesystem should be read only.
setReference(CloneableTopComponent.Ref) - Method in class org.openide.windows.CloneableTopComponent
Changes the reference to which this components belongs.
setRefreshTime(int) - Method in class org.openide.filesystems.AbstractFileSystem
Set the number of milliseconds between automatic refreshes of the directory structure.
setRenderStyle(int) - Method in interface org.openide.awt.HtmlRenderer.Renderer
Set the rendering style - this can be JLabel-style truncated-with-elipsis (...) text, or clipped text.
setRepeating(boolean) - Method in class org.openide.awt.SpinButton
Deprecated.  
setRightBrace(String) - Method in class org.openide.util.MapFormat
Sets string used as right brace
setRootContext(Node) - Method in class org.openide.explorer.ExplorerManager
Set the root context.
setRootDirectory(File) - Method in class org.openide.filesystems.LocalFileSystem
Set the root directory of the filesystem.
setRootVisible(boolean) - Method in class org.openide.explorer.view.TreeView
Set whether or not the root node from the TreeModel is visible.
setRowHeader(JViewport) - Method in class org.openide.explorer.view.TreeTableView
 
setSelected(boolean) - Method in class org.openide.awt.Actions.SubMenu
Menu cannot be selected when it represents MenuItem.
setSelectedItem(Object) - Method in class org.openide.explorer.view.NodeListModel
Currently selected item.
setSelectedNodes(Node[]) - Method in class org.openide.explorer.ExplorerManager
Set the set of selected nodes.
setSelectionInterval(int, int) - Method in class org.openide.awt.ListPane
Deprecated.  
setSelectionMode(int) - Method in class org.openide.explorer.view.ListView
Set whether single-item or multiple-item selections are allowed.
setSelectionMode(int) - Method in class org.openide.explorer.view.TreeTableView
 
setSelectionMode(int) - Method in class org.openide.explorer.view.TreeView
Sets the selection model, which must be one of TreeSelectionModel.SINGLE_TREE_SELECTION, TreeSelectionModel.CONTIGUOUS_TREE_SELECTION or TreeSelectionModel.DISCONTIGUOUS_TREE_SELECTION.
setServiceTypes(List) - Method in class org.openide.ServiceType.Registry
Deprecated. Better to change service instance files instead.
setSheet(Sheet) - Method in class org.openide.nodes.AbstractNode
Set the set of properties.
setShortDescription(String) - Method in class org.openide.nodes.FilterNode
 
setShortDescription(String) - Method in class org.openide.nodes.IndexedPropertySupport
 
setShortDescription(String) - Method in class org.openide.nodes.Node
Set the short description of the node.
setShowExploredContext(boolean) - Method in class org.openide.explorer.view.ChoiceView
Set showing of explored contexts.
setSortingMode(int) - Method in class org.openide.explorer.propertysheet.PropertySheet
Set the sorting mode.
setSortingMode(int) - Method in class org.openide.explorer.propertysheet.PropertySheetSettings
Deprecated.  
setSource(Object) - Method in class org.openide.util.WeakListener
Deprecated. Setter for the source field.
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.
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.
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.
setState(Object) - Method in class org.openide.explorer.propertysheet.PropertyEnv
A setter that should be used by the property editor to change the state of the environment.
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.
setStep(int) - Method in class org.openide.awt.SpinButton
Deprecated. Sets a new step of the SpinButton.
setSurviveFocusChange(boolean) - Method in class org.openide.util.actions.CallbackSystemAction
Set whether the action will survive a change in focus.
setSwapPanesEnabled(boolean) - Method in class org.openide.awt.SplittedPanel
Deprecated. Setter method for the SwapPanesEnabled property.
setSynchronizeName(boolean) - Method in class org.openide.nodes.BeanNode
Set whether or not to keep the node name and Bean name synchronized automatically.
setSystemName(String) - Method in class org.openide.filesystems.FileSystem
Deprecated. The system name should now be avoided in favor of identifying files persistently by URL.
setTableAutoResizeMode(int) - Method in class org.openide.explorer.view.ListTableView
Deprecated. Sets resize mode of table.
setTableAutoResizeMode(int) - Method in class org.openide.explorer.view.TreeTableView
Sets resize mode of table.
setTableColumnPreferredWidth(int, int) - Method in class org.openide.explorer.view.ListTableView
Deprecated. Sets preferred width of table column
setTableColumnPreferredWidth(int, int) - Method in class org.openide.explorer.view.TreeTableView
Sets preferred width of table column
setText(String) - Method in interface org.openide.awt.HtmlRenderer.Renderer
Set the text to be displayed.
setText(String) - Method in class org.openide.text.PositionBounds
Replaces the text contained in this range.
setThrowExceptionIfKeyWasNotFound(boolean) - Method in class org.openide.util.MapFormat
Specify whether formatter will throw exception if object for key was not found.
setTitle(String) - Method in class org.openide.NotifyDescriptor
Set the title string for this report description.
setTitleFormat(MessageFormat) - Method in class org.openide.WizardDescriptor
Sets the message format to create title of the wizard.
setToolTipText(String) - Method in class org.openide.windows.TopComponent
Sets toolTip for this TopComponent, adds notification about the change to its WindowManager.TopComponentManager.
setToolbarVisible(boolean) - Method in class org.openide.awt.HtmlBrowser
Shows/hides toolbar.
setTraversalAllowed(boolean) - Method in class org.openide.explorer.view.ListView
Enable/disable hierarchy traversal using CTRL+click (down) and Backspace (up), default is enabled.
setTreePreferredWidth(int) - Method in class org.openide.explorer.view.TreeTableView
Set preferred size of tree view
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.
setValid(boolean) - Method in class org.openide.NotifyDescriptor
Set validity of OK button.
setValue(Object) - Method in class org.openide.NotifyDescriptor
Set the value the user has chosen and fires appropriate property change.
setValue(Object) - Method in class org.openide.WizardDescriptor
Overrides superclass method.
setValue(int) - Method in class org.openide.awt.SpinButton
Deprecated. Sets a new value of the SpinButton.
setValue(Object) - Method in class org.openide.explorer.propertysheet.DefaultPropertyModel
Deprecated. Setter for a value of a property.
setValue(Object) - Method in interface org.openide.explorer.propertysheet.InplaceEditor
Set the value to be displayed in the inplace editor.
setValue(Object) - Method in interface org.openide.explorer.propertysheet.PropertyModel
Setter for a value of a property.
setValue(String, Object) - Method in class org.openide.nodes.FilterNode
 
setValue(Object) - Method in class org.openide.nodes.IndexedPropertySupport
 
setValue(Object) - Method in class org.openide.nodes.Node.Property
Set the value.
setValue(Object) - Method in class org.openide.nodes.PropertySupport.Name
 
setValue(Object) - Method in class org.openide.nodes.PropertySupport.ReadOnly
 
setValue(Object) - Method in class org.openide.nodes.PropertySupport.Reflection
 
setValueColor(Color) - Method in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Relic of the original property sheet implementation. Display of properties is handled by the look and feel.
setValueColor(Color) - Method in class org.openide.explorer.propertysheet.PropertySheetSettings
Deprecated.  
setVerticalScrollBarPolicy(int) - Method in class org.openide.explorer.view.TreeTableView
 
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.
setWorkspaces(Workspace[]) - Method in class org.openide.windows.WindowManager
Deprecated. Do not use. Workspaces are not supported anymore.
setWrap(boolean) - Method in class org.openide.text.PrintSettings
 
setXmlUrl(URL) - Method in class org.openide.filesystems.XMLFileSystem
Setter of url field.
setXmlUrl(URL, boolean) - Method in class org.openide.filesystems.XMLFileSystem
Setter of url field.
setXmlUrls(URL[]) - Method in class org.openide.filesystems.XMLFileSystem
Deprecated. experimental method. Nobody should rely on this method yet.
sharedInstance() - Static method in class org.openide.explorer.view.NodeRenderer
Deprecated. This method no longer returns a shared instance, as it caused problems with one view setting properties (such as enabled state) on the renderer and the renderer then being used in its altered state by a different view. Views should create their own instance of NodeRenderer instead.
show(Component, int, int) - Method in class org.openide.awt.JPopupMenuPlus
 
show(int, int) - Method in class org.openide.text.DocumentLine
 
show(int, int) - Method in class org.openide.text.Line
Show the line.
show(int) - Method in class org.openide.text.Line
Shows the line (at the first column).
showHistory() - Method in class org.openide.awt.HtmlBrowser.Impl
Invoked when the history button is pressed.
showIndexedCustomizer(Index) - Static method in class org.openide.nodes.Index.Support
Utility method to create and show an indexed customizer.
showJFileChooser(JFileChooser, Component, String) - Static method in class org.openide.util.Utilities
Deprecated. Not needed in JDK 1.4.
showPath(TreePath) - Method in class org.openide.explorer.view.BeanTreeView
Expand the given path and makes it visible.
showPath(TreePath) - Method in class org.openide.explorer.view.ContextTreeView
Expand the given path and makes it visible.
showPath(TreePath) - Method in class org.openide.explorer.view.TreeView
Show a given path in the screen.
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.
showProperties(Node) - Method in class org.openide.nodes.NodeOperation
Open a modal Property Sheet on a node.
showProperties(Node[]) - Method in class org.openide.nodes.NodeOperation
Open a modal Property Sheet on a set of nodes.
showSelection(TreePath[]) - Method in class org.openide.explorer.view.BeanTreeView
 
showSelection(TreePath[]) - Method in class org.openide.explorer.view.ContextTreeView
Shows selection to reflect the current state of the selection in the explorer.
showSelection(int[]) - Method in class org.openide.explorer.view.ListView
Shows selection.
showSelection(TreePath[]) - Method in class org.openide.explorer.view.TreeView
Shows selection to reflect the current state of the selection in the explorer.
showURL(URL) - Method in class org.openide.awt.HtmlBrowser.URLDisplayer
Display a URL to the user somehow.
singleton - Variable in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
Singleton.
singleton(Object) - Static method in class org.openide.util.Enumerations
Creates an enumeration with one element.
singleton(Object) - Static method in class org.openide.util.lookup.Lookups
Creates a singleton lookup.
size(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Info
Get the size of the file.
size(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
size(String) - Method in class org.openide.filesystems.JarFileSystem
 
size(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
size(String) - Method in class org.openide.filesystems.LocalFileSystem
 
size(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Get the size of the file.
size() - Method in class org.openide.util.WeakSet
 
skipSafely(ObjectInput) - Static method in class org.openide.util.io.NbObjectInputStream
Skips an object from the given object input without loading it.
splitChanged(SplittedPanel.SplitChangeEvent) - Method in interface org.openide.awt.SplittedPanel.SplitChangeListener
Deprecated. Called when a split point changes
stateChanged(ChangeEvent) - Method in class org.openide.util.WeakListener.Change
Deprecated. Called when new file system is added to the pool.
step - Variable in class org.openide.awt.SpinButton
Deprecated. Step of the SpinButton.
stop() - Method in class org.openide.util.RequestProcessor
Stops processing of runnables processor.
stopLoading() - Method in class org.openide.awt.HtmlBrowser.Impl
Stops loading of current html page.
storeSettings(Object) - Method in interface org.openide.WizardDescriptor.Panel
Provides the wizard panel with the opportunity to update the settings with its current customized state.
storeToXML(Document) - Method in interface org.openide.explorer.propertysheet.editors.XMLPropertyEditor
Called to store current property value into XML subtree.
stringToKey(String) - Static method in class org.openide.util.Utilities
Construct a new key description from a given universal string description.
stringToKeys(String) - Static method in class org.openide.util.Utilities
Convert a space-separated list of user-friendly key binding names to a list of Swing key strokes.
support - Variable in class org.openide.nodes.Index.ArrayChildren
Support instance for delegation of some Index methods.
supportsCustomEditor() - Method in class org.openide.text.PrintSettings.PageFormatEditor
 
supportsDefaultValue() - Method in class org.openide.nodes.Node.Property
Test whether the property had a default value.
supportsEditingTaggedValues() - Method in interface org.openide.explorer.propertysheet.editors.EnhancedPropertyEditor
Deprecated. Test for support of editing of tagged values.
supportsTextEntry() - Method in interface org.openide.explorer.propertysheet.InplaceEditor
Indicates whether an inplace editor supports the direct entry of text or not.
surviveFocusChange() - Method in class org.openide.actions.EditAction
 
surviveFocusChange() - Method in class org.openide.actions.OpenAction
 
surviveFocusChange() - Method in class org.openide.actions.RenameAction
 
surviveFocusChange() - Method in class org.openide.actions.ReorderAction
 
surviveFocusChange() - Method in class org.openide.actions.ViewAction
 
surviveFocusChange() - Method in class org.openide.util.actions.NodeAction
Specify the behavior of the action when a window with no activated nodes is selected.
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.  
systemActions - Variable in class org.openide.nodes.AbstractNode
Actions for the node.

A B C D E F G H I J K L M N O P Q R S T U V W X Y
Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.