Home
last modified time | relevance | path

Searched refs:pane (Results 1 – 25 of 79) sorted by relevance

1234

/trunk/main/scripting/java/org/openoffice/netbeans/editor/
H A DNetBeansSourceView.java44 private JEditorPane pane; field in NetBeansSourceView
85 pane = new JEditorPane("text/x-java", ""); in NetBeansSourceView()
86 pane.setText(model.getText()); in NetBeansSourceView()
89 spane.setViewportView(pane); in NetBeansSourceView()
93 pane.getDocument().addDocumentListener(this); in NetBeansSourceView()
130 BaseDocument doc = Utilities.getDocument(pane); in scrollToLine()
139 Caret caret = pane.getCaret(); in scrollToLine()
151 pane.setText(""); in clear()
161 pane.setText(model.getText()); in update()
173 pane.getDocument().addDocumentListener(this); in update()
[all …]
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXPane2.idl34 a) showing and hiding the windows that internally belong to the pane and
40 /** Return whether all windows that are used to implement the pane are
42 @returns <TRUE> when all windows of the pane are visible.
46 /** Hide or show the pane. If there is more than one window used to
47 implement the pane then it is left to the implementation if one,
48 some, or all windows are hidden or shown as long as the pane becomes
51 When <TRUE> then show the pane. Hide it otherwise.
55 /** Set the accessibility object for the pane. When there is more than
56 one window used to implement the pane then the given accessibility
65 the windows that implement the pane.
H A DXPaneBorderPainter.idl42 /** Paint the border around a rectangular region, typically a pane.
62 The pane style defines the sizes of the border.
82 The pane style defines the sizes of the border.
99 /** Paint the border around a pane.
101 The pane style to use for painting the border.
106 the bounding box of a pane (the inner bounding box of the
112 The pane title. Supply an empty string for panes without
114 only for pane border styles that support a title.
123 /** Paint the border around a pane where the border includes a callout
H A DBasicPaneFactory.idl36 /** The <type>BasicPaneFactory</pane> is a resource factory that provides the
38 <p>This factory provides the center, left, and right pane. For the left
39 pane there are two URLS, <code>private:resource/floater/LeftImpressPane</code>
41 the other for Draw. The center pane and the right pane have the URLs
H A DXPane.idl42 /** A pane is an abstraction of a window and is one of the resources managed
44 <p>Apart from the area that displays a view a pane may contain other
53 pane that is used to display a view.
57 /** Return the <type scope="com::sun::star::awt">XCanvas</type> of the pane. The
H A DXTabBar.idl39 /** UI control for the selection of views in a pane.
44 center pane to switch between views in the center pane. Tab bars can
46 sorter or the outline view in the left pane.</p>
H A DXView.idl36 /** A view in the drawing framework is any object that paints into a pane.
38 representation of a document. But the task pane, which is primarily a
H A DBasicViewFactory.idl48 regardless of which pane it is used in.</li>
50 <li><code>private:resource/view/TaskPane</code> for the task pane.</li>
H A DXResourceFactory.idl55 created, then the new object can be initialized with the pane
81 when the given pane was not created by the same factory.
H A DXConfiguration.idl60 This anchor typically is either a pane or an empty
70 pane URLs. In a recursive search, only resource ids at the top
H A DXConfigurationController.idl87 when the view in the center pane is replaced by another view, some
99 pane it is displayed in. Resources that other resources depend on are
172 For example, there can only be one view per pane, so before
H A DXResource.idl47 other hand are in most cases no anchors. So the typical pane will
H A DResourceId.idl59 where the anchor is a pane.</p>
H A DTabBarButton.idl33 one pane.
H A DXResourceId.idl44 the resource it is bound to. The anchor typically is a pane (for
/trunk/main/offapi/com/sun/star/accessibility/
H A DAccessibleRole.idl118 /** Desktop pane role.
125 /** Directory pane role.
205 /** Glass pane role.
258 /** layered pane role.
260 <p>A specialized pane that allows its children to be drawn in
274 within a scroll pane.</p>
284 contained within a scroll pane.</p>
416 /** Root pane role.
418 <p>A specialized pane that has a glass pane and a layered pane as
434 /** Scroll pane role.
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DXViewPane.idl41 /** represents a pane in a view of a spreadsheet document.
49 /** returns the first column that is visible in the pane.
55 /** sets the first column that is visible in the pane.
61 /** returns the first row that is visible in the pane.
67 /** sets the first row that is visible in the pane.
74 the cells which are visible in the pane.
H A DSpreadsheetViewPane.idl45 /** represents a single pane in a view of a spreadsheet document.
49 /** allows to control which cells are shown in the view pane.
57 /** provides access to a control model's control for the view pane.
H A DSpreadsheetView.idl92 /** provides direct access to the view's active pane.
/trunk/main/scripting/java/org/openoffice/idesupport/ui/
H A DMethodPanel.java93 JScrollPane pane = new JScrollPane(list); in initUI() local
94 label.setLabelFor(pane); in initUI()
101 add(pane, BorderLayout.CENTER); in initUI()
H A DScriptPanel.java105 JScrollPane pane = new JScrollPane(table); in initUI() local
107 label.setLabelFor(pane); in initUI()
113 add(pane, BorderLayout.CENTER); in initUI()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DBundle.properties34 # Label the sequence #. Appears at top of pane:
37 # Provide list of steps to show in left pane:
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl318 /** The target object is the containing tab pane object. */
786 /** A desktop pane. A pane that supports internal frames and iconified
791 /** A directory pane. A pane that allows the user to navigate through
811 or specify a filename. May use the directory pane to show the contents of
841 /** A glass pane. A pane that is guaranteed to be painted on top of all panes
879 /** A layered pane. A specialized pane that allows its children to be drawn
881 holds the menu bar as well as the pane that contains most of the visual
892 /** A specialized pane whose primary use is inside a dialog.
915 /** A root pane. A specialized pane that has a glass pane and a layered pane
945 /** A split pane. A specialized panel that presents two other panels at the
[all …]
/trunk/main/offapi/com/sun/star/drawing/
H A DXDrawSubController.idl49 changes its sub controllers whenever the view in the center pane is
/trunk/main/toolkit/doc/layout/
H A DTODO226 + scrolled-pane impl.

Completed in 73 milliseconds

1234