public abstract class

PenConfigAdapter

extends Object
java.lang.Object
   ↳ com.htc.painting.tool.pen.PenConfigAdapter

Class Overview

The adapter for opensense plugin manager.

Summary

Constants
String FEATURE_NAME
Public Constructors
PenConfigAdapter()
Public Methods
abstract List<PenProps> getAllPens()
This function will be called outside.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String FEATURE_NAME

Since: API Level 2.0

Constant Value: "PenProperties"

Public Constructors

public PenConfigAdapter ()

Since: API Level 2.0

Public Methods

public abstract List<PenProps> getAllPens ()

Since: API Level 2.0

This function will be called outside. It should return a list of all pens that are provided in this package. Each pen should represented in one PenProps object

Returns
  • all pens in this package