Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

BasicSliderUI.ActionScroller Class Reference

Inherits javax::swing::AbstractAction.

List of all members.


Detailed Description

This class isn't used since 1.3 and not implemented here (see HARMONY-4523 for details - the methods doesn't throw new NotImplementedException according to backward compatibility).

Public Member Functions

 ActionScroller (JSlider slider, int dir, boolean block) throws NotImplementedException
void actionPerformed (ActionEvent e) throws NotImplementedException
boolean isEnabled ()

Static Private Attributes

static final long serialVersionUID = -3454576988589353120L

Constructor & Destructor Documentation

ActionScroller ( JSlider  slider,
int  dir,
boolean  block 
) throws NotImplementedException


Member Function Documentation

void actionPerformed ( ActionEvent  e  )  throws NotImplementedException

Implements ActionListener.

boolean isEnabled (  ) 

Reimplemented from AbstractAction.


Member Data Documentation

final long serialVersionUID = -3454576988589353120L [static, private]