|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Component | |
---|---|
org.apache.pivot.charts | Contains a collection of components for use in charting applications. |
org.apache.pivot.charts.skin | Contains abstract base classes for chart view skins. |
org.apache.pivot.wtk | Contains classes that define the structure and behavior of WTK user interface components. |
org.apache.pivot.wtk.content | Contains classes representing component data, such as list items or table rows. |
org.apache.pivot.wtk.effects | Contains classes supporting visual effects such as blurs, reflections, and drop shadows. |
org.apache.pivot.wtk.skin | Contains common skins and abstract base classes for theme-specific skins. |
org.apache.pivot.wtk.skin.terra | Defines skin classes for the "Terra" theme. |
org.apache.pivot.wtk.text | Contains classes representing a text object model. |
Uses of Component in org.apache.pivot.charts |
---|
Subclasses of Component in org.apache.pivot.charts | |
---|---|
class |
AreaChartView
Presents chart data using an area plot. |
class |
BarChartView
Presents chart data using a bar plot. |
class |
ChartView
Abstract base class for chart views. |
class |
HighLowChartView
Presents chart data using "open/high/low/close" plot. |
class |
LineChartView
Presents chart data using a line plot. |
class |
PieChartView
Presents chart data using a pie plot. |
Method parameters in org.apache.pivot.charts with type arguments of type Component | |
---|---|
protected void |
ChartView.installSkin(Class<? extends Component> componentClass)
|
Uses of Component in org.apache.pivot.charts.skin |
---|
Methods in org.apache.pivot.charts.skin with parameters of type Component | |
---|---|
void |
ChartViewSkin.install(Component component)
|
Uses of Component in org.apache.pivot.wtk |
---|
Subclasses of Component in org.apache.pivot.wtk | |
---|---|
class |
Accordion
Component that provides access to a set of components via selectable headers. |
class |
ActivityIndicator
Component representing an activity indicator. |
class |
Alert
Class representing an "alert", a dialog commonly used to facilitate simple user interaction. |
class |
Border
Container that displays a border. |
class |
BoxPane
Container that arranges components in a line, either vertically or horizontally. |
class |
Button
Abstract base class for button components. |
class |
Calendar
Component that allows the user to select a date. |
class |
CalendarButton
A component that allows a user to select a calendar date. |
class |
CardPane
Container that behaves like a deck of cards, only one of which may be visible at a time. |
class |
Checkbox
Component representing a checkbox. |
class |
ColorChooser
Component that allows the user to select a color. |
class |
ColorChooserButton
A component that allows a user to select a color. |
class |
Container
Abstract base class for containers. |
class |
Dialog
Window class whose primary purpose is to facilitate interaction between an application and a user. |
class |
Display
Container that serves as the root of a component hierarchy. |
class |
Expander
Navigation container that allows a user to expand and collapse a content component. |
class |
FileBrowser
Component representing a file browser. |
class |
FileBrowserSheet
File browser sheet. |
class |
FillPane
Container that fills the space it has been given inside its parent and then arranges its child components in a line, either vertically or horizontally. |
class |
FlowPane
Container that arranges components in a horizontal line, wrapping when contents don't fit on a single line. |
class |
Form
A container that arranges field components in a form layout. |
class |
Frame
Container class representing a decorated frame window. |
class |
GridPane
Container that arranges components in a two-dimensional grid, where every cell is the same size. |
static class |
GridPane.Filler
Component that can be used as filler for empty cells. |
class |
ImageView
Component that displays an image. |
class |
Label
Component that displays a string of text. |
class |
LinkButton
Button component that resembles an HTML hyperlink. |
class |
ListButton
Component that allows a user to select one of several list options. |
class |
ListView
Component that displays a sequence of items, optionally allowing a user to select or check one or more items. |
class |
Menu
Component that presents a cascading menu. |
static class |
Menu.Item
Component representing a menu item. |
class |
MenuBar
Component representing a menu bar. |
static class |
MenuBar.Item
Component representing a menu bar item. |
class |
MenuButton
Component that allows a user to select one of several menu options. |
class |
MenuPopup
Popup class that displays a cascading menu. |
class |
Meter
Component that displays progress information. |
class |
MovieView
Component that plays a movie. |
class |
Palette
Window representing a "tool palette". |
class |
Panel
Simple container that performs no layout. |
class |
Panorama
Container that provides a scrollable view of a component. |
class |
Prompt
Class representing a "prompt", a sheet commonly used to facilitate simple user interaction. |
class |
PushButton
Component representing a push button. |
class |
RadioButton
Component representing a "radio button". |
class |
Rollup
Container that can be expanded or collapsed to respectively show or hide its content. |
class |
ScrollBar
Component that allows a user to select one of a range of values. |
class |
ScrollPane
Container that provides a scrollable view of a component, with optional fixed row and column headers. |
static class |
ScrollPane.Corner
Component class representing the components that will get placed in the corners of a ScrollPane. |
class |
Separator
Component representing a horizontal divider. |
class |
Sheet
Window class representing a "sheet". |
class |
Slider
Allows a user to select one of a range of values. |
class |
Spinner
Component that presents a means of cycling through a list of items. |
class |
SplitPane
A SplitPane is a container component that splits its size up into two regions, each of which is capable of holding one component. |
class |
StackPane
Container that behaves like a stack of transparencies, all of which are visible at the same time. |
class |
SuggestionPopup
Popup that presents a list of text suggestions to the user. |
class |
TablePane
Container that arranges components in a two-dimensional grid, optionally spanning multiple rows and columns, much like an HTML <table> element. |
static class |
TablePane.Filler
Component that can be used as filler for empty cells. |
class |
TableView
Component that displays a sequence of rows partitioned into columns, optionally allowing a user to select one or more rows. |
class |
TableViewHeader
Component representing a table view header. |
class |
TabPane
Container that provides access to a set of components via selectable tabs, only one of which is visible at a time. |
class |
TextArea
A component that allows a user to enter multiple lines of unformatted text. |
class |
TextInput
A component that allows a user to enter a single line of unformatted text. |
class |
TextPane
Component that allows a user to enter and edit multiple lines of (optionally formatted) text. |
class |
Tooltip
Window representing a "tooltip". |
class |
TreeView
Class that displays a hierarchical data structure, allowing a user to select one or more paths. |
class |
Viewport
Abstract base class for viewport components. |
class |
Window
Top-level container representing the entry point into a user interface. |
Fields in org.apache.pivot.wtk with type parameters of type Component | |
---|---|
protected HashMap<Class<? extends Component>,Class<? extends Skin>> |
Theme.componentSkinMap
|
Methods in org.apache.pivot.wtk that return Component | |
---|---|
Component |
TablePane.Row.get(int index)
|
Component |
TabPane.TabSequence.get(int index)
|
Component |
Container.get(int index)
|
Component |
Accordion.PanelSequence.get(int index)
|
Component |
GridPane.Row.get(int index)
|
Component |
Form.Section.get(int index)
|
static Component |
Automation.get(String automationID)
|
Component |
Alert.getBody()
|
Component |
Prompt.getBody()
|
Component |
SplitPane.getBottom()
|
Component |
SplitPane.getBottomRight()
|
static Component |
Mouse.getCapturer()
Returns the mouse capturer. |
Component |
TablePane.getCellComponent(int rowIndex,
int columnIndex)
Gets the component at the specified cell in this table pane. |
Component |
GridPane.getCellComponent(int rowIndex,
int columnIndex)
Gets the component at the specified cell in this grid pane. |
Component |
ScrollPane.getColumnHeader()
|
Component |
Skin.getComponent()
Returns the component with which a skin is associated. |
Component |
Container.getComponentAt(int x,
int y)
|
Component |
Border.getContent()
Returns the border's content component. |
Component |
Rollup.getContent()
|
Component |
Window.getContent()
|
Component |
Expander.getContent()
|
Component |
ScrollPane.getCorner()
|
Component |
TabPane.getCorner()
|
Component |
Container.getDescendantAt(int x,
int y)
|
Component |
Window.getFocusDescendant()
Returns the window descendant to which focus will be restored when this window is moved to the front. |
static Component |
Component.getFocusedComponent()
Returns the currently focused component. |
Component |
Rollup.getHeading()
|
Component |
SplitPane.getLeft()
|
Component |
Container.getNamedComponent(String name)
|
Component |
FocusTraversalPolicy.getNextComponent(Container container,
Component component,
FocusTraversalDirection direction)
Returns the next focus destination according to this traversal policy. |
Component |
SplitPane.getRight()
|
Component |
ScrollPane.getRowHeader()
|
Component |
CardPane.getSelectedCard()
|
Component |
Accordion.getSelectedPanel()
|
Component |
TabPane.getSelectedTab()
|
Component |
SplitPane.getTop()
|
Component |
SplitPane.getTopLeft()
|
Component |
Viewport.getView()
Returns the (single) component (typically a Container )
that we are providing a windowed (or scrollable) view of. |
Component |
Container.transferFocus(Component component,
FocusTraversalDirection direction)
Transfers focus to the next focusable component. |
Component |
Component.transferFocus(FocusTraversalDirection direction)
Transfers focus to the next focusable component. |
Component |
TablePane.Row.update(int index,
Component component)
|
Component |
TabPane.TabSequence.update(int index,
Component tab)
|
Component |
Container.update(int index,
Component component)
|
Component |
Accordion.PanelSequence.update(int index,
Component panel)
|
Component |
GridPane.Row.update(int index,
Component component)
|
Component |
Form.Section.update(int index,
Component field)
|
Component |
Alert.OptionSequence.update(int index,
Object option)
|
Component |
Prompt.OptionSequence.update(int index,
Object option)
|
Methods in org.apache.pivot.wtk that return types with arguments of type Component | |
---|---|
static Map<Class<? extends Component>,Map<String,?>> |
Component.getTypedStyles()
Returns the typed style dictionary. |
Iterator<Component> |
TablePane.Row.iterator()
|
Iterator<Component> |
TabPane.TabSequence.iterator()
|
Iterator<Component> |
Container.iterator()
|
Iterator<Component> |
Accordion.PanelSequence.iterator()
|
Iterator<Component> |
GridPane.Row.iterator()
|
Iterator<Component> |
Form.Section.iterator()
|
Sequence<Component> |
Menu.remove(int index,
int count)
|
Sequence<Component> |
SplitPane.remove(int index,
int count)
|
Sequence<Component> |
TablePane.remove(int index,
int count)
Overrides the base method to check whether or not a cell component is being removed, and fires the appropriate event in that case. |
Sequence<Component> |
TablePane.Row.remove(int index,
int count)
|
Sequence<Component> |
MenuBar.remove(int index,
int count)
|
Sequence<Component> |
ScrollPane.remove(int index,
int count)
|
Sequence<Component> |
Border.remove(int index,
int count)
|
Sequence<Component> |
Frame.remove(int index,
int count)
|
Sequence<Component> |
Rollup.remove(int index,
int count)
|
Sequence<Component> |
CardPane.remove(int index,
int count)
|
Sequence<Component> |
TabPane.remove(int index,
int count)
|
Sequence<Component> |
TabPane.TabSequence.remove(int index,
int count)
|
Sequence<Component> |
Container.remove(int index,
int count)
|
Sequence<Component> |
Viewport.remove(int index,
int count)
This method should not be called to remove child components from the Viewport because the viewable child(ren) are set by the Viewport.setView(org.apache.pivot.wtk.Component) method instead. |
Sequence<Component> |
Accordion.remove(int index,
int count)
|
Sequence<Component> |
Accordion.PanelSequence.remove(int index,
int count)
|
Sequence<Component> |
GridPane.remove(int index,
int count)
Overrides the base method to check whether or not a cell component is being removed, and fires the appropriate event in that case. |
Sequence<Component> |
GridPane.Row.remove(int index,
int count)
|
Sequence<Component> |
Window.remove(int index,
int count)
|
Sequence<Component> |
Expander.remove(int index,
int count)
|
Sequence<Component> |
Form.remove(int index,
int count)
|
Sequence<Component> |
Form.Section.remove(int index,
int count)
|
Sequence<Component> |
Container.removeAll()
|
Methods in org.apache.pivot.wtk with parameters of type Component | |
---|---|
int |
TablePane.Row.add(Component component)
|
int |
TabPane.TabSequence.add(Component tab)
|
int |
Container.add(Component component)
|
int |
Accordion.PanelSequence.add(Component panel)
|
int |
GridPane.Row.add(Component component)
|
int |
Form.Section.add(Component field)
|
protected static void |
Automation.add(String automationID,
Component component)
|
static void |
Alert.alert(MessageType messageType,
String message,
Component body,
Window owner)
|
static void |
Alert.alert(MessageType messageType,
String message,
Component body,
Window owner,
DialogCloseListener dialogCloseListener)
|
static void |
Alert.alert(MessageType messageType,
String message,
String title,
Component body,
Window owner,
DialogCloseListener dialogCloseListener)
|
static void |
Container.assertEventDispatchThread(Component component)
|
boolean |
DragSource.beginDrag(Component component,
int x,
int y)
Called by the framework to initiate a drag operation. |
void |
AlertListener.bodyChanged(Alert alert,
Component previousBody)
Called when an alert's body has changed. |
void |
AlertListener.Adapter.bodyChanged(Alert alert,
Component previousBody)
|
void |
PromptListener.bodyChanged(Prompt prompt,
Component previousBody)
Called when a prompt's body has changed. |
void |
PromptListener.Adapter.bodyChanged(Prompt prompt,
Component previousBody)
|
void |
SplitPaneListener.bottomRightChanged(SplitPane splitPane,
Component previousBottomRight)
Called when a split pane's bottom right component has changed. |
void |
SplitPaneListener.Adapter.bottomRightChanged(SplitPane splitPane,
Component previousBottomRight)
|
static void |
Mouse.capture(Component capturerArgument)
"Captures" the mouse, causing all mouse input to be delegated to the given component rather than propagating down the component hierarchy. |
void |
GridPaneListener.cellUpdated(GridPane.Row row,
int column,
Component previousComponent)
Called when a cell has been updated in a grid pane. |
void |
GridPaneListener.Adapter.cellUpdated(GridPane.Row row,
int column,
Component previousComponent)
|
void |
TablePaneListener.cellUpdated(TablePane.Row row,
int column,
Component previousComponent)
Called when a cell has been updated in a table pane. |
void |
TablePaneListener.Adapter.cellUpdated(TablePane.Row row,
int column,
Component previousComponent)
|
void |
Container.EDT_Checker.check(Component component)
|
void |
MenuHandler.cleanupMenuBar(Component component,
MenuBar menuBar)
Called when a component to which this handler is attached loses the focus. |
void |
MenuHandler.Adapter.cleanupMenuBar(Component component,
MenuBar menuBar)
|
static void |
Form.clearFlag(Component component)
|
void |
ScrollPaneListener.columnHeaderChanged(ScrollPane scrollPane,
Component previousColumnHeader)
Called when the scroll pane's column header changed. |
void |
ScrollPaneListener.Adapter.columnHeaderChanged(ScrollPane scrollPane,
Component previousColumnHeader)
|
void |
TablePaneAttributeListener.columnSpanChanged(TablePane tablePane,
Component component,
int previousColumnSpan)
Called when a component's column span attribute has changed. |
void |
TablePaneAttributeListener.Adapter.columnSpanChanged(TablePane tablePane,
Component component,
int previousColumnSpan)
|
boolean |
MenuHandler.configureContextMenu(Component component,
Menu menu,
int x,
int y)
Called when the user right-clicks on a component to which this handler is attached. |
boolean |
MenuHandler.Adapter.configureContextMenu(Component component,
Menu menu,
int x,
int y)
|
void |
MenuHandler.configureMenuBar(Component component,
MenuBar menuBar)
Called when a component to which this handler is attached gains the focus. |
void |
MenuHandler.Adapter.configureMenuBar(Component component,
MenuBar menuBar)
|
void |
BorderListener.contentChanged(Border border,
Component previousContent)
Called when a border's content component has changed. |
void |
BorderListener.Adapter.contentChanged(Border border,
Component previousContent)
|
void |
ExpanderListener.contentChanged(Expander expander,
Component previousContent)
Called when an expander's content component has changed. |
void |
ExpanderListener.Adapter.contentChanged(Expander expander,
Component previousContent)
|
void |
RollupListener.contentChanged(Rollup rollup,
Component previousContent)
Called when a rollup's content component changed. |
void |
RollupListener.Adapter.contentChanged(Rollup rollup,
Component previousContent)
|
void |
WindowListener.contentChanged(Window window,
Component previousContent)
Called when a window's content component has changed. |
void |
WindowListener.Adapter.contentChanged(Window window,
Component previousContent)
|
void |
ScrollPaneListener.cornerChanged(ScrollPane scrollPane,
Component previousCorner)
Called when the scroll pane's corner component changed. |
void |
ScrollPaneListener.Adapter.cornerChanged(ScrollPane scrollPane,
Component previousCorner)
|
void |
TabPaneListener.cornerChanged(TabPane tabPane,
Component previousCorner)
Called when a tab pane's corner component has changed. |
void |
TabPaneListener.Adapter.cornerChanged(TabPane tabPane,
Component previousCorner)
|
void |
ComponentListener.cursorChanged(Component component,
Cursor previousCursor)
Called when a component's cursor has changed. |
void |
ComponentListener.Adapter.cursorChanged(Component component,
Cursor previousCursor)
|
void |
ComponentDecoratorListener.decoratorInserted(Component component,
int index)
Called when a decorator has been inserted into a component's decorator sequence. |
void |
ComponentDecoratorListener.Adapter.decoratorInserted(Component component,
int index)
|
void |
ComponentDecoratorListener.decoratorsRemoved(Component component,
int index,
Sequence<Decorator> decorators)
Called when decorators have been removed from a component's decorator sequence. |
void |
ComponentDecoratorListener.Adapter.decoratorsRemoved(Component component,
int index,
Sequence<Decorator> decorators)
|
void |
ComponentDecoratorListener.decoratorUpdated(Component component,
int index,
Decorator previousDecorator)
Called when a decorator has been updated in a component's decorator sequence. |
void |
ComponentDecoratorListener.Adapter.decoratorUpdated(Component component,
int index,
Decorator previousDecorator)
|
protected void |
Display.descendantAdded(Component descendant)
|
protected void |
Container.descendantAdded(Component descendant)
|
protected void |
Frame.descendantGainedFocus(Component descendant,
Component previousFocusedComponent)
|
protected void |
Container.descendantGainedFocus(Component descendant,
Component previousFocusedComponent)
|
protected void |
Window.descendantGainedFocus(Component descendant,
Component previousFocusedComponent)
|
protected void |
Frame.descendantLostFocus(Component descendant)
|
protected void |
Container.descendantLostFocus(Component descendant)
|
protected void |
Display.descendantRemoved(Component descendant)
|
protected void |
Container.descendantRemoved(Component descendant)
|
protected void |
Window.descendantRemoved(Component descendant)
|
DropAction |
DropTarget.dragEnter(Component component,
Manifest dragContent,
int supportedDropActions,
DropAction userDropAction)
Called when the mouse first enters a drop target during a drag operation. |
void |
DropTarget.dragExit(Component component)
Called when the mouse leaves a drop target during a drag operation. |
DropAction |
DropTarget.dragMove(Component component,
Manifest dragContent,
int supportedDropActions,
int x,
int y,
DropAction userDropAction)
Called when the mouse is moved while positioned over a drop target during a drag operation. |
void |
ComponentListener.dragSourceChanged(Component component,
DragSource previousDragSource)
Called when a component's drag source has changed. |
void |
ComponentListener.Adapter.dragSourceChanged(Component component,
DragSource previousDragSource)
|
DropAction |
DropTarget.drop(Component component,
Manifest dragContent,
int supportedDropActions,
int x,
int y,
DropAction userDropAction)
Called to drop the drag content. |
void |
ComponentListener.dropTargetChanged(Component component,
DropTarget previousDropTarget)
Called when a component's drop target has changed. |
void |
ComponentListener.Adapter.dropTargetChanged(Component component,
DropTarget previousDropTarget)
|
void |
ComponentStateListener.enabledChanged(Component component)
Called when a component's enabled state has changed. |
void |
ComponentStateListener.Adapter.enabledChanged(Component component)
|
void |
DragSource.endDrag(Component component,
DropAction dropAction)
Called by the framework to terminate a drag operation. |
void |
FormAttributeListener.flagChanged(Form form,
Component field,
Form.Flag previousFlag)
Called when a field's flag attribute has changed. |
void |
FormAttributeListener.Adapter.flagChanged(Form form,
Component field,
Form.Flag previousFlag)
|
void |
ComponentStateListener.focusedChanged(Component component,
Component obverseComponent)
Called when a component's focused state has changed. |
void |
ComponentStateListener.Adapter.focusedChanged(Component component,
Component obverseComponent)
|
void |
ComponentClassListener.focusedComponentChanged(Component previousFocusedComponent)
Called when the focused component changes. |
static int |
TablePane.getColumnSpan(Component component)
|
static Form.Section |
Form.getEnclosingSection(Component component)
Finds the Form.Section that the given component belongs to. |
static Form.Flag |
Form.getFlag(Component component)
|
static Object |
Accordion.getHeaderData(Component component)
|
static String |
Form.getLabel(Component component)
|
Component |
FocusTraversalPolicy.getNextComponent(Container container,
Component component,
FocusTraversalDirection direction)
Returns the next focus destination according to this traversal policy. |
static int |
TablePane.getRowSpan(Component component)
|
static Form.Section |
Form.getSection(Component component)
Finds the Form.Section that the given component belongs to. |
static Object |
TabPane.getTabData(Component component)
|
static String |
TabPane.getTooltipText(Component component)
|
static String |
Accordion.getTooltipText(Component component)
|
void |
AccordionAttributeListener.headerDataChanged(Accordion accordion,
Component component,
Object previousHeaderData)
Called when a panel's header data attribute has changed. |
void |
AccordionAttributeListener.Adapter.headerDataChanged(Accordion accordion,
Component component,
Object previousHeaderData)
|
void |
RollupListener.headingChanged(Rollup rollup,
Component previousHeading)
Called when a rollup's heading component changed. |
void |
RollupListener.Adapter.headingChanged(Rollup rollup,
Component previousHeading)
|
void |
ComponentListener.heightLimitsChanged(Component component,
int previousMinimumHeight,
int previousMaximumHeight)
Called when a component's preferred height limits have changed. |
void |
ComponentListener.Adapter.heightLimitsChanged(Component component,
int previousMinimumHeight,
int previousMaximumHeight)
|
int |
TablePane.Row.indexOf(Component component)
|
int |
TabPane.TabSequence.indexOf(Component tab)
|
int |
Container.indexOf(Component component)
|
int |
Accordion.PanelSequence.indexOf(Component panel)
|
int |
GridPane.Row.indexOf(Component component)
|
int |
Form.Section.indexOf(Component field)
|
void |
TablePane.Row.insert(Component component,
int index)
|
void |
Display.insert(Component component,
int index)
|
void |
CardPane.insert(Component component,
int index)
|
void |
TabPane.TabSequence.insert(Component tab,
int index)
|
void |
Container.insert(Component component,
int index)
|
void |
Accordion.PanelSequence.insert(Component panel,
int index)
|
void |
GridPane.Row.insert(Component component,
int index)
|
void |
Form.Section.insert(Component field,
int index)
|
void |
Skin.install(Component component)
Associates a skin with a component. |
boolean |
Container.isAncestor(Component component)
Tests if this container is an ancestor of a given component. |
static boolean |
Form.isRequired(Component component)
|
boolean |
ComponentKeyListener.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
Called when a key has been pressed. |
boolean |
ComponentKeyListener.Adapter.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
ComponentKeyListener.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
Called when a key has been released. |
boolean |
ComponentKeyListener.Adapter.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
ComponentKeyListener.keyTyped(Component component,
char character)
Called when a key has been typed. |
boolean |
ComponentKeyListener.Adapter.keyTyped(Component component,
char character)
|
void |
FormAttributeListener.labelChanged(Form form,
Component field,
String previousLabel)
Called when a fields's label attribute has changed. |
void |
FormAttributeListener.Adapter.labelChanged(Form form,
Component field,
String previousLabel)
|
void |
ComponentListener.locationChanged(Component component,
int previousX,
int previousY)
Called when a component's location has changed. |
void |
ComponentListener.Adapter.locationChanged(Component component,
int previousX,
int previousY)
|
void |
ComponentListener.menuHandlerChanged(Component component,
MenuHandler previousMenuHandler)
Called when a component's context menu handler has changed. |
void |
ComponentListener.Adapter.menuHandlerChanged(Component component,
MenuHandler previousMenuHandler)
|
boolean |
ComponentMouseButtonListener.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
Called when a mouse button is clicked over a component. |
boolean |
ComponentMouseButtonListener.Adapter.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
ComponentMouseButtonListener.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
Called when a mouse button is pressed over a component. |
boolean |
ComponentMouseButtonListener.Adapter.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ComponentMouseListener.mouseMove(Component component,
int x,
int y)
Called when the mouse is moved over a component. |
boolean |
ComponentMouseListener.Adapter.mouseMove(Component component,
int x,
int y)
|
void |
ComponentMouseListener.mouseOut(Component component)
Called when the mouse exits a component. |
void |
ComponentMouseListener.Adapter.mouseOut(Component component)
|
void |
ComponentMouseListener.mouseOver(Component component)
Called when the mouse enters a component. |
void |
ComponentMouseListener.Adapter.mouseOver(Component component)
|
boolean |
ComponentMouseButtonListener.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
Called when a mouse button is released over a component. |
boolean |
ComponentMouseButtonListener.Adapter.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ComponentMouseWheelListener.mouseWheel(Component component,
Mouse.ScrollType scrollType,
int scrollAmount,
int wheelRotation,
int x,
int y)
Called when the mouse wheel is scrolled over a component. |
void |
ComponentListener.nameChanged(Component component,
String previousName)
Called when a component's name has changed. |
void |
ComponentListener.Adapter.nameChanged(Component component,
String previousName)
|
void |
ComponentListener.parentChanged(Component component,
Container previousParent)
Called when a component's parent has changed (when the component is either added to or removed from a container). |
void |
ComponentListener.Adapter.parentChanged(Component component,
Container previousParent)
|
abstract void |
Action.perform(Component source)
Performs the action. |
void |
ComponentListener.preferredSizeChanged(Component component,
int previousPreferredWidth,
int previousPreferredHeight)
Called when a component's preferred size has changed. |
void |
ComponentListener.Adapter.preferredSizeChanged(Component component,
int previousPreferredWidth,
int previousPreferredHeight)
|
static void |
Prompt.prompt(MessageType messageType,
String message,
Component body,
Window owner)
|
static void |
Prompt.prompt(MessageType messageType,
String message,
Component body,
Window owner,
SheetCloseListener sheetCloseListener)
|
int |
TablePane.Row.remove(Component component)
|
int |
TabPane.TabSequence.remove(Component tab)
|
int |
Container.remove(Component component)
|
int |
Accordion.PanelSequence.remove(Component panel)
|
int |
GridPane.Row.remove(Component component)
|
int |
Form.Section.remove(Component field)
|
void |
FormAttributeListener.requiredChanged(Form form,
Component field)
Called when a fields's required attribute has changed. |
void |
FormAttributeListener.Adapter.requiredChanged(Form form,
Component field)
|
void |
ScrollPaneListener.rowHeaderChanged(ScrollPane scrollPane,
Component previousRowHeader)
Called when the scroll pane's row header changed. |
void |
ScrollPaneListener.Adapter.rowHeaderChanged(ScrollPane scrollPane,
Component previousRowHeader)
|
void |
TablePaneAttributeListener.rowSpanChanged(TablePane tablePane,
Component component,
int previousRowSpan)
Called when a component's row span attribute has changed. |
void |
TablePaneAttributeListener.Adapter.rowSpanChanged(TablePane tablePane,
Component component,
int previousRowSpan)
|
void |
Alert.setBody(Component body)
|
void |
Prompt.setBody(Component body)
|
void |
SplitPane.setBottom(Component component)
|
void |
SplitPane.setBottomRight(Component bottomRight)
|
void |
ScrollPane.setColumnHeader(Component columnHeader)
|
static void |
TablePane.setColumnSpan(Component component,
int columnSpan)
|
void |
Border.setContent(Component content)
Sets the border's content component. |
void |
Rollup.setContent(Component content)
|
void |
Window.setContent(Component content)
|
void |
Expander.setContent(Component content)
|
void |
ScrollPane.setCorner(Component corner)
|
void |
TabPane.setCorner(Component corner)
|
static void |
Mouse.setCursor(Component component)
Sets the cursor based on a given component. |
static void |
Form.setFlag(Component component,
Form.Flag flag)
|
static void |
Form.setFlag(Component component,
String flag)
|
protected void |
Component.setFocused(boolean focused,
Component obverseComponent)
Called to notify a component that its focus state has changed. |
static void |
Accordion.setHeaderData(Component component,
Object headerData)
|
void |
Rollup.setHeading(Component heading)
|
static void |
Form.setLabel(Component component,
String label)
|
void |
SplitPane.setLeft(Component component)
|
static void |
Form.setRequired(Component component,
boolean required)
|
void |
SplitPane.setRight(Component component)
|
void |
ScrollPane.setRowHeader(Component rowHeader)
|
static void |
TablePane.setRowSpan(Component component,
int rowSpan)
|
void |
TabPane.setSelectedTab(Component comp)
|
static void |
TabPane.setTabData(Component component,
Object tabData)
|
static void |
TabPane.setTooltipText(Component component,
String tooltipText)
|
static void |
Accordion.setTooltipText(Component component,
String tooltipText)
|
void |
SplitPane.setTop(Component component)
|
void |
SplitPane.setTopLeft(Component topLeft)
|
void |
Viewport.setView(Component view)
Set the single component (typically a Container ) that
we will provide a windowed (or scrollable) view of. |
void |
ComponentListener.sizeChanged(Component component,
int previousWidth,
int previousHeight)
Called when a component's size has changed. |
void |
ComponentListener.Adapter.sizeChanged(Component component,
int previousWidth,
int previousHeight)
|
void |
ComponentStyleListener.styleUpdated(Component component,
String styleKey,
Object previousValue)
Called when a component style has been updated. |
void |
TabPaneAttributeListener.tabDataChanged(TabPane tabPane,
Component component,
Object previousTabData)
Called when a tab's tab data attribute has changed. |
void |
TabPaneAttributeListener.Adapter.tabDataChanged(TabPane tabPane,
Component component,
Object previousTabData)
|
void |
ComponentListener.tooltipDelayChanged(Component component,
int previousTooltipDelay)
Called when a component's tooltip delay has changed. |
void |
ComponentListener.Adapter.tooltipDelayChanged(Component component,
int previousTooltipDelay)
|
void |
AccordionAttributeListener.tooltipTextChanged(Accordion accordion,
Component component,
String previousTooltipText)
Called when a panel's tooltip text has changed. |
void |
AccordionAttributeListener.Adapter.tooltipTextChanged(Accordion accordion,
Component component,
String previousTooltipText)
|
void |
ComponentListener.tooltipTextChanged(Component component,
String previousTooltipText)
Called when a component's tooltip text has changed. |
void |
ComponentListener.Adapter.tooltipTextChanged(Component component,
String previousTooltipText)
|
void |
TabPaneAttributeListener.tooltipTextChanged(TabPane tabPane,
Component component,
String previousTooltipText)
Called when a tab's tooltipText attribute has changed. |
void |
TabPaneAttributeListener.Adapter.tooltipTextChanged(TabPane tabPane,
Component component,
String previousTooltipText)
|
void |
ComponentTooltipListener.tooltipTriggered(Component component,
int x,
int y)
Called when a tooltip has been triggered over a component. |
void |
SplitPaneListener.topLeftChanged(SplitPane splitPane,
Component previousTopLeft)
Called when a split pane's top left component has changed. |
void |
SplitPaneListener.Adapter.topLeftChanged(SplitPane splitPane,
Component previousTopLeft)
|
Component |
Container.transferFocus(Component component,
FocusTraversalDirection direction)
Transfers focus to the next focusable component. |
Component |
TablePane.Row.update(int index,
Component component)
|
Component |
TabPane.TabSequence.update(int index,
Component tab)
|
Component |
Container.update(int index,
Component component)
|
Component |
Accordion.PanelSequence.update(int index,
Component panel)
|
Component |
GridPane.Row.update(int index,
Component component)
|
Component |
Form.Section.update(int index,
Component field)
|
DropAction |
DropTarget.userDropActionChange(Component component,
Manifest dragContent,
int supportedDropActions,
int x,
int y,
DropAction userDropAction)
Called when the user drop action changes while the mouse is positioned over a drop target during a drag operation. |
void |
ComponentDataListener.valueAdded(Component component,
String key)
Called when a value has been added to a component's user data dictionary. |
void |
ComponentDataListener.Adapter.valueAdded(Component component,
String key)
|
void |
ComponentDataListener.valueRemoved(Component component,
String key,
Object value)
Called when a value has been removed from a component's user data dictionary. |
void |
ComponentDataListener.Adapter.valueRemoved(Component component,
String key,
Object value)
|
void |
ComponentDataListener.valueUpdated(Component component,
String key,
Object previousValue)
Called when a value has been updated in a component's user data dictionary. |
void |
ComponentDataListener.Adapter.valueUpdated(Component component,
String key,
Object previousValue)
|
void |
ViewportListener.viewChanged(Viewport scrollPane,
Component previousView)
Called when a viewport's view component has changed. |
void |
ViewportListener.Adapter.viewChanged(Viewport scrollPane,
Component previousView)
|
void |
ComponentListener.visibleChanged(Component component)
Called when a component's visible flag has changed. |
void |
ComponentListener.Adapter.visibleChanged(Component component)
|
void |
ComponentListener.widthLimitsChanged(Component component,
int previousMinimumWidth,
int previousMaximumWidth)
Called when a component's preferred width limits have changed. |
void |
ComponentListener.Adapter.widthLimitsChanged(Component component,
int previousMinimumWidth,
int previousMaximumWidth)
|
Method parameters in org.apache.pivot.wtk with type arguments of type Component | |
---|---|
void |
GridPaneListener.cellsRemoved(GridPane.Row row,
int column,
Sequence<Component> removed)
Called when cell's have been removed from a grid pane. |
void |
GridPaneListener.Adapter.cellsRemoved(GridPane.Row row,
int column,
Sequence<Component> removed)
|
void |
TablePaneListener.cellsRemoved(TablePane.Row row,
int column,
Sequence<Component> removed)
Called when cell's have been removed from a table pane. |
void |
TablePaneListener.Adapter.cellsRemoved(TablePane.Row row,
int column,
Sequence<Component> removed)
|
void |
ContainerListener.componentsRemoved(Container container,
int index,
Sequence<Component> removed)
Called when components have been removed from a container's component sequence. |
void |
ContainerListener.Adapter.componentsRemoved(Container container,
int index,
Sequence<Component> removed)
|
void |
FormListener.fieldsRemoved(Form.Section section,
int index,
Sequence<Component> fields)
Called when forms fields items have been removed. |
void |
FormListener.Adapter.fieldsRemoved(Form.Section section,
int index,
Sequence<Component> fields)
|
Class<? extends Skin> |
Theme.get(Class<? extends Component> componentClass)
Returns the skin class responsible for skinning the specified component class. |
Class<? extends Skin> |
Theme.getSkinClass(Class<? extends Component> componentClass)
|
protected void |
Component.installSkin(Class<? extends Component> componentClass)
Installs the skin for the given component class, as defined by the current theme. |
void |
AccordionListener.panelsRemoved(Accordion accordion,
int index,
Sequence<Component> removed)
Called when a panel has been removed from an accordion's panel sequence. |
void |
AccordionListener.Adapter.panelsRemoved(Accordion accordion,
int index,
Sequence<Component> removed)
|
void |
Theme.set(Class<? extends Component> componentClass,
Class<? extends Skin> skinClass)
Sets the skin class responsible for skinning the specified component class. |
void |
TabPaneListener.tabsRemoved(TabPane tabPane,
int index,
Sequence<Component> tabs)
Called when a tab has been removed from a tab pane's tab sequence. |
void |
TabPaneListener.Adapter.tabsRemoved(TabPane tabPane,
int index,
Sequence<Component> tabs)
|
Constructors in org.apache.pivot.wtk with parameters of type Component | |
---|---|
Alert(MessageType messageType,
String message,
Sequence<?> options,
Component body)
|
|
Alert(MessageType messageType,
String message,
Sequence<?> options,
Component body,
boolean modal)
|
|
Border(Component content)
|
|
Dialog(Component content)
|
|
Dialog(Component content,
boolean modal)
|
|
Dialog(String title,
Component content)
|
|
Dialog(String title,
Component content,
boolean modal)
|
|
Frame(Component content)
|
|
Frame(String title,
Component content)
|
|
Palette(Component content)
|
|
Palette(String title,
Component content)
|
|
Panorama(Component view)
|
|
Prompt(MessageType messageType,
String message,
Sequence<?> options,
Component body)
|
|
Rollup(boolean expanded,
Component content)
|
|
Rollup(Component content)
|
|
Sheet(Component content)
Creates a new sheet with an initial content component. |
|
SplitPane(Orientation orientation,
Component topLeft,
Component bottomRight)
|
|
Tooltip(Component content)
|
|
Window(Component content)
|
Uses of Component in org.apache.pivot.wtk.content |
---|
Subclasses of Component in org.apache.pivot.wtk.content | |
---|---|
class |
AccordionHeaderDataRenderer
Default accordion header data renderer. |
class |
ButtonDataRenderer
Default button data renderer. |
class |
CalendarButtonDataRenderer
Default calendar button data renderer. |
class |
LinkButtonDataRenderer
Default link button data renderer. |
class |
ListButtonColorItemRenderer
List button renderer for displaying color swatches. |
class |
ListButtonDataRenderer
Default list button data renderer. |
class |
ListViewColorItemRenderer
List view renderer for displaying color swatches. |
class |
ListViewItemEditor
Default list view item editor. |
class |
ListViewItemRenderer
Default list view item renderer. |
class |
MenuBarItemDataRenderer
Default menu bar item data renderer. |
class |
MenuButtonDataRenderer
Default menu button data renderer. |
class |
MenuItemDataRenderer
Default menu item data renderer. |
class |
SpinnerItemRenderer
Default spinner item renderer, which renders all items as strings by calling toString() on them. |
class |
TableViewBooleanCellRenderer
Default renderer for table view cells that contain boolean data. |
class |
TableViewCellRenderer
Default table cell renderer. |
class |
TableViewCheckboxCellRenderer
Default renderer for table view cells that contain boolean data. |
class |
TableViewDateCellRenderer
Default renderer for table view cells that contain date data. |
class |
TableViewFileSizeCellRenderer
Default renderer for table view cells that contain file size data. |
class |
TableViewHeaderDataRenderer
Default table view header data renderer. |
class |
TableViewImageCellRenderer
Default renderer for table view cells that contain image data. |
class |
TableViewNumberCellRenderer
Default renderer for table view cells that contain numeric data. |
class |
TableViewRowEditor
Default table view row editor. |
class |
TableViewTextAreaCellRenderer
Renders cell contents as a string using a text area (which supports line feeds, which the default label-based table view cell renderer does not). |
class |
TableViewTriStateCellRenderer
Default renderer for table view cells that contain tri-state data. |
class |
TreeViewNodeEditor
Default tree view node editor. |
class |
TreeViewNodeRenderer
Default tree node renderer, which knows how to render instances of TreeNode and Image . |
Methods in org.apache.pivot.wtk.content that return types with arguments of type Component | |
---|---|
Dictionary<String,Component> |
TableViewRowEditor.getCellEditors()
Gets this row editor's cell editor dictionary. |
Uses of Component in org.apache.pivot.wtk.effects |
---|
Methods in org.apache.pivot.wtk.effects that return Component | |
---|---|
Component |
FadeTransition.getComponent()
|
Component |
OverlayDecorator.getOverlay()
|
Methods in org.apache.pivot.wtk.effects with parameters of type Component | |
---|---|
Bounds |
RotationDecorator.getBounds(Component component)
Returns the bounding area of the decorator. |
Bounds |
SaturationDecorator.getBounds(Component component)
|
Bounds |
ReflectionDecorator.getBounds(Component componentArgument)
|
Bounds |
TranslationDecorator.getBounds(Component component)
|
Bounds |
ScaleDecorator.getBounds(Component component)
|
Bounds |
TagDecorator.getBounds(Component component)
|
Bounds |
DropShadowDecorator.getBounds(Component component)
|
Bounds |
OverlayDecorator.getBounds(Component component)
|
Bounds |
Decorator.getBounds(Component component)
Returns the bounding area of the decorator. |
Bounds |
BlurDecorator.getBounds(Component component)
|
Bounds |
WatermarkDecorator.getBounds(Component componentArgument)
|
Bounds |
BaselineDecorator.getBounds(Component componentArgument)
|
Bounds |
ClipDecorator.getBounds(Component component)
|
Bounds |
FadeDecorator.getBounds(Component component)
|
Bounds |
GrayscaleDecorator.getBounds(Component component)
|
Bounds |
ShadeDecorator.getBounds(Component componentArgument)
|
AffineTransform |
RotationDecorator.getTransform(Component component)
Returns the transformation the decorator applies to the component's coordinate space. |
AffineTransform |
SaturationDecorator.getTransform(Component component)
|
AffineTransform |
ReflectionDecorator.getTransform(Component componentArgument)
|
AffineTransform |
TranslationDecorator.getTransform(Component component)
|
AffineTransform |
ScaleDecorator.getTransform(Component component)
|
AffineTransform |
TagDecorator.getTransform(Component component)
|
AffineTransform |
DropShadowDecorator.getTransform(Component component)
|
AffineTransform |
OverlayDecorator.getTransform(Component component)
|
AffineTransform |
Decorator.getTransform(Component component)
Returns the transformation the decorator applies to the component's coordinate space. |
AffineTransform |
BlurDecorator.getTransform(Component component)
|
AffineTransform |
WatermarkDecorator.getTransform(Component componentArgument)
|
AffineTransform |
BaselineDecorator.getTransform(Component componentArgument)
|
AffineTransform |
ClipDecorator.getTransform(Component component)
|
AffineTransform |
FadeDecorator.getTransform(Component component)
|
AffineTransform |
GrayscaleDecorator.getTransform(Component component)
|
AffineTransform |
ShadeDecorator.getTransform(Component componentArgument)
|
Graphics2D |
RotationDecorator.prepare(Component component,
Graphics2D graphics)
Prepares the graphics context into which the component or prior decorator will paint. |
Graphics2D |
SaturationDecorator.prepare(Component component,
Graphics2D graphicsArgument)
|
Graphics2D |
ReflectionDecorator.prepare(Component componentArgument,
Graphics2D graphicsArgument)
|
Graphics2D |
TranslationDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
ScaleDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
TagDecorator.prepare(Component component,
Graphics2D graphicsArgument)
|
Graphics2D |
DropShadowDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
OverlayDecorator.prepare(Component component,
Graphics2D graphicsArgument)
|
Graphics2D |
Decorator.prepare(Component component,
Graphics2D graphics)
Prepares the graphics context into which the component or prior decorator will paint. |
Graphics2D |
BlurDecorator.prepare(Component component,
Graphics2D graphicsArgument)
|
Graphics2D |
WatermarkDecorator.prepare(Component componentArgument,
Graphics2D graphicsArgument)
|
Graphics2D |
BaselineDecorator.prepare(Component componentArgument,
Graphics2D graphicsArgument)
|
Graphics2D |
ClipDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
FadeDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
GrayscaleDecorator.prepare(Component component,
Graphics2D graphicsArgument)
|
Graphics2D |
ShadeDecorator.prepare(Component componentArgument,
Graphics2D graphicsArgument)
|
void |
ScaleDecorator.repaint(Component component,
int x,
int y,
int width,
int height)
|
void |
OverlayDecorator.setOverlay(Component overlay)
|
Constructors in org.apache.pivot.wtk.effects with parameters of type Component | |
---|---|
FadeTransition(Component component,
int duration,
int rate)
|
|
OverlayDecorator(Component overlay)
|
Uses of Component in org.apache.pivot.wtk.skin |
---|
Subclasses of Component in org.apache.pivot.wtk.skin | |
---|---|
class |
ColorChooserButtonSkin.ColorChooserPopup
A focusable window class used by color chooser button skins. |
Fields in org.apache.pivot.wtk.skin declared as Component | |
---|---|
Component |
CardPaneSkin.SelectionChangeTransition.fromCard
|
Component |
CardPaneSkin.SelectionChangeTransition.toCard
|
Methods in org.apache.pivot.wtk.skin that return Component | |
---|---|
Component |
ComponentSkin.getComponent()
|
Component |
WindowSkin.WindowFocusTraversalPolicy.getNextComponent(Container container,
Component component,
FocusTraversalDirection direction)
|
Component |
ContainerSkin.IndexFocusTraversalPolicy.getNextComponent(Container container,
Component component,
FocusTraversalDirection direction)
|
Methods in org.apache.pivot.wtk.skin with parameters of type Component | |
---|---|
void |
GridPaneSkin.cellUpdated(GridPane.Row row,
int column,
Component previousComponent)
|
void |
TablePaneSkin.cellUpdated(TablePane.Row row,
int column,
Component previousComponent)
|
void |
ScrollPaneSkin.columnHeaderChanged(ScrollPane scrollPane,
Component previousColumnHeader)
|
void |
TablePaneSkin.columnSpanChanged(TablePane tablePane,
Component component,
int previousColumnSpan)
|
void |
TextPaneSkinComponentNodeView.componentChanged(ComponentNode componentNode,
Component previousComponent)
|
void |
BorderSkin.contentChanged(Border border,
Component previousContent)
|
void |
ExpanderSkin.contentChanged(Expander expander,
Component previousContent)
|
void |
WindowSkin.contentChanged(Window window,
Component previousContent)
|
void |
ScrollPaneSkin.cornerChanged(ScrollPane scrollPane,
Component previousCorner)
|
void |
ComponentSkin.cursorChanged(Component componentArgument,
Cursor previousCursor)
|
void |
ComponentSkin.dragSourceChanged(Component componentArgument,
DragSource previousDragSource)
|
void |
ComponentSkin.dropTargetChanged(Component componentArgument,
DropTarget previousDropTarget)
|
void |
ColorChooserButtonSkin.enabledChanged(Component component)
|
void |
ListButtonSkin.enabledChanged(Component component)
|
void |
ComponentSkin.enabledChanged(Component componentArgument)
|
void |
TextPaneSkin.enabledChanged(Component component)
|
void |
MenuBarItemSkin.enabledChanged(Component component)
|
void |
TextAreaSkin.enabledChanged(Component component)
|
void |
ButtonSkin.enabledChanged(Component component)
|
void |
MenuItemSkin.enabledChanged(Component component)
|
void |
CalendarButtonSkin.enabledChanged(Component component)
|
void |
MenuButtonSkin.enabledChanged(Component component)
|
void |
PushButtonSkin.enabledChanged(Component component)
|
void |
ColorChooserButtonSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
ListButtonSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
ComponentSkin.focusedChanged(Component componentArgument,
Component obverseComponent)
|
void |
TextPaneSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
TextAreaSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
ButtonSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
CalendarButtonSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
PushButtonSkin.focusedChanged(Component component,
Component obverseComponent)
|
Component |
WindowSkin.WindowFocusTraversalPolicy.getNextComponent(Container container,
Component component,
FocusTraversalDirection direction)
|
Component |
ContainerSkin.IndexFocusTraversalPolicy.getNextComponent(Container container,
Component component,
FocusTraversalDirection direction)
|
void |
ComponentSkin.heightLimitsChanged(Component componentArgument,
int previousMinimumHeight,
int previousMaximumHeight)
|
void |
ColorChooserButtonSkin.install(Component component)
|
void |
ListButtonSkin.install(Component component)
|
void |
CardPaneSkin.install(Component component)
|
void |
ActivityIndicatorSkin.install(Component component)
|
void |
ComponentSkin.install(Component componentArgument)
|
void |
SeparatorSkin.install(Component component)
|
void |
TextPaneSkin.install(Component component)
|
void |
MenuBarItemSkin.install(Component component)
|
void |
ColorChooserSkin.install(Component component)
|
void |
MovieViewSkin.install(Component component)
|
void |
WindowSkin.install(Component component)
|
void |
FileBrowserSkin.install(Component component)
|
void |
RollupSkin.install(Component component)
|
void |
TextAreaSkin.install(Component component)
|
void |
BoxPaneSkin.install(Component component)
|
void |
TablePaneSkin.install(Component component)
|
void |
ButtonSkin.install(Component component)
|
void |
MenuItemSkin.install(Component component)
|
void |
ImageViewSkin.install(Component component)
|
void |
ExpanderSkin.install(Component component)
|
void |
LabelSkin.install(Component component)
|
void |
CalendarSkin.install(Component component)
|
void |
FillPaneSkin.install(Component component)
|
void |
SliderSkin.install(Component component)
|
void |
ScrollPaneSkin.install(Component component)
|
void |
ContainerSkin.install(Component component)
|
void |
CalendarButtonSkin.install(Component component)
|
void |
BorderSkin.install(Component component)
|
void |
DisplaySkin.install(Component component)
|
void |
MenuButtonSkin.install(Component component)
|
void |
GridPaneSkin.install(Component component)
|
boolean |
ColorChooserButtonSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE Repaints the component to reflect the pressed
state. |
boolean |
ListButtonSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE Repaints the component to reflect the pressed
state and opens the popup. |
boolean |
ComponentSkin.keyPressed(Component componentArgument,
int keyCode,
Keyboard.KeyLocation keyLocation)
TAB Transfers focus forwardsTAB + SHIFT Transfers focus
backwards |
boolean |
TextPaneSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
TextAreaSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
ScrollPaneSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
Key presses have no effect if the event has already been consumed. |
boolean |
CalendarButtonSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE Repaints the component to reflect the pressed
state. |
boolean |
MenuButtonSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE Repaints the component to reflect the pressed
state. |
boolean |
PushButtonSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE Repaints the component to reflect the pressed
state. |
boolean |
ColorChooserButtonSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE 'presses' the button. |
boolean |
ListButtonSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE 'presses' the button. |
boolean |
ComponentSkin.keyReleased(Component componentArgument,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
RadioButtonSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE 'presses' the button. |
boolean |
CheckboxSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE 'presses' the button. |
boolean |
CalendarButtonSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE 'presses' the button. |
boolean |
MenuButtonSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE 'presses' the button. |
boolean |
PushButtonSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE 'presses' the button. |
boolean |
ListButtonSkin.keyTyped(Component component,
char character)
Select the next enabled list item where the first character of the rendered text matches the typed key (case insensitive). |
boolean |
ComponentSkin.keyTyped(Component componentArgument,
char character)
|
boolean |
TextPaneSkin.keyTyped(Component component,
char character)
|
boolean |
TextAreaSkin.keyTyped(Component component,
char character)
|
void |
ComponentSkin.locationChanged(Component componentArgument,
int previousX,
int previousY)
|
void |
ComponentSkin.menuHandlerChanged(Component componentArgument,
MenuHandler previousMenuHandler)
|
boolean |
ColorChooserButtonSkin.ColorChooserPopupSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
ListButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
ComponentSkin.mouseClick(Component componentArgument,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
RadioButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TextPaneSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
LinkButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
MenuBarItemSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TextAreaSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
CheckboxSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
PushButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
ColorChooserButtonSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ListButtonSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ComponentSkin.mouseDown(Component componentArgument,
Mouse.Button button,
int x,
int y)
|
boolean |
TextPaneSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
MenuBarItemSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TextAreaSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
MenuItemSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
CalendarButtonSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
MenuButtonSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
PushButtonSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ComponentSkin.mouseMove(Component componentArgument,
int x,
int y)
|
boolean |
TextPaneSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
TextAreaSkin.mouseMove(Component component,
int x,
int y)
|
void |
ColorChooserButtonSkin.mouseOut(Component component)
|
void |
ListButtonSkin.mouseOut(Component component)
|
void |
ComponentSkin.mouseOut(Component componentArgument)
|
void |
ButtonSkin.mouseOut(Component component)
|
void |
MenuItemSkin.mouseOut(Component component)
|
void |
CalendarButtonSkin.mouseOut(Component component)
|
void |
MenuButtonSkin.mouseOut(Component component)
|
void |
PushButtonSkin.mouseOut(Component component)
|
void |
ComponentSkin.mouseOver(Component componentArgument)
|
void |
MenuBarItemSkin.mouseOver(Component component)
|
void |
ButtonSkin.mouseOver(Component component)
|
void |
MenuItemSkin.mouseOver(Component component)
|
boolean |
ColorChooserButtonSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ListButtonSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ComponentSkin.mouseUp(Component componentArgument,
Mouse.Button button,
int x,
int y)
|
boolean |
TextPaneSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
MenuBarItemSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TextAreaSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
MenuItemSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
CalendarButtonSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
MenuButtonSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
PushButtonSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ComponentSkin.mouseWheel(Component componentArgument,
Mouse.ScrollType scrollType,
int scrollAmount,
int wheelRotation,
int x,
int y)
|
boolean |
ScrollPaneSkin.mouseWheel(Component component,
Mouse.ScrollType scrollType,
int scrollAmount,
int wheelRotation,
int x,
int y)
|
void |
ComponentSkin.nameChanged(Component componentArgument,
String previousName)
|
void |
ComponentSkin.parentChanged(Component componentArgument,
Container previousParent)
|
void |
ComponentSkin.preferredSizeChanged(Component componentArgument,
int previousPreferredWidth,
int previousPreferredHeight)
|
void |
ScrollPaneSkin.rowHeaderChanged(ScrollPane scrollPane,
Component previousRowHeader)
|
void |
TablePaneSkin.rowSpanChanged(TablePane tablePane,
Component component,
int previousRowSpan)
|
void |
ComponentSkin.sizeChanged(Component componentArgument,
int previousWidth,
int previousHeight)
|
void |
ComponentSkin.tooltipDelayChanged(Component componentArgument,
int previousTooltipDelay)
|
void |
ComponentSkin.tooltipTextChanged(Component componentArgument,
String previousTooltipText)
|
void |
ComponentSkin.tooltipTriggered(Component componentArgument,
int x,
int y)
|
void |
ScrollPaneSkin.viewChanged(Viewport viewport,
Component previousView)
|
void |
ComponentSkin.visibleChanged(Component componentArgument)
|
void |
ComponentSkin.widthLimitsChanged(Component componentArgument,
int previousMinimumWidth,
int previousMaximumWidth)
|
Method parameters in org.apache.pivot.wtk.skin with type arguments of type Component | |
---|---|
void |
GridPaneSkin.cellsRemoved(GridPane.Row row,
int column,
Sequence<Component> removed)
|
void |
TablePaneSkin.cellsRemoved(TablePane.Row row,
int column,
Sequence<Component> removed)
|
void |
CardPaneSkin.componentsRemoved(Container container,
int index,
Sequence<Component> removed)
|
void |
ContainerSkin.componentsRemoved(Container container,
int index,
Sequence<Component> removed)
|
Uses of Component in org.apache.pivot.wtk.skin.terra |
---|
Subclasses of Component in org.apache.pivot.wtk.skin.terra | |
---|---|
protected class |
TerraAccordionSkin.PanelHeader
|
class |
TerraCalendarSkin.DateButton
|
class |
TerraCalendarSkin.MonthSpinnerItemRenderer
|
class |
TerraExpanderSkin.ShadeButton
Expander shade button component. |
static class |
TerraFileBrowserSkin.DriveRenderer
Abstract base class for drive renderers. |
static class |
TerraFileBrowserSkin.FileRenderer
Abstract renderer for displaying file system contents. |
static class |
TerraFileBrowserSkin.ListButtonDriveRenderer
List button drive renderer. |
static class |
TerraFileBrowserSkin.ListButtonFileRenderer
List button file renderer. |
static class |
TerraFileBrowserSkin.ListViewDriveRenderer
List view drive renderer. |
static class |
TerraFileBrowserSkin.ListViewFileRenderer
List view file renderer. |
static class |
TerraFileBrowserSkin.TableViewFileRenderer
Table view file renderer. |
static class |
TerraFrameSkin.FrameButton
Frame button. |
protected class |
TerraPanoramaSkin.ScrollButton
|
protected class |
TerraRollupSkin.RollupButton
Component that allows the user to expand and collapse the Rollup. |
protected class |
TerraScrollBarSkin.Handle
Scroll bar handle component. |
protected class |
TerraScrollBarSkin.ScrollButton
Scroll bar scroll button component. |
protected class |
TerraSliderSkin.Thumb
Slider thumb component. |
protected class |
TerraSpinnerSkin.SpinButton
Spinner button. |
protected class |
TerraSpinnerSkin.SpinnerContent
Component that holds the content of a spinner. |
protected class |
TerraSplitPaneSkin.Splitter
Split pane splitter component. |
protected class |
TerraSplitPaneSkin.SplitterShadow
Split pane splitter shadow component. |
class |
TerraTabPaneSkin.TabButton
Tab button component. |
Fields in org.apache.pivot.wtk.skin.terra declared as Component | |
---|---|
Component |
TerraAccordionSkin.SelectionChangeTransition.fromPanel
|
Component |
TerraAccordionSkin.SelectionChangeTransition.toPanel
|
Methods in org.apache.pivot.wtk.skin.terra that return Component | |
---|---|
Component |
TerraTabPaneSkin.SelectionChangeTransition.getTab()
|
Methods in org.apache.pivot.wtk.skin.terra with parameters of type Component | |
---|---|
void |
TerraFileBrowserSheetSkin.addComponent(Component component)
|
void |
TerraAlertSkin.bodyChanged(Alert alert,
Component previousBody)
|
void |
TerraPromptSkin.bodyChanged(Prompt prompt,
Component previousBody)
|
void |
TerraSplitPaneSkin.bottomRightChanged(SplitPane splitPane,
Component previousBottomRight)
|
void |
TerraExpanderSkin.contentChanged(Expander expander,
Component previousContent)
Called when an expander's content component has changed. |
void |
TerraRollupSkin.contentChanged(Rollup rollup,
Component previousContent)
|
void |
TerraTabPaneSkin.cornerChanged(TabPane tabPane,
Component previousCorner)
|
void |
TerraSliderSkin.ThumbSkin.enabledChanged(Component component)
|
void |
TerraExpanderSkin.enabledChanged(Component component)
Called when a component's enabled state has changed. |
void |
TerraSpinnerSkin.enabledChanged(Component component)
|
void |
TerraSpinnerSkin.SpinButtonSkin.enabledChanged(Component component)
|
void |
TerraTableViewSkin.enabledChanged(Component component)
|
void |
TerraTreeViewSkin.enabledChanged(Component component)
|
void |
TerraScrollBarSkin.enabledChanged(Component component)
Propagates the scroll bar's enabled state to the scroll buttons. |
void |
TerraScrollBarSkin.ScrollButtonSkin.enabledChanged(Component component)
|
void |
TerraTextInputSkin.enabledChanged(Component component)
|
void |
TerraTableViewHeaderSkin.enabledChanged(Component component)
|
void |
TerraListViewSkin.enabledChanged(Component component)
|
void |
TerraFormSkin.flagChanged(Form form,
Component field,
Form.Flag previousFlag)
|
void |
TerraSliderSkin.ThumbSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
TerraSpinnerSkin.SpinnerContentSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
TerraTableViewSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
TerraTreeViewSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
TerraCalendarSkin.DateButtonSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
TerraTextInputSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
TerraListViewSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
TerraAccordionSkin.headerDataChanged(Accordion accordion,
Component component,
Object previousHeaderData)
|
void |
TerraRollupSkin.headingChanged(Rollup rollup,
Component previousHeading)
|
void |
TerraAlertSkin.install(Component component)
|
void |
TerraMenuBarSkin.install(Component component)
|
void |
TerraMeterSkin.install(Component component)
|
void |
TerraColorChooserSkin.install(Component component)
|
void |
TerraSliderSkin.install(Component component)
|
void |
TerraExpanderSkin.install(Component component)
|
void |
TerraPromptSkin.install(Component component)
|
void |
TerraSpinnerSkin.install(Component component)
|
void |
TerraPanoramaSkin.install(Component component)
|
void |
TerraTableViewSkin.install(Component component)
|
void |
TerraMenuSkin.install(Component component)
|
void |
TerraTreeViewSkin.install(Component component)
|
void |
TerraSplitPaneSkin.install(Component component)
|
void |
TerraFileBrowserSkin.install(Component component)
|
void |
TerraCalendarSkin.install(Component component)
|
void |
TerraCalendarSkin.DateButtonSkin.install(Component component)
|
void |
TerraPaletteSkin.install(Component component)
|
void |
TerraMenuBarItemSkin.install(Component component)
|
void |
TerraFileBrowserSheetSkin.install(Component component)
|
void |
TerraScrollBarSkin.install(Component component)
|
void |
TerraTooltipSkin.install(Component component)
|
void |
TerraDialogSkin.install(Component component)
|
void |
TerraMenuItemSkin.install(Component component)
|
void |
TerraTextInputSkin.install(Component component)
|
void |
TerraSheetSkin.install(Component component)
|
void |
TerraMenuPopupSkin.install(Component component)
|
void |
TerraAccordionSkin.install(Component component)
|
void |
TerraFormSkin.install(Component component)
|
void |
TerraFrameSkin.install(Component component)
|
void |
TerraTabPaneSkin.install(Component component)
|
void |
TerraTableViewHeaderSkin.install(Component component)
|
void |
TerraSuggestionPopupSkin.install(Component component)
|
void |
TerraListViewSkin.install(Component component)
|
void |
TerraRollupSkin.install(Component component)
|
boolean |
TerraSliderSkin.ThumbSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
LEFT or DOWN Decrement
the slider's value. |
boolean |
TerraSpinnerSkin.SpinnerContentSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
UP Select the previous spinner item. |
boolean |
TerraTableViewSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
UP Selects the previous enabled row when select mode
is not TableView.SelectMode.NONE DOWN Selects the next enabled row when select mode
is not TableView.SelectMode.NONE
SHIFT + UP Increases the
selection size by including the previous enabled row when select mode
is TableView.SelectMode.MULTI SHIFT + DOWN Increases the
selection size by including the next enabled row when select mode is
TableView.SelectMode.MULTI |
boolean |
TerraMenuSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
UP Select the previous enabled menu item. |
boolean |
TerraTreeViewSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
UP Selects the previous enabled node when select mode
is not TreeView.SelectMode.NONE DOWN Selects the next enabled node when select mode
is not TreeView.SelectMode.NONE
SHIFT + UP Increases the
selection size by including the previous enabled node when select mode
is TreeView.SelectMode.MULTI SHIFT + DOWN Increases the
selection size by including the next enabled node when select mode is
TreeView.SelectMode.MULTI |
boolean |
TerraFileBrowserSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
ENTER Change into the selected directory if
TerraFileBrowserSkin.keyboardFolderTraversalEnabled is true. |
boolean |
TerraCalendarSkin.DateButtonSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
ENTER 'presses' the button. |
boolean |
TerraDialogSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
ENTER Close the dialog with a 'result' of true. |
boolean |
TerraTextInputSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
DELETE Delete the character after the caret or
the entire selection if there is one. |
boolean |
TerraSheetSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
ENTER Close the sheet with a 'result' of true. |
boolean |
TerraMenuPopupSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
ESCAPE Close the menu popup. |
boolean |
TerraAccordionSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
Key presses have no effect if the event has already been consumed. |
boolean |
TerraFrameSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
TerraTabPaneSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
Key presses have no effect if the event has already been consumed. |
boolean |
TerraSuggestionPopupSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
ENTER Close the suggestion popup with a 'result' of
true. |
boolean |
TerraListViewSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
UP Selects the previous enabled list item when select
mode is not ListView.SelectMode.NONE DOWN Selects the next enabled list item when select
mode is not ListView.SelectMode.NONE
SHIFT + UP Increases the
selection size by including the previous enabled list item when select
mode is ListView.SelectMode.MULTI SHIFT + DOWN Increases the
selection size by including the next enabled list item when select mode
is ListView.SelectMode.MULTI |
boolean |
TerraMenuSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE 'presses' the active menu item if it does
not have a sub-menu. |
boolean |
TerraTreeViewSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE toggles check mark selection when select
mode is TreeView.SelectMode.SINGLE |
boolean |
TerraFileBrowserSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
CommandModifier + F Transfers focus to the search
TextInput. |
boolean |
TerraCalendarSkin.DateButtonSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE 'presses' the button. |
boolean |
TerraListViewSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE Toggles check mark selection when select
mode is ListView.SelectMode.SINGLE |
boolean |
TerraSpinnerSkin.SpinnerContentSkin.keyTyped(Component component,
char character)
Select the next spinner item where the first character of the rendered text matches the typed key (case insensitive). |
boolean |
TerraMenuSkin.keyTyped(Component component,
char character)
Select the next enabled menu item where the first character of the rendered text matches the typed key (case insensitive). |
boolean |
TerraTextInputSkin.keyTyped(Component component,
char character)
|
boolean |
TerraListViewSkin.keyTyped(Component component,
char character)
Select the next enabled list item where the first character of the rendered text matches the typed key (case insensitive). |
void |
TerraFormSkin.labelChanged(Form form,
Component field,
String previousLabel)
|
boolean |
TerraSliderSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraMenuButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraSpinnerSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraTableViewSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraTreeViewSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraCalendarSkin.DateButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraTextInputSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraAccordionSkin.PanelHeaderSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraPushButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraTabPaneSkin.TabButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraTableViewHeaderSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraSuggestionPopupSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraListViewSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraRollupSkin.RollupButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraSliderSkin.ThumbSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraSpinnerSkin.SpinButtonSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraTableViewSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraTreeViewSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraSplitPaneSkin.SplitterSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraPaletteSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraScrollBarSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
Initiates automatic block scrolling. |
boolean |
TerraScrollBarSkin.ScrollButtonSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraScrollBarSkin.HandleSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraTextInputSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraFrameSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraFrameSkin.FrameButtonSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraTableViewHeaderSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraListViewSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraSliderSkin.ThumbSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
TerraTableViewSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
TerraTreeViewSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
TerraSplitPaneSkin.SplitterSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
TerraPaletteSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
TerraScrollBarSkin.HandleSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
TerraTextInputSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
TerraSheetSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
TerraFrameSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
TerraTableViewHeaderSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
TerraListButtonSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
TerraListViewSkin.mouseMove(Component component,
int x,
int y)
|
void |
TerraSliderSkin.ThumbSkin.mouseOut(Component component)
|
void |
TerraMenuButtonSkin.mouseOut(Component component)
|
void |
TerraSpinnerSkin.SpinButtonSkin.mouseOut(Component component)
|
void |
TerraPanoramaSkin.mouseOut(Component component)
|
void |
TerraTableViewSkin.mouseOut(Component component)
|
void |
TerraTreeViewSkin.mouseOut(Component component)
|
void |
TerraScrollBarSkin.mouseOut(Component component)
|
void |
TerraScrollBarSkin.ScrollButtonSkin.mouseOut(Component component)
|
void |
TerraScrollBarSkin.HandleSkin.mouseOut(Component component)
|
void |
TerraPushButtonSkin.mouseOut(Component component)
|
void |
TerraTableViewHeaderSkin.mouseOut(Component component)
|
void |
TerraListViewSkin.mouseOut(Component component)
|
void |
TerraSliderSkin.ThumbSkin.mouseOver(Component component)
|
void |
TerraSpinnerSkin.SpinButtonSkin.mouseOver(Component component)
|
void |
TerraPanoramaSkin.mouseOver(Component component)
|
void |
TerraCalendarSkin.DateButtonSkin.mouseOver(Component component)
|
void |
TerraScrollBarSkin.ScrollButtonSkin.mouseOver(Component component)
|
void |
TerraScrollBarSkin.HandleSkin.mouseOver(Component component)
|
boolean |
TerraSliderSkin.ThumbSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraSpinnerSkin.SpinButtonSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraTableViewSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraTreeViewSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraSplitPaneSkin.SplitterSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraPaletteSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraScrollBarSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
Cancels automatic block scrolling. |
boolean |
TerraScrollBarSkin.ScrollButtonSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraScrollBarSkin.HandleSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraTextInputSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraSheetSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraFrameSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraTableViewHeaderSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraListViewSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraPanoramaSkin.mouseWheel(Component component,
Mouse.ScrollType scrollType,
int scrollAmount,
int wheelRotation,
int x,
int y)
|
boolean |
TerraTableViewSkin.mouseWheel(Component component,
Mouse.ScrollType scrollType,
int scrollAmount,
int wheelRotation,
int x,
int y)
|
boolean |
TerraTreeViewSkin.mouseWheel(Component component,
Mouse.ScrollType scrollType,
int scrollAmount,
int wheelRotation,
int x,
int y)
|
boolean |
TerraScrollBarSkin.mouseWheel(Component component,
Mouse.ScrollType scrollType,
int scrollAmount,
int wheelRotation,
int x,
int y)
Updates the scroll bar's value. |
boolean |
TerraListViewSkin.mouseWheel(Component component,
Mouse.ScrollType scrollType,
int scrollAmount,
int wheelRotation,
int x,
int y)
|
void |
TerraFormSkin.requiredChanged(Form form,
Component field)
|
void |
TerraSheetSkin.sizeChanged(Component component,
int previousWidth,
int previousHeight)
|
void |
TerraTabPaneSkin.tabDataChanged(TabPane tabPane,
Component component,
Object previousTabData)
|
void |
TerraAccordionSkin.tooltipTextChanged(Accordion accordion,
Component component,
String previousTooltipText)
|
void |
TerraTabPaneSkin.tooltipTextChanged(TabPane tabPane,
Component component,
String previousTooltipText)
|
void |
TerraSplitPaneSkin.topLeftChanged(SplitPane splitPane,
Component previousTopLeft)
|
void |
TerraPanoramaSkin.viewChanged(Viewport panorama,
Component previousView)
|
Method parameters in org.apache.pivot.wtk.skin.terra with type arguments of type Component | |
---|---|
void |
TerraFormSkin.fieldsRemoved(Form.Section section,
int index,
Sequence<Component> fields)
|
void |
TerraAccordionSkin.panelsRemoved(Accordion accordion,
int index,
Sequence<Component> removed)
|
void |
TerraTabPaneSkin.tabsRemoved(TabPane tabPane,
int index,
Sequence<Component> removed)
|
Constructors in org.apache.pivot.wtk.skin.terra with parameters of type Component | |
---|---|
FadeWindowTransition(Component component,
int duration,
int rate,
DropShadowDecorator dropShadowDecorator)
|
|
TerraAccordionSkin.PanelHeader(Component panel)
|
|
TerraAccordionSkin.SelectionChangeTransition(Component fromPanel,
Component toPanel)
|
|
TerraTabPaneSkin.TabButton(Component tab)
|
Uses of Component in org.apache.pivot.wtk.text |
---|
Methods in org.apache.pivot.wtk.text that return Component | |
---|---|
Component |
ComponentNode.getComponent()
|
Methods in org.apache.pivot.wtk.text with parameters of type Component | |
---|---|
void |
ComponentNodeListener.componentChanged(ComponentNode componentNode,
Component previousComponent)
|
void |
ComponentNode.setComponent(Component component)
|
Constructors in org.apache.pivot.wtk.text with parameters of type Component | |
---|---|
ComponentNode(Component component)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |